Re: [PyQt] headache with SIP

2007-07-05 Thread Adam Tenderholt
I got all those errors when I tried building from inside msys, although it doesn't look like you are doing that. I was able to fix it by editing the siplib/Makefile and changing all the references to C:\python25\lib to C:\\python25\\lib in CPPFLAGS and LIBS. I also tried the original Makefile from

[PyQt] headache with SIP

2007-07-05 Thread kib2
Hi, I'm trying to build SIP one more time under Windows XP SP2 and MinGW but without success. 1. I have unpacked the source to my personnal directory "C:\KIB\" 2. I folowed the docs : configuring for mingw C:\KIB\sip-snapshot-20070704>python configure.py -p win32-g++ This is SIP snapshot-200