pombreda / libkml

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

make check fails r281 #28

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. check out libkml r281.. make clean; ./configure; make
2. make check
3. build fails right away

What is the expected output? What do you see instead?
tests should build

What version of the product are you using? On what operating system?
r281, Ubuntu Linux Gutsy with current updates
libkml_trunk had previously been building, including python SWIG

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

Please provide any additional information below.

des@acer:/home/shared/srcsLocal/libkml_trunk$ make check
Making check in third_party
make[1]: Entering directory `/home/shared/srcsLocal/libkml_trunk/third_party'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/home/shared/srcsLocal/libkml_trunk/third_party'
Making check in src
make[1]: Entering directory `/home/shared/srcsLocal/libkml_trunk/src'
Making check in kml
make[2]: Entering directory `/home/shared/srcsLocal/libkml_trunk/src/kml'
Making check in .
make[3]: Entering directory `/home/shared/srcsLocal/libkml_trunk/src/kml'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/home/shared/srcsLocal/libkml_trunk/src/kml'
Making check in base
make[3]: Entering directory `/home/shared/srcsLocal/libkml_trunk/src/kml/base'
make  attributes_test file_test net_cache_test referent_test string_util_test 
tempfile_test 
time_util_test uri_parser_test xmlns_test
make[4]: Entering directory `/home/shared/srcsLocal/libkml_trunk/src/kml/base'
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src 
-I../../../third_party/boost_1_34_1 -
I../../../third_party/uriparser-0.7.1/include  -I/usr/local/include -Wall 
-Werror -ansi -pedantic 
-fno-rtti -g -O2 -MT attributes_test-attributes_test.o -MD -MP -MF 
.deps/attributes_test-
attributes_test.Tpo -c -o attributes_test-attributes_test.o `test -f 
'attributes_test.cc' || echo 
'./'`attributes_test.cc
mv -f .deps/attributes_test-attributes_test.Tpo 
.deps/attributes_test-attributes_test.Po
/bin/bash ../../../libtool --tag=CXX   --mode=link g++ -I/usr/local/include 
-Wall -Werror -
ansi -pedantic -fno-rtti -g -O2 -L/usr/local/lib -lcppunit -ldl  -o 
attributes_test 
attributes_test-attributes_test.o libkmlbase.la 
g++ -I/usr/local/include -Wall -Werror -ansi -pedantic -fno-rtti -g -O2 -o 
.libs/attributes_test 
attributes_test-attributes_test.o  -L/usr/local/lib 
/usr/local/lib/libcppunit.so -ldl 
./.libs/libkmlbase.so 
./.libs/libkmlbase.so: undefined reference to 
`kmldom::ExpatParser(std::basic_string<char, 
std::char_traits<char>, std::allocator<char> > const&, kmldom::ExpatHandler*, 
std::basic_string<char, std::char_traits<char>, std::allocator<char> >*, bool)'
collect2: ld returned 1 exit status
make[4]: *** [attributes_test] Error 1
make[4]: Leaving directory `/home/shared/srcsLocal/libkml_trunk/src/kml/base'
make[3]: *** [check-am] Error 2
make[3]: Leaving directory `/home/shared/srcsLocal/libkml_trunk/src/kml/base'
make[2]: *** [check-recursive] Error 1
make[2]: Leaving directory `/home/shared/srcsLocal/libkml_trunk/src/kml'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/home/shared/srcsLocal/libkml_trunk/src'
make: *** [check-recursive] Error 1

Original issue reported on code.google.com by brian.da...@gmail.com on 11 Oct 2008 at 12:49

GoogleCodeExporter commented 9 years ago
fixed in rev 302

Original comment by brian.da...@gmail.com on 26 Oct 2008 at 1:17

GoogleCodeExporter commented 9 years ago
Thanks for checking Brian. 

Original comment by kml.mash...@gmail.com on 26 Oct 2008 at 2:22