[vlc-devel] Re: vlc-0.7.1 compile error with skins2
Jason Luka
jason at geshp.com
Mon Feb 9 23:30:53 CET 2004
Jean-Paul Saman wrote:
> Guys,
>
> I get the following compile error after a successfull ./configure.
> Which dependency is not met here? Or is it a bug in skins2?
> ---- snip ---
> if g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -DSYS_LINUX
> -I../../../include `top_builddir="../../.." ../../../vlc-config
> --cxxflags plugin skins2` -Wsign-compare -Wsign-compare -Wall
> -finline-limit-30000 -pipe -MT libskins2_plugin_a-xmlparser.o -MD -MP
> -MF ".deps/libskins2_plugin_a-xmlparser.Tpo" \
> -c -o libskins2_plugin_a-xmlparser.o `test -f 'parser/xmlparser.cpp'
> || echo './'`parser/xmlparser.cpp; \
> then mv -f ".deps/libskins2_plugin_a-xmlparser.Tpo"
> ".deps/libskins2_plugin_a-xmlparser.Po"; \
> else rm -f ".deps/libskins2_plugin_a-xmlparser.Tpo"; exit 1; \
> fi
> parser/xmlparser.cpp: In member function `bool XMLParser::parse()':
> parser/xmlparser.cpp:84: error: `xmlTextReaderConstName' undeclared
> (first use
> this function)
> parser/xmlparser.cpp:84: error: (Each undeclared identifier is
> reported only
> once for each function it appears in.)
> parser/xmlparser.cpp:94: error: `xmlTextReaderConstValue' undeclared
> (first use
> this function)
> make[6]: *** [libskins2_plugin_a-xmlparser.o] Error 1
> make[6]: Leaving directory `/home/jpsaman/src/vlc/modules/gui/skins2'
> make[5]: *** [all-modules] Error 1
> make[5]: Leaving directory `/home/jpsaman/src/vlc/modules/gui/skins2'
> make[4]: *** [all-recursive] Error 1
> make[4]: Leaving directory `/home/jpsaman/src/vlc/modules/gui'
> make[3]: *** [all] Error 2
> make[3]: Leaving directory `/home/jpsaman/src/vlc/modules/gui'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/home/jpsaman/src/vlc/modules'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/jpsaman/src/vlc'
> make: *** [all] Error 2
> ---- snip ---
>
I had the same problem, I was told to configure with --disable-skins2 as
that module wasn't ready for production yet.
Jason Luka
Red Hat Maintainer
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>
More information about the vlc-devel
mailing list