On Mon, 10 Aug 2009 18:21:17 -0700 (PDT), Jason H <[email protected]> wrote: > configure.py -p win32-g++ > mingw32-make > ... > makefile:26: warning: ignoring old commands for target `.c.o' > g++ -mthreads -Wl,-enable-stdcall-fixup -Wl,-enable-auto-import > -Wl,-enable-runtime-pseudo-reloc -shared -Wl,-subsystem,console -Wl,-s -o > sip.pyd siplib.o apiversions.o descriptors.o qtlib.o threads.o objmap.o > bool.o -LC:\Python25\libs -lpython25 > siplib.o:siplib.c:(.text+0x6f40): undefined reference to > `_PyUnicode_FromStringAndSize' > siplib.o:siplib.c:(.text+0x7040): undefined reference to > `_PyUnicode_FromStringAndSize' > siplib.o:siplib.c:(.text+0x71d0): undefined reference to > `_PyUnicode_FromStringAndSize' > collect2: ld returned 1 exit status > mingw32-make[1]: *** [sip.pyd] Error 1 > mingw32-make[1]: Leaving directory `C:/Qt/sip-4.9-snapshot-20090808/siplib' > mingw32-make: *** [all] Error 2 > > With Python 2.5
Should be fixed in tonight's snapshot. Thanks, Phil _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
