[PyKDE] PyQt/SIP and Qt for MacOSX, Compilation Failure...
Kit Plummer
kitplummer at comcast.net
Thu Dec 18 15:16:34 GMT 2003
I've compiled Qt and SIP, but am getting this error when I try to
compile PyQt:
c++ -c -pipe -fPIC -O2 -Wall -W -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I.
-I/Library/Frameworks/Python.framework/Versions/2.3/include/python2.3
-I/Developer/qt/include -o sipqttableQCheckTableItem.o
sipqttableQCheckTableItem.cpp
In file included from
/Library/Frameworks/Python.framework/Versions/2.3/include/python2.3/
Python.h:70,
from
/Library/Frameworks/Python.framework/Versions/2.3/include/python2.3/
sip.h:21,
from sipAPIqttable.h:30,
from sipqttableQCheckTableItem.cpp:26:
/Library/Frameworks/Python.framework/Versions/2.3/include/python2.3/
objimpl.h:255: warning: use
of `long double' type; its size may change in a future release
/Library/Frameworks/Python.framework/Versions/2.3/include/python2.3/
objimpl.h:255: warning: (Long
double usage is reported only once for each file.
/Library/Frameworks/Python.framework/Versions/2.3/include/python2.3/
objimpl.h:255: warning: To
disable this warning, use -Wno-long-double.)
sipqttableQCheckTableItem.cpp: In member function `QString
sipQCheckTableItem::sipProtect_content()':
sipqttableQCheckTableItem.cpp:313: no method `QTableItem::content'
make[1]: *** [sipqttableQCheckTableItem.o] Error 1
make: *** [all] Error 2
[kp at kp-powerbook]$
Any ideas?
TIA,
Kit
More information about the PyQt
mailing list