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 2016-08-19.21:58:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471643899.93.0.569141042934.issue27806@psf.upfronthosting.co.za>
In-reply-to
Content
Attempts to build Python 2.7 using OS X/macOS public beta versions of the latest command-line tools can fail due to the removal of the system header file for QuickTime/QuickTime.h, one of the long deprecated Carbon APIs.  Currently, Python only attempts to build modules dependent on this file when building for 32-bit archs so this problem typically only affects builds with --with-universal-archs= configure options like "intel" or "intel-32".  It would be nice to preserve the ability to make use of QuickTime on older systems where the header file is still available.  Since the old Python mac modules don't exist in Python 3.x, this is only a 2.7 issue.
History
Date User Action Args
2016-08-19 21:58:19ned.deilysetrecipients: + ned.deily, ronaldoussoren
2016-08-19 21:58:19ned.deilysetmessageid: <1471643899.93.0.569141042934.issue27806@psf.upfronthosting.co.za>
2016-08-19 21:58:19ned.deilylinkissue27806 messages
2016-08-19 21:58:19ned.deilycreate