[PyQt] SIP - CreateProcess Fails, unable to find the file.

Michael C certainm2 at hotmail.com
Tue Feb 25 19:08:38 GMT 2014


I am attempting to install SIP using MinGW32, on Python2.7, Windows7.When installing, I run the configure, which works well: python configure.py -p win32-g++
I then attempt to make, using MinGW and get an error (due to a missing bool.o?).  However, I went into siplib, and appeared to have both a bool.o and bool.cpp.  I am not sure how to address this error.
Error:C:\Python27\sip-4.15.4>mingw32-makemingw32-make[1]: Entering directory 'C:/Python27/sip-4.15.4/sipgen'mingw32-make[1]: Nothing to be done for 'all'.mingw32-make[1]: Leaving directory 'C:/Python27/sip-4.15.4/sipgen'mingw32-make[1]: Entering directory 'C:/Python27/sip-4.15.4/siplib'gcc -c -O2 -w -DNDEBUG -DUNICODE -DQT_LARGEFILE_SUPPORT -I. -IC:\Python26\include -o siplib.o siplib.c.........g++ -c -O2 -w -DNDEBUG -DUNICODE -DQT_LARGEFILE_SUPPORT -I. -IC:\Python26\include -o bool.o bool.cppprocess_begin: CreateProcess(NULL, g++ -c -O2 -w -DNDEBUG -DUNICODE -DQT_LARGEFILE_SUPPORT -I. -IC:\Python26\include -o bool.o bool.cpp, ...) failed.make (e=2): The system cannot find the file specified.Makefile:17: recipe for target 'bool.o' failedmingw32-make[1]: *** [bool.o] Error 2mingw32-make[1]: Leaving directory 'C:/Python27/sip-4.15.4/siplib'Makefile:3: recipe for target 'all' failedmingw32-make: *** [all] Error 2

Any help would be much appreciated.
Michael
 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20140225/2e6cfc88/attachment.html>


More information about the PyQt mailing list