[PyQt] configure.py does not add qpy release folder to Makefile when compiling w/debug symbols

Phil Thompson phil at riverbankcomputing.com
Mon Feb 22 20:11:35 GMT 2010


On Sun, 24 Jan 2010 19:50:03 -0500, <dcassidy36 at mass.rr.com> 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


More information about the PyQt mailing list