[PyKDE] PyQt Configure Problem

Brendan Roof brendanroof at gmail.com
Fri Feb 23 14:21:50 GMT 2007


Hi,

I am trying to install PyQt, but I haven't even been able to get past  
the configuration. I am running Mac OS 10.4.8 with Qt 4.2.2. When I  
attempt to configure I get the following error message:

:~/Desktop/PyQt-mac-gpl-4.1.1 $ python configure.py -w
Determining the layout of your Qt installation...
/usr/bin/qmake -spec macx-g++ -o qtdirs.mk qtdirs.pro
make -f qtdirs.mk
c++ -c -pipe -g -Wall -W -F/Library/Frameworks  -DQT_CORE_LIB - 
DQT_SHARED -I/usr/local/Qt4.2/mkspecs/macx-g++ -I. -I/Library/ 
Frameworks/QtCore.framework/Versions/4/Headers -I/usr/include/QtCore - 
I/usr/include -I. -I. -o qtdirs.o qtdirs.cpp
/Library/Frameworks/QtCore.framework/Headers/qnamespace.h:31: error:  
'QtValidLicenseForCoreModule' does not name a type
/Library/Frameworks/QtCore.framework/Headers/qobjectdefs.h:31: error:  
'QtValidLicenseForCoreModule' does not name a type
/Library/Frameworks/QtCore.framework/Headers/qchar.h:31: error:  
'QtValidLicenseForCoreModule' does not name a type
/Library/Frameworks/QtCore.framework/Headers/qatomic.h:36: error:  
'QtValidLicenseForCoreModule' does not name a type
/Library/Frameworks/QtCore.framework/Headers/qbytearray.h:39: error:  
'QtValidLicenseForCoreModule' does not name a type
/Library/Frameworks/QtCore.framework/Headers/qstring.h:60: error:  
'QtValidLicenseForCoreModule' does not name a type
/Library/Frameworks/QtCore.framework/Headers/qiterator.h:31: error:  
'QtValidLicenseForCoreModule' does not name a type
/Library/Frameworks/QtCore.framework/Headers/qalgorithms.h:31: error:  
'QtValidLicenseForCoreModule' does not name a type
/Library/Frameworks/QtCore.framework/Headers/qlist.h:40: error:  
'QtValidLicenseForCoreModule' does not name a type
/Library/Frameworks/QtCore.framework/Headers/qobject.h:39: error:  
'QtValidLicenseForCoreModule' does not name a type
/Library/Frameworks/QtCore.framework/Headers/qiodevice.h:40: error:  
'QtValidLicenseForCoreModule' does not name a type
/Library/Frameworks/QtCore.framework/Versions/4/Headers/qfile.h:37:  
error: 'QtValidLicenseForCoreModule' does not name a type
/Library/Frameworks/QtCore.framework/Versions/4/Headers/ 
qlibraryinfo.h:31: error: 'QtValidLicenseForCoreModule' does not name  
a type
/Library/Frameworks/QtCore.framework/Versions/4/Headers/qtextstream.h: 
45: error: 'QtValidLicenseForCoreModule' does not name a type
make: *** [qtdirs.o] Error 1
Error: Failed to create qtdirs.app/Contents/MacOS/qtdirs. Make sure  
you have a
working Qt v4 qmake on your PATH or use the -q argument to explicitly  
specify a
working Qt v4 qmake.

If anyone has any suggestions, I would greatly appreciate it. Thanks.

-Brendan Roof




More information about the PyQt mailing list