This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

issue of wireshark compiling with Cmake under WIN7 64BIT

0

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

call "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" x86_amd64
set WIRESHARK_BASE_DIR=E:\Wireshark_Plugin\SecVersion\wireshark
set CYGWIN=nodosfilewarning
set WIRESHARK_CYGWIN_INSTALL_PATH=E:\Software\Cygwin
set WIRESHARK_TARGET_PLATFORM=win64
set QT5_BASE_DIR=E:\Software\QT\5.6\msvc2013_64
e:
cd  E:\Wireshark_Plugin\SecVersion\build

error script is as below:

cmake -DENABLE_CHM_GUIDES=on  -DENABLE_CAP=OFF  -DENABLE_GTK3=OFF -DENABLE_APPLICATION_BUNDLE=OFF -G "Visual Studio 12 Win64" ..\wireshark
pause

140>Done Building Project "E:\Wireshark_Plugin\SecVersion\build\copy_qt_dlls .vcxproj" (default targets). 12>Done Building Project "E:\Wireshark_Plugin\SecVersion\build\copy_qt_dlls .vcxproj.metaproj" (default targets). 2>Project "E:\Wireshark_Plugin\SecVersion\build\ALL_BUILD.vcxproj.metaproj " (2) is building "E:\Wireshark_Plugin\SecVersion\build\ALL_BUILD.vcxpro j" (141) on node 2 (default targets). 141>PrepareForBuild: Creating directory "x64\RelWithDebInfo\ALL_BUILD". Creating directory "x64\RelWithDebInfo\ALL_BUILD\ALL_BUILD.tlog". InitializeBuildStatus: Creating "x64\RelWithDebInfo\ALL_BUILD\ALL_BUILD.tlog\unsuccessfulbuil d" because "AlwaysCreate" was specified. CustomBuild: Building Custom Rule E:/Wireshark_Plugin/SecVersion/wireshark/CMakeLis ts.txt CMake does not need to re-run because E:\Wireshark_Plugin\SecVersion\b uild\CMakeFiles\generate.stamp is up-to-date. FinalizeBuildStatus: Deleting file "x64\RelWithDebInfo\ALL_BUILD\ALL_BUILD.tlog\unsuccessfu lbuild". Touching "x64\RelWithDebInfo\ALL_BUILD\ALL_BUILD.tlog\ALL_BUILD.lastbu ildstate". 141>Done Building Project "E:\Wireshark_Plugin\SecVersion\build\ALL_BUILD.vc xproj" (default targets). 2>Done Building Project "E:\Wireshark_Plugin\SecVersion\build\ALL_BUILD.vc xproj.metaproj" (default targets). 1>Done Building Project "E:\Wireshark_Plugin\SecVersion\build\Wireshark.sl n" (default targets) – FAILED.

Build FAILED.

   "E:\Wireshark_Plugin\SecVersion\build\Wireshark.sln" (default target) (1
   ) ->
   "E:\Wireshark_Plugin\SecVersion\build\docbook\release_notes_html.vcxproj
   .metaproj" (default target) (45) ->
   "E:\Wireshark_Plugin\SecVersion\build\docbook\release_notes_html.vcxproj
   " (default target) (93) ->
   (CustomBuild target) ->
     C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCo
   mmon.targets(170,5): error MSB6006: "cmd.exe" exited with code 9009. [E:
   \Wireshark_Plugin\SecVersion\build\docbook\release_notes_html.vcxproj]

0 Warning(s)
1 Error(s)</code></pre></div><div id="question-tags" class="tags-container tags"><span class="post-tag tag-link-compile" rel="tag" title="see questions tagged &#39;compile&#39;">compile</span> <span class="post-tag tag-link-cmake" rel="tag" title="see questions tagged &#39;cmake&#39;">cmake</span></div><div id="question-controls" class="post-controls"></div><div class="post-update-info-container"><div class="post-update-info post-update-info-user"><p>asked <strong>11 Jun '16, 23:26</strong></p><img src="https://secure.gravatar.com/avatar/1445b0c2e6369c9b39c7802df15a2299?s=32&amp;d=identicon&amp;r=g" class="gravatar" width="32" height="32" alt="Water&#39;s gravatar image" /><p><span>Water</span><br />

6447
accept rate: 0%

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.

(13 Jun ‘16, 01:17) Water


