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

Re: HELP!! - Berkeley DB error (some more info)

From: B. W. Fitzpatrick <fitz_at_red-bean.com>
Date: 2003-07-18 03:52:42 CEST

leif.eriksen@hpa.com.au writes:
> >Can anyone here with sufficient autoconf-fu whip up a patch to our
> >configure that will bail if it finds BDB 4.0.x on Mac OS X
>
> I can probably do it, as I have been submitting patches for configure.in and
> even wrote a new little m4 script. But I have zero access to MacOS X
> platforms, so I wont be able to test it at all.
>
> I can have a bash if no other MacOS X people volunteer. And if the other
> wise monkeys agree this is what is really required.

Actually, Mark Benedetto King pointed out that this check is already
in configure.in:

case "$host" in
powerpc-apple-darwin*)
    # Berkeley DB 4.0 does not work on OS X.
    SVN_FS_WANT_DB_MAJOR=4
    SVN_FS_WANT_DB_MINOR=1
    SVN_FS_WANT_DB_PATCH=25

So Steve must have been using a version configured before 5692 when
Matt Kraai added that.

-Fitz

--
Brian W. Fitzpatrick    <fitz_at_red-bean.com>   http://www.red-bean.com/fitz/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Aug 27 15:59:06 2003

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.