I tried to compile wireshark source code by Cmake,some error happened,do i lack some component?could you like to give me some suggestions with the error script show behind the environment setting the environment setting is as below
error script is as below:
|
One Answer:
Your CMake line is a bit odd, that's not what's in the Developer's Guide, until you have a regular build working please don't deviate from the Developer's Guide. Apart from that I'll guess that the failure to build the release_notes_html target is likely to be missing Cygwin components. Please post the output of your CMake generation step by redirecting it to a file, i.e. answered 15 Jun '16, 13:51 grahamb ♦ Hi grahamb : I appreciate your great support. Your comments are always helpful to me. Following your suggestion, I output the CMake building procedure into logfiles. As the files are too large to post here. So I uploaded it on Cloud.http://pan.baidu.com/s/1dFbo7Bj you can download it and have a check when you are available. Actually the wireshark executable file has been created and it can work,but in the building process,there is a lot of warnings and errors,I think there should be something wrong. Hope you can give me a few feedback. Many Many thanks .Looking forward for your feedback. (17 Aug '16, 19:26) Water
(17 Aug ‘16, 19:29) Water And i also post a few of the generate build files log here. (17 Aug ‘16, 19:30) Water
PrepareForBuild: 正在创建目录“cmTC_1c542.dir\Debug\”。 正在创建目录“E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\Debug\”。 正在创建目录“cmTC_1c542.dir\Debug\cmTC_1c542.tlog\”。 InitializeBuildStatus: 正在创建“cmTC_1c542.dir\Debug\cmTC_1c542.tlog\unsuccessfulbuild”,因为已指定“AlwaysCreate”。 ClCompile: C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\CL.exe /c /Zi /W3 /WX- /MP /Od /Ob0 /D WIN32 /D _WINDOWS /D WS_LD_FLAG_VALID0 /D _DEBUG /D “CMAKE_INTDIR="Debug"” /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTC_1c542.dir\Debug" /Fd"cmTC_1c542.dir\Debug\vc120.pdb" /Gd /TC /errorReport:queue /Zo /w34295 /w34189 E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\src.c Microsoft (R) C/C++ Optimizing Compiler Version 18.00.40629 for x64 Copyright (C) Microsoft Corporation. All rights reserved. cl /c /Zi /W3 /WX- /MP /Od /Ob0 /D WIN32 /D _WINDOWS /D WS_LD_FLAG_VALID0 /D _DEBUG /D “CMAKE_INTDIR="Debug"” /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTC_1c542.dir\Debug" /Fd"cmTC_1c542.dir\Debug\vc120.pdb" /Gd /TC /errorReport:queue /Zo /w34295 /w34189 E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\src.c src.c Link: C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\link.exe /ERRORREPORT:QUEUE /OUT:“E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\Debug\cmTC_1c542.exe” /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib “\WX -Wl,–as-needed” /MANIFEST /MANIFESTUAC:“level=‘asInvoker’ uiAccess=‘false’” /manifest:embed /DEBUG /PDB:“E:/Wireshark_Plugin/SecVersion/newBuild/CMakeFiles/CMakeTmp/Debug/cmTC_1c542.pdb” /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:“E:/Wireshark_Plugin/SecVersion/newBuild/CMakeFiles/CMakeTmp/Debug/cmTC_1c542.lib” /MACHINE:X64 /machine:x64 cmTC_1c542.dir\Debug\src.obj LINK : fatal error LNK1104: cannot open file ‘\WX -Wl,–as-needed.obj’ [E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_1c542.vcxproj] 已完成生成项目“E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_1c542.vcxproj”(默认目标)的操作 - 失败。 生成失败。 “E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_1c542.vcxproj”(默认目标) (1) -> (Link 目标) -> LINK : fatal error LNK1104: cannot open file ‘\WX -Wl,–as-needed.obj’ [E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_1c542.vcxproj]
已用时间 00:00:00.27 Source file was: int main() { return 0;} Performing C SOURCE FILE Test WS_LD_FLAG_VALID1 failed with the following output: Change Dir: E:/Wireshark_Plugin/SecVersion/newBuild/CMakeFiles/CMakeTmp Run Build Command:“C:/Program Files (x86)/MSBuild/12.0/bin/MSBuild.exe” “cmTC_b93a4.vcxproj” “/p:Configuration=Debug” “/p:VisualStudioVersion=12.0” Microsoft(R) 生成引擎版本 12.0.40629.0 [Microsoft .NET Framework 版本 4.0.30319.18408] 版权所有 (C) Microsoft Corporation。保留所有权利。 生成启动时间为 2016/8/17 23:43:24。 节点 1 上的项目“E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_b93a4.vcxproj”(默认目标)。 PrepareForBuild: 正在创建目录“cmTC_b93a4.dir\Debug\”。 正在创建目录“E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\Debug\”。 正在创建目录“cmTC_b93a4.dir\Debug\cmTC_b93a4.tlog\”。 InitializeBuildStatus: 正在创建“cmTC_b93a4.dir\Debug\cmTC_b93a4.tlog\unsuccessfulbuild”,因为已指定“AlwaysCreate”。 ClCompile: C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\CL.exe /c /Zi /W3 /WX- /MP /Od /Ob0 /D WIN32 /D _WINDOWS /D WS_LD_FLAG_VALID1 /D _DEBUG /D “CMAKE_INTDIR="Debug"” /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTC_b93a4.dir\Debug" /Fd"cmTC_b93a4.dir\Debug\vc120.pdb" /Gd /TC /errorReport:queue /Zo /w34295 /w34189 E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\src.c Microsoft (R) C/C++ Optimizing Compiler Version 18.00.40629 for x64 Copyright (C) Microsoft Corporation. All rights reserved. cl /c /Zi /W3 /WX- /MP /Od /Ob0 /D WIN32 /D _WINDOWS /D WS_LD_FLAG_VALID1 /D _DEBUG /D “CMAKE_INTDIR="Debug"” /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTC_b93a4.dir\Debug" /Fd"cmTC_b93a4.dir\Debug\vc120.pdb" /Gd /TC /errorReport:queue /Zo /w34295 /w34189 E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\src.c src.c Link: C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\link.exe /ERRORREPORT:QUEUE /OUT:“E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\Debug\cmTC_b93a4.exe” /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib “\WX -pie” /MANIFEST /MANIFESTUAC:“level=‘asInvoker’ uiAccess=‘false’” /manifest:embed /DEBUG /PDB:“E:/Wireshark_Plugin/SecVersion/newBuild/CMakeFiles/CMakeTmp/Debug/cmTC_b93a4.pdb” /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:“E:/Wireshark_Plugin/SecVersion/newBuild/CMakeFiles/CMakeTmp/Debug/cmTC_b93a4.lib” /MACHINE:X64 /machine:x64 cmTC_b93a4.dir\Debug\src.obj LINK : fatal error LNK1104: cannot open file ‘\WX -pie.obj’ [E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_b93a4.vcxproj] 已完成生成项目“E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_b93a4.vcxproj”(默认目标)的操作 - 失败。 生成失败。 “E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_b93a4.vcxproj”(默认目标) (1) -> (Link 目标) -> LINK : fatal error LNK1104: cannot open file ‘\WX -pie.obj’ [E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_b93a4.vcxproj]
已用时间 00:00:00.26 Source file was: int main() { return 0;} Determining size of off64_t failed with the following output: Change Dir: E:/Wireshark_Plugin/SecVersion/newBuild/CMakeFiles/CMakeTmp Run Build Command:“C:/Program Files (x86)/MSBuild/12.0/bin/MSBuild.exe” “cmTC_5a2ee.vcxproj” “/p:Configuration=Debug” “/p:VisualStudioVersion=12.0” Microsoft(R) 生成引擎版本 12.0.40629.0 [Microsoft .NET Framework 版本 4.0.30319.18408] 版权所有 (C) Microsoft Corporation。保留所有权利。 生成启动时间为 2016/8/17 23:43:26。 节点 1 上的项目“E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_5a2ee.vcxproj”(默认目标)。 PrepareForBuild: 正在创建目录“cmTC_5a2ee.dir\Debug\”。 正在创建目录“E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\Debug\”。 正在创建目录“cmTC_5a2ee.dir\Debug\cmTC_5a2ee.tlog\”。 InitializeBuildStatus: 正在创建“cmTC_5a2ee.dir\Debug\cmTC_5a2ee.tlog\unsuccessfulbuild”,因为已指定“AlwaysCreate”。 ClCompile: C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\CL.exe /c /Zi /W3 /WX- /MP /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D _LARGEFILE64_SOURCE=1 /D HAVE_SYS_TYPES_H /D HAVE_STDINT_H /D HAVE_STDDEF_H /D “CMAKE_INTDIR="Debug"” /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTC_5a2ee.dir\Debug" /Fd"cmTC_5a2ee.dir\Debug\vc120.pdb" /Gd /TC /errorReport:queue /Zo /w34295 /w34189 E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CheckTypeSize\OFF64_T.c Microsoft (R) C/C++ Optimizing Compiler Version 18.00.40629 for x64 Copyright (C) Microsoft Corporation. All rights reserved. cl /c /Zi /W3 /WX- /MP /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D _LARGEFILE64_SOURCE=1 /D HAVE_SYS_TYPES_H /D HAVE_STDINT_H /D HAVE_STDDEF_H /D “CMAKE_INTDIR="Debug"” /D MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTC_5a2ee.dir\Debug" /Fd"cmTC_5a2ee.dir\Debug\vc120.pdb" /Gd /TC /errorReport:queue /Zo /w34295 /w34189 E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CheckTypeSize\OFF64_T.c OFF64_T.c E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CheckTypeSize\OFF64_T.c(19): error C2065: ‘off64_t’ : undeclared identifier [E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_5a2ee.vcxproj] E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CheckTypeSize\OFF64_T.c(20): error C2065: ‘off64_t’ : undeclared identifier [E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_5a2ee.vcxproj] E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CheckTypeSize\OFF64_T.c(21): error C2065: ‘off64_t’ : undeclared identifier [E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_5a2ee.vcxproj] E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CheckTypeSize\OFF64_T.c(22): error C2065: ‘off64_t’ : undeclared identifier [E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_5a2ee.vcxproj] E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CheckTypeSize\OFF64_T.c(23): error C2065: ‘off64_t’ : undeclared identifier [E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_5a2ee.vcxproj] 已完成生成项目“E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_5a2ee.vcxproj”(默认目标)的操作 - 失败。 生成失败。 “E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_5a2ee.vcxproj”(默认目标) (1) -> (ClCompile 目标) -> E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CheckTypeSize\OFF64_T.c(19): error C2065: ‘off64_t’ : undeclared identifier [E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_5a2ee.vcxproj] E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CheckTypeSize\OFF64_T.c(20): error C2065: ‘off64_t’ : undeclared identifier [E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_5a2ee.vcxproj] E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CheckTypeSize\OFF64_T.c(21): error C2065: ‘off64_t’ : undeclared identifier [E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_5a2ee.vcxproj] E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CheckTypeSize\OFF64_T.c(22): error C2065: ‘off64_t’ : undeclared identifier [E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_5a2ee.vcxproj] E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CheckTypeSize\OFF64_T.c(23): error C2065: ‘off64_t’ : undeclared identifier [E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_5a2ee.vcxproj]
已用时间 00:00:00.22 E:/Wireshark_Plugin/SecVersion/newBuild/CMakeFiles/CheckTypeSize/OFF64_T.c: include <sys types.h="">include <stdint.h>include <stddef.h>undef KEYif defined(i386)define KEY ‘’,'’,‘i’,‘3’,‘8’,‘6’elif defined(x86_64)define KEY ‘’,'’,‘x’,‘8’,‘6’,'’,‘6’,‘4’elif defined(ppc)define KEY ‘’,'',‘p’,‘p’,‘c’,'',''elif defined(ppc64)define KEY ‘’,'',‘p’,‘p’,‘c’,‘6’,‘4’,'',''endifdefine SIZE (sizeof(off64_t))char info_size[] = {‘I’, ‘N’, ‘F’, ‘O’, ‘:’, ’s',‘i’,‘z’,‘e’,'[', (‘0’ + ((SIZE / 10000)%10)), (‘0’ + ((SIZE / 1000)%10)), (‘0’ + ((SIZE / 100)%10)), (‘0’ + ((SIZE / 10)%10)), (‘0’ + (SIZE % 10)), ‘]’, ifdef KEY' ‘,‘k’,‘e’,‘y’,'[’, KEY, ‘]’, endif'\0'}; ifdef CLASSIC_Cint main(argc, argv) int argc; char argv[]; elseint main(int argc, char argv[]) endif{ int require = 0; require += info_size[argc]; (void)argv; return require; } Determining if the function fseeko exists failed with the following output: Change Dir: E:/Wireshark_Plugin/SecVersion/newBuild/CMakeFiles/CMakeTmp Run Build Command:“C:/Program Files (x86)/MSBuild/12.0/bin/MSBuild.exe” “cmTC_6c2f3.vcxproj” “/p:Configuration=Debug” “/p:VisualStudioVersion=12.0” Microsoft(R) 生成引擎版本 12.0.40629.0 [Microsoft .NET Framework 版本 4.0.30319.18408] 版权所有 (C) Microsoft Corporation。保留所有权利。 生成启动时间为 2016/8/17 23:43:27。 节点 1 上的项目“E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_6c2f3.vcxproj”(默认目标)。 PrepareForBuild: 正在创建目录“cmTC_6c2f3.dir\Debug\”。 正在创建目录“E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\Debug\”。 正在创建目录“cmTC_6c2f3.dir\Debug\cmTC_6c2f3.tlog\”。 InitializeBuildStatus: 正在创建“cmTC_6c2f3.dir\Debug\cmTC_6c2f3.tlog\unsuccessfulbuild”,因为已指定“AlwaysCreate”。 ClCompile: C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\CL.exe /c /Zi /W3 /WX- /MP /Od /Ob0 /D WIN32 /D _WINDOWS /D CHECK_FUNCTION_EXISTS=fseeko /D _DEBUG /D “CMAKE_INTDIR="Debug"” /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTC_6c2f3.dir\Debug" /Fd"cmTC_6c2f3.dir\Debug\vc120.pdb" /Gd /TC /errorReport:queue /Zo /w34295 /w34189 “E:\Software\CMake\share\cmake-3.5\Modules\CheckFunctionExists.c” Microsoft (R) C/C++ Optimizing Compiler Version 18.00.40629 for x64 Copyright (C) Microsoft Corporation. All rights reserved. cl /c /Zi /W3 /WX- /MP /Od /Ob0 /D WIN32 /D _WINDOWS /D CHECK_FUNCTION_EXISTS=fseeko /D _DEBUG /D “CMAKE_INTDIR="Debug"” /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTC_6c2f3.dir\Debug" /Fd"cmTC_6c2f3.dir\Debug\vc120.pdb" /Gd /TC /errorReport:queue /Zo /w34295 /w34189 “E:\Software\CMake\share\cmake-3.5\Modules\CheckFunctionExists.c” CheckFunctionExists.c Link: C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\link.exe /ERRORREPORT:QUEUE /OUT:“E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\Debug\cmTC_6c2f3.exe” /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:“level=‘asInvoker’ uiAccess=‘false’” /manifest:embed /DEBUG /PDB:“E:/Wireshark_Plugin/SecVersion/newBuild/CMakeFiles/CMakeTmp/Debug/cmTC_6c2f3.pdb” /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:“E:/Wireshark_Plugin/SecVersion/newBuild/CMakeFiles/CMakeTmp/Debug/cmTC_6c2f3.lib” /MACHINE:X64 /machine:x64 cmTC_6c2f3.dir\Debug\CheckFunctionExists.obj CheckFunctionExists.obj : error LNK2019: unresolved external symbol fseeko referenced in function main [E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_6c2f3.vcxproj] E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\Debug\cmTC_6c2f3.exe : fatal error LNK1120: 1 unresolved externals [E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_6c2f3.vcxproj] 已完成生成项目“E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_6c2f3.vcxproj”(默认目标)的操作 - 失败。 生成失败。 “E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_6c2f3.vcxproj”(默认目标) (1) -> (Link 目标) -> CheckFunctionExists.obj : error LNK2019: unresolved external symbol fseeko referenced in function main [E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_6c2f3.vcxproj] E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\Debug\cmTC_6c2f3.exe : fatal error LNK1120: 1 unresolved externals [E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_6c2f3.vcxproj]
已用时间 00:00:00.34 Determining if the include file unistd.h exists failed with the following output: Change Dir: E:/Wireshark_Plugin/SecVersion/newBuild/CMakeFiles/CMakeTmp Run Build Command:“C:/Program Files (x86)/MSBuild/12.0/bin/MSBuild.exe” “cmTC_2ad04.vcxproj” “/p:Configuration=Debug” “/p:VisualStudioVersion=12.0” Microsoft(R) 生成引擎版本 12.0.40629.0 [Microsoft .NET Framework 版本 4.0.30319.18408] 版权所有 (C) Microsoft Corporation。保留所有权利。 生成启动时间为 2016/8/17 23:43:27。 节点 1 上的项目“E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_2ad04.vcxproj”(默认目标)。 PrepareForBuild: 正在创建目录“cmTC_2ad04.dir\Debug\”。 正在创建目录“E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\Debug\”。 正在创建目录“cmTC_2ad04.dir\Debug\cmTC_2ad04.tlog\”。 InitializeBuildStatus: 正在创建“cmTC_2ad04.dir\Debug\cmTC_2ad04.tlog\unsuccessfulbuild”,因为已指定“AlwaysCreate”。 ClCompile: C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\CL.exe /c /Zi /W3 /WX- /MP /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D “CMAKE_INTDIR="Debug"” /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTC_2ad04.dir\Debug" /Fd"cmTC_2ad04.dir\Debug\vc120.pdb" /Gd /TC /errorReport:queue /Zo /w34295 /w34189 E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\CheckIncludeFile.c Microsoft (R) C/C++ Optimizing Compiler Version 18.00.40629 for x64 Copyright (C) Microsoft Corporation. All rights reserved. cl /c /Zi /W3 /WX- /MP /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D “CMAKE_INTDIR="Debug"” /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTC_2ad04.dir\Debug" /Fd"cmTC_2ad04.dir\Debug\vc120.pdb" /Gd /TC /errorReport:queue /Zo /w34295 /w34189 E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\CheckIncludeFile.c CheckIncludeFile.c E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\CheckIncludeFile.c(1): fatal error C1083: Cannot open include file: ‘unistd.h’: No such file or directory [E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_2ad04.vcxproj] 已完成生成项目“E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_2ad04.vcxproj”(默认目标)的操作 - 失败。 生成失败。 “E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_2ad04.vcxproj”(默认目标) (1) -> (ClCompile 目标) -> E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\CheckIncludeFile.c(1): fatal error C1083: Cannot open include file: ‘unistd.h’: No such file or directory [E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_2ad04.vcxproj]
已用时间 00:00:00.23 Determining if the heimdal_version exist failed with the following output: Change Dir: E:/Wireshark_Plugin/SecVersion/newBuild/CMakeFiles/CMakeTmp Run Build Command:“C:/Program Files (x86)/MSBuild/12.0/bin/MSBuild.exe” “cmTC_b5aab.vcxproj” “/p:Configuration=Debug” “/p:VisualStudioVersion=12.0” Microsoft(R) 生成引擎版本 12.0.40629.0 [Microsoft .NET Framework 版本 4.0.30319.18408] 版权所有 (C) Microsoft Corporation。保留所有权利。 生成启动时间为 2016/8/17 23:43:29。 节点 1 上的项目“E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_b5aab.vcxproj”(默认目标)。 PrepareForBuild: 正在创建目录“cmTC_b5aab.dir\Debug\”。 正在创建目录“E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\Debug\”。 正在创建目录“cmTC_b5aab.dir\Debug\cmTC_b5aab.tlog\”。 InitializeBuildStatus: 正在创建“cmTC_b5aab.dir\Debug\cmTC_b5aab.tlog\unsuccessfulbuild”,因为已指定“AlwaysCreate”。 ClCompile: C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\CL.exe /c /I"E:\Wireshark_Plugin\SecVersion\wireshark\Wireshark-win64-libs\kfw-3-2-2-x64-ws\include" /Zi /W3 /WX- /MP /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D “CMAKE_INTDIR="Debug"” /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTC_b5aab.dir\Debug" /Fd"cmTC_b5aab.dir\Debug\vc120.pdb" /Gd /TC /errorReport:queue /Zo /w34295 /w34189 E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\CheckSymbolExists.c Microsoft (R) C/C++ Optimizing Compiler Version 18.00.40629 for x64 Copyright (C) Microsoft Corporation. All rights reserved. cl /c /I"E:\Wireshark_Plugin\SecVersion\wireshark\Wireshark-win64-libs\kfw-3-2-2-x64-ws\include" /Zi /W3 /WX- /MP /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D “CMAKE_INTDIR="Debug"” /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTC_b5aab.dir\Debug" /Fd"cmTC_b5aab.dir\Debug\vc120.pdb" /Gd /TC /errorReport:queue /Zo /w34295 /w34189 E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\CheckSymbolExists.c CheckSymbolExists.c E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\CheckSymbolExists.c(8): error C2065: ‘heimdal_version’ : undeclared identifier [E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_b5aab.vcxproj] 已完成生成项目“E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_b5aab.vcxproj”(默认目标)的操作 - 失败。 生成失败。 “E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_b5aab.vcxproj”(默认目标) (1) -> (ClCompile 目标) -> E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\CheckSymbolExists.c(8): error C2065: ‘heimdal_version’ : undeclared identifier [E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_b5aab.vcxproj]
已用时间 00:00:00.43 File E:/Wireshark_Plugin/SecVersion/newBuild/CMakeFiles/CMakeTmp/CheckSymbolExists.c: / / include <krb5.h>int main(int argc, char* argv) { (void)argv; ifndef heimdal_versionreturn ((int)(&heimdal_version))[argc]; else(void)argc; return 0; endif} Determining if the function pcap_get_selectable_fd exists failed with the following output: Change Dir: E:/Wireshark_Plugin/SecVersion/newBuild/CMakeFiles/CMakeTmp Run Build Command:“C:/Program Files (x86)/MSBuild/12.0/bin/MSBuild.exe” “cmTC_1bd49.vcxproj” “/p:Configuration=Debug” “/p:VisualStudioVersion=12.0” Microsoft(R) 生成引擎版本 12.0.40629.0 [Microsoft .NET Framework 版本 4.0.30319.18408] 版权所有 (C) Microsoft Corporation。保留所有权利。 生成启动时间为 2016/8/17 23:43:35。 节点 1 上的项目“E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_1bd49.vcxproj”(默认目标)。 PrepareForBuild: 正在创建目录“cmTC_1bd49.dir\Debug\”。 正在创建目录“E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\Debug\”。 正在创建目录“cmTC_1bd49.dir\Debug\cmTC_1bd49.tlog\”。 InitializeBuildStatus: 正在创建“cmTC_1bd49.dir\Debug\cmTC_1bd49.tlog\unsuccessfulbuild”,因为已指定“AlwaysCreate”。 ClCompile: C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\CL.exe /c /I"E:\Wireshark_Plugin\SecVersion\wireshark\Wireshark-win64-libs\WpdPack\Include" /Zi /W3 /WX- /MP /Od /Ob0 /D WIN32 /D _WINDOWS /D CHECK_FUNCTION_EXISTS=pcap_get_selectable_fd /D _DEBUG /D “CMAKE_INTDIR="Debug"” /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTC_1bd49.dir\Debug" /Fd"cmTC_1bd49.dir\Debug\vc120.pdb" /Gd /TC /errorReport:queue /Zo /w34295 /w34189 “E:\Software\CMake\share\cmake-3.5\Modules\CheckFunctionExists.c” Microsoft (R) C/C++ Optimizing Compiler Version 18.00.40629 for x64 Copyright (C) Microsoft Corporation. All rights reserved. cl /c /I"E:\Wireshark_Plugin\SecVersion\wireshark\Wireshark-win64-libs\WpdPack\Include" /Zi /W3 /WX- /MP /Od /Ob0 /D WIN32 /D _WINDOWS /D CHECK_FUNCTION_EXISTS=pcap_get_selectable_fd /D _DEBUG /D “CMAKE_INTDIR="Debug"” /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTC_1bd49.dir\Debug" /Fd"cmTC_1bd49.dir\Debug\vc120.pdb" /Gd /TC /errorReport:queue /Zo /w34295 /w34189 “E:\Software\CMake\share\cmake-3.5\Modules\CheckFunctionExists.c” CheckFunctionExists.c Link: C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\link.exe /ERRORREPORT:QUEUE /OUT:“E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\Debug\cmTC_1bd49.exe” /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib “E:\Wireshark_Plugin\SecVersion\wireshark\Wireshark-win64-libs\WpdPack\Lib\x64\wpcap.lib” /MANIFEST /MANIFESTUAC:“level=‘asInvoker’ uiAccess=‘false’” /manifest:embed /DEBUG /PDB:“E:/Wireshark_Plugin/SecVersion/newBuild/CMakeFiles/CMakeTmp/Debug/cmTC_1bd49.pdb” /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:“E:/Wireshark_Plugin/SecVersion/newBuild/CMakeFiles/CMakeTmp/Debug/cmTC_1bd49.lib” /MACHINE:X64 /machine:x64 cmTC_1bd49.dir\Debug\CheckFunctionExists.obj CheckFunctionExists.obj : error LNK2019: unresolved external symbol pcap_get_selectable_fd referenced in function main [E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_1bd49.vcxproj] E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\Debug\cmTC_1bd49.exe : fatal error LNK1120: 1 unresolved externals [E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_1bd49.vcxproj] 已完成生成项目“E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_1bd49.vcxproj”(默认目标)的操作 - 失败。 生成失败。 “E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_1bd49.vcxproj”(默认目标) (1) -> (Link 目标) -> CheckFunctionExists.obj : error LNK2019: unresolved external symbol pcap_get_selectable_fd referenced in function main [E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_1bd49.vcxproj] E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\Debug\cmTC_1bd49.exe : fatal error LNK1120: 1 unresolved externals [E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_1bd49.vcxproj]
已用时间 00:00:00.33 Determining if the function pcap_set_tstamp_precision exists failed with the following output: Change Dir: E:/Wireshark_Plugin/SecVersion/newBuild/CMakeFiles/CMakeTmp Run Build Command:“C:/Program Files (x86)/MSBuild/12.0/bin/MSBuild.exe” “cmTC_df000.vcxproj” “/p:Configuration=Debug” “/p:VisualStudioVersion=12.0” Microsoft(R) 生成引擎版本 12.0.40629.0 [Microsoft .NET Framework 版本 4.0.30319.18408] 版权所有 (C) Microsoft Corporation。保留所有权利。 生成启动时间为 2016/8/17 23:43:39。 节点 1 上的项目“E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_df000.vcxproj”(默认目标)。 PrepareForBuild: 正在创建目录“cmTC_df000.dir\Debug\”。 正在创建目录“E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\Debug\”。 正在创建目录“cmTC_df000.dir\Debug\cmTC_df000.tlog\”。 InitializeBuildStatus: 正在创建“cmTC_df000.dir\Debug\cmTC_df000.tlog\unsuccessfulbuild”,因为已指定“AlwaysCreate”。 ClCompile: C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\CL.exe /c /I"E:\Wireshark_Plugin\SecVersion\wireshark\Wireshark-win64-libs\WpdPack\Include" /Zi /W3 /WX- /MP /Od /Ob0 /D WIN32 /D _WINDOWS /D CHECK_FUNCTION_EXISTS=pcap_set_tstamp_precision /D _DEBUG /D “CMAKE_INTDIR="Debug"” /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTC_df000.dir\Debug" /Fd"cmTC_df000.dir\Debug\vc120.pdb" /Gd /TC /errorReport:queue /Zo /w34295 /w34189 “E:\Software\CMake\share\cmake-3.5\Modules\CheckFunctionExists.c” Microsoft (R) C/C++ Optimizing Compiler Version 18.00.40629 for x64 Copyright (C) Microsoft Corporation. All rights reserved. cl /c /I"E:\Wireshark_Plugin\SecVersion\wireshark\Wireshark-win64-libs\WpdPack\Include" /Zi /W3 /WX- /MP /Od /Ob0 /D WIN32 /D _WINDOWS /D CHECK_FUNCTION_EXISTS=pcap_set_tstamp_precision /D _DEBUG /D “CMAKE_INTDIR="Debug"” /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTC_df000.dir\Debug" /Fd"cmTC_df000.dir\Debug\vc120.pdb" /Gd /TC /errorReport:queue /Zo /w34295 /w34189 “E:\Software\CMake\share\cmake-3.5\Modules\CheckFunctionExists.c” CheckFunctionExists.c Link: C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\link.exe /ERRORREPORT:QUEUE /OUT:“E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\Debug\cmTC_df000.exe” /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib “E:\Wireshark_Plugin\SecVersion\wireshark\Wireshark-win64-libs\WpdPack\Lib\x64\wpcap.lib” /MANIFEST /MANIFESTUAC:“level=‘asInvoker’ uiAccess=‘false’” /manifest:embed /DEBUG /PDB:“E:/Wireshark_Plugin/SecVersion/newBuild/CMakeFiles/CMakeTmp/Debug/cmTC_df000.pdb” /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:“E:/Wireshark_Plugin/SecVersion/newBuild/CMakeFiles/CMakeTmp/Debug/cmTC_df000.lib” /MACHINE:X64 /machine:x64 cmTC_df000.dir\Debug\CheckFunctionExists.obj CheckFunctionExists.obj : error LNK2019: unresolved external symbol pcap_set_tstamp_precision referenced in function main [E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_df000.vcxproj] E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\Debug\cmTC_df000.exe : fatal error LNK1120: 1 unresolved externals [E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_df000.vcxproj] 已完成生成项目“E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_df000.vcxproj”(默认目标)的操作 - 失败。 生成失败。 “E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_df000.vcxproj”(默认目标) (1) -> (Link 目标) -> CheckFunctionExists.obj : error LNK2019: unresolved external symbol pcap_set_tstamp_precision referenced in function main [E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_df000.vcxproj] E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\Debug\cmTC_df000.exe : fatal error LNK1120: 1 unresolved externals [E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_df000.vcxproj]
已用时间 00:00:00.30 Determining if the function inflatePrime exists failed with the following output: Change Dir: E:/Wireshark_Plugin/SecVersion/newBuild/CMakeFiles/CMakeTmp Run Build Command:“C:/Program Files (x86)/MSBuild/12.0/bin/MSBuild.exe” “cmTC_77ea8.vcxproj” “/p:Configuration=Debug” “/p:VisualStudioVersion=12.0” Microsoft(R) 生成引擎版本 12.0.40629.0 [Microsoft .NET Framework 版本 4.0.30319.18408] 版权所有 (C) Microsoft Corporation。保留所有权利。 生成启动时间为 2016/8/17 23:43:40。 节点 1 上的项目“E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_77ea8.vcxproj”(默认目标)。 PrepareForBuild: 正在创建目录“cmTC_77ea8.dir\Debug\”。 正在创建目录“E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\Debug\”。 正在创建目录“cmTC_77ea8.dir\Debug\cmTC_77ea8.tlog\”。 InitializeBuildStatus: 正在创建“cmTC_77ea8.dir\Debug\cmTC_77ea8.tlog\unsuccessfulbuild”,因为已指定“AlwaysCreate”。 ClCompile: C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\CL.exe /c /Zi /W3 /WX- /MP /Od /Ob0 /D WIN32 /D _WINDOWS /D CHECK_FUNCTION_EXISTS=inflatePrime /D _DEBUG /D “CMAKE_INTDIR="Debug"” /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTC_77ea8.dir\Debug" /Fd"cmTC_77ea8.dir\Debug\vc120.pdb" /Gd /TC /errorReport:queue /Zo /w34295 /w34189 “E:\Software\CMake\share\cmake-3.5\Modules\CheckFunctionExists.c” Microsoft (R) C/C++ Optimizing Compiler Version 18.00.40629 for x64 Copyright (C) Microsoft Corporation. All rights reserved. cl /c /Zi /W3 /WX- /MP /Od /Ob0 /D WIN32 /D _WINDOWS /D CHECK_FUNCTION_EXISTS=inflatePrime /D _DEBUG /D “CMAKE_INTDIR="Debug"” /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTC_77ea8.dir\Debug" /Fd"cmTC_77ea8.dir\Debug\vc120.pdb" /Gd /TC /errorReport:queue /Zo /w34295 /w34189 “E:\Software\CMake\share\cmake-3.5\Modules\CheckFunctionExists.c” CheckFunctionExists.c Link: C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\link.exe /ERRORREPORT:QUEUE /OUT:“E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\Debug\cmTC_77ea8.exe” /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib zlib.lib /MANIFEST /MANIFESTUAC:“level=‘asInvoker’ uiAccess=‘false’” /manifest:embed /DEBUG /PDB:“E:/Wireshark_Plugin/SecVersion/newBuild/CMakeFiles/CMakeTmp/Debug/cmTC_77ea8.pdb” /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:“E:/Wireshark_Plugin/SecVersion/newBuild/CMakeFiles/CMakeTmp/Debug/cmTC_77ea8.lib” /MACHINE:X64 /machine:x64 cmTC_77ea8.dir\Debug\CheckFunctionExists.obj LINK : fatal error LNK1104: cannot open file ‘zlib.lib’ [E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_77ea8.vcxproj] 已完成生成项目“E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_77ea8.vcxproj”(默认目标)的操作 - 失败。 生成失败。 “E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_77ea8.vcxproj”(默认目标) (1) -> (Link 目标) -> LINK : fatal error LNK1104: cannot open file ‘zlib.lib’ [E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_77ea8.vcxproj]
已用时间 00:00:00.29 Determining if the include file arpa/inet.h exists failed with the following output: Change Dir: E:/Wireshark_Plugin/SecVersion/newBuild/CMakeFiles/CMakeTmp Run Build Command:“C:/Program Files (x86)/MSBuild/12.0/bin/MSBuild.exe” “cmTC_c1239.vcxproj” “/p:Configuration=Debug” “/p:VisualStudioVersion=12.0” Microsoft(R) 生成引擎版本 12.0.40629.0 [Microsoft .NET Framework 版本 4.0.30319.18408] 版权所有 (C) Microsoft Corporation。保留所有权利。 生成启动时间为 2016/8/17 23:43:41。 节点 1 上的项目“E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_c1239.vcxproj”(默认目标)。 PrepareForBuild: 正在创建目录“cmTC_c1239.dir\Debug\”。 正在创建目录“E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\Debug\”。 正在创建目录“cmTC_c1239.dir\Debug\cmTC_c1239.tlog\”。 InitializeBuildStatus: 正在创建“cmTC_c1239.dir\Debug\cmTC_c1239.tlog\unsuccessfulbuild”,因为已指定“AlwaysCreate”。 ClCompile: C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\CL.exe /c /Zi /W3 /WX- /MP /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D “CMAKE_INTDIR="Debug"” /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTC_c1239.dir\Debug" /Fd"cmTC_c1239.dir\Debug\vc120.pdb" /Gd /TC /errorReport:queue /Zo /w34295 /w34189 E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\CheckIncludeFile.c Microsoft (R) C/C++ Optimizing Compiler Version 18.00.40629 for x64 Copyright (C) Microsoft Corporation. All rights reserved. cl /c /Zi /W3 /WX- /MP /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D “CMAKE_INTDIR="Debug"” /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTC_c1239.dir\Debug" /Fd"cmTC_c1239.dir\Debug\vc120.pdb" /Gd /TC /errorReport:queue /Zo /w34295 /w34189 E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\CheckIncludeFile.c CheckIncludeFile.c E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\CheckIncludeFile.c(1): fatal error C1083: Cannot open include file: ‘arpa/inet.h’: No such file or directory [E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_c1239.vcxproj] 已完成生成项目“E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_c1239.vcxproj”(默认目标)的操作 - 失败。 生成失败。 “E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_c1239.vcxproj”(默认目标) (1) -> (ClCompile 目标) -> E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\CheckIncludeFile.c(1): fatal error C1083: Cannot open include file: ‘arpa/inet.h’: No such file or directory [E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_c1239.vcxproj]
已用时间 00:00:00.25 Determining if the include file arpa/nameser.h exists failed with the following output: Change Dir: E:/Wireshark_Plugin/SecVersion/newBuild/CMakeFiles/CMakeTmp Run Build Command:“C:/Program Files (x86)/MSBuild/12.0/bin/MSBuild.exe” “cmTC_ddff7.vcxproj” “/p:Configuration=Debug” “/p:VisualStudioVersion=12.0” Microsoft(R) 生成引擎版本 12.0.40629.0 [Microsoft .NET Framework 版本 4.0.30319.18408] 版权所有 (C) Microsoft Corporation。保留所有权利。 生成启动时间为 2016/8/17 23:43:41。 节点 1 上的项目“E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_ddff7.vcxproj”(默认目标)。 PrepareForBuild: 正在创建目录“cmTC_ddff7.dir\Debug\”。 正在创建目录“E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\Debug\”。 正在创建目录“cmTC_ddff7.dir\Debug\cmTC_ddff7.tlog\”。 InitializeBuildStatus: 正在创建“cmTC_ddff7.dir\Debug\cmTC_ddff7.tlog\unsuccessfulbuild”,因为已指定“AlwaysCreate”。 ClCompile: C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\CL.exe /c /Zi /W3 /WX- /MP /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D “CMAKE_INTDIR="Debug"” /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTC_ddff7.dir\Debug" /Fd"cmTC_ddff7.dir\Debug\vc120.pdb" /Gd /TC /errorReport:queue /Zo /w34295 /w34189 E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\CheckIncludeFile.c Microsoft (R) C/C++ Optimizing Compiler Version 18.00.40629 for x64 Copyright (C) Microsoft Corporation. All rights reserved. cl /c /Zi /W3 /WX- /MP /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D “CMAKE_INTDIR="Debug"” /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTC_ddff7.dir\Debug" /Fd"cmTC_ddff7.dir\Debug\vc120.pdb" /Gd /TC /errorReport:queue /Zo /w34295 /w34189 E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\CheckIncludeFile.c CheckIncludeFile.c E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\CheckIncludeFile.c(1): fatal error C1083: Cannot open include file: ‘arpa/nameser.h’: No such file or directory [E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_ddff7.vcxproj] 已完成生成项目“E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_ddff7.vcxproj”(默认目标)的操作 - 失败。 生成失败。 “E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_ddff7.vcxproj”(默认目标) (1) -> (ClCompile 目标) -> E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\CheckIncludeFile.c(1): fatal error C1083: Cannot open include file: ‘arpa/nameser.h’: No such file or directory [E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_ddff7.vcxproj]
已用时间 00:00:00.22 Determining if the include file dlfcn.h exists failed with the following output: Change Dir: E:/Wireshark_Plugin/SecVersion/newBuild/CMakeFiles/CMakeTmp Run Build Command:“C:/Program Files (x86)/MSBuild/12.0/bin/MSBuild.exe” “cmTC_727e6.vcxproj” “/p:Configuration=Debug” “/p:VisualStudioVersion=12.0” Microsoft(R) 生成引擎版本 12.0.40629.0 [Microsoft .NET Framework 版本 4.0.30319.18408] 版权所有 (C) Microsoft Corporation。保留所有权利。 生成启动时间为 2016/8/17 23:43:41。 节点 1 上的项目“E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_727e6.vcxproj”(默认目标)。 PrepareForBuild: 正在创建目录“cmTC_727e6.dir\Debug\”。 正在创建目录“E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\Debug\”。 正在创建目录“cmTC_727e6.dir\Debug\cmTC_727e6.tlog\”。 InitializeBuildStatus: 正在创建“cmTC_727e6.dir\Debug\cmTC_727e6.tlog\unsuccessfulbuild”,因为已指定“AlwaysCreate”。 ClCompile: C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\CL.exe /c /Zi /W3 /WX- /MP /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D “CMAKE_INTDIR="Debug"” /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTC_727e6.dir\Debug" /Fd"cmTC_727e6.dir\Debug\vc120.pdb" /Gd /TC /errorReport:queue /Zo /w34295 /w34189 E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\CheckIncludeFile.c Microsoft (R) C/C++ Optimizing Compiler Version 18.00.40629 for x64 Copyright (C) Microsoft Corporation. All rights reserved. cl /c /Zi /W3 /WX- /MP /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D “CMAKE_INTDIR="Debug"” /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTC_727e6.dir\Debug" /Fd"cmTC_727e6.dir\Debug\vc120.pdb" /Gd /TC /errorReport:queue /Zo /w34295 /w34189 E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\CheckIncludeFile.c CheckIncludeFile.c E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\CheckIncludeFile.c(1): fatal error C1083: Cannot open include file: ‘dlfcn.h’: No such file or directory [E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_727e6.vcxproj] 已完成生成项目“E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_727e6.vcxproj”(默认目标)的操作 - 失败。 生成失败。 “E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_727e6.vcxproj”(默认目标) (1) -> (ClCompile 目标) -> E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\CheckIncludeFile.c(1): fatal error C1083: Cannot open include file: ‘dlfcn.h’: No such file or directory [E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_727e6.vcxproj]
已用时间 00:00:00.24 Determining if the include file getopt.h exists failed with the following output: Change Dir: E:/Wireshark_Plugin/SecVersion/newBuild/CMakeFiles/CMakeTmp Run Build Command:“C:/Program Files (x86)/MSBuild/12.0/bin/MSBuild.exe” “cmTC_9852c.vcxproj” “/p:Configuration=Debug” “/p:VisualStudioVersion=12.0” Microsoft(R) 生成引擎版本 12.0.40629.0 [Microsoft .NET Framework 版本 4.0.30319.18408] 版权所有 (C) Microsoft Corporation。保留所有权利。 生成启动时间为 2016/8/17 23:43:42。 节点 1 上的项目“E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_9852c.vcxproj”(默认目标)。 PrepareForBuild: 正在创建目录“cmTC_9852c.dir\Debug\”。 正在创建目录“E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\Debug\”。 正在创建目录“cmTC_9852c.dir\Debug\cmTC_9852c.tlog\”。 InitializeBuildStatus: 正在创建“cmTC_9852c.dir\Debug\cmTC_9852c.tlog\unsuccessfulbuild”,因为已指定“AlwaysCreate”。 ClCompile: C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\CL.exe /c /Zi /W3 /WX- /MP /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D “CMAKE_INTDIR="Debug"” /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTC_9852c.dir\Debug" /Fd"cmTC_9852c.dir\Debug\vc120.pdb" /Gd /TC /errorReport:queue /Zo /w34295 /w34189 E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\CheckIncludeFile.c Microsoft (R) C/C++ Optimizing Compiler Version 18.00.40629 for x64 Copyright (C) Microsoft Corporation. All rights reserved. cl /c /Zi /W3 /WX- /MP /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D “CMAKE_INTDIR="Debug"” /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTC_9852c.dir\Debug" /Fd"cmTC_9852c.dir\Debug\vc120.pdb" /Gd /TC /errorReport:queue /Zo /w34295 /w34189 E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\CheckIncludeFile.c CheckIncludeFile.c E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\CheckIncludeFile.c(1): fatal error C1083: Cannot open include file: ‘getopt.h’: No such file or directory [E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_9852c.vcxproj] 已完成生成项目“E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_9852c.vcxproj”(默认目标)的操作 - 失败。 生成失败。 “E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_9852c.vcxproj”(默认目标) (1) -> (ClCompile 目标) -> E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\CheckIncludeFile.c(1): fatal error C1083: Cannot open include file: ‘getopt.h’: No such file or directory [E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_9852c.vcxproj]
已用时间 00:00:00.23 Determining if the include file grp.h exists failed with the following output: Change Dir: E:/Wireshark_Plugin/SecVersion/newBuild/CMakeFiles/CMakeTmp Run Build Command:“C:/Program Files (x86)/MSBuild/12.0/bin/MSBuild.exe” “cmTC_5fdbf.vcxproj” “/p:Configuration=Debug” “/p:VisualStudioVersion=12.0” Microsoft(R) 生成引擎版本 12.0.40629.0 [Microsoft .NET Framework 版本 4.0.30319.18408] 版权所有 (C) Microsoft Corporation。保留所有权利。 生成启动时间为 2016/8/17 23:43:43。 节点 1 上的项目“E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_5fdbf.vcxproj”(默认目标)。 PrepareForBuild: 正在创建目录“cmTC_5fdbf.dir\Debug\”。 正在创建目录“E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\Debug\”。 正在创建目录“cmTC_5fdbf.dir\Debug\cmTC_5fdbf.tlog\”。 InitializeBuildStatus: 正在创建“cmTC_5fdbf.dir\Debug\cmTC_5fdbf.tlog\unsuccessfulbuild”,因为已指定“AlwaysCreate”。 ClCompile: C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\CL.exe /c /Zi /W3 /WX- /MP /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D “CMAKE_INTDIR="Debug"” /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTC_5fdbf.dir\Debug" /Fd"cmTC_5fdbf.dir\Debug\vc120.pdb" /Gd /TC /errorReport:queue /Zo /w34295 /w34189 E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\CheckIncludeFile.c Microsoft (R) C/C++ Optimizing Compiler Version 18.00.40629 for x64 Copyright (C) Microsoft Corporation. All rights reserved. cl /c /Zi /W3 /WX- /MP /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D “CMAKE_INTDIR="Debug"” /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTC_5fdbf.dir\Debug" /Fd"cmTC_5fdbf.dir\Debug\vc120.pdb" /Gd /TC /errorReport:queue /Zo /w34295 /w34189 E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\CheckIncludeFile.c CheckIncludeFile.c E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\CheckIncludeFile.c(1): fatal error C1083: Cannot open include file: ‘grp.h’: No such file or directory [E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_5fdbf.vcxproj] 已完成生成项目“E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_5fdbf.vcxproj”(默认目标)的操作 - 失败。 生成失败。 “E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_5fdbf.vcxproj”(默认目标) (1) -> (ClCompile 目标) -> E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\CheckIncludeFile.c(1): fatal error C1083: Cannot open include file: ‘grp.h’: No such file or directory [E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_5fdbf.vcxproj]
已用时间 00:00:00.24 Determining if the include file ifaddrs.h exists failed with the following output: Change Dir: E:/Wireshark_Plugin/SecVersion/newBuild/CMakeFiles/CMakeTmp Run Build Command:“C:/Program Files (x86)/MSBuild/12.0/bin/MSBuild.exe” “cmTC_76c31.vcxproj” “/p:Configuration=Debug” “/p:VisualStudioVersion=12.0” Microsoft(R) 生成引擎版本 12.0.40629.0 [Microsoft .NET Framework 版本 4.0.30319.18408] 版权所有 (C) Microsoft Corporation。保留所有权利。 生成启动时间为 2016/8/17 23:43:43。 节点 1 上的项目“E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_76c31.vcxproj”(默认目标)。 PrepareForBuild: 正在创建目录“cmTC_76c31.dir\Debug\”。 正在创建目录“E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\Debug\”。 正在创建目录“cmTC_76c31.dir\Debug\cmTC_76c31.tlog\”。 InitializeBuildStatus: 正在创建“cmTC_76c31.dir\Debug\cmTC_76c31.tlog\unsuccessfulbuild”,因为已指定“AlwaysCreate”。 ClCompile: C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\CL.exe /c /Zi /W3 /WX- /MP /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D “CMAKE_INTDIR="Debug"” /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTC_76c31.dir\Debug" /Fd"cmTC_76c31.dir\Debug\vc120.pdb" /Gd /TC /errorReport:queue /Zo /w34295 /w34189 E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\CheckIncludeFile.c Microsoft (R) C/C++ Optimizing Compiler Version 18.00.40629 for x64 Copyright (C) Microsoft Corporation. All rights reserved. cl /c /Zi /W3 /WX- /MP /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D “CMAKE_INTDIR="Debug"” /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTC_76c31.dir\Debug" /Fd"cmTC_76c31.dir\Debug\vc120.pdb" /Gd /TC /errorReport:queue /Zo /w34295 /w34189 E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\CheckIncludeFile.c CheckIncludeFile.c E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\CheckIncludeFile.c(1): fatal error C1083: Cannot open include file: ‘ifaddrs.h’: No such file or directory [E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_76c31.vcxproj] 已完成生成项目“E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_76c31.vcxproj”(默认目标)的操作 - 失败。 生成失败。 “E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_76c31.vcxproj”(默认目标) (1) -> (ClCompile 目标) -> E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\CheckIncludeFile.c(1): fatal error C1083: Cannot open include file: ‘ifaddrs.h’: No such file or directory [E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_76c31.vcxproj]
已用时间 00:00:00.29 Determining if the include file netinet/in.h exists failed with the following output: Change Dir: E:/Wireshark_Plugin/SecVersion/newBuild/CMakeFiles/CMakeTmp Run Build Command:“C:/Program Files (x86)/MSBuild/12.0/bin/MSBuild.exe” “cmTC_51cdf.vcxproj” “/p:Configuration=Debug” “/p:VisualStudioVersion=12.0” Microsoft(R) 生成引擎版本 12.0.40629.0 [Microsoft .NET Framework 版本 4.0.30319.18408] 版权所有 (C) Microsoft Corporation。保留所有权利。 生成启动时间为 2016/8/17 23:43:45。 节点 1 上的项目“E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_51cdf.vcxproj”(默认目标)。 PrepareForBuild: 正在创建目录“cmTC_51cdf.dir\Debug\”。 正在创建目录“E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\Debug\”。 正在创建目录“cmTC_51cdf.dir\Debug\cmTC_51cdf.tlog\”。 InitializeBuildStatus: 正在创建“cmTC_51cdf.dir\Debug\cmTC_51cdf.tlog\unsuccessfulbuild”,因为已指定“AlwaysCreate”。 ClCompile: C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\CL.exe /c /Zi /W3 /WX- /MP /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D “CMAKE_INTDIR="Debug"” /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTC_51cdf.dir\Debug" /Fd"cmTC_51cdf.dir\Debug\vc120.pdb" /Gd /TC /errorReport:queue /Zo /w34295 /w34189 E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\CheckIncludeFile.c Microsoft (R) C/C++ Optimizing Compiler Version 18.00.40629 for x64 Copyright (C) Microsoft Corporation. All rights reserved. cl /c /Zi /W3 /WX- /MP /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D “CMAKE_INTDIR="Debug"” /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTC_51cdf.dir\Debug" /Fd"cmTC_51cdf.dir\Debug\vc120.pdb" /Gd /TC /errorReport:queue /Zo /w34295 /w34189 E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\CheckIncludeFile.c CheckIncludeFile.c E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\CheckIncludeFile.c(1): fatal error C1083: Cannot open include file: ‘netinet/in.h’: No such file or directory [E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_51cdf.vcxproj] 已完成生成项目“E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_51cdf.vcxproj”(默认目标)的操作 - 失败。 生成失败。 “E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_51cdf.vcxproj”(默认目标) (1) -> (ClCompile 目标) -> E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\CheckIncludeFile.c(1): fatal error C1083: Cannot open include file: ‘netinet/in.h’: No such file or directory [E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_51cdf.vcxproj]
已用时间 00:00:00.24 Determining if the include file netdb.h exists failed with the following output: Change Dir: E:/Wireshark_Plugin/SecVersion/newBuild/CMakeFiles/CMakeTmp Run Build Command:“C:/Program Files (x86)/MSBuild/12.0/bin/MSBuild.exe” “cmTC_5fe7b.vcxproj” “/p:Configuration=Debug” “/p:VisualStudioVersion=12.0” Microsoft(R) 生成引擎版本 12.0.40629.0 [Microsoft .NET Framework 版本 4.0.30319.18408] 版权所有 (C) Microsoft Corporation。保留所有权利。 生成启动时间为 2016/8/17 23:43:45。 节点 1 上的项目“E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_5fe7b.vcxproj”(默认目标)。 PrepareForBuild: 正在创建目录“cmTC_5fe7b.dir\Debug\”。 正在创建目录“E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\Debug\”。 正在创建目录“cmTC_5fe7b.dir\Debug\cmTC_5fe7b.tlog\”。 InitializeBuildStatus: 正在创建“cmTC_5fe7b.dir\Debug\cmTC_5fe7b.tlog\unsuccessfulbuild”,因为已指定“AlwaysCreate”。 ClCompile: C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\CL.exe /c /Zi /W3 /WX- /MP /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D “CMAKE_INTDIR="Debug"” /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTC_5fe7b.dir\Debug" /Fd"cmTC_5fe7b.dir\Debug\vc120.pdb" /Gd /TC /errorReport:queue /Zo /w34295 /w34189 E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\CheckIncludeFile.c Microsoft (R) C/C++ Optimizing Compiler Version 18.00.40629 for x64 Copyright (C) Microsoft Corporation. All rights reserved. cl /c /Zi /W3 /WX- /MP /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D “CMAKE_INTDIR="Debug"” /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTC_5fe7b.dir\Debug" /Fd"cmTC_5fe7b.dir\Debug\vc120.pdb" /Gd /TC /errorReport:queue /Zo /w34295 /w34189 E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\CheckIncludeFile.c CheckIncludeFile.c E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\CheckIncludeFile.c(1): fatal error C1083: Cannot open include file: ‘netdb.h’: No such file or directory [E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_5fe7b.vcxproj] 已完成生成项目“E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_5fe7b.vcxproj”(默认目标)的操作 - 失败。 生成失败。 “E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_5fe7b.vcxproj”(默认目标) (1) -> (ClCompile 目标) -> E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\CheckIncludeFile.c(1): fatal error C1083: Cannot open include file: ‘netdb.h’: No such file or directory [E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_5fe7b.vcxproj]
已用时间 00:00:00.24 Determining if the include file portaudio.h exists failed with the following output: Change Dir: E:/Wireshark_Plugin/SecVersion/newBuild/CMakeFiles/CMakeTmp Run Build Command:“C:/Program Files (x86)/MSBuild/12.0/bin/MSBuild.exe” “cmTC_7304f.vcxproj” “/p:Configuration=Debug” “/p:VisualStudioVersion=12.0” Microsoft(R) 生成引擎版本 12.0.40629.0 [Microsoft .NET Framework 版本 4.0.30319.18408] 版权所有 (C) Microsoft Corporation。保留所有权利。 生成启动时间为 2016/8/17 23:43:46。 节点 1 上的项目“E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_7304f.vcxproj”(默认目标)。 PrepareForBuild: 正在创建目录“cmTC_7304f.dir\Debug\”。 正在创建目录“E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\Debug\”。 正在创建目录“cmTC_7304f.dir\Debug\cmTC_7304f.tlog\”。 InitializeBuildStatus: 正在创建“cmTC_7304f.dir\Debug\cmTC_7304f.tlog\unsuccessfulbuild”,因为已指定“AlwaysCreate”。 ClCompile: C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\CL.exe /c /Zi /W3 /WX- /MP /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D “CMAKE_INTDIR="Debug"” /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTC_7304f.dir\Debug" /Fd"cmTC_7304f.dir\Debug\vc120.pdb" /Gd /TC /errorReport:queue /Zo /w34295 /w34189 E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\CheckIncludeFile.c Microsoft (R) C/C++ Optimizing Compiler Version 18.00.40629 for x64 Copyright (C) Microsoft Corporation. All rights reserved. cl /c /Zi /W3 /WX- /MP /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D “CMAKE_INTDIR="Debug"” /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTC_7304f.dir\Debug" /Fd"cmTC_7304f.dir\Debug\vc120.pdb" /Gd /TC /errorReport:queue /Zo /w34295 /w34189 E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\CheckIncludeFile.c CheckIncludeFile.c E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\CheckIncludeFile.c(1): fatal error C1083: Cannot open include file: ‘portaudio.h’: No such file or directory [E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_7304f.vcxproj] 已完成生成项目“E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_7304f.vcxproj”(默认目标)的操作 - 失败。 生成失败。 “E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_7304f.vcxproj”(默认目标) (1) -> (ClCompile 目标) -> E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\CheckIncludeFile.c(1): fatal error C1083: Cannot open include file: ‘portaudio.h’: No such file or directory [E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_7304f.vcxproj]
已用时间 00:00:00.43 Determining if the include file pwd.h exists failed with the following output: Change Dir: E:/Wireshark_Plugin/SecVersion/newBuild/CMakeFiles/CMakeTmp Run Build Command:“C:/Program Files (x86)/MSBuild/12.0/bin/MSBuild.exe” “cmTC_e78aa.vcxproj” “/p:Configuration=Debug” “/p:VisualStudioVersion=12.0” Microsoft(R) 生成引擎版本 12.0.40629.0 [Microsoft .NET Framework 版本 4.0.30319.18408] 版权所有 (C) Microsoft Corporation。保留所有权利。 生成启动时间为 2016/8/17 23:43:46。 节点 1 上的项目“E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_e78aa.vcxproj”(默认目标)。 PrepareForBuild: 正在创建目录“cmTC_e78aa.dir\Debug\”。 正在创建目录“E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\Debug\”。 正在创建目录“cmTC_e78aa.dir\Debug\cmTC_e78aa.tlog\”。 InitializeBuildStatus: 正在创建“cmTC_e78aa.dir\Debug\cmTC_e78aa.tlog\unsuccessfulbuild”,因为已指定“AlwaysCreate”。 ClCompile: C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\CL.exe /c /Zi /W3 /WX- /MP /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D “CMAKE_INTDIR="Debug"” /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTC_e78aa.dir\Debug" /Fd"cmTC_e78aa.dir\Debug\vc120.pdb" /Gd /TC /errorReport:queue /Zo /w34295 /w34189 E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\CheckIncludeFile.c Microsoft (R) C/C++ Optimizing Compiler Version 18.00.40629 for x64 Copyright (C) Microsoft Corporation. All rights reserved. cl /c /Zi /W3 /WX- /MP /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D “CMAKE_INTDIR="Debug"” /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTC_e78aa.dir\Debug" /Fd"cmTC_e78aa.dir\Debug\vc120.pdb" /Gd /TC /errorReport:queue /Zo /w34295 /w34189 E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\CheckIncludeFile.c CheckIncludeFile.c E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\CheckIncludeFile.c(1): fatal error C1083: Cannot open include file: ‘pwd.h’: No such file or directory [E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_e78aa.vcxproj] 已完成生成项目“E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_e78aa.vcxproj”(默认目标)的操作 - 失败。 生成失败。 “E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_e78aa.vcxproj”(默认目标) (1) -> (ClCompile 目标) -> E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\CheckIncludeFile.c(1): fatal error C1083: Cannot open include file: ‘pwd.h’: No such file or directory [E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_e78aa.vcxproj]
已用时间 00:00:00.32 Determining if the include file sys/ioctl.h exists failed with the following output: Change Dir: E:/Wireshark_Plugin/SecVersion/newBuild/CMakeFiles/CMakeTmp Run Build Command:“C:/Program Files (x86)/MSBuild/12.0/bin/MSBuild.exe” “cmTC_cb2be.vcxproj” “/p:Configuration=Debug” “/p:VisualStudioVersion=12.0” Microsoft(R) 生成引擎版本 12.0.40629.0 [Microsoft .NET Framework 版本 4.0.30319.18408] 版权所有 (C) Microsoft Corporation。保留所有权利。 生成启动时间为 2016/8/17 23:43:47。 节点 1 上的项目“E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_cb2be.vcxproj”(默认目标)。 PrepareForBuild: 正在创建目录“cmTC_cb2be.dir\Debug\”。 正在创建目录“E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\Debug\”。 正在创建目录“cmTC_cb2be.dir\Debug\cmTC_cb2be.tlog\”。 InitializeBuildStatus: 正在创建“cmTC_cb2be.dir\Debug\cmTC_cb2be.tlog\unsuccessfulbuild”,因为已指定“AlwaysCreate”。 ClCompile: C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\CL.exe /c /Zi /W3 /WX- /MP /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D “CMAKE_INTDIR="Debug"” /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTC_cb2be.dir\Debug" /Fd"cmTC_cb2be.dir\Debug\vc120.pdb" /Gd /TC /errorReport:queue /Zo /w34295 /w34189 E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\CheckIncludeFile.c Microsoft (R) C/C++ Optimizing Compiler Version 18.00.40629 for x64 Copyright (C) Microsoft Corporation. All rights reserved. cl /c /Zi /W3 /WX- /MP /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D “CMAKE_INTDIR="Debug"” /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTC_cb2be.dir\Debug" /Fd"cmTC_cb2be.dir\Debug\vc120.pdb" /Gd /TC /errorReport:queue /Zo /w34295 /w34189 E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\CheckIncludeFile.c CheckIncludeFile.c E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\CheckIncludeFile.c(1): fatal error C1083: Cannot open include file: ‘sys/ioctl.h’: No such file or directory [E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_cb2be.vcxproj] 已完成生成项目“E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_cb2be.vcxproj”(默认目标)的操作 - 失败。 生成失败。 “E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_cb2be.vcxproj”(默认目标) (1) -> (ClCompile 目标) -> E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\CheckIncludeFile.c(1): fatal error C1083: Cannot open include file: ‘sys/ioctl.h’: No such file or directory [E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_cb2be.vcxproj]
已用时间 00:00:00.22 Determining if the include file sys/param.h exists failed with the following output: Change Dir: E:/Wireshark_Plugin/SecVersion/newBuild/CMakeFiles/CMakeTmp Run Build Command:“C:/Program Files (x86)/MSBuild/12.0/bin/MSBuild.exe” “cmTC_70088.vcxproj” “/p:Configuration=Debug” “/p:VisualStudioVersion=12.0” Microsoft(R) 生成引擎版本 12.0.40629.0 [Microsoft .NET Framework 版本 4.0.30319.18408] 版权所有 (C) Microsoft Corporation。保留所有权利。 生成启动时间为 2016/8/17 23:43:47。 节点 1 上的项目“E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_70088.vcxproj”(默认目标)。 PrepareForBuild: 正在创建目录“cmTC_70088.dir\Debug\”。 正在创建目录“E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\Debug\”。 正在创建目录“cmTC_70088.dir\Debug\cmTC_70088.tlog\”。 InitializeBuildStatus: 正在创建“cmTC_70088.dir\Debug\cmTC_70088.tlog\unsuccessfulbuild”,因为已指定“AlwaysCreate”。 ClCompile: C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\CL.exe /c /Zi /W3 /WX- /MP /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D “CMAKE_INTDIR="Debug"” /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTC_70088.dir\Debug" /Fd"cmTC_70088.dir\Debug\vc120.pdb" /Gd /TC /errorReport:queue /Zo /w34295 /w34189 E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\CheckIncludeFile.c Microsoft (R) C/C++ Optimizing Compiler Version 18.00.40629 for x64 Copyright (C) Microsoft Corporation. All rights reserved. cl /c /Zi /W3 /WX- /MP /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D “CMAKE_INTDIR="Debug"” /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTC_70088.dir\Debug" /Fd"cmTC_70088.dir\Debug\vc120.pdb" /Gd /TC /errorReport:queue /Zo /w34295 /w34189 E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\CheckIncludeFile.c CheckIncludeFile.c E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\CheckIncludeFile.c(1): fatal error C1083: Cannot open include file: ‘sys/param.h’: No such file or directory [E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_70088.vcxproj] 已完成生成项目“E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_70088.vcxproj”(默认目标)的操作 - 失败。 生成失败。 “E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_70088.vcxproj”(默认目标) (1) -> (ClCompile 目标) -> E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\CheckIncludeFile.c(1): fatal error C1083: Cannot open include file: ‘sys/param.h’: No such file or directory [E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_70088.vcxproj]
已用时间 00:00:00.23 Determining if the include file sys/socket.h exists failed with the following output: Change Dir: E:/Wireshark_Plugin/SecVersion/newBuild/CMakeFiles/CMakeTmp Run Build Command:“C:/Program Files (x86)/MSBuild/12.0/bin/MSBuild.exe” “cmTC_5940b.vcxproj” “/p:Configuration=Debug” “/p:VisualStudioVersion=12.0” Microsoft(R) 生成引擎版本 12.0.40629.0 [Microsoft .NET Framework 版本 4.0.30319.18408] 版权所有 (C) Microsoft Corporation。保留所有权利。 生成启动时间为 2016/8/17 23:43:47。 节点 1 上的项目“E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_5940b.vcxproj”(默认目标)。 PrepareForBuild: 正在创建目录“cmTC_5940b.dir\Debug\”。 正在创建目录“E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\Debug\”。 正在创建目录“cmTC_5940b.dir\Debug\cmTC_5940b.tlog\”。 InitializeBuildStatus: 正在创建“cmTC_5940b.dir\Debug\cmTC_5940b.tlog\unsuccessfulbuild”,因为已指定“AlwaysCreate”。 ClCompile: C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\CL.exe /c /Zi /W3 /WX- /MP /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D “CMAKE_INTDIR="Debug"” /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTC_5940b.dir\Debug" /Fd"cmTC_5940b.dir\Debug\vc120.pdb" /Gd /TC /errorReport:queue /Zo /w34295 /w34189 E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\CheckIncludeFile.c Microsoft (R) C/C++ Optimizing Compiler Version 18.00.40629 for x64 Copyright (C) Microsoft Corporation. All rights reserved. cl /c /Zi /W3 /WX- /MP /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D “CMAKE_INTDIR="Debug"” /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTC_5940b.dir\Debug" /Fd"cmTC_5940b.dir\Debug\vc120.pdb" /Gd /TC /errorReport:queue /Zo /w34295 /w34189 E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\CheckIncludeFile.c CheckIncludeFile.c E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\CheckIncludeFile.c(1): fatal error C1083: Cannot open include file: ‘sys/socket.h’: No such file or directory [E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_5940b.vcxproj] 已完成生成项目“E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_5940b.vcxproj”(默认目标)的操作 - 失败。 生成失败。 “E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_5940b.vcxproj”(默认目标) (1) -> (ClCompile 目标) -> E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\CheckIncludeFile.c(1): fatal error C1083: Cannot open include file: ‘sys/socket.h’: No such file or directory [E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_5940b.vcxproj]
已用时间 00:00:00.22 Determining if the include file sys/sockio.h exists failed with the following output: Change Dir: E:/Wireshark_Plugin/SecVersion/newBuild/CMakeFiles/CMakeTmp Run Build Command:“C:/Program Files (x86)/MSBuild/12.0/bin/MSBuild.exe” “cmTC_d6c14.vcxproj” “/p:Configuration=Debug” “/p:VisualStudioVersion=12.0” Microsoft(R) 生成引擎版本 12.0.40629.0 [Microsoft .NET Framework 版本 4.0.30319.18408] 版权所有 (C) Microsoft Corporation。保留所有权利。 生成启动时间为 2016/8/17 23:43:48。 节点 1 上的项目“E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_d6c14.vcxproj”(默认目标)。 PrepareForBuild: 正在创建目录“cmTC_d6c14.dir\Debug\”。 正在创建目录“E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\Debug\”。 正在创建目录“cmTC_d6c14.dir\Debug\cmTC_d6c14.tlog\”。 InitializeBuildStatus: 正在创建“cmTC_d6c14.dir\Debug\cmTC_d6c14.tlog\unsuccessfulbuild”,因为已指定“AlwaysCreate”。 ClCompile: C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\CL.exe /c /Zi /W3 /WX- /MP /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D “CMAKE_INTDIR="Debug"” /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTC_d6c14.dir\Debug" /Fd"cmTC_d6c14.dir\Debug\vc120.pdb" /Gd /TC /errorReport:queue /Zo /w34295 /w34189 E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\CheckIncludeFile.c Microsoft (R) C/C++ Optimizing Compiler Version 18.00.40629 for x64 Copyright (C) Microsoft Corporation. All rights reserved. cl /c /Zi /W3 /WX- /MP /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D “CMAKE_INTDIR="Debug"” /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTC_d6c14.dir\Debug" /Fd"cmTC_d6c14.dir\Debug\vc120.pdb" /Gd /TC /errorReport:queue /Zo /w34295 /w34189 E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\CheckIncludeFile.c CheckIncludeFile.c E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\CheckIncludeFile.c(1): fatal error C1083: Cannot open include file: ‘sys/sockio.h’: No such file or directory [E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_d6c14.vcxproj] 已完成生成项目“E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_d6c14.vcxproj”(默认目标)的操作 - 失败。 生成失败。 “E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_d6c14.vcxproj”(默认目标) (1) -> (ClCompile 目标) -> E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\CheckIncludeFile.c(1): fatal error C1083: Cannot open include file: ‘sys/sockio.h’: No such file or directory [E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_d6c14.vcxproj]
(17 Aug ‘16, 19:33) Water in the CmakeError.log below ,警告 means warning ,错误 means error, 失败 means failure. sorry for trouble you so much (17 Aug ‘16, 19:34) Water The CMakeError.log isn’t all that useful. The output of CMake is missing the vital bit which should appear at the end, something like:
Rerun the CMake command again, redirecting to a file and post that. (18 Aug ‘16, 05:50) grahamb ♦ showing 5 of 6 show 1 more comments |
I guess some configuration issue or software component missing.As other *.sln prject have compiled successfully.Does any of you,master,meet the same problem as I did.