Qt 4.7 and Visual Studio 2010 installation problem
-
Hello,
"configure.exe -platform win32-msvc2010 -no-webkit -no-phonon -no-phonon-backend -no-script -no-scripttools -no-multimedia -no-qt3support -fast"
Nmake fails: "NMAKE : fatal error U1077: 'C:\Qt\2010.05\bin\qmake.EXE' : return code '0xc0000142'"
Br, Jussi
-
Why are you trying to re-build the SDK, isn't it simpler to download the "source code only (link to 4.7.2 source code)":http://get.qt.nokia.com/qt/source/qt-everywhere-opensource-src-4.7.2.zip and build that?
That way you are sure that your build doesn't fail because of some files from previous build.
"Here":ftp://ftp.trolltech.com/qt/source/ you can find previous versions -
Hello,
Thanks for your quick reply!
To be honest, I am not sure what I was doing. I have set up Qt + Vs20xx one time before (about a year ago) and I thought that it was this way...
I am now building from sources. Will report again in morning...
Edit: Ok, it finished -> success! Thanks!
Br, Jussi