MS绕道MakeFile错误

时间:2015-08-05 06:22:38

标签: makefile installation visual-studio-2015 detours

我通过MS(http://research.microsoft.com/en-us/projects/detours/

下载了Detour Express 3.0

我的电脑使用Intel i3 CPUWindows 7 32bit

此外,我使用Visual Studio 2015 Community

要安装绕道,我运行Visual Studio 2015 Command Prompt

NMAKE(包括所有选项)

然后发生错误。

=========================================

(错误是用韩文写的。我自己翻译了)

C:\Program Files\Windows Kits\8.1\include\um\dbghelp.h(1544): warning C4091: 'typedef ': 변수를 선언하지 않으면 '' 왼쪽은 무시됩니다.

C:\ Program Files \ Windows Kits \ 8.1 \ include \ um \ dbghelp.h(1544):警告C4091:'typedef':如果没有定义变量,''的左侧将被忽略。

C:\Program Files\Windows Kits\8.1\include\um\dbghelp.h(3190): warning C4091: 'typedef ': 변수를 선언하지 않으면 '' 왼쪽은 무시됩니다.

C:\ Program Files \ Windows Kits \ 8.1 \ include \ um \ dbghelp.h(3190):警告C4091:'typedef':如果没有定义变量,''的左侧将被忽略。

出了什么问题,我该怎么办?

====其他信息===

Windows Kits文件夹中,有4个文件夹。 8.0, 8.1, 10, NETFXSDK

我认为在安装Windows Kits

时安装了此VS 2015文件夹

与错误有任何关系吗?

1 个答案:

答案 0 :(得分:0)

您可以将删除处理警告降低为错误/ WX(项目属性:c / c ++:general。或者您可以在编译器标记的两个位置手动删除dbghelp.h中的word typedef。