./configure --with-ffmpeg-tree=../ffmpeg --enable-faad --with-faad-tree=../faad2-20040923 --enable-esd --enable-flac --enable-theora --enable-libvc1 --with-libvc1-tree=../libvc1-1.0 --disable-hal --enable-wxwidgets --disable-wxwindows
do note that it was only possible to compile after adding "--enable-wxwidgets --disable-wxwindows".
upon launching, vlc seems fine. however, i cannot open any window dialogs. Videos can run, albeit sluggishly.
Code: Select all
torx@torx:~/videolan/vlc-trunk$ vlc
VLC media player 0.9.0-svn Grishenko
[00000577] main dialogs provider error: no dialogs provider module matched "any"
[00000574] skins2 interface error: no suitable dialogs provider found (hint: compile the wxWidgets plugin, and make sure it is loaded properly)
[00000574] skins2 interface: skin: VLC 0.8.5 Default Skin author: aLtgLasS
[00000633] message access warning: message queue overflowed
[00000653] main dialogs provider error: no dialogs provider module matched "any"
[00000574] skins2 interface error: no suitable dialogs provider found (hint: compile the wxWidgets plugin, and make sure it is loaded properly)
[00000654] main dialogs provider error: no dialogs provider module matched "any"
[00000574] skins2 interface error: no suitable dialogs provider found (hint: compile the wxWidgets plugin, and make sure it is loaded properly)
Solutions i have tried:
1. "--disable-skins2", does not disable the skin somehow.
2. install all possible wxwidgets/wxgtk/wxwindows package.
3. I have tried adding /usr/local/lib to ld.so.conf, and ran ldconfig.
i am running ubuntu edgy.
please throw me some advise.
thanks in advance.