【发布时间】:2012-05-08 12:43:38
【问题描述】:
我正在尝试编译 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
我可以做些什么来解决这个错误?
【问题讨论】:
-
这个问题又出现在我的 Qt 5.3.1 中
标签: c++ visual-studio-2010 qt compiler-errors nmake