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

How to build 1.1.0-rc1 on OS X (default setup fails)

From: Ian Davis <ian.w.davis_at_gmail.com>
Date: 2004-07-28 15:43:00 CEST

This is in follow-up to my query about compiling 1.1.0 on OS X, which
didn't work for me originally. In fact, I've found that the default
    ./configure
    make
sequence FAILS on a standard 10.3.4 system, which seems like a Bad
Thing. It seems to look in the wrong places for APR dynamic libraries,
rather than using the bundled copies of apr and apr-util. The full
output of configure and make, which for this build are in the
"defaults" directory, is available as
http://kinemage.biochem.duke.edu/~iwd/svn-build-OSX-output.tgz

On the other hand, I found that this set of configure options worked:
    ./configure --prefix=/usr/local/svn-1.1.0-rc1 --disable-shared
--enable-static --enable-all-static --without-berkeley-db

Your mileage may vary, but I believe the --enable-all-static flag was
the key (based on some earlier attempts, which I didn't document well
enough to prove this is the deciding factor). The configure and make
outputs of this round are also available at
http://kinemage.biochem.duke.edu/~iwd/svn-build-OSX-output.tgz , in
"static".

I appreciate everyone's help in recovering my fried repository, and
now that I have 1.1.0 up and running the FSFS back end seems to work
great! I hope this is useful in polishing up 1.1.0 for its public
release.

Cheers,
Ian

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jul 28 15:43:25 2004

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.