On Thu, 13 Nov 2008 22:46:26 -0000, "Simon Knowles" <[EMAIL PROTECTED]> wrote: > Firstly, apologies if this reflects my lack of unix expertise -- I'm no > guru -- but I did succeed with an earlier PyQt build and I'm generally > attentive to instructions... > > > > I have installed python, Qt, and Sip -- python and Qt demos work OK -- > but you can see from the terminal snippet below that I have a problem > building PyQt (unpacking the tar from the same place and performing the > same sequence of configure, make, make install). It seems that > configure.py correctly finds header files in > /usr/local/Trolltech/Qt-4.4.3/include but the subsequent make (executed > from the same place as the configure) can't find them. > > > > Any assistance much appreciated.
Use the --verbose flag to configure.py to see what is going on. Phil _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
