It sounds like you are missing headers to your Qt installation. If you type 'which qmake', does it point to the version of Qt you are trying to compile PyQt against?
Adam On Mon, Jun 16, 2008 at 8:17 AM, Doug <[EMAIL PROTECTED]> 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 > Suggestions? > ~Doug > > > _______________________________________________ > PyQt mailing list [email protected] > http://www.riverbankcomputing.com/mailman/listinfo/pyqt > _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
