[issue36231] Support builds on macOS without installed system header files

Ned Deily report at bugs.python.org
Thu Jun 20 02:46:28 EDT 2019


Ned Deily <nad at python.org> added the comment:

Thanks again everyone.  The general solution has now been merged to all active branches for release in 3.8.0, 3.7.4, and 2.7.17.

Note that Issue19960 identifies an additional problem only on 2.7 where a few extension modules, notably zlib, are still not being built when header files are not installed; a PR for that issue is currently awaiting review.

----------
components: +Build
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed
title: no "proper" header files on macOS 10.14 Mojave -> Support builds on macOS without installed system header files

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36231>
_______________________________________


More information about the Python-bugs-list mailing list