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

Re: need advice building svn 0.14.3 under OS X

From: Justin Erenkrantz <jerenkrantz_at_apache.org>
Date: 2002-09-27 01:50:43 CEST

On Thu, Sep 26, 2002 at 04:36:22PM -0600, Hamilton Link wrote:
> ../svn/configure --with-apr=/usr/local/apache2 --with-apr-
> util=/usr/local/apache2 --with-berkeley-db=/usr/local/BerkeleyDB.4.1
> --with-neon=/usr/local --with-apxs=/usr/local/apache2/bin/apxs
> --enable-maintainer-mode

Try installing neon to a different directory than /usr/local.
It confuses the heck out of the compiler as it messes up the
ordering of the header files (/usr/local is an implicit directory,
by reordering them, you may subtly break things). I'd try that and
see what happens.

Note that berkeley db-4.1 isn't supported by SVN. It shouldn't
have even compiled against it since the API changed - it's likely
you have an older version stashed in /usr/local. So, I bet the
inclusion of /usr/local is breaking some things. -- justin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Sep 27 01:51:03 2002

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.