This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ronaldoussoren
Recipients ronaldoussoren
Date 2009-09-15.21:21:17
SpamBayes Score 8.192146e-09
Marked as misclassified No
Message-id <1253049679.4.0.0329687109313.issue6918@psf.upfronthosting.co.za>
In-reply-to
Content
When I compile the trunk on MacOS X 10.6 I get a compile (or rather 
link) error in ctypes:

ld: in build/temp.macosx-10.5-fat3-
2.7/Users/ronald/Projects/python/python-trunk-
clean/Modules/_ctypes/libffi_osx/powerpc/ppc-darwin.o, unsupported 
encoding in FDE for architecture ppc

This makes it impossible to build a univeral binary Python framework on 
OSX 10.6.

I don't think I'm running into the same issue with PyObjC, it that works 
I'll port PyObjC's version of ppc-darwin to the version of libffi that's 
used by ctypes.
History
Date User Action Args
2009-09-15 21:21:19ronaldoussorensetrecipients: + ronaldoussoren
2009-09-15 21:21:19ronaldoussorensetmessageid: <1253049679.4.0.0329687109313.issue6918@psf.upfronthosting.co.za>
2009-09-15 21:21:18ronaldoussorenlinkissue6918 messages
2009-09-15 21:21:17ronaldoussorencreate