[PyQt] PyQt 5.1.1 Compilation Error

jean-christophe Manciot manciot.jeanchristophe at gmail.com
Fri Oct 25 10:20:52 BST 2013


Hi,

After having solved a slight issue during configuration, now I'm facing
this compilation error:

"make[1]: Entering directory
`/home/actionmystique/Downloads/PyQt-gpl-5.1.1/qpy'
cd QtCore/ && ( test -e Makefile || /usr/local/Qt-5.1.1/bin/qmake
/home/actionmystique/Downloads/PyQt-gpl-5.1.1/qpy/QtCore/QtCore.pro -o
Makefile ) && make -f Makefile
make[2]: Entering directory
`/home/actionmystique/Downloads/PyQt-gpl-5.1.1/qpy/QtCore'
g++ -c -pipe -fno-strict-aliasing -O2 -fPIC -Wall -W -D_REENTRANT
-DQT_NO_DEBUG -DQT_CORE_LIB -I/usr/local/Qt-5.1.1/mkspecs/linux-g++ -I. -I.
-I../../QtCore -I/usr/local/include/python2.7 -I/usr/local/Qt-5.1.1/include
-I/usr/local/Qt-5.1.1/include/QtCore -I. -o qpycore_chimera.o
qpycore_chimera.cpp
In file included from qpycore_sip.h:27:0,
                 from qpycore_chimera.h:33,
                 from qpycore_chimera.cpp:27:
../../QtCore/sipAPIQtCore.h:28:17: fatal error: *sip.h: No such file or
directory*
 #include <sip.h>
"

Maybe a library is missing, but which one? Shouldn't this dependency error
show up during configuration process?

SIP 4.15.3 and sip-dev are installed.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20131025/e170aa52/attachment.html>


More information about the PyQt mailing list