Page 1 of 1

compiling vlc-0.8.4-test2

Posted: 04 Nov 2005 22:02
by johnnylq
Hello
I'm trying to compile vlc-0.8.4-test2 but I have some erros;
**********************************************************************************************************
/configure --enable-x11 --enable-xvideo --enable-wxwidgets --disable-gtk --enable-debug --enable-sdl --enable-ffmpeg --with-ffmpeg-mp3lame --enable-mad --enable-portaudio --enable-dvdread --enable-libdvbpsi --enable-a52 --enable-dts --enable-libmpeg2 --enable-dvdnav --enable-faad --enable-vorbis --enable-ogg --enable-theora --enable-faac --enable-mkv --enable-freetype --enable-fribidi --enable-speex --enable-flac --enable-livedotcom --with-libiconv-prefix=/usr/local --with-livedotcom-tree=/usr/local/live/ --with-x264-tree=/home/jlaura/software/vlc/x264-20041029 PKG_CONFIG_PATH=/opt/gnome/lib/pkgconfig:/usr/lib/pkgconfig:/usr/local/lib/pkgconfig --with-ffmpeg-tree=/home/jlaura/software/vlc/ffmpeg --enable-caca --enable-skins --enable-skins2 --enable-alsa --disable-kde --enable-ncurses --enable-release

***********************************************************************************************************
; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -DSYS_LINUX
-I../../../include `top_builddir="../../.." ../../../vlc-config
--cxxflags plugin wxwidgets` -Wsign-compare -Wsign-compare -Wall
-pipe -MT libwxwidgets_plugin_a-open.o -MD -MP -MF
".deps/libwxwidgets_plugin_a-open.Tpo" -c -o
libwxwidgets_plugin_a-open.o `test -f 'open.cpp' || echo
'./'`open.cpp; \
then mv -f ".deps/libwxwidgets_plugin_a-open.Tpo"
".deps/libwxwidgets_plugin_a-open.Po"; else rm -f
".deps/libwxwidgets_plugin_a-open.Tpo"; exit 1; fi
open.cpp: In function `bool IsDVD(const char*)':
open.cpp:1319: error: `CdIo_t' undeclared (first use this function)
open.cpp:1319: error: (Each undeclared identifier is reported only once for
each function it appears in.)
open.cpp:1319: error: `p_cdio' undeclared (first use this function)
open.cpp: In function `char* ProbeDVD(const wxChar*)':
open.cpp:1337: error: request for member `data' in `tmp_buf', which is of
non-aggregate type `const wxChar*'
open.cpp: In function `char* ProbeCDDA(const wxChar*)':
open.cpp:1407: error: request for member `data' in `tmp_buf', which is of
non-aggregate type `const wxChar*'
open.cpp: In function `char* ProbeVCD(const wxChar*)':
open.cpp:1420: error: request for member `data' in `tmp_buf', which is of
non-aggregate type `const wxChar*'
open.cpp: In member function `void
wxvlc::OpenDialog::OnDiscProbe(wxCommandEvent&)':
open.cpp:1501: error: `cdio_get_last_track_num' undeclared (first use this
function)
make[6]: *** [libwxwidgets_plugin_a-open.o] Error 1
make[6]: Leaving directory
`/home/jlaura/software/vlc/last-vlc/modules/gui/wxwidgets'
make[5]: *** [all-modules] Error 1
make[5]: Leaving directory
`/home/jlaura/software/vlc/last-vlc/modules/gui/wxwidgets'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/home/jlaura/software/vlc/last-vlc/modules/gui'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/home/jlaura/software/vlc/last-vlc/modules/gui'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/jlaura/software/vlc/last-vlc/modules'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jlaura/software/vlc/last-vlc'
make: *** [all] Error 2
jlaura@jlaura:~/software/vlc/last-vlc>
***********************************************************************************************************

Can anyone help me?????

Posted: 05 Nov 2005 15:06
by fkuehne
Which WxWidgets are you using?

Posted: 07 Nov 2005 15:04
by johnnylq
I compiled the wx2.6

Posted: 09 Nov 2005 16:47
by fkuehne
Sorry for the late response. I've got no real idea what might be wrong here. Perhaps you are using an incompatible version of libcdio? Does updating to the latest 0.8.4-trunk help?

Posted: 09 Nov 2005 18:53
by johnnylq
Thanks...Well finally I have compiled successfully the VLC-SVN