Hello Phil, > > Run configure.py with the -w flag to see what it's trying to do. >
Thanks again. OK, configure.py couldn't locate mingw32's version of make. Now I stumbled upon the next problem: I didn't have a recent version of sip. I downloaded the code, configured it (with configure.py -p win32-g++), ran make, however I get error messages while running make install: D:\sip-4.4.1>mingw32-make install makefile:29: warning: overriding commands for target `.c.o' makefile:26: warning: ignoring old commands for target `.c.o' mingw32-make[1]: Entering directory `D:/sip-4.4.1/sipgen' syntax error: got EOF, expecting then mingw32-make[1]: *** [install] Error 1 mingw32-make[1]: Leaving directory `D:/sip-4.4.1/sipgen' mingw32-make: *** [install] Error 2 I also ran: D:\sip-4.4.1>mingw32-make -d install And got as last part: No need to remake target `sip.exe'. Finished prerequisites of target file `install'. Must remake target `install'. CreateProcess(c:\PROGRA~1\MKSTOO~1\mksnt\sh.exe,c:/PROGRA~1/MKSTOO~1/mksnt/sh.ex e -c "if not exist C:\programs\Python24 mkdir C:\programs\Python24",...) Putting child 0x00a771a8 (install) PID 10975360 on the chain. Live child 0x00a771a8 (install) PID 10975360 syntax error: got EOF, expecting then Reaping losing child 0x00a771a8 PID 10975360 mingw32-make[1]: *** [install] Error 1 Removing child 0x00a771a8 PID 10975360 from chain. mingw32-make[1]: Leaving directory `D:/sip-4.4.1/sipgen' Reaping losing child 0x00a74ec0 PID 10976616 mingw32-make: *** [install] Error 2 Removing child 0x00a74ec0 PID 10976616 from chain. Thanks, Bert _______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
