[vlc-devel] Re: Compile issues with test1 version

Gildas Bazin gbazin at altern.org
Mon Feb 9 09:02:46 CET 2004


On Monday 09 February 2004 04:55, Jason Luka wrote:
> Need a patch to fix this compile error with the test1 version.  Gildas, 
> I have your dtsdec package compiled into RPM, with a halfbaked 
> workaround for a problem in VLC where /include was added to the end of 
> the dtstree name.
> 

Hmmm, if you are using the --with-dts-tree= option then this is the expected 
behaviour as the header file is in an include subdirectory (and the lib is 
in the "libdts/.libs" subdirectory).

> if g++ -DHAVE_CONFIG_H -I. -I. -I../../..   -DSYS_LINUX 
> -I../../../include `top_builddir="../../.." ../../../vlc-config 
> --cxxflags plugin skins2` -Wsign-compare -Wsign-compare -Wall -O2 -g 
> -pipe -march=i386 -mcpu=i686 -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)

Apparently this is a problem with not having a recent enough version of 
libxml2. Anyway, you can --disable-skins2 for now if you want as they are 
not completely ready for an official release yet.

Cheers,

--
Gildas

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