[PyQt] Compile issues

Giovanni Bajo rasky at develer.com
Fri Jul 11 23:48:13 BST 2008


On Fri, 2008-07-11 at 09:33 -0400, Joel Webb wrote:
> 
> I have the latest PyQt release:
> PyQt-x11-gpl-4.4.2.tar.gz
> 
> And I am still receiving that error:
> g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB
> -DQT_CORE_LIB -I. -I/usr/include/python2.5 -I/usr/mkspecs/linux-g++
> -I/usr/include/QtGui -I/usr/include/QtCore -I/usr/include
> -I/usr/X11R6/include -o sipQtGuicmodule.o sipQtGuicmodule.cpp
> sip/QtGui/qgraphicsitem.sip:820:34: error: qgraphicsproxywidget.h: No such
> file or directory
> sip/QtGui/qgraphicsitem.sip:821:29: error: qgraphicswidget.h: No such file
> or directory
> make[1]: *** [sipQtGuicmodule.o] Error 1
> make[1]: Leaving directory `/tmp/PyQt-x11-gpl-4.4.2/QtGui'
> make: *** [all] Error 2
> 

It's a know bug. Use Qt 4.4, or a latest SIP/PyQt snapshot. Or just
comment those two lines away.
-- 
Giovanni Bajo
Develer S.r.l.
http://www.develer.com




More information about the PyQt mailing list