On Mon, 2008-06-16 at 10:17 -0500, Doug wrote: > I am trying to install QT4 on my mac and it keeps failing with the > following error. Is there anyone that may be able to help? > > > 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: *** [install] Error 2 > 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: *** [install] Error 2
This happens when you try to compile PyQt 4.4 against Qt 4.3 (and it's a bug that's already fixed in PyQt snapshots). -- Giovanni Bajo Develer S.r.l. http://www.develer.com _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
