[Stackless] Compiling on 10.5
Ronald Oussoren
ronaldoussoren at mac.com
Tue Nov 27 21:48:38 CET 2007
On 25 Nov, 2007, at 18:24, Arnar Birgisson wrote:
> Hey there,
>
> Has anyone compiled stackless on OS-X 10.5 yet?
>
> I'm having some trouble. The --enable-universalsdk config option
> points to the 10.4 SDK. Configure would fail with that so I changed
> configure.in to point to the 10.5 SDK. After that configure ran fine,
> but compiling fails with this:
There is a patch in python's trunk and 2.5 branches that fix this issue.
As a workaround you can set MACOSX_DEPLOYMENT_TARGET explictly when
running configure, e.g.
MACOSX_DEPLOYMENT_TARGET=10.5 sh configure
Ronald
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2224 bytes
Desc: not available
URL: <http://www.stackless.com/pipermail/stackless/attachments/20071127/61ab12c9/attachment.bin>
More information about the Stackless
mailing list