[issue26265] errors during static build on OSX

Ned Deily report at bugs.python.org
Tue Feb 2 11:27:46 EST 2016


Ned Deily added the comment:

I can't speak to issues with PyQt5 since that is not part of the Python standard library but you shouldn't need additional configure options just to build Python itself. Make sure you have installed the latest version of Xcode for your release via the App Store app update pane and that you have installed the corresponding latest version of the Xcode Command Line Tools with:

xcode-select --install

Then start with a clean build directory.

----------

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


More information about the Python-bugs-list mailing list