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

RE: svn 0.14.0: compiling fails on MacOS X

From: Sander Striker <striker_at_apache.org>
Date: 2002-07-24 17:53:35 CEST

> From: William Uther [mailto:will+@cs.cmu.edu]
> Sent: 24 July 2002 17:34

> On 24/7/02 8:56 AM, "Nicholas Riley" <njriley@uiuc.edu> wrote:
>
> > and Subversion's configure script (though not Apache's configure
> > script) does not recognize db4 includes in .../include/db4, so you
> > need to set CPPFLAGS specifically.
>
> I've been using the configure args:
> --with-dbm=db4 --with-berkeley-db=/sw/include/db4:/sw/lib
> For just this reason. Saves changing CPPFLAGS and they're stored in
> config.nice for the next build.
>
> \x/ill :-}

Just doing:

$ CPPFLAGS=-I/sw/include/db4 ./configure --with-dbm=db4 --with-berkeley-db=/sw/lib ...

will store your adjusted CPPFLAGS in config.nice aswell IIRC.

Sander

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jul 24 17:44:27 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.