Hi,
I try to install VLC on my notebook. I configured it like this:
./configure --enable-FEATURE=yes --enable-livedotcom --enable-dvdread --enable-cddax --enable-faad --enable-flac --enable-theora --enable-aa --enable-arts --enable-galaktos --enable-goom --with-ffmpeg-tree=/home/mazlum/Data/Programme/VLC/ffmpeg/
But after I typed make it printed this strange error message:
preferences.cpp:339: error: cannot convert `const char*' to `const wxChar*' for
argument `5' to `void wxAssert(int, const wxChar*, int, const wxChar*, const
wxChar*)'
make[6]: *** [libwxwindows_plugin_a-preferences.o] Fehler 1
make[6]: Leaving directory `/home/mazlum/Data/Programme/VLC/vlc-0.8.2/modules/gui/wxwindows'
make[5]: *** [all-modules] Fehler 1
make[5]: Leaving directory `/home/mazlum/Data/Programme/VLC/vlc-0.8.2/modules/gui/wxwindows'
make[4]: *** [all-recursive] Fehler 1
make[4]: Leaving directory `/home/mazlum/Data/Programme/VLC/vlc-0.8.2/modules/gui'
make[3]: *** [all] Fehler 2
make[3]: Leaving directory `/home/mazlum/Data/Programme/VLC/vlc-0.8.2/modules/gui'
make[2]: *** [all-recursive] Fehler 1
make[2]: Leaving directory `/home/mazlum/Data/Programme/VLC/vlc-0.8.2/modules'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/home/mazlum/Data/Programme/VLC/vlc-0.8.2'
make: *** [all] Fehler 2
It seems that he can't compile wxwindows. How can I fix this problem?