On 1/11/2007 3:07 PM, Remy Anthoine wrote:

My environment: Windows XP sp2
compiler : mingw32
python: 2.5

First I need SIP so following sip docs:

c:\python25\python configure.py -p win32-g++

Went all fine. Make went fine too. But make install thinks I don't
smell nice or something:

make[1]: Entering directory `/cygdrive/c/Documents and Settings/Administrator/De
sktop/sip-4.5.2/sipgen'
/bin/sh: -c: line 1: syntax error: unexpected end of file
make[1]: *** [install] Error 2
make[1]: Leaving directory `/cygdrive/c/Documents and Settings/Administrator/Des
ktop/sip-4.5.2/sipgen'
make: *** [install] Error 2

I'm a total make and makefiles noob. Maybe building SIP is a bit off
topic here and I apologize but it's a necessary step before building
pyqt.

It's not off-topic. Can you please attach your sipgen/Makefile, and try with "make -d install"? It should spew more debugging information.

Are you using mingw32 that's automatically installed by the binary Qt C++ GPL distribution? Or did you have a previous version around?
--
Giovanni Bajo

_______________________________________________
PyKDE mailing list    [email protected]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Reply via email to