Re: subversion swig-python
From: Jon Scott Stevens <jon_at_latchkey.com>
Date: 2005-02-04 18:53:31 CET
Ok, I just figured it out...
One also needs to define SWIG_LDFLAGS because they are not set off of
I see that as a bug in the build process as well as the documentation
In addition it seems that --disable-experimental-libtool doesn't do
This script will build Subversion 1.1.3 on OSX with the Python
#!/bin/sh
APP=subversion
if [ ! -e $APP-$VER ] ; then
cd $APP-$VER
make
jon
---------------------------------------------------------------------
|
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.