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

OSX user local build.

From: Robin Becker <robin_at_reportlab.com>
Date: 2005-05-10 16:22:58 CEST

I'm trying to build 1.1.4 on

6.0 Darwin Kernel Version 6.0: Sat Jul 27 13:18:52 PDT 2002;
root:xnu/xnu-344.obj~1/RELEASE_PPC Power Macintosh powerpc

Did the usual ./configure --prefix=/users/rptlab/LOCAL
make dance and the configure mentions a bunch of problems relating to the
dynamic libs

At run time I see undefined symbol messages even after setting the
LD_LIBRARY_PATH. Anyone know how to get a runnable
svn client? I can run as root, but I prefer not to install this other than
locally for the development user.

su-2.05a$ ~/LOCAL/bin/svn
dyld: /Users/rptlab/LOCAL/bin/svn Undefined symbols:
/Users/rptlab/LOCAL/bin/svn undefined reference to _XML_ErrorString expected to
be defined in /Users/rptlab/LOCAL/lib/libaprutil-0.0.dylib
/Users/rptlab/LOCAL/bin/svn undefined reference to _XML_GetCurrentLineNumber
expected to be defined in /Users/rptlab/LOCAL/lib/libaprutil-0.0.dylib
/Users/rptlab/LOCAL/bin/svn undefined reference to _XML_GetErrorCode expected to
be defined in /Users/rptlab/LOCAL/lib/libaprutil-0.0.dylib
/Users/rptlab/LOCAL/bin/svn undefined reference to _XML_Parse expected to be
defined in /Users/rptlab/LOCAL/lib/libaprutil-0.0.dylib
/Users/rptlab/LOCAL/bin/svn undefined reference to _XML_ParserCreate expected to
be defined in /Users/rptlab/LOCAL/lib/libaprutil-0.0.dylib
/Users/rptlab/LOCAL/bin/svn undefined reference to _XML_ParserFree expected to
be defined in /Users/rptlab/LOCAL/lib/libaprutil-0.0.dylib
/Users/rptlab/LOCAL/bin/svn undefined reference to _XML_SetCharacterDataHandler
expected to be defined in /UTrace/BPT trap

su-2.05a$ echo $LD_LIBRARY_PATH
/Users/rptlab/LOCAL/lib
su-2.05a$

-- 
Robin Becker
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue May 10 16:32:02 2005

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

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