One Answer:

1

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. cmake ... 2>&1 > path\to\file.txt and then posting the file contents here.

answered 15 Jun '16, 13:51

grahamb's gravatar image

grahamb ♦
19.8k330206
accept rate: 22%

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
-- The C compiler identification is MSVC 18.0.40629.0
-- The CXX compiler identification is MSVC 18.0.40629.0
-- Check for working C compiler using: Visual Studio 12 2013 Win64
-- Check for working C compiler using: Visual Studio 12 2013 Win64 -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler using: Visual Studio 12 2013 Win64
-- Check for working CXX compiler using: Visual Studio 12 2013 Win64 -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Generating build using CMake 3.5.2
-- Found POWERSHELL: C:/Windows/System32/WindowsPowerShell/v1.0/powershell.exe  
-- Building for win64 using Visual Studio 12 2013 Win64
Working in E:\Wireshark_Plugin\SecVersion\wireshark\wireshark-win64-libs

Tag 2016-05-10 found. Skipping.

– No custom file found in E:/Wireshark_Plugin/SecVersion/wireshark – Configuration types: Debug;Release;MinSizeRel;RelWithDebInfo – CMAKE_C_FLAGS_RELWITHDEBINFO: /MD /Zi /O2 /Ob1 /D NDEBUG – CMAKE_CXX_FLAGS_RELWITHDEBINFO: /MD /Zi /O2 /Ob1 /D NDEBUG – V: 2.1.0-git, MaV: 2, MiV: 1, PL: 0, EV: -git. – Found PythonInterp: C:/Python27/python.exe (found version "2.7.8") – Found python module asn2wrs: E:\Wireshark_Plugin\SecVersion\wireshark\tools\asn2wrs.py – Checking for c-compiler flag: /MP – Performing Test C__MP_VALID – Performing Test C__MP_VALID - Success – Checking for c-compiler flag: /Zo – Performing Test C__Zo_VALID – Performing Test C__Zo_VALID - Success – Checking for c-compiler flag: /w34295 /w34189 – Performing Test C__w34295_w34189_VALID – Performing Test C__w34295_w34189_VALID - Success – Checking for c++-compiler flag: /MP – Performing Test CXX__MP_VALID – Performing Test CXX__MP_VALID - Success – Checking for c++-compiler flag: /Zo – Performing Test CXX__Zo_VALID – Performing Test CXX__Zo_VALID - Success – Checking for c++-compiler flag: /w34295 /w34189 – Performing Test CXX__w34295_w34189_VALID – Performing Test CXX__w34295_w34189_VALID - Success – Performing Test WS_LD_FLAG_VALID0 – Performing Test WS_LD_FLAG_VALID0 - Failed – Performing Test WS_LD_FLAG_VALID1 – Performing Test WS_LD_FLAG_VALID1 - Failed – Looking for sys/types.h – Looking for sys/types.h - found – Looking for stdint.h – Looking for stdint.h - found – Looking for stddef.h – Looking for stddef.h - found – Check size of off64_t – Check size of off64_t - failed – Looking for fseeko – Looking for fseeko - not found – Looking for unistd.h – Looking for unistd.h - not found – Packagelist: AIRPCAP;CARES;GCRYPT;GEOIP;GLIB2;GMODULE2;GNUTLS;GTHREAD2;GTK2;Gettext;Git;KERBEROS;LEX;LIBSSH;LUA;M;PCAP;POD;PORTAUDIO;Perl;PythonInterp;Qt5Core;Qt5LinguistTools;Qt5Multimedia;Qt5PrintSupport;Qt5Svg;Qt5Widgets;Qt5WinExtras;SBC;SED;SH;SMI;WINSPARKLE;YACC;YAPP;ZLIB – Found AIRPCAP: E:/Wireshark_Plugin/SecVersion/wireshark/Wireshark-win64-libs/AirPcap_Devpack_4_1_0_1622/Airpcap_Devpack/include
– AIRPCAP FOUND – AIRPCAP includes: E:/Wireshark_Plugin/SecVersion/wireshark/Wireshark-win64-libs/AirPcap_Devpack_4_1_0_1622/Airpcap_Devpack/include – AIRPCAP libs: E:/Wireshark_Plugin/SecVersion/wireshark/Wireshark-win64-libs/AirPcap_Devpack_4_1_0_1622/Airpcap_Devpack/lib/airpcap.lib – Found CARES: E:/Wireshark_Plugin/SecVersion/wireshark/Wireshark-win64-libs/c-ares-1.11.0-win64ws/lib/libcares-2.lib
– CARES FOUND – CARES includes: E:/Wireshark_Plugin/SecVersion/wireshark/Wireshark-win64-libs/c-ares-1.11.0-win64ws/include – CARES libs: E:/Wireshark_Plugin/SecVersion/wireshark/Wireshark-win64-libs/c-ares-1.11.0-win64ws/lib/libcares-2.lib – Found GCRYPT: E:/Wireshark_Plugin/SecVersion/wireshark/Wireshark-win64-libs/gnutls-3.2.15-2.9-win64ws/bin/libgcrypt-20.lib (found suitable version "1.6.2", minimum required is "1.4.2") – GCRYPT FOUND – GCRYPT includes: E:/Wireshark_Plugin/SecVersion/wireshark/Wireshark-win64-libs/gnutls-3.2.15-2.9-win64ws/include – GCRYPT libs: E:/Wireshark_Plugin/SecVersion/wireshark/Wireshark-win64-libs/gnutls-3.2.15-2.9-win64ws/bin/libgcrypt-20.lib;E:/Wireshark_Plugin/SecVersion/wireshark/Wireshark-win64-libs/gnutls-3.2.15-2.9-win64ws/bin/libgpg-error6-0.lib – Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) – Checking for one of the modules 'geoip' – Found GEOIP: E:/Wireshark_Plugin/SecVersion/wireshark/Wireshark-win64-libs/GeoIP-1.6.6-win64ws/lib/libGeoIP-1.lib
– Looking for GeoIP_country_name_by_ipnum_v6 – Looking for GeoIP_country_name_by_ipnum_v6 - found – GEOIP FOUND – GEOIP includes: E:/Wireshark_Plugin/SecVersion/wireshark/Wireshark-win64-libs/GeoIP-1.6.6-win64ws/include – GEOIP libs: E:/Wireshark_Plugin/SecVersion/wireshark/Wireshark-win64-libs/GeoIP-1.6.6-win64ws/lib/libGeoIP-1.lib – Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) – Checking for one of the modules 'glib-2.0>=2.14.0' – Found GLIB2: E:/Wireshark_Plugin/SecVersion/wireshark/Wireshark-win64-libs/gtk2/lib/glib-2.0.lib
– GLIB2 FOUND – GLIB2 includes: E:/Wireshark_Plugin/SecVersion/wireshark/Wireshark-win64-libs/gtk2/include/glib-2.0;E:/Wireshark_Plugin/SecVersion/wireshark/Wireshark-win64-libs/gtk2/lib/glib-2.0/include – GLIB2 libs: E:/Wireshark_Plugin/SecVersion/wireshark/Wireshark-win64-libs/gtk2/lib/glib-2.0.lib – Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) – Checking for one of the modules 'gmodule-2.0' – Found GMODULE2: E:/Wireshark_Plugin/SecVersion/wireshark/Wireshark-win64-libs/gtk2/lib/gmodule-2.0.lib
– GMODULE2 FOUND – GMODULE2 includes: E:/Wireshark_Plugin/SecVersion/wireshark/Wireshark-win64-libs/gtk2/include/glib-2.0 – GMODULE2 libs: E:/Wireshark_Plugin/SecVersion/wireshark/Wireshark-win64-libs/gtk2/lib/gmodule-2.0.lib – Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) – Checking for one of the modules 'gnutls' – Found GNUTLS: E:/Wireshark_Plugin/SecVersion/wireshark/Wireshark-win64-libs/gnutls-3.2.15-2.9-win64ws/bin/libgnutls-28.lib (found suitable version "3.2.15", minimum required is "2.12.0") – GNUTLS FOUND – GNUTLS includes: E:/Wireshark_Plugin/SecVersion/wireshark/Wireshark-win64-libs/gnutls-3.2.15-2.9-win64ws/include – GNUTLS libs: E:/Wireshark_Plugin/SecVersion/wireshark/Wireshark-win64-libs/gnutls-3.2.15-2.9-win64ws/bin/libgnutls-28.lib – Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) – Checking for one of the modules 'gthread-2.0' – Found GTHREAD2: E:/Wireshark_Plugin/SecVersion/wireshark/Wireshark-win64-libs/gtk2/lib/glib-2.0.lib
– GTHREAD2 FOUND – GTHREAD2 includes: E:/Wireshark_Plugin/SecVersion/wireshark/Wireshark-win64-libs/gtk2/include/glib-2.0/glib – GTHREAD2 libs: E:/Wireshark_Plugin/SecVersion/wireshark/Wireshark-win64-libs/gtk2/lib/glib-2.0.lib – Found GTK2_GTK: E:/Wireshark_Plugin/SecVersion/wireshark/Wireshark-win64-libs/gtk2/lib/gtk-win32-2.0.lib
– GTK2 FOUND – GTK2 includes: E:/Wireshark_Plugin/SecVersion/wireshark/Wireshark-win64-libs/gtk2/include/gtk-2.0;E:/Wireshark_Plugin/SecVersion/wireshark/Wireshark-win64-libs/gtk2/include;E:/Wireshark_Plugin/SecVersion/wireshark/Wireshark-win64-libs/gtk2/include/freetype2;E:/Wireshark_Plugin/SecVersion/wireshark/Wireshark-win64-libs/gtk2/include/glib-2.0;E:/Wireshark_Plugin/SecVersion/wireshark/Wireshark-win64-libs/gtk2/lib/glib-2.0/include;E:/Wireshark_Plugin/SecVersion/wireshark/Wireshark-win64-libs/gtk2/include/atk-1.0;E:/Wireshark_Plugin/SecVersion/wireshark/Wireshark-win64-libs/gtk2/include/gdk-pixbuf-2.0;E:/Wireshark_Plugin/SecVersion/wireshark/Wireshark-win64-libs/gtk2/include/cairo;E:/Wireshark_Plugin/SecVersion/wireshark/Wireshark-win64-libs/gtk2/include/pango-1.0;E:/Wireshark_Plugin/SecVersion/wireshark/Wireshark-win64-libs/gtk2/lib/gtk-2.0/include – GTK2 libs: E:/Wireshark_Plugin/SecVersion/wireshark/Wireshark-win64-libs/gtk2/lib/glib-2.0.lib;E:/Wireshark_Plugin/SecVersion/wireshark/Wireshark-win64-libs/gtk2/lib/gobject-2.0.lib;E:/Wireshark_Plugin/SecVersion/wireshark/Wireshark-win64-libs/gtk2/lib/atk-1.0.lib;E:/Wireshark_Plugin/SecVersion/wireshark/Wireshark-win64-libs/gtk2/lib/gmodule-2.0.lib;E:/Wireshark_Plugin/SecVersion/wireshark/Wireshark-win64-libs/gtk2/lib/gdk_pixbuf-2.0.lib;E:/Wireshark_Plugin/SecVersion/wireshark/Wireshark-win64-libs/gtk2/lib/cairo.lib;E:/Wireshark_Plugin/SecVersion/wireshark/Wireshark-win64-libs/gtk2/lib/pango-1.0.lib;E:/Wireshark_Plugin/SecVersion/wireshark/Wireshark-win64-libs/gtk2/lib/pangocairo-1.0.lib;E:/Wireshark_Plugin/SecVersion/wireshark/Wireshark-win64-libs/gtk2/lib/gdk-win32-2.0.lib;E:/Wireshark_Plugin/SecVersion/wireshark/Wireshark-win64-libs/gtk2/lib/gtk-win32-2.0.lib – Could NOT find Gettext (missing: GETTEXT_MSGMERGE_EXECUTABLE GETTEXT_MSGFMT_EXECUTABLE) – GETTEXT NOT FOUND – Found Git: C:/Program Files/Git/cmd/git.exe (found version "2.8.3.windows.1") – Git FOUND – Git includes: – Git libs: – Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) – Checking for one of the modules 'krb5;mit-krb5;heimdal-krb5' – Found KERBEROS: E:/Wireshark_Plugin/SecVersion/wireshark/Wireshark-win64-libs/kfw-3-2-2-x64-ws/lib/krb5_64.lib
– Looking for heimdal_version – Looking for heimdal_version - not found – KERBEROS FOUND – KERBEROS includes: E:/Wireshark_Plugin/SecVersion/wireshark/Wireshark-win64-libs/kfw-3-2-2-x64-ws/include – KERBEROS libs: E:/Wireshark_Plugin/SecVersion/wireshark/Wireshark-win64-libs/kfw-3-2-2-x64-ws/lib/krb5_64.lib – Found LEX: E:/Software/Cygwin/bin/flex.exe
– LEX FOUND – LEX includes: – LEX libs: – LEX executable: E:/Software/Cygwin/bin/flex.exe – Found LIBSSH: E:/Wireshark_Plugin/SecVersion/wireshark/Wireshark-win64-libs/libssh-0.7.2-win64ws/lib/ssh.lib (found suitable version "0.7.2", minimum required is "0.6") – LIBSSH FOUND – LIBSSH includes: E:/Wireshark_Plugin/SecVersion/wireshark/Wireshark-win64-libs/libssh-0.7.2-win64ws/include – LIBSSH libs: E:/Wireshark_Plugin/SecVersion/wireshark/Wireshark-win64-libs/libssh-0.7.2-win64ws/lib/ssh.lib – Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) – Checking for one of the modules 'lua5.2;lua-5.2;lua52;lua5.1;lua-5.1;lua51;lua5.0;lua-5.0;lua50' – Checking for one of the modules 'lua<=5.2.99' – Found LUA: E:/Wireshark_Plugin/SecVersion/wireshark/Wireshark-win64-libs/lua5.2.3/lua52.lib (found version "502") – LUA FOUND – LUA includes: E:/Wireshark_Plugin/SecVersion/wireshark/Wireshark-win64-libs/lua5.2.3/include – LUA libs: E:/Wireshark_Plugin/SecVersion/wireshark/Wireshark-win64-libs/lua5.2.3/lua52.lib – Could NOT find M (missing: M_LIBRARY) – M NOT FOUND – Found PCAP: E:/Wireshark_Plugin/SecVersion/wireshark/Wireshark-win64-libs/WpdPack/Include
– Looking for pcap_open_dead – Looking for pcap_open_dead - found – Looking for pcap_freecode – Looking for pcap_freecode - found – Looking for pcap_breakloop – Looking for pcap_breakloop - found – Looking for pcap_create – Looking for pcap_create - found – Looking for pcap_datalink_name_to_val – Looking for pcap_datalink_name_to_val - found – Looking for pcap_datalink_val_to_description – Looking for pcap_datalink_val_to_description - found – Looking for pcap_datalink_val_to_name – Looking for pcap_datalink_val_to_name - found – Looking for pcap_findalldevs – Looking for pcap_findalldevs - found – Looking for pcap_free_datalinks – Looking for pcap_free_datalinks - found – Looking for pcap_get_selectable_fd – Looking for pcap_get_selectable_fd - not found – Looking for pcap_lib_version – Looking for pcap_lib_version - found – Looking for pcap_list_datalinks – Looking for pcap_list_datalinks - found – Looking for pcap_set_datalink – Looking for pcap_set_datalink - found – Looking for bpf_image – Looking for bpf_image - found – Looking for pcap_setsampling – Looking for pcap_setsampling - found – Looking for pcap_set_tstamp_precision – Looking for pcap_set_tstamp_precision - not found – Looking for pcap_open – Looking for pcap_open - found – PCAP FOUND – PCAP includes: E:/Wireshark_Plugin/SecVersion/wireshark/Wireshark-win64-libs/WpdPack/Include – PCAP libs: E:/Wireshark_Plugin/SecVersion/wireshark/Wireshark-win64-libs/WpdPack/Lib/x64/wpcap.lib – Found POD: E:/Software/Cygwin/bin/pod2man
– POD FOUND – POD includes: – POD libs: – Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) – Checking for one of the modules 'portaudio-2.0' – Found PORTAUDIO: E:/Wireshark_Plugin/SecVersion/wireshark/Wireshark-win64-libs/portaudio_v19_2/include
– PORTAUDIO FOUND – PORTAUDIO includes: E:/Wireshark_Plugin/SecVersion/wireshark/Wireshark-win64-libs/portaudio_v19_2/include;E:/Wireshark_Plugin/SecVersion/wireshark/wireshark-win64-libs/portaudio_v19_2/src/common;E:/Wireshark_Plugin/SecVersion/wireshark/wireshark-win64-libs/portaudio_v19_2/src/os/win – PORTAUDIO libs: – Found Perl: E:/Software/Cygwin/bin/perl.exe (found version "5.22.1") – PERL FOUND – Perl includes: – Perl libs: – Perl executable: E:/Software/Cygwin/bin/perl.exe – Found PythonInterp: C:/Python27/python.exe (found suitable version "2.7.8", minimum required is "2") – PYTHONINTERP FOUND – PythonInterp includes: – PythonInterp libs: – Qt5Core FOUND – Qt5Core includes: E:/Software/QT/5.6/msvc2013_64/include/;E:/Software/QT/5.6/msvc2013_64/include/QtCore;E:/Software/QT/5.6/msvc2013_64/.//mkspecs/win32-msvc2013 – Qt5Core libs: Qt5::Core – Qt5Core definitions: -DQT_CORE_LIB – Qt5LinguistTools FOUND – Qt5LinguistTools includes: – Qt5LinguistTools libs: – Qt5Multimedia FOUND – Qt5Multimedia includes: E:/Software/QT/5.6/msvc2013_64/include/;E:/Software/QT/5.6/msvc2013_64/include/QtMultimedia;E:/Software/QT/5.6/msvc2013_64/include/QtNetwork;E:/Software/QT/5.6/msvc2013_64/include/QtCore;E:/Software/QT/5.6/msvc2013_64/.//mkspecs/win32-msvc2013;E:/Software/QT/5.6/msvc2013_64/include/QtGui – Qt5Multimedia libs: Qt5::Multimedia – Qt5Multimedia definitions: -DQT_MULTIMEDIA_LIB;-DQT_NETWORK_LIB;-DQT_CORE_LIB;-DQT_GUI_LIB – Qt5PrintSupport FOUND – Qt5PrintSupport includes: E:/Software/QT/5.6/msvc2013_64/include/;E:/Software/QT/5.6/msvc2013_64/include/QtPrintSupport;E:/Software/QT/5.6/msvc2013_64/include/QtWidgets;E:/Software/QT/5.6/msvc2013_64/include/QtGui;E:/Software/QT/5.6/msvc2013_64/include/QtCore;E:/Software/QT/5.6/msvc2013_64/.//mkspecs/win32-msvc2013 – Qt5PrintSupport libs: Qt5::PrintSupport – Qt5PrintSupport definitions: -DQT_PRINTSUPPORT_LIB;-DQT_WIDGETS_LIB;-DQT_GUI_LIB;-DQT_CORE_LIB – Qt5Svg FOUND – Qt5Svg includes: E:/Software/QT/5.6/msvc2013_64/include/;E:/Software/QT/5.6/msvc2013_64/include/QtSvg;E:/Software/QT/5.6/msvc2013_64/include/QtWidgets;E:/Software/QT/5.6/msvc2013_64/include/QtGui;E:/Software/QT/5.6/msvc2013_64/include/QtCore;E:/Software/QT/5.6/msvc2013_64/.//mkspecs/win32-msvc2013 – Qt5Svg libs: Qt5::Svg – Qt5Svg definitions: -DQT_SVG_LIB;-DQT_WIDGETS_LIB;-DQT_GUI_LIB;-DQT_CORE_LIB – Qt5Widgets FOUND – Qt5Widgets includes: E:/Software/QT/5.6/msvc2013_64/include/;E:/Software/QT/5.6/msvc2013_64/include/QtWidgets;E:/Software/QT/5.6/msvc2013_64/include/QtGui;E:/Software/QT/5.6/msvc2013_64/include/QtCore;E:/Software/QT/5.6/msvc2013_64/.//mkspecs/win32-msvc2013 – Qt5Widgets libs: Qt5::Widgets – Qt5Widgets definitions: -DQT_WIDGETS_LIB;-DQT_GUI_LIB;-DQT_CORE_LIB – Qt5WinExtras FOUND – Qt5WinExtras includes: E:/Software/QT/5.6/msvc2013_64/include/;E:/Software/QT/5.6/msvc2013_64/include/QtWinExtras;E:/Software/QT/5.6/msvc2013_64/include/QtGui;E:/Software/QT/5.6/msvc2013_64/include/QtCore;E:/Software/QT/5.6/msvc2013_64/.//mkspecs/win32-msvc2013 – Qt5WinExtras libs: Qt5::WinExtras – Qt5WinExtras definitions: -DQT_WINEXTRAS_LIB;-DQT_GUI_LIB;-DQT_CORE_LIB – Could NOT find SBC (missing: SBC_INCLUDE_DIR SBC_LIBRARY) – SBC NOT FOUND – Found SED: E:/Software/Cygwin/bin/sed.exe
– SED FOUND – SED includes: – SED libs: – SED executable: E:/Software/Cygwin/bin/sed.exe – Found SH: E:/Software/Cygwin/bin/bash.exe
– SH FOUND – SH includes: – SH libs: – SH executable: E:/Software/Cygwin/bin/bash.exe – Found SMI: E:/Wireshark_Plugin/SecVersion/wireshark/Wireshark-win64-libs/libsmi-svn-40773-win64ws/lib/libsmi-2.lib
– SMI FOUND – SMI includes: E:/Wireshark_Plugin/SecVersion/wireshark/Wireshark-win64-libs/libsmi-svn-40773-win64ws/include – SMI libs: E:/Wireshark_Plugin/SecVersion/wireshark/Wireshark-win64-libs/libsmi-svn-40773-win64ws/lib/libsmi-2.lib – Found WINSPARKLE: E:/Wireshark_Plugin/SecVersion/wireshark/Wireshark-win64-libs/WinSparkle-0.3-44-g2c8d9d3-win64ws/WinSparkle.lib
– WINSPARKLE FOUND – WINSPARKLE includes: E:/Wireshark_Plugin/SecVersion/wireshark/Wireshark-win64-libs/WinSparkle-0.3-44-g2c8d9d3-win64ws – WINSPARKLE libs: E:/Wireshark_Plugin/SecVersion/wireshark/Wireshark-win64-libs/WinSparkle-0.3-44-g2c8d9d3-win64ws/WinSparkle.lib – Found YACC: E:/Software/Cygwin/bin/bison.exe
– YACC FOUND – YACC includes: – YACC libs: – YACC executable: E:/Software/Cygwin/bin/bison.exe – Could NOT find YAPP (missing: YAPP_EXECUTABLE) – YAPP NOT FOUND – Looking for inflatePrime – Looking for inflatePrime - not found – Found ZLIB: zlib
– ZLIB FOUND – ZLIB includes: E:/Wireshark_Plugin/SecVersion/wireshark/wireshark-win64-libs/zlib-1.2.8-ws;E:/Wireshark_Plugin/SecVersion/newBuild/zlib – ZLIB libs: zlib – C-Flags: /MP /Zo /w34295 /w34189 /DWIN32 /D_WINDOWS /W3 – CXX-Flags: /MP /Zo /w34295 /w34189 /DWIN32 /D_WINDOWS /W3 /GR /EHsc – Warnings as errors: /WX – Looking for arpa/inet.h – Looking for arpa/inet.h - not found – Looking for arpa/nameser.h – Looking for arpa/nameser.h - not found – Looking for dlfcn.h – Looking for dlfcn.h - not found – Looking for fcntl.h – Looking for fcntl.h - found – Looking for getopt.h – Looking for getopt.h - not found – Looking for grp.h – Looking for grp.h - not found – Looking for ifaddrs.h – Looking for ifaddrs.h - not found – Looking for inttypes.h – Looking for inttypes.h - found – Looking for netinet/in.h – Looking for netinet/in.h - not found – Looking for netdb.h – Looking for netdb.h - not found – Looking for portaudio.h – Looking for portaudio.h - not found – Looking for pwd.h – Looking for pwd.h - not found – Looking for sys/ioctl.h – Looking for sys/ioctl.h - not found – Looking for sys/param.h – Looking for sys/param.h - not found – Looking for sys/socket.h – Looking for sys/socket.h - not found – Looking for sys/sockio.h – Looking for sys/sockio.h - not found – Looking for sys/stat.h – Looking for sys/stat.h - found – Looking for sys/time.h – Looking for sys/time.h - not found – Looking for sys/utsname.h – Looking for sys/utsname.h - not found – Looking for sys/wait.h – Looking for sys/wait.h - not found – Looking for unistd.h – Looking for unistd.h - not found – Looking for windows.h – Looking for windows.h - found – Looking for winsock2.h – Looking for winsock2.h - found – Looking for chown – Looking for chown - not found – Looking for dladdr – Looking for dladdr - not found – Looking for floorl – Looking for floorl - found – Looking for lrint – Looking for lrint - found – Looking for getopt_long – Looking for getopt_long - not found – Looking for getprotobynumber – Looking for getprotobynumber - not found – Looking for getifaddrs – Looking for getifaddrs - not found – Looking for inet_aton – Looking for inet_aton - not found – Looking for inet_ntop – Looking for inet_ntop - not found – Looking for inet_pton – Looking for inet_pton - not found – Looking for issetugid – Looking for issetugid - not found – Looking for mkdtemp – Looking for mkdtemp - not found – Looking for mkstemp – Looking for mkstemp - not found – Looking for popcount – Looking for popcount - not found – Looking for setresgid – Looking for setresgid - not found – Looking for setresuid – Looking for setresuid - not found – Looking for strptime – Looking for strptime - not found – Looking for sysconf – Looking for sysconf - not found – Performing Test HAVE_SOCKADDR_SA_LEN – Performing Test HAVE_SOCKADDR_SA_LEN - Failed – Performing Test HAVE_STAT_ST_FLAGS – Performing Test HAVE_STAT_ST_FLAGS - Failed – Performing Test HAVE_STRUCT_TM_TM_ZONE – Performing Test HAVE_STRUCT_TM_TM_ZONE - Failed

