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

Re: Generating SVN libraries from source on Mac OSX

From: Ryan Schmidt <subversion-2011a_at_ryandesign.com>
Date: Fri, 20 May 2011 10:26:53 -0500

On May 20, 2011, at 05:40, Ian Sidor wrote:

> However, I still cannot find any libsvn*.a files anywhere on the drive.

All I know is Subversion correctly builds both static and dynamic libraries when installed with MacPorts.

$ port installed subversion
The following ports are currently installed:
  subversion @1.6.16_0+mod_dav_svn+tools+universal (active)
$ port contents subversion | grep \\.a$
  /opt/local/lib/libsvn_client-1.a
  /opt/local/lib/libsvn_delta-1.a
  /opt/local/lib/libsvn_diff-1.a
  /opt/local/lib/libsvn_fs-1.a
  /opt/local/lib/libsvn_fs_base-1.a
  /opt/local/lib/libsvn_fs_fs-1.a
  /opt/local/lib/libsvn_fs_util-1.a
  /opt/local/lib/libsvn_ra-1.a
  /opt/local/lib/libsvn_ra_local-1.a
  /opt/local/lib/libsvn_ra_neon-1.a
  /opt/local/lib/libsvn_ra_serf-1.a
  /opt/local/lib/libsvn_ra_svn-1.a
  /opt/local/lib/libsvn_repos-1.a
  /opt/local/lib/libsvn_subr-1.a
  /opt/local/lib/libsvn_wc-1.a

You could read the MacPorts subversion Portfile, and install subversion with MacPorts and read the debug output, to see exactly how that's accomplished; maybe you can adapt that for your own manual build. Or maybe you can just make use of the libraries MacPorts installs, and forgo building manually.
Received on 2011-05-20 17:27:30 CEST

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.