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 Arfrever, dmalcolm, doko, jcea, ned.deily, pitrou
Date 2012-07-08.04:44:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341722670.11.0.1844491877.issue14791@psf.upfronthosting.co.za>
In-reply-to
Content
Also OS X universal builds have many of the characteristics of a cross-build.  In particular, one executable (like the python interpreter) can contain both 32-bit and 64-bit architecture files.  So tests for 32-bit vs 64-bit at build time using the running compiler's arch are problematic.  Another issue is the support for building with an OS X SDK.  Basically, all /usr include and lib file paths used for searching in setup.py need to be prefixed by the SDK path if configured.  There are some holes in this right now.  I plan to fix them soon; it would better to have this issue resolved and applied first.
History
Date User Action Args
2012-07-08 04:44:30ned.deilysetrecipients: + ned.deily, doko, jcea, pitrou, Arfrever, dmalcolm
2012-07-08 04:44:30ned.deilysetmessageid: <1341722670.11.0.1844491877.issue14791@psf.upfronthosting.co.za>
2012-07-08 04:44:29ned.deilylinkissue14791 messages
2012-07-08 04:44:28ned.deilycreate