<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">When I follow these steps Mrugesh listed below, I get the following when running C:\MinGW\bin\mingw32-make.exe:<div><br></div><div><div>mingw32-make[1]: Entering directory `X:/Downloads/sip-4.10.2/sipgen'</div><div>makefile:29: warning: overriding commands for target `.c.o'</div><div>makefile:26: warning: ignoring old commands for target `.c.o'</div><div>gcc -c -O2 -w -DNDEBUG -DUNICODE -DQT_LARGEFILE_SUPPORT -I. -o main.o main.c</div><div>gcc: installation problem, cannot exec `cc1': No such file or directory</div><div>mingw32-make[1]: *** [main.o] Error 1</div><div>mingw32-make[1]: Leaving directory `X:/Downloads/sip-4.10.2/sipgen'</div><div>mingw32-make: *** [all] Error 2</div><div><br></div><div>I am not sure what 'cc1' is. Is it meant to have been installed with MinGW or is it something that should have been created by configure.py?</div><div><br></div><div>eC</div><div><br></div><div><br><div>Begin forwarded message:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="4" color="#000000" style="font: 13.0px Helvetica; color: #000000"><b>From: </b></font><font face="Helvetica" size="4" style="font: 13.0px Helvetica">M Chauhan &lt;<a href="mailto:mrch81@gmail.com">mrch81@gmail.com</a>&gt;</font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="4" color="#000000" style="font: 13.0px Helvetica; color: #000000"><b>Date: </b></font><font face="Helvetica" size="4" style="font: 13.0px Helvetica">19 February 2010 16:41:39 GMT</font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="4" color="#000000" style="font: 13.0px Helvetica; color: #000000"><b>To: </b></font><font face="Helvetica" size="4" style="font: 13.0px Helvetica"><a href="mailto:koyao@raptr.com">koyao@raptr.com</a></font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="4" color="#000000" style="font: 13.0px Helvetica; color: #000000"><b>Cc: </b></font><font face="Helvetica" size="4" style="font: 13.0px Helvetica"><a href="mailto:pyqt@riverbankcomputing.com">pyqt@riverbankcomputing.com</a></font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="4" color="#000000" style="font: 13.0px Helvetica; color: #000000"><b>Subject: </b></font><font face="Helvetica" size="4" style="font: 13.0px Helvetica"><b>Re: [PyQt] PyQT/Sip installation</b></font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; min-height: 14px; "><br></div> </div>Thanks Yao. <br> <br> Finally I used MinGW because I had many issues with nmake.<br> <br> I have done a step by step procedure of what I did if someone else is looking for such information.<br> <br>1. Get SIP (<a href="http://www.riverbankcomputing.com/">http://www.riverbankcomputing.com/</a>)<br>2. Unzip SIP4.10 in an empty folder<br>2. Get PyQT4 (<a href="http://www.riverbankcomputing.com/">http://www.riverbankcomputing.com/</a>)<br> 3. Unzip in another folder.<br>4. For commercial version ,get <br><a href="http://www.riverbankcomputing.com/@@vault?fname=pyqt-commercial.sip">http://www.riverbankcomputing.com/@@vault?fname=pyqt-commercial.sip</a><br>5. For commercial version, copy pyqt-commercial.sip to /folder_in_which_PyQt_was_unziped/sip/.<br> 6. Install Python 2.6.4<br>7. Install QT LGPL version (<a href="http://get.qt.nokia.com">http://get.qt.nokia.com</a>).<br>8. Now you need either MSVC 2008 or MinGW installed to have "make" command on windows.<br> 6. After above installations, go to SIP folder. Launch a command prompt on this folder.<br>7. Launch following cmd for MinGW : python configure.py --platform win32-g++<br>8. Then launch : C:\MinGW\bin\mingw32-make.exe<br> 9. Then launch : C:\MinGW\bin\mingw32-make.exe install<br>10. Go to PyQt folder.<br>11. Launch following cmd : python configure.py<br>12. Then launch : C:\MinGW\bin\mingw32-make.exe<br>13. Then launch : C:\MinGW\bin\mingw32-make.exe install<br> <br> Have a nice weekend,<br> Mrugesh.<br><br><div class="gmail_quote">On 18 February 2010 20:46, Yao Ko <span dir="ltr">&lt;<a href="mailto:koyao@raptr.com">koyao@raptr.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> Try 'nmake' from Visual Studio 2008 Express.<br> <br> Yao<br> <div><div></div><div class="h5"><br> On Thu, Feb 18, 2010 at 10:54 AM, M Chauhan &lt;<a href="mailto:mrch81@gmail.com">mrch81@gmail.com</a>&gt; wrote:<br> &gt; Hello all,<br> &gt;<br> &gt; I am trying to install PyQt/SIP. It requires launching "make" on windows.<br> &gt;<br> &gt; But "make" doesn't run on windows. Do I need something extra to install this<br> &gt; on windows?<br> &gt;<br> &gt; I checked on the old archive mails but I couldn't find something to help<br> &gt; solve this.<br> &gt;<br> &gt; Log:<br> &gt; D:\sip-4.10&gt;python configure.py<br> &gt; This is SIP 4.10 for Python 2.6.4 on win32.<br> &gt; The SIP code generator will be installed in C:\Python26.<br> &gt; The SIP module will be installed in C:\Python26\Lib\site-packages.<br> &gt; The SIP header file will be installed in C:\Python26\include.<br> &gt; The default directory to install .sip files in is C:\Python26\sip.<br> &gt; The platform/compiler configuration is win32-msvc2008.<br> &gt; Creating sipconfig.py...<br> &gt; Creating top level Makefile...<br> &gt; Creating sip code generator Makefile...<br> &gt; Creating sip module Makefile...<br> &gt;<br> &gt; D:\sip-4.10&gt;make<br> &gt; 'make' is not recognized as an internal or external command,<br> &gt; operable program or batch file.<br> &gt;<br> &gt; Thanks,<br> &gt; Mrugesh.<br> &gt;<br> </div></div>&gt; _______________________________________________<br> &gt; PyQt mailing list &nbsp; &nbsp;<a href="mailto:PyQt@riverbankcomputing.com">PyQt@riverbankcomputing.com</a><br> &gt; <a href="http://www.riverbankcomputing.com/mailman/listinfo/pyqt" target="_blank">http://www.riverbankcomputing.com/mailman/listinfo/pyqt</a><br> &gt;<br> </blockquote></div><br> _______________________________________________<br>PyQt mailing list &nbsp;&nbsp;&nbsp;<a href="mailto:PyQt@riverbankcomputing.com">PyQt@riverbankcomputing.com</a><br><a href="http://www.riverbankcomputing.com/mailman/listinfo/pyqt">http://www.riverbankcomputing.com/mailman/listinfo/pyqt</a></blockquote></div><br></div></body></html>