On 19.06.07 13:45:45, Phil Thompson wrote: > On Tuesday 19 June 2007 1:19 pm, techtonik wrote: > > C:\WorkSpace\Eric IDE\Prerequisites\PyQt-win-gpl-4.2>configure.py -w -p > > win32-g++ Determining the layout of your Qt installation... > > C:\Tools\Qt4\qmake\qmake.exe -o qtdirs.mk qtdirs.pro > > QMAKESPEC has not been set, so configuration cannot be deduced. > > Error processing project file: qtdirs.pro > > Error: C:\Tools\Qt4\qmake\qmake.exe failed to create a makefile. Make sure > > you have a working Qt v4 qmake on your PATH or use the -q argument to > > explicitly specify a working Qt v4 qmake. > > > > C:\WorkSpace\Eric IDE\Prerequisites\PyQt-win-gpl-4.2>set > > QMAKESPEC=win32-g++ > > > > > > C:\WorkSpace\Eric IDE\Prerequisites\PyQt-win-gpl-4.2>configure.py -w -p > > win32-g++ Determining the layout of your Qt installation... > > C:\Tools\Qt4\qmake\qmake.exe -o qtdirs.mk qtdirs.pro > > Could not find mkspecs for your QMAKESPEC(win32-g++) after trying: > > C:/iwmake/build_mingw_opensource\mkspecs > > Error processing project file: qtdirs.pro > > Error: C:\Tools\Qt4\qmake\qmake.exe failed to create a makefile. Make sure > > you have a working Qt v4 qmake on your PATH or use the -q argument to > > explicitly specify a working Qt v4 qmake. > > Those imply Qt installation problems. Your path to qmake looks odd, you would > expect it to be in a "bin" directory.
Well, actually that is ok if you've built qt4 on windows. Because there's no make install possible on windows and thus bin/qmake.exex == qmake/qmake.exe. Andreas -- Do something unusual today. Pay a bill. _______________________________________________ Eric mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/eric
