On Sun, 24 Jan 2010 19:50:03 -0500, <[email protected]> wrote: > If you run configure.py with -u option (debug symbols), it will only add > the debug folders the Makefiles like: > "/LIBPATH:C:\PyQt-win-gpl-4.7\qpy\QtCore\debug", but you are actually > compiling both debug and release builds at the same time when you do this.
No you aren't. > It should add "/LIBPATH:C:\PyQt-win-gpl-4.7\qpy\QtCore\release" along with > '\debug' to the Makefiles, for QtCore, QtGui any everything else that > depends on qpy or the linker complains that it can't find the non-debug > versions of the above libs. The problem is that it can't find the debug versions because they have a different name. Fixed in tonight's snapshot. Phil _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
