Ошибка при компиляции Qt :nmake фатальная ошибка U1077

Я пытаюсь скомпилировать Qt 4.7.4, но всегда получаю эту ошибку:

mt.exe: general error c101008d: Failed to write the updated manifest to the resource of file "release\tutorial5.exe". The system cannot find the file specified. 
NMAKE : fatal error U1077: '"C:\Program Files(x86)\Microsoft SDKs\Windows\v7.0A\bin\mt.exe"' : return code '0x1f'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files(x86)\Microsoft Visual Studio 10.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.

С помощью командной строки Visual Studio я выполнил эти команды:

configure -debug-and-release -opensource -platform win32-msvc2010
nmake

Что я могу сделать, чтобы устранить эту ошибку?

8
задан Pedro 28 April 2012 в 01:13
поделиться