[PyQt] configure.py does not add qpy release folder to Makefile when compiling w/debug symbols
dcassidy36 at mass.rr.com
dcassidy36 at mass.rr.com
Mon Jan 25 00:50:03 GMT 2010
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.
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.
--
Regards,
-Demetrius Cassidy
More information about the PyQt
mailing list