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 benjamin.peterson, eric.araujo, georg.brandl, ned.deily, python-dev, ronaldoussoren, teamnoir
Date 2012-06-23.11:00:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340449233.35.0.993298085086.issue13590@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks, Ronald.  Version 3 addresses various issues, including adding a search of $PATH for clang since xcrun is not useful in the case where the user has installed a standalone Command Line Tools package or has installed a Command Line Tools component from within Xcode but hasn't run xcode-select.  Another problem: the SDK path is likely going to be incorrect in the common case of an installer build on 10.5 or 10.6 but run on 10.7 or later.  It's tricky to get all the edge cases correct for that.  For now, the solution is to delete -sdkroot parameters from the default CFLAGS and friends if the SDK path is invalid; that assumes the Command Line Tools component/package has been installed.  If necessary, the user can override via env variables.  Also, the compiler validity checks are now bypassed if the user has overridden CC.  I'll plan to commit later today for 3.3.0b1 along with some README updates.
History
Date User Action Args
2012-06-23 11:00:34ned.deilysetrecipients: + ned.deily, georg.brandl, ronaldoussoren, benjamin.peterson, eric.araujo, teamnoir, python-dev
2012-06-23 11:00:33ned.deilysetmessageid: <1340449233.35.0.993298085086.issue13590@psf.upfronthosting.co.za>
2012-06-23 11:00:31ned.deilylinkissue13590 messages
2012-06-23 11:00:30ned.deilycreate