[PyKDE] PyQt/SIP and Qt for MacOSX, Compilation Failure...

Phil Thompson phil at riverbankcomputing.co.uk
Thu Dec 18 19:48:01 GMT 2003


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
> [kp at kp-powerbook]$
>
>
> Any ideas?

Which version of SIP?

Which version of PyQt?

Which version of Qt?

Phil




More information about the PyQt mailing list