hi all,
i'm having problem installing my vlc-0.8.4a package... an error message from terminal appears:
make[9]: Entering directory `/home/xunil_researchers/vlc-0.8.4a/modules/gui/wxwidgets'
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 ‘char* ProbeDVD(const wxChar*)’:
open.cpp:1337: error: request for member ‘data’ in ‘tmp_buf’, which is of non-class 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-class 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-class type ‘const wxChar*’
make[9]: *** [libwxwidgets_plugin_a-open.o] Error 1
can someone help me how to fix this error???? thanks....
