eth4io / libkml

Automatically exported from code.google.com/p/libkml
Other
0 stars 0 forks source link

undefined reference to `XML_GetParsingStatus' at linux x86 #109

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Did you run the unit test suite that comes with the project? Did all tests
pass?

Please provide any additional information below.

make[3]: Entering directory
`/var/scratch/achen2/software/libkml-0.9.0/examples/engine'
g++ -DHAVE_CONFIG_H -I. -I../..  -I../../src
-I../../third_party/boost_1_34_1
-I../../third_party/uriparser-0.7.1/include  -Wall -Werror -ansi -pedantic
-fno-rtti -g -O2 -MT balloonwalker.o -MD -MP -MF .deps/balloonwalker.Tpo -c
-o balloonwalker.o balloonwalker.cc
mv -f .deps/balloonwalker.Tpo .deps/balloonwalker.Po
/bin/sh ../../libtool --tag=CXX   --mode=link g++ -Wall -Werror -ansi
-pedantic -fno-rtti -g -O2   -o balloonwalker balloonwalker.o
../../src/kml/engine/libkmlengine.la ../../src/kml/dom/libkmldom.la
../../src/kml/base/libkmlbase.la 
mkdir .libs
g++ -Wall -Werror -ansi -pedantic -fno-rtti -g -O2 -o .libs/balloonwalker
balloonwalker.o  ../../src/kml/engine/.libs/libkmlengine.so
/home/achen2/0work/ge_plugin/software/libkml-0.9.0/third_party/.libs/libminizip.
so
-lz
/home/achen2/0work/ge_plugin/software/libkml-0.9.0/third_party/.libs/liburiparse
r.so
/home/achen2/0work/ge_plugin/software/libkml-0.9.0/src/kml/base/.libs/libkmlbase
.so
../../src/kml/dom/.libs/libkmldom.so ../../src/kml/base/.libs/libkmlbase.so
-lexpat -Wl,--rpath -Wl,/home/achen2/0work/ge_plugin/libkml//lib
/home/achen2/0work/ge_plugin/software/libkml-0.9.0/src/kml/base/.libs/libkmlbase
.so:
undefined reference to `XML_GetParsingStatus'
../../src/kml/dom/.libs/libkmldom.so: undefined reference to `XML_StopParser'
collect2: ld returned 1 exit status
make[3]: *** [balloonwalker] Error 1
make[3]: Leaving directory
`/var/scratch/achen2/software/libkml-0.9.0/examples/engine'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/scratch/achen2/software/libkml-0.9.0/examples'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/scratch/achen2/software/libkml-0.9.0'
make: *** [all] Error 2

Original issue reported on code.google.com by aijunc...@gmail.com on 2 Jul 2009 at 8:10

GoogleCodeExporter commented 8 years ago
Need more detail here.  What's the output of ./configure?  "cat /etc/issue", 
etc.

I build and run libkml regularily on:
ubuntu 8, centos 5.1, fedora core 10
(plus mac plus windows)

also, try either top of trunk or 1.0.0

Original comment by kml.b...@gmail.com on 9 Jul 2009 at 1:06