[PyKDE] Build pyqt with debug symbols

m.gehling at gmx.de m.gehling at gmx.de
Fri Feb 10 15:04:53 GMT 2006


Hello, 

if i configure pyqt(python 2.4 win32 mingw) configure.py -u , make failed 
with this output. 

marc 

 ---- 

This is the GPL version of PyQt snapshot-20060129 (licensed under the GNU
General Public License) for Python 2.4.2 on win32. 

Type 'L' to view the license.
Type 'yes' to accept the terms of the license.
Type 'no' to decline the terms of the license. 

Do you accept the terms of the license? yes
Checking to see if the QtGui module should be built...
Checking to see if the QtAssistant module should be built...
Checking to see if the QtNetwork module should be built...
Checking to see if the QtOpenGL module should be built...
Checking to see if the QtSql module should be built...
Checking to see if the QtSvg module should be built...
Checking to see if the QtXml module should be built...
Qt v4.1.0 free edition is being used.
SIP snapshot-20060128 is being used.
The Qt header files are in C:\Qt\4.1.0\include.
The QtCore Qt library is in C:\Qt\4.1.0\lib.
These PyQt modules will be built: QtCore.
The PyQt modules will be installed in C:\python24\Lib\site-packages.
The PyQt .sip files will be installed in C:\python24\sip.
pyuic4, pyrcc4 and pylupdate4 will be installed in C:\python24.
Generating the C++ source for the QtCore module...
Creating the Makefile for the QtCore module...
Creating top level Makefile...
Creating pyuic4 wrapper...
Creating pyuic4 Makefile...
Creating pylupdate4 Makefile...
Creating pyrcc4 Makefile...
Creating pyqtconfig.py... 

C:\Qt\PyQt4-gpl-snapshot-20060129>mingw32-make
makefile:30: warning: overriding commands for target `.c.o'
makefile:27: warning: ignoring old commands for target `.c.o'
mingw32-make[1]: Entering directory 
`C:/Qt/PyQt4-gpl-snapshot-20060129/QtCore'
g++ -c /D_DEBUG -g -Wall -mthreads -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL 
 -DQ
T_CORE_LIB -I. -IC:\python24\include -IC:\Qt\4.1.0\include 
 -IC:\Qt\4.1.0\include
\QtCore -IC:\Qt\4.1.0\mkspecs\win32-g++ -o sipQtCorecmodule.o 
sipQtCorecmodule.c
pp
g++: /D_DEBUG: No such file or directory
mingw32-make[1]: *** [sipQtCorecmodule.o] Error 1
mingw32-make[1]: Leaving directory 
`C:/Qt/PyQt4-gpl-snapshot-20060129/QtCore'
mingw32-make: *** [all] Error 2 




More information about the PyQt mailing list