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

RE: OSX user local build.

From: Karan, Cem \(Civ, ARL/CISD\) <CKaran_at_arl.army.mil>
Date: 2005-05-10 17:26:49 CEST

If you don't care about shared libraries:

./autogen.sh
./configure --disable-shared
make
make check
make install

should do it for you. autogen should give you several different options, I tend to enable maintainer mode and disable shared libraries.

-----Original Message-----
From: Robin Becker [mailto:robin@reportlab.com]
Sent: Tue 10-May-05 10:22 AM
To: users@subversion.tigris.org
Cc:
Subject: OSX user local build.

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 17:34:11 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.