From: Jay M. <jm...@ua...> - 2006-02-13 18:15:38
|
> I reinstalled Qt omitting the -universal and path to the sdk and it > seemed to build fine. > QtCore and qglobal are there but not where pyQt configure expects to > find them. > > /usr/local/Trolltech/Qt-4.1.0/lib/QtCore.framework/headers is where > qglobal.h is. > > I tried python configure.py -d/path but it didn't like that > either????????? > From Patrick Stinson's answer: """ try building qt with the -no-framework option """ Regards, Diez Ok so I tried the -no-framework option and it creates the makefiles and runs through make with no errors BUT I have 18gb free on my HD and without checking disk space I do make install and it takes free space to 0 and gives me errors. What did I do wrong?? Thanks Jay |