[SOLVED]Struggling to build qt 5.2.0 with msvc2012
-
"this":http://technet.microsoft.com/en-us/library/bb727008.aspx should help
-
Two reasons I have also seen:
The exec is already running (which should be your case)
An anti-virus software that interfere with the build process
-
Just delete the build dir and start a new (in the case you used an out of source build)
-
I tried that, this time it compiled for a longer period but gave the following error:
mt.exe : general error c101008d: Failed to write the updated manifest to the res
ource of file "C:\QT\5.2.00\qt-everywhere-opensource-src-5.2.0\qtbase\bin\qml.ex
e". Access is denied.
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Windows Kits\8.1\bin\x86\mt.
exe"' : return code '0x1f'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 12.0
\VC\BIN\nmake.exe"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'cd' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'cd' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'cd' : return code '0x2'
Stop.
Which is very similar to the first. You said that the exec is already running, how would i solve this? -
One of the symptoms could be that, but since you are compiling it should not be the case.
Are you sure you don't have an anti-virus that is running ?
-
You're welcome !
Since you build it successfully, please update the thread title prepending [solved] so other forum users may know a solution has been found :)
-
can you look at this for me please
http://qt-project.org/forums/viewthread/36909/