[issue7724] setup.py ignores SDK root on OSX

Ronald Oussoren report at bugs.python.org
Tue Apr 20 23:13:57 CEST 2010


Ronald Oussoren <ronaldoussoren at mac.com> added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7724>
_______________________________________


More information about the Python-bugs-list mailing list