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 2010-01-17.15:06:10
SpamBayes Score 1.8997761e-09
Marked as misclassified No
Message-id <1263740773.9.0.498921408121.issue7724@psf.upfronthosting.co.za>
In-reply-to
Content
On OSX it is possible to compile using an SDK, which is basicly a directory tree containing include files and shared library stubs. When building using an SDK (such as the 10.4u SDK) the compiler looks in the SDK subtree instead of / (that is, look for include files in $SDKROOT/usr/include instead of /usr/include, and simularly for other locations).

Python's setup.py should do the same thing when performing build-time tests, such as looking for header files or libraries.

BTW. I'm planning to work on a patch for this, the issue is mostly here to remind me that something needs to be done.
History
Date User Action Args
2010-01-17 15:06:14ronaldoussorensetrecipients: + ronaldoussoren
2010-01-17 15:06:13ronaldoussorensetmessageid: <1263740773.9.0.498921408121.issue7724@psf.upfronthosting.co.za>
2010-01-17 15:06:11ronaldoussorenlinkissue7724 messages
2010-01-17 15:06:10ronaldoussorencreate