我正在尝试为QT构建QMYSQL插件,并在执行qmake (成功运行) -using时,将我放置到C中的MySQL win32文件:-我试图运行nmake并得到以下错误:
rc is not recognized as an internal or external command, operable program or batch file -I guess it refers to the qsqlmysqld_resource.rc file here-
NMAKE: fatal error U1077: 'rc': return code 0x1
Stop.
NMAKE: fatal error U1077: C:\Program Files(x86)\Microsoft Visual Studio 10.0\VC\bin\nmake.exe return code 0x2
Stop.这可能是什么原因?
发布于 2015-01-06 23:25:07
VC配置不正确请在C:\Program(X86)\MicrosoftVisualStudio10.0\VC文件夹中运行vcvars32.bat
请参阅更多链接qt常见问题和msdn
https://stackoverflow.com/questions/10673088
复制相似问题