<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>I am attempting to install SIP using MinGW32, on Python2.7, Windows7.<div>When installing, I run the configure, which works well: </div><div>python configure.py -p win32-g++</div><div><br></div><div>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.</div><div><br></div><div>Error:</div><div><div>C:\Python27\sip-4.15.4>mingw32-make</div><div>mingw32-make[1]: Entering directory 'C:/Python27/sip-4.15.4/sipgen'</div><div>mingw32-make[1]: Nothing to be done for 'all'.</div><div>mingw32-make[1]: Leaving directory 'C:/Python27/sip-4.15.4/sipgen'</div><div>mingw32-make[1]: Entering directory 'C:/Python27/sip-4.15.4/siplib'</div><div>gcc -c -O2 -w -DNDEBUG -DUNICODE -DQT_LARGEFILE_SUPPORT -I. -IC:\Python26\includ</div><div>e -o siplib.o siplib.c</div><div>...</div><div>...</div><div>...</div><div>g++ -c -O2 -w -DNDEBUG -DUNICODE -DQT_LARGEFILE_SUPPORT -I. -IC:\Python26\includ</div><div>e -o bool.o bool.cpp</div><div>process_begin: CreateProcess(NULL, g++ -c -O2 -w -DNDEBUG -DUNICODE -DQT_LARGEFI</div><div>LE_SUPPORT -I. -IC:\Python26\include -o bool.o bool.cpp, ...) failed.</div><div>make (e=2): The system cannot find the file specified.</div><div>Makefile:17: recipe for target 'bool.o' failed</div><div>mingw32-make[1]: *** [bool.o] Error 2</div><div>mingw32-make[1]: Leaving directory 'C:/Python27/sip-4.15.4/siplib'</div><div>Makefile:3: recipe for target 'all' failed</div><div>mingw32-make: *** [all] Error 2</div></div><div><br></div><div><br></div><div>Any help would be much appreciated.</div><div><br></div><div>Michael</div><div><br></div>                                       </div></body>
</html>