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

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

From: OpenMacNews <users-subversion.20.openmacnews_at_spamgourmet.com>
Date: 2004-07-28 20:25:54 CEST

> 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

hi,

just fwiw, subversion-1.1.0-rc1 (client, svr & dav) builds cleanly & w/o error on 'non-stock' OSX w/

        ./configure \
        --prefix=/usr/local \
        --disable-maintainer-mode \
        --enable-shared --disable-static \
        --with-apr=/usr --with-apr-util=/usr \
        --without-apache \
        --with-apxs=/usr/sbin/apxs \
        --with-neon=/usr/local/neon

my env:

        Darwin Kernel Version 7.4.0: Wed May 12 16:58:24 PDT 2004; root:xnu/xnu-517.7.7.obj~7/RELEASE_PPC
        ltmain.sh (GNU libtool) 1.5.6 (1.1220.2.94 2004/04/10 16:27:27)
        automake (GNU automake) 1.8.5
        autoconf (GNU Autoconf) 2.59
        neon 0.24.7
        httpd Apache/2.1.0-dev, mpm = worker (Server built: Jul 13 2004 23:06:35)
        berkeley-db-4.2.52 (w/ strong crypto)
        libxml2-2.6.11

and the build result:

% svn --version
        svn, version 1.1.0 (Release Candidate 1)
           compiled Jul 28 2004, 11:08:54
        
        Copyright (C) 2000-2004 CollabNet.
        Subversion is open source software, see http://subversion.tigris.org/
        This product includes software developed by CollabNet (http://www.Collab.Net/).
        
        The following repository access (RA) modules are available:
        
        * ra_dav : Module for accessing a repository via WebDAV (DeltaV) protocol.
          - handles 'http' schema
          - handles 'https' schema
        * ra_local : Module for accessing a repository on local disk.
          - handles 'file' schema
        * ra_svn : Module for accessing a repository using the svn network protocol.
          - handles 'svn' schema

if more info needed/wanted, lemme kno.

thx,

richard

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jul 28 20:26:51 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.