On Thursday 18 December 2003 2:14 pm, Kit Plummer wrote: > 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 > [EMAIL PROTECTED] > > > Any ideas?
Which version of SIP? Which version of PyQt? Which version of Qt? Phil _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
