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 ned.deily, ronaldoussoren
Date 2010-04-20.21:13:55
SpamBayes Score 0.00016679229
Marked as misclassified No
Message-id <1271798037.44.0.527384772875.issue7724@psf.upfronthosting.co.za>
In-reply-to
Content
As a short explanation of OSX SDKs: those are basicly directories containing header files and stub libraries with the same directory structure as a real system. 

As an example, /Developer/SDKs/MacOSX10.4u.sdk contains the 10.4u SDK, that tree contains /Developer/SDKs/MacOSX10.4u.sdk/usr/include containing the header files that would have been in /usr/include on a canonical 10.4 system.

The SDK root is passed to the compiler using the '-isysroot' argument.
History
Date User Action Args
2010-04-20 21:13:57ronaldoussorensetrecipients: + ronaldoussoren, ned.deily
2010-04-20 21:13:57ronaldoussorensetmessageid: <1271798037.44.0.527384772875.issue7724@psf.upfronthosting.co.za>
2010-04-20 21:13:55ronaldoussorenlinkissue7724 messages
2010-04-20 21:13:55ronaldoussorencreate