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 ned.deily
Recipients l0nwlf, ned.deily, ronaldoussoren
Date 2010-04-11.09:18:20
SpamBayes Score 1.8498646e-09
Marked as misclassified No
Message-id <1270977501.88.0.0761458252675.issue8366@psf.upfronthosting.co.za>
In-reply-to
Content
Chances are you do not have the 10.4u SDK installed; it is not installed by default by the Snow Leopard Xcode mpkg installer.  If it is not installed, configure falls back to using / as the sysroot (see configure.in at around line 95).  If you are going to build and test Python on OS X 10.5 or 10.6, you really need to have it installed.

$ ls /Developer/SDKs/
MacOSX10.4u.sdk/ MacOSX10.5.sdk/  MacOSX10.6.sdk/

Even without 10.4u installed, this should fail:

make distclean; ./configure --enable-universalsdk=/Developer/SDKs/MacOSX10.6.sdk --with-universal-archs=32-bit MACOSX_DEPLOYMENT_TARGET=10.6
History
Date User Action Args
2010-04-11 09:18:21ned.deilysetrecipients: + ned.deily, ronaldoussoren, l0nwlf
2010-04-11 09:18:21ned.deilysetmessageid: <1270977501.88.0.0761458252675.issue8366@psf.upfronthosting.co.za>
2010-04-11 09:18:20ned.deilylinkissue8366 messages
2010-04-11 09:18:20ned.deilycreate