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 ned.deily, ronaldoussoren
Date 2010-01-17.18:59:35
SpamBayes Score 3.0940345e-10
Marked as misclassified No
Message-id <1263754779.07.0.754388739717.issue7724@psf.upfronthosting.co.za>
In-reply-to
Content
It's not exactly the same issue but I think it is closely related since effectively both document the need for setup.py to build with a non-default system root (or SDK) and some of the hardcoded paths should be being satisfied from the SDK.  So at least parts of the more general solution should apply to OS X builds and potentially vice versa.

Yes, Apple's documentation of -isysroot, -syslibroot, and --sysroot leave a lot to be desired. My guess is that --sysroot was added independently by GNU and doesn't seem to be useful here.  And, as best I can tell on 10.4 to 10.6, -syslibroot gets added automatically when -isysroot is supplied. Is that your understanding as well?  I also see the man page for gcc discusses -isystem which sounds like it might be helpful if it actually works.
History
Date User Action Args
2010-01-17 18:59:39ned.deilysetrecipients: + ned.deily, ronaldoussoren
2010-01-17 18:59:39ned.deilysetmessageid: <1263754779.07.0.754388739717.issue7724@psf.upfronthosting.co.za>
2010-01-17 18:59:37ned.deilylinkissue7724 messages
2010-01-17 18:59:35ned.deilycreate