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?????