[PyKDE] PyQt Windows Build

Giovanni Bajo rasky at develer.com
Mon Jan 15 09:22:04 GMT 2007


On 12/01/2007 8.57, Remy Anthoine wrote:

>  No need to remake target `sip.exe'.
> Finished prerequisites of target file `install'.
> Must remake target `install'.
> make[1]: Entering directory `/cygdrive/c/Documents and 
> Settings/Administrator/De
> sktop/sip-4.5.2/sipgen'
> Putting child 0x006918f0 (install) PID 2252 on the chain.
> Live child 0x006918f0 (install) PID 2252
> /bin/sh: -c: line 1: syntax error: unexpected end of file
> Reaping losing child 0x006918f0 PID 2252
> make[1]: *** [install] Error 2
> Removing child 0x006918f0 PID 2252 from chain.
> make[1]: Leaving directory `/cygdrive/c/Documents and 
> Settings/Administrator/Des
> ktop/sip-4.5.2/sipgen'
> Reaping losing child 0x00691710 PID 3748
> make: *** [install] Error 2
> Removing child 0x00691710 PID 3748 from chain.

I see "cygdrive" in the paths. Are you using cygwin to compile PyQt? You 
shouldn't: you should use MinGW instead. Can you show me the output of your 
configure.py execution?

You probably need to arrange PATH. Try putting mingw\bin in the PATH before 
cygwin (or just remove cygwin altogether to make sure nothing in there is 
invoked). You can use the WHERE command in the CMD shell (under XP) to 
double-check (try "where make" and "where qmake" for instance).
-- 
Giovanni Bajo




More information about the PyQt mailing list