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

Re: Compiling minimal_client on MacOS X

From: Jeremy Pereira <jeremyp_at_jeremyp.net>
Date: 2007-09-12 11:53:25 CEST

On 11 Sep 2007, at 15:56, B. Blodau wrote:

> Hi Jeremy,
> thanks a lot for your help.
>
> I already tried to use the static libraries instead of the dynamic
> ones, but they seem to be incomplete. At least with my installation
> of the 1.4.4 version, there are no libapr, libaprutil static
> libraries.

On my installation they seem to be in the Apache installation
directory. But there are also copies in <subversion source dir>/
apr/.libs and <subversion source dir>/apr-util/.libs.

> Building them via the source code, results in compiler errors for
> at least xmltok_impl.c, which is part of the apr-utils. I'm
> wondering which compiler settings may be necessary to compile it.

Here's my configure string:

./configure PYTHON=/usr/bin/python --with-apxs=/usr/local/apache2/bin/
apxs --with-berkeley-db=/usr/local/BerkeleyDB.4.3 --with-ssl --with-
editor=vi --with-swig=/usr/local/bin/swig

I have Apache 2.0.something installed in /usr/local/apache2 and BDB
4.3 installed in /usr/local/BerkeleyDB.4.3. With those settings,
Subversion builds cleanly on my Mac. NB you don't actually need the
--with-swig switch or the --with-editor switch or probably the
PYTHON=.... bit.

> In the neon project I'm also getting compiler errors, that - e.g. -
> gnutls.h can't be found. Do I have to install anything else?

I don't have that anywhere on my file system but subversion builds
fine for me.
>
> If in your case, using the souce is straight forward, would may I
> do wrong? I just set up an XCode project for a tool and added the
> include paths and the code and it should work fine.

Are you trying to using XCode to build all of subversion? It's
better to just follow the build instructions in the INSTALL file in
the source distribution.

>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Sep 12 13:12:33 2007

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.