Ned Deily added the comment:

Thanks for the report.  The issue of setup.py not looking in an OS X SDK for 
zlib.h was recently fixed in currently active branches: f3a2dab1623b (default), 
2d8d5fea6194 (3.3), c207ac413457 (2.7).

By the way, there has been a lot of confusion about the installation of header 
files in OS X 10.9 Mavericks, brought on by Apple itself.  In recent previous 
releases, most header files were only installed in the normal locations 
(/usr/include, /System/Library/Frameworks) as part of the Command Line Tools 
component (either through Xcode or the downloadable standalone package).  Early 
on in the life cycle of Mavericks development, there apparently was an attempt 
to no longer install the header files by the CLT packages, forcing everyone to 
reference them via an SDK.  For whatever reason, that attempt was dropped 
before Mavericks was released.  With the 10.9 CLT properly installed, you 
should see /usr/include correctly populated, including zlib.h.  In 10.9, the 
new way to force CLT to be installed is:

   xcode-select --install

----------
nosy: +ned.deily
resolution:  -> out of date
stage:  -> committed/rejected
status: open -> closed
versions:  -Python 3.1, Python 3.2, Python 3.5

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19389>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to