[PyQt] Error compiling pyqt5 in yocto

Paul Knopf pauldotknopf at gmail.com
Wed Jan 4 17:23:53 GMT 2017


I am getting a compiler error when attempting to build PyQt5 in yocto.

Here are my configure/compile outputs.

https://gist.github.com/pauldotknopf/8b23d2de181701c0130b7ad36be0c6ab

sipQtGuiQSessionManager.cpp: In function 'PyObject*
meth_QSessionManager_sessionId(PyObject*, PyObject*)':
sipQtGuiQSessionManager.cpp:100:40: error: invalid use of incomplete type
'const class QSessionManager'
             sipRes = new QString(sipCpp->sessionId());

I am cross compiling, via the yocto build environment.

Any ideas?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20170104/ee456e9e/attachment.html>


More information about the PyQt mailing list