satisfactory answers.
I compile the vlc rev 12964, previously running the configure with the
options:
Code: Select all
export SWAN_VLC=/home/mateus/proj
# * Configure
./configure \
--enable-x11 \
--enable-xvideo \
--disable-gtk \
--disable-sdl \
--enable-ffmpeg --with-ffmpeg-tree=$SWAN_VLC/trunk/lib/ffmpeg-20041113 \
--enable-mad \
--enable-libdvbpsi \
--enable-a52 \
--enable-dts \
--enable-libmpeg2 \
--enable-dvdnav \
--enable-vorbis \
--enable-ogg \
--enable-theora \
--disable-mkv \
--enable-freetype \
--enable-fribidi \
--enable-speex \
--enable-flac \
--enable-livedotcom \
--enable-caca \
--enable-skins \
--enable-skins2 \
--disable-alsa \
--disable-kde \
--disable-qt \
--enable-wxwidgets \
--enable-ncurses \
--enable-release \
--enable-nls \
--disable-cddax \
--disable-vcdx \
--enable-goom \
--enable-intfcmdcsl \
--enable-debug
Code: Select all
./configure --enable-pp --enable-gpl
make
Before, I compile the wxWidgets (wxGTK-2.6.2), with:
Code: Select all
../configure --with-gtk=2 --enable-unicode
make
Everything ok with the compilations and with the installation of wxWidgets
and VLC. But when I try run the vlc this error occur:
I try put /usr/local/share/vlc/skins2/ in my PATH, I try create .vlc andVLC media player 0.8.4-test1 Janus
[00000240] main dialogs provider error: no dialogs provider module matched "any"
[00000239] skins2 interface error: No suitable dialogs provider found (hint: compile thewxWidgets plugin, and make sure it is loaded properly)
Couldn't gzopen /home/mateus/.vlc/skins2/default.vlt
[00000239] main interface error: no suitable access module for `/home/mateus/.vlc/skins2/default.vlt'
[00000239] skins2 interface error: Failed to open /home/mateus/.vlc/skins2/default.vlt for reading
[00000239] skins2 interface error: Failed to parse /home/mateus/.vlc/skins2/default.vlt
Couldn't gzopen share/skins2/default.vlt
[00000239] main interface error: no suitable access module for `share/skins2/default.vlt'
[00000239] skins2 interface error: Failed to open share/skins2/default.vlt for reading
[00000239] skins2 interface error: Failed to parse share/skins2/default.vlt
[00000239] skins2 interface: skin: VLC OSX Interface author: BigBen
Segmentation fault
copy the skins2 inside of it, and I try others things, but nothing solve the error.
So I recompile and reinstall the vlc with --disable-skins2. The error is gone,
together with the GUI...
Somebody can help me?