[PyQt] PyQt 5.1.1 Compilation Error

jean-christophe Manciot manciot.jeanchristophe at gmail.com
Sat Oct 26 09:10:14 BST 2013


OK, I've found my mistake:
"python configure.py *
--sip-incdir=home/actionmystique/Downloads/sip-4.15.3/siplib*  -q
/usr/local/Qt-5.1.1/bin/qmake" solves it.


On Fri, Oct 25, 2013 at 11:20 AM, jean-christophe Manciot <
manciot.jeanchristophe at gmail.com> wrote:

> 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/20131026/374455c2/attachment-0001.html>


More information about the PyQt mailing list