[vlc-devel] Compile issues with test1 version
Jason Luka
jason at geshp.com
Mon Feb 9 04:55:00 CET 2004
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.
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)
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
`/usr/src/redhat/BUILD/vlc-0.7.1-0test1/modules/gui/skins2'
make[5]: *** [all-modules] Error 1
make[5]: Leaving directory
`/usr/src/redhat/BUILD/vlc-0.7.1-0test1/modules/gui/skins2'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory
`/usr/src/redhat/BUILD/vlc-0.7.1-0test1/modules/gui'
make[3]: *** [all] Error 2
make[3]: Leaving directory
`/usr/src/redhat/BUILD/vlc-0.7.1-0test1/modules/gui'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/redhat/BUILD/vlc-0.7.1-0test1/modules'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/redhat/BUILD/vlc-0.7.1-0test1'
make: *** [all] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.6461 (%build)
RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.6461 (%build)
[root at localhost SPECS]#
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