[PyQt] SIP installation problem
Stjepan Stipetić
stjepan.stipetic at gmail.com
Fri Feb 19 08:27:07 GMT 2016
Hi I have a problem with SIP installation.
I tried to build SIP using MinGW and the instructions on:
http://pyqt.sourceforge.net/Docs/sip4/installation.html
It works fine with:
configure.py -p win32-g++
mingw32-make
but
mingw32-make install
gives error:
mingw32-make[1]: Entering directory 'C:/SIP/sipgen'
/usr/bin/sh: -c: line 1: syntax error: unexpected end of file
Makefile:39: recipe for target 'install' failed
mingw32-make[1]: *** [install] Error 1
mingw32-make[1]: Leaving directory 'C:/SIP/sipgen'
Makefile:7: recipe for target 'install' failed
mingw32-make: *** [install] Error 2
Can you maybe help on this?
I use Python 2.7 and windows 10 x64.
I used MinGW from here:
http://www.mingw.org/
https://sourceforge.net/projects/mingw/files/Installer/
My PATH variable has only:
C:\MinGW\bin
no trace of MSYS.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20160219/66a5024b/attachment.html>
More information about the PyQt
mailing list