Page 1 of 1

Compile Error I need help please

Posted: 28 Dec 2006 13:54
by Eaglefire
I try to compile vlc 0.8.4 on SUSE 10.2. I get a Error messgae. Could anyone help me, please.


Making all in skins2
make[5]: Entering directory `/home/eaglefire/download/vlc-0.8.4/modules/gui/skins2'
make[6]: Entering directory `/home/eaglefire/download/vlc-0.8.4/modules/gui/skins2'
if g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -DSYS_LINUX -I../../../include `top_builddir="../../.." ../../../vlc-config --cxxflags plugin skins2` -Wsign-compare -Wsign-compare -Wall -pipe -MT libskins2_plugin_a-cmd_playlist.o -MD -MP -MF ".deps/libskins2_plugin_a-cmd_playlist.Tpo" -c -o libskins2_plugin_a-cmd_playlist.o `test -f 'commands/cmd_playlist.cpp' || echo './'`commands/cmd_playlist.cpp; \
then mv -f ".deps/libskins2_plugin_a-cmd_playlist.Tpo" ".deps/libskins2_plugin_a-cmd_playlist.Po"; else rm -f ".deps/libskins2_plugin_a-cmd_playlist.Tpo"; exit 1; fi
commands/../src/../vars/../utils/var_tree.hpp:91: error: extra qualification ‘VarTree::’ on member ‘checkParents’
make[6]: *** [libskins2_plugin_a-cmd_playlist.o] Fehler 1
make[6]: Leaving directory `/home/eaglefire/download/vlc-0.8.4/modules/gui/skins2'
make[5]: *** [all-modules] Fehler 1
make[5]: Leaving directory `/home/eaglefire/download/vlc-0.8.4/modules/gui/skins2'
make[4]: *** [all-recursive] Fehler 1
make[4]: Leaving directory `/home/eaglefire/download/vlc-0.8.4/modules/gui'
make[3]: *** [all] Fehler 2
make[3]: Leaving directory `/home/eaglefire/download/vlc-0.8.4/modules/gui'
make[2]: *** [all-recursive] Fehler 1
make[2]: Leaving directory `/home/eaglefire/download/vlc-0.8.4/modules'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/home/eaglefire/download/vlc-0.8.4'
make: *** [all] Fehler 2

Config

Posted: 02 Jan 2007 09:40
by tqft
what configure options did you use?

it might being confused by something there.

If you can post the ./config <???> command you used it might help us help you

Posted: 02 Jan 2007 12:10
by Jean-Baptiste Kempf
Use 0.8.6 !

Can't use 0.8.6

Posted: 03 Jan 2007 16:14
by twosox
I'm getting the exact same error as I am trying to compile the 0.8.4 VLC on Ubuntu Edgy. I have to use 0.8.4 in order to use VLC with the tivo / vstream plugins.

I tried to install a 0.8.4 debian package, but there was a dependency error...

Sox

Re: Compile Error I need help please

Posted: 03 Jan 2007 19:53
by ipkiss
if g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -DSYS_LINUX -I../../../include `top_builddir="../../.." ../../../vlc-config --cxxflags plugin skins2` -Wsign-compare -Wsign-compare -Wall -pipe -MT libskins2_plugin_a-cmd_playlist.o -MD -MP -MF ".deps/libskins2_plugin_a-cmd_playlist.Tpo" -c -o libskins2_plugin_a-cmd_playlist.o `test -f 'commands/cmd_playlist.cpp' || echo './'`commands/cmd_playlist.cpp; \
then mv -f ".deps/libskins2_plugin_a-cmd_playlist.Tpo" ".deps/libskins2_plugin_a-cmd_playlist.Po"; else rm -f ".deps/libskins2_plugin_a-cmd_playlist.Tpo"; exit 1; fi
commands/../src/../vars/../utils/var_tree.hpp:91: error: extra qualification ‘VarTree::’ on member ‘checkParents’
make[6]: *** [libskins2_plugin_a-cmd_playlist.o] Fehler 1
Remove "VarTree::" in modules/gui/skins2/utils/var_tree.hpp (line 91). The error said it all :-)