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

Re: Building with python bindings on Mac OS X?

From: Max Bowsher <maxb_at_ukf.net>
Date: 2004-09-14 13:04:37 CEST

Jim Correia wrote:
> On Sep 13, 2004, at 8:33 PM, Max Bowsher wrote:
>
>> Libtool has rather stupidly built them as static (.a) libraries.
>>
>> Remove the .libs directory in subversion/bindings/swig/python, rerun
>> "make swig-py", and watch out for warnings for libtool as it makes its
>> stupid decision.
>
> There are 7 instances of this warning:
>
> *** Warning: linker path does not have real file for library -lswigpy.

So, the next question is: Do you have a libswigpy.dylib file?

You mentioned swig 1.3.22, didn't you?
In which case, the answer is certainly "no".

Subversion isn't really compatible with swig 1.3.22 yet. - this swig version
stopped building and installing the cross-module runtime libraries.
Subversion hasn't adapted to perform the additional tasks now required of it
by swig.

As a short-term workaround, you can use the attached shellscript to
synthesize a suitable libswigpy with swig 1.3.22. You make have to tweak it
a little for your system.

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Received on Tue Sep 14 13:06:01 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.