[PyQt] Problem installing PyQt5 on OSX 10.6

David Cortesi davecortesi at gmail.com
Wed Oct 23 19:59:51 BST 2013


At first I thought that OSX 10.6 and XCode 3.2.6 were just not going to be
up to this, following the June thread about clang/clang++. However I added
a symlink /usr/bin/clang++ --> /usr/bin/clang, and then got what looked
like a clean configure with the line:

configure.py --qmake /Developer/Qt/5.1.1/clang_64/bin/qmake --spec macx-g++

(huzzah!) and started the make, but alas it ends with:

qpyqml_register_type.cpp: In function ‘QQmlPrivate::RegisterType*
init_type(PyTypeObject*, bool, int, PyTypeObject*)’:
qpyqml_register_type.cpp:262: error: insufficient contextual information to
determine type
(many similar lines...)
qpyqml_register_type.cpp:281: error: insufficient contextual information to
determine type
make[2]: *** [qpyqml_register_type.o] Error 1
make[1]: *** [sub-QtQml-make_first] Error 2
make: *** [sub-qpy-make_first-ordered] Error 2

Is this another issue with XCode 3, or do I need some more configure parms?
(Or do I need to go buy a new system that can run Mavericks and XCode 5?)

Dave Cortesi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20131023/75e37d18/attachment.html>


More information about the PyQt mailing list