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, skip.montanaro
Date 2016-10-03.02:46:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1475462781.47.0.506458144593.issue28341@psf.upfronthosting.co.za>
In-reply-to
Content
There are various reports about Xcode 8.0 providing a 10.12 SDK which will include refs to symbols not available yet on 10.11.  Try installing the command line tools via:

$ xcode-select --install

and doing a "make distclean" and then a complete configure and rebuild.
History
Date User Action Args
2016-10-03 02:46:21ned.deilysetrecipients: + ned.deily, skip.montanaro
2016-10-03 02:46:21ned.deilysetmessageid: <1475462781.47.0.506458144593.issue28341@psf.upfronthosting.co.za>
2016-10-03 02:46:21ned.deilylinkissue28341 messages
2016-10-03 02:46:20ned.deilycreate