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
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