(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

生成启动时间为 2016/8/17 23:43:24。

节点 1 上的项目“E:\Wireshark_Plugin\SecVersion\newBuild\CMakeFiles\CMakeTmp\cmTC_1c542.vcxproj”(默认目标)。

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]

0 个警告
1 个错误

已用时间 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]

0 个警告
1 个错误

已用时间 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]

0 个警告
5 个错误

已用时间 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 KEY

if 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’,'',''

endif

define 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_C

int main(argc, argv) int argc; char argv[];

else

int 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]

0 个警告
2 个错误

已用时间 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]

0 个警告
1 个错误

已用时间 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]

0 个警告
1 个错误

已用时间 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_version

return ((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]

0 个警告
2 个错误

已用时间 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]

0 个警告
2 个错误

已用时间 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]

0 个警告
1 个错误

已用时间 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]

0 个警告
1 个错误

已用时间 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]

0 个警告
1 个错误

已用时间 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]

0 个警告
1 个错误

已用时间 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]

0 个警告
1 个错误

已用时间 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]

0 个警告
1 个错误

已用时间 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]

0 个警告
1 个错误

已用时间 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]

0 个警告
1 个错误

已用时间 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]

0 个警告
1 个错误

已用时间 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]

0 个警告
1 个错误

已用时间 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]

0 个警告
1 个错误

已用时间 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]

0 个警告
1 个错误

已用时间 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]

0 个警告
1 个错误

已用时间 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]

0 个警告
1 个错误

已用时间 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]

0 个警告
1 个错误

(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:

– The following OPTIONAL packages have been found:

  • AIRPCAP
  • CARES
  • GCRYPT (required version >= 1.4.2)
  • GEOIP
  • GMODULE2
  • GNUTLS (required version >= 2.12.0)
  • GTK2
  • Git
  • KERBEROS
  • LIBSSH (required version >= 0.6) , libssh is library for ssh connections and it is needed to build sshdump/ciscodump , <www: https://www.libssh.org/get-it/>
  • LUA
  • PCAP
  • POD
  • PORTAUDIO
  • Perl
  • Qt5Core
  • Qt5LinguistTools
  • Qt5Network (required version >= 5.6.1)
  • Qt5Gui (required version >= 5.6.1)
  • Qt5Multimedia
  • Qt5PrintSupport
  • Qt5Svg
  • Qt5Widgets
  • Qt5WinExtras
  • SH
  • SMI
  • WINSPARKLE
  • ZLIB
  • LYNX
  • SED
  • XSLTPROC
  • ASCIIDOC
  • PythonInterp

– The following REQUIRED packages have been found:

  • PowerShell
  • GLIB2
  • GTHREAD2
  • LEX
  • YACC

– The following OPTIONAL packages have not been found:

– Using C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\redist\1033\vcredist_x86.exe for the installer – Configuring done – Generating done – Build files have been written to: E:/Wireshark/build

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