[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 02:33:54 CEST

Jim Correia wrote:
> On Sep 13, 2004, at 8:05 PM, Max Bowsher wrote:
>
>> "ls -l /usr/local/lib/svn-python/libsvn/" says what?
>
> Max,
>
> Thanks for the help.
>
> Jim
>
> $ ls -al /usr/local/lib/svn-python/libsvn/
> total 3664
...
> -rw-r--r-- 1 root wheel 181416 13 Sep 18:06 _client.a
> -rwxr-xr-x 1 root wheel 1390 13 Sep 18:06 _client.la

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.

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 02:34:30 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.