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

Re: Python bindings broken on OS X?

From: Max Bowsher <maxb_at_ukf.net>
Date: 2004-07-19 15:54:12 CEST

Christian Schaffner wrote:
> Hi Max
>
> On 18.07.2004, at 23:54, Max Bowsher wrote:
>
>> I don't have access to OS X, but when I compile the trunk python
>> bindings,
>> libtool is showing portability warnings, which seem to say that you
>> can't
>> link loadable modules against loadable modules on Darwin, and so the
>> build
>> will fail.
>
> Yes, indeed, the python building seems to fail on Mac OS X. What i use:
>
> libtool 1.5.6
> autoconf 2.59
> automake 1.8.5
>
> it fails with errors about undefined symbols as shown below. I need to
> use autogen.sh because with the configure of the 1.1.0-rc1 tarball
> (built with libtool 1.4.x) the build fails. So i needed libtool 1.5.6
> to rebuild the configure.
>
> Is there anything i can test for you?
>
> Chris.
>
> PS: The build output:
>
...
> ld: Undefined symbols:
> _PyBuffer_FromMemory
...

Ah, ok. I was actually speculating about the trunk python bindings, but if
the 1.1.x branch bindings are broken, then trunk certainly will be too (so
don't bother testing trunk yet.)

I will work on fixing this, and post again when I have something new to for
you to test.

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jul 19 18:28:55 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.