[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

unresolved reference when building subversion-r117 milestone

From: Timothee Besset <timo_at_qeradiant.com>
Date: 2001-09-28 18:55:12 CEST

I have downloaded the subversion-M3-r117.tar.gz milestone and tried to build it. It goes some way through the configure and the building process until I get unresolved reference errors:

/usr/local/lib/libsvn_subr.so.0: undefined reference to `XML_SetElementHandler'
etc. on XML stuff ..

I have libxml1 and libxml2 installed though, I'm using them for other projects:
timo@antares:~/Alliance/subversion-r117$ xml-config --version
1.8.15
timo@antares:~/Alliance/subversion-r117$ xml-config --prefix
/usr

timo@antares:~/Alliance/subversion-r117$ xml2-config --version
2.3.8
timo@antares:~/Alliance/subversion-r117$ xml2-config --prefix
/usr/local

I didn't see anything about XML in the configure script, and it also looked like svn has it's own XML code. Searched in the mailing list, didn't find anything related..

let me know if you need more info to track the problem, I'm gonna have a quick look see what's happening.. my box is a debian woody, I downloaded Berkeley DB to put it in subversion tree (in db/)

regards

TTimo

cd subversion/tests/libsvn_ra_local && /bin/sh /home/timo/Alliance/subversion-r117/libtool --silent --mode=link gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -I/usr/local/include/neon -Wpointer-arith -Wwrite-strings -Wshadow -DSVN_DEBUG -DAP_DEBUG -I./subversion/include -I. -I./apr/include -I./neon/src -I./expat-lite -I/home/timo/Alliance/subversion-r117/db/dist -rpath /usr/local/lib -o ra-local-test ra-local-test.o ../../../subversion/tests/libsvn_test.la ../../../subversion/libsvn_ra/libsvn_ra.la ../../../subversion/libsvn_fs/libsvn_fs.la ../../../subversion/libsvn_delta/libsvn_delta.la ../../../subversion/libsvn_subr/libsvn_subr.la /home/timo/Alliance/subversion-r117/apr/libapr.la ../../../expat-lite/libexpat.la -lm -lcrypt -lnsl -ldl
/usr/local/lib/libsvn_subr.so.0: undefined reference to `XML_SetElementHandler'
/usr/local/lib/libsvn_subr.so.0: undefined reference to `XML_Parse'
/usr/local/lib/libsvn_subr.so.0: undefined reference to `XML_ParserFree'
/usr/local/lib/libsvn_subr.so.0: undefined reference to `XML_SetCharacterDataHandler'
/usr/local/lib/libsvn_subr.so.0: undefined reference to `XML_ErrorString'
/usr/local/lib/libsvn_subr.so.0: undefined reference to `XML_ParserCreate'
/usr/local/lib/libsvn_subr.so.0: undefined reference to `XML_SetUserData'
/usr/local/lib/libsvn_subr.so.0: undefined reference to `XML_GetErrorCode'
/usr/local/lib/libsvn_subr.so.0: undefined reference to `XML_GetCurrentLineNumber'
collect2: ld returned 1 exit status
make: *** [subversion/tests/libsvn_ra_local/ra-local-test] Error 1

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:42 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.