Wireshark-dev: Re: [Wireshark-dev] Current C-Standard used in wireshark
From: Thomas Wiens <th.wiens@xxxxxx>
Date: Sat, 2 Jan 2016 18:41:32 +0100
On 02.01.2016 18:06 Graham Bloice wrote: > Can you try: > > msbuild /p:Configuration=RelWithDebInfo /t:clean > .\docbook\user_guide_docbook.vcxproj > > to clean the user guide docbook target, followed by: > > msbuild /p:Configuration=RelWithDebInfo > .\docbook\user_guide_docbook.vcxproj > c:\temp\build.txt > > redirecting to your location of choice and post that back so I can have a > look at it? Hopefully I'll be able to remember enough of my schoolboy > German to translate the output messages. It might also be useful to see > the output of the CMake generation step, again redirect to a file. Hi Graham, thank you very much for your help. The docbook problems are not the only ones on a complete build, there are later also 2 linker errors. I've attached the logs from the docbook and the cmake build. But if it's not easy to fix, don't waste much time. Then I'll setup a vm. Thomas
-- The C compiler identification is MSVC 18.0.31101.0 -- The CXX compiler identification is MSVC 18.0.31101.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.4.1 -- Found POWERSHELL: C:/Windows/System32/WindowsPowerShell/v1.0/powershell.exe -- Building for win64 using Visual Studio 12 2013 Win64 Working in C:\Development\wireshark-win64-libs Tag 2015-12-11 found. Skipping. -- No custom file found in C:/Development/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-TwiBuildVersion, MaV: 2, MiV: 1, PL: 0, EV: -TwiBuildVersion. -- 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 CPP__MP_VALID -- Performing Test CPP__MP_VALID - Success -- Checking for c++-compiler flag: /Zo -- Performing Test CPP__Zo_VALID -- Performing Test CPP__Zo_VALID - Success -- Checking for c++-compiler flag: /w34295 /w34189 -- Performing Test CPP__w34295_w34189_VALID -- Performing Test CPP__w34295_w34189_VALID - Success -- 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;CAP;CARES;GCRYPT;GEOIP;GLIB2;GMODULE2;GNUTLS;GTHREAD2;GTK2;Gettext;HtmlViewer;KERBEROS;LEX;LIBSSH;LUA;M;PCAP;POD;PORTAUDIO;Perl;PythonInterp;Qt5Core;Qt5LinguistTools;Qt5Multimedia;Qt5PrintSupport;Qt5Svg;Qt5Widgets;Qt5WinExtras;SBC;SED;SETCAP;SH;SMI;WINSPARKLE;YACC;YAPP;ZLIB -- Found AIRPCAP: C:/Development/wireshark-win64-libs/AirPcap_Devpack_4_1_0_1622/Airpcap_Devpack/include -- AIRPCAP FOUND -- AIRPCAP includes: C:/Development/wireshark-win64-libs/AirPcap_Devpack_4_1_0_1622/Airpcap_Devpack/include -- AIRPCAP libs: C:/Development/wireshark-win64-libs/AirPcap_Devpack_4_1_0_1622/Airpcap_Devpack/lib/airpcap.lib -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) -- Checking for one of the modules 'libcap' -- Could NOT find CAP (missing: CAP_LIBRARY CAP_INCLUDE_DIR) -- CAP NOT FOUND -- Found CARES: C:/Development/wireshark-win64-libs/c-ares-1.9.1-1-win64ws/lib/libcares-2.lib -- CARES FOUND -- CARES includes: C:/Development/wireshark-win64-libs/c-ares-1.9.1-1-win64ws/include -- CARES libs: C:/Development/wireshark-win64-libs/c-ares-1.9.1-1-win64ws/lib/libcares-2.lib -- Found GCRYPT: C:/Development/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: C:/Development/wireshark-win64-libs/gnutls-3.2.15-2.9-win64ws/include -- GCRYPT libs: C:/Development/wireshark-win64-libs/gnutls-3.2.15-2.9-win64ws/bin/libgcrypt-20.lib;C:/Development/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: C:/Development/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: C:/Development/wireshark-win64-libs/GeoIP-1.6.6-win64ws/include -- GEOIP libs: C:/Development/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: C:/Development/wireshark-win64-libs/gtk2/lib/glib-2.0.lib -- GLIB2 FOUND -- GLIB2 includes: C:/Development/wireshark-win64-libs/gtk2/include/glib-2.0;C:/Development/wireshark-win64-libs/gtk2/lib/glib-2.0/include -- GLIB2 libs: C:/Development/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: C:/Development/wireshark-win64-libs/gtk2/lib/gmodule-2.0.lib -- GMODULE2 FOUND -- GMODULE2 includes: C:/Development/wireshark-win64-libs/gtk2/include/glib-2.0 -- GMODULE2 libs: C:/Development/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: C:/Development/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: C:/Development/wireshark-win64-libs/gnutls-3.2.15-2.9-win64ws/include -- GNUTLS libs: C:/Development/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: C:/Development/wireshark-win64-libs/gtk2/lib/glib-2.0.lib -- GTHREAD2 FOUND -- GTHREAD2 includes: C:/Development/wireshark-win64-libs/gtk2/include/glib-2.0/glib -- GTHREAD2 libs: C:/Development/wireshark-win64-libs/gtk2/lib/glib-2.0.lib -- Found GTK2_GTK: C:/Development/wireshark-win64-libs/gtk2/lib/gtk-win32-2.0.lib -- GTK2 FOUND -- GTK2 includes: C:/Development/wireshark-win64-libs/gtk2/include/gtk-2.0;C:/Development/wireshark-win64-libs/gtk2/include;C:/Development/wireshark-win64-libs/gtk2/include/freetype2;C:/Development/wireshark-win64-libs/gtk2/include/glib-2.0;C:/Development/wireshark-win64-libs/gtk2/lib/glib-2.0/include;C:/Development/wireshark-win64-libs/gtk2/include/atk-1.0;C:/Development/wireshark-win64-libs/gtk2/include/gdk-pixbuf-2.0;C:/Development/wireshark-win64-libs/gtk2/include/cairo;C:/Development/wireshark-win64-libs/gtk2/include/pango-1.0;C:/Development/wireshark-win64-libs/gtk2/lib/gtk-2.0/include -- GTK2 libs: C:/Development/wireshark-win64-libs/gtk2/lib/glib-2.0.lib;C:/Development/wireshark-win64-libs/gtk2/lib/gobject-2.0.lib;C:/Development/wireshark-win64-libs/gtk2/lib/atk-1.0.lib;C:/Development/wireshark-win64-libs/gtk2/lib/gmodule-2.0.lib;C:/Development/wireshark-win64-libs/gtk2/lib/gdk_pixbuf-2.0.lib;C:/Development/wireshark-win64-libs/gtk2/lib/cairo.lib;C:/Development/wireshark-win64-libs/gtk2/lib/pango-1.0.lib;C:/Development/wireshark-win64-libs/gtk2/lib/pangocairo-1.0.lib;C:/Development/wireshark-win64-libs/gtk2/lib/gdk-win32-2.0.lib;C:/Development/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 HtmlViewer: C:/Program Files (x86)/Mozilla Firefox/firefox.exe -- HTML_VIEWER NOT FOUND -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) -- Checking for one of the modules 'krb5;mit-krb5;heimdal-krb5' -- Found KERBEROS: C:/Development/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: C:/Development/wireshark-win64-libs/kfw-3-2-2-x64-ws/include -- KERBEROS libs: C:/Development/wireshark-win64-libs/kfw-3-2-2-x64-ws/lib/krb5_64.lib -- Found LEX: C:/Program Files (x86)/Git/bin/flex.exe -- LEX FOUND -- LEX includes: -- LEX libs: -- LEX executable: C:/Program Files (x86)/Git/bin/flex.exe -- Could NOT find LIBSSH (missing: LIBSSH_LIBRARIES LIBSSH_INCLUDE_DIRS LIBSSH_VERSION) (Required is at least version "0.6") -- LIBSSH NOT FOUND -- 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: C:/Development/wireshark-win64-libs/lua5.2.3/lua52.lib (found version "502") -- LUA FOUND -- LUA includes: C:/Development/wireshark-win64-libs/lua5.2.3/include -- LUA libs: C:/Development/wireshark-win64-libs/lua5.2.3/lua52.lib -- Could NOT find M (missing: M_LIBRARY) -- M NOT FOUND -- Found PCAP: C:/Development/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_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: C:/Development/wireshark-win64-libs/WpdPack/Include -- PCAP libs: C:/Development/wireshark-win64-libs/WpdPack/Lib/x64/wpcap.lib -- Found POD: C:/cygwin64/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: C:/Development/wireshark-win64-libs/portaudio_v19_2/include -- PORTAUDIO FOUND -- PORTAUDIO includes: C:/Development/wireshark-win64-libs/portaudio_v19_2/include;C:/Development/wireshark-win64-libs/portaudio_v19_2/src/common;C:/Development/wireshark-win64-libs/portaudio_v19_2/src/os/win -- PORTAUDIO libs: -- Found Perl: C:/Perl/bin/perl.exe (found version "5.10.0") -- PERL FOUND -- Perl includes: -- Perl libs: -- Perl executable: C:/Perl/bin/perl.exe -- Found PythonInterp: C:/Python27/python.exe (found suitable version "2.7.6", minimum required is "2") -- PYTHONINTERP FOUND -- PythonInterp includes: -- PythonInterp libs: -- Qt5Core NOT FOUND -- Qt5LinguistTools NOT FOUND -- Qt5Multimedia NOT FOUND -- Qt5PrintSupport NOT FOUND -- Qt5Svg NOT FOUND -- Qt5Widgets NOT FOUND -- Qt5WinExtras NOT FOUND -- Could NOT find SBC (missing: SBC_INCLUDE_DIR SBC_LIBRARY) -- SBC NOT FOUND -- Found SED: C:/Program Files (x86)/Git/bin/sed.exe -- SED FOUND -- SED includes: -- SED libs: -- SED executable: C:/Program Files (x86)/Git/bin/sed.exe -- Could NOT find SETCAP (missing: SETCAP_EXECUTABLE) -- SETCAP NOT FOUND -- Found SH: C:/Program Files (x86)/Git/bin/bash.exe -- SH FOUND -- SH includes: -- SH libs: -- SH executable: C:/Program Files (x86)/Git/bin/bash.exe -- Found SMI: C:/Development/wireshark-win64-libs/libsmi-svn-40773-win64ws/lib/libsmi-2.lib -- SMI FOUND -- SMI includes: C:/Development/wireshark-win64-libs/libsmi-svn-40773-win64ws/include -- SMI libs: C:/Development/wireshark-win64-libs/libsmi-svn-40773-win64ws/lib/libsmi-2.lib -- Found WINSPARKLE: C:/Development/wireshark-win64-libs/WinSparkle-0.3-44-g2c8d9d3-win64ws/WinSparkle.lib -- WINSPARKLE FOUND -- WINSPARKLE includes: C:/Development/wireshark-win64-libs/WinSparkle-0.3-44-g2c8d9d3-win64ws -- WINSPARKLE libs: C:/Development/wireshark-win64-libs/WinSparkle-0.3-44-g2c8d9d3-win64ws/WinSparkle.lib -- Found YACC: C:/Program Files (x86)/Git/bin/bison.exe -- YACC FOUND -- YACC includes: -- YACC libs: -- YACC executable: C:/Program Files (x86)/Git/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: C:/Development/wireshark-win64-libs/zlib-1.2.8-ws;C:/Development/wsbuild32/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 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 getaddrinfo -- Looking for getaddrinfo - not found -- Looking for gethostbyname -- Looking for gethostbyname - not found -- Looking for gethostbyname2 -- Looking for gethostbyname2 - not found -- Looking for getopt_long -- Looking for getopt_long - not found -- Looking for getprotobynumber -- Looking for getprotobynumber - not found -- Looking for inet_aton -- Looking for inet_aton - not found -- Looking for inet_ntop -- Looking for inet_ntop - 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_SA_LEN -- Performing Test HAVE_SA_LEN - Failed -- Performing Test HAVE_ST_FLAGS -- Performing Test HAVE_ST_FLAGS - Failed -- Performing Test HAVE_TM_ZONE -- Performing Test HAVE_TM_ZONE - Failed -- Looking for tzname -- Looking for tzname - found -- Check if the system is big endian -- Searching 16 bit integer -- Check size of unsigned short -- Check size of unsigned short - done -- Using unsigned short -- Check if the system is big endian - little endian -- No custom file found in C:/Development/wireshark/asn1 -- Found python module asn2wrs: C:\Development\wireshark\tools\asn2wrs.py -- Could NOT find LYNX (missing: LYNX_EXECUTABLE) -- Could NOT find XSLTPROC (missing: XSLTPROC_EXECUTABLE) -- Could NOT find XMLLINT (missing: XMLLINT_EXECUTABLE) -- Could NOT find ASCIIDOC (missing: RUNA2X) -- No custom file found in C:/Development/wireshark/epan -- Found python module make-dissector-reg: C:\Development\wireshark\tools\make-dissector-reg.py -- Looking for emmintrin.h -- Looking for emmintrin.h - found -- Looking for nmmintrin.h -- Looking for nmmintrin.h - found -- No custom file found in C:/Development/wireshark/ui/gtk -- docdir: -- Checking for 64-bit off_t -- Checking for 64-bit off_t - present with _fseeki64 -- Checking for fseeko/ftello -- -- The following OPTIONAL packages have been found: * AIRPCAP * CARES * GCRYPT (required version >= 1.4.2) * GEOIP * GMODULE2 * GNUTLS (required version >= 2.12.0) * GTK2 * HtmlViewer * KERBEROS * LUA * PCAP * POD * PORTAUDIO * Perl * SH * SMI * WINSPARKLE * ZLIB * SED * PythonInterp -- The following REQUIRED packages have been found: * PowerShell * GLIB2 * GTHREAD2 * LEX * YACC -- The following OPTIONAL packages have not been found: * CAP * Gettext * LIBSSH (required version >= 0.6) , libssh is library for ssh connections and it is needed to build sshdump , <www: https://www.libssh.org/get-it/> * M * PkgConfig * Qt5Core * Qt5LinguistTools * Qt5Multimedia * Qt5PrintSupport * Qt5Svg * Qt5Widgets * Qt5WinExtras * SBC , SBC Codec for Bluetooth A2DP stream playing , <www: http://git.kernel.org/cgit/bluetooth/sbc.git> * SETCAP * YAPP * LYNX * XSLTPROC * XMLLINT * HTMLHelp * ASCIIDOC -- Configuring done -- Generating done -- Build files have been written to: C:/Development/wsbuild32
Microsoft (R)-Buildmodul, Version 12.0.31101.0 [Microsoft .NET Framework, Version 4.0.30319.18444] Copyright (C) Microsoft Corporation. Alle Rechte vorbehalten. Der Buildvorgang wurde am 02.01.2016 18:28:09 gestartet. Projekt "C:\Development\wsbuild32\docbook\user_guide_docbook.vcxproj" auf Knoten "1" (Standardziele). Das Projekt "C:\Development\wsbuild32\docbook\user_guide_docbook.vcxproj" (1) erstellt "C:\Development\wsbuild32\ZERO_CHECK.vcxproj" (2) auf Knoten "1" (Standardziele). InitializeBuildStatus: "x64\RelWithDebInfo\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild" wird erstellt, da "AlwaysCreate" angegeben wurde. CustomBuild: Checking Build System CMake does not need to re-run because C:/Development/wsbuild32/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/zlib/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/HI2Operations/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/acp133/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/acse/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/ansi_map/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/ansi_tcap/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/atn-cm/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/atn-cpdlc/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/atn-ulcs/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/c1222/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/camel/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/cdt/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/charging_ase/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/cmip/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/cmp/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/cms/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/credssp/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/crmf/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/dap/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/disp/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/dop/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/dsp/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/ess/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/ftam/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/goose/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/gprscdr/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/gsm_map/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/h225/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/h235/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/h245/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/h248/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/h282/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/h283/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/h323/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/h450/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/h450-ros/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/h460/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/h501/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/hnbap/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/idmp/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/ilp/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/inap/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/isdn-sup/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/kerberos/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/lcsap/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/ldap/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/logotypecertextn/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/lpp/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/lppa/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/lppe/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/lte-rrc/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/m3ap/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/mms/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/mpeg-audio/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/mpeg-pes/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/nbap/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/ns_cert_exts/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/novell_pkis/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/ocsp/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/p1/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/p22/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/p7/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/p772/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/pcap/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/pkcs1/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/pkcs12/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/pkinit/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/pkix1explicit/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/pkix1implicit/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/pkixac/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/pkixproxy/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/pkixqualified/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/pkixtsp/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/pres/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/q932/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/q932-ros/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/qsig/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/ranap/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/rnsap/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/ros/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/rrc/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/rrlp/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/rtse/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/rua/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/s1ap/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/sabp/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/sbc-ap/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/smrse/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/snmp/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/spnego/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/sv/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/t124/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/t125/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/t38/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/tcap/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/tetra/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/ulp/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/wlancertextn/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/x2ap/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/x509af/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/x509ce/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/x509if/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/asn1/x509sat/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/capchild/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/caputils/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/codecs/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/docbook/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/epan/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/epan/wslua/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/epan/dissectors/dcerpc/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/tools/lemon/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/ui/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/wiretap/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/wsutil/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/ui/gtk/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/plugins/docsis/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/plugins/ethercat/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/plugins/gryphon/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/plugins/irda/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/plugins/m2m/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/plugins/mate/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/plugins/opcua/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/plugins/profinet/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/plugins/stats_tree/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/plugins/unistim/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/plugins/wimax/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/plugins/wimaxasncp/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because C:/Development/wsbuild32/plugins/wimaxmacphy/CMakeFiles/generate.stamp is up-to-date. FinalizeBuildStatus: Die Datei "x64\RelWithDebInfo\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild" wird gelscht. Aktualisieren des Timestamps von "x64\RelWithDebInfo\ZERO_CHECK\ZERO_CHECK.tlog\ZERO_CHECK.lastbuildstate". Die Erstellung von Projekt "C:\Development\wsbuild32\ZERO_CHECK.vcxproj" ist abgeschlossen (Standardziele). InitializeBuildStatus: Aktualisieren des Timestamps von "x64\RelWithDebInfo\user_guide_docbook\user_gui.2943EECD.tlog\unsuccessfulbuild". CustomBuild: Building Custom Rule C:/Development/wireshark/docbook/CMakeLists.txt CMake does not need to re-run because C:\Development\wsbuild32\docbook\CMakeFiles\generate.stamp is up-to-date. Generating ws.css Generating user-guide.xml Der Befehl "LC_ALL" ist entweder falsch geschrieben oder konnte nicht gefunden werden. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(170,5): error MSB6006: "cmd.exe" wurde mit dem Code 9009 beendet. [C:\Development\wsbuild32\docbook\user_guide_docbook.vcxproj] Die Erstellung des Projekts "C:\Development\wsbuild32\docbook\user_guide_docbook.vcxproj" ist abgeschlossen (Standardziele) -- FEHLER. Fehler beim Buildvorgang. "C:\Development\wsbuild32\docbook\user_guide_docbook.vcxproj" (Standardziel) (1) -> (CustomBuild Ziel) -> C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(170,5): error MSB6006: "cmd.exe" wurde mit dem Code 9009 beendet. [C:\Development\wsbuild32\docbook\user_guide_docbook.vcxproj] 0 Warnung(en) 1 Fehler Verstrichene Zeit 00:00:00.70
- Follow-Ups:
- Re: [Wireshark-dev] Current C-Standard used in wireshark
- From: Graham Bloice
- Re: [Wireshark-dev] Current C-Standard used in wireshark
- References:
- [Wireshark-dev] Current C-Standard used in wireshark
- From: Thomas Wiens
- Re: [Wireshark-dev] Current C-Standard used in wireshark
- From: Pascal Quantin
- Re: [Wireshark-dev] Current C-Standard used in wireshark
- From: Graham Bloice
- Re: [Wireshark-dev] Current C-Standard used in wireshark
- From: Thomas Wiens
- Re: [Wireshark-dev] Current C-Standard used in wireshark
- From: Graham Bloice
- Re: [Wireshark-dev] Current C-Standard used in wireshark
- From: Thomas Wiens
- Re: [Wireshark-dev] Current C-Standard used in wireshark
- From: Graham Bloice
- [Wireshark-dev] Current C-Standard used in wireshark
- Prev by Date: Re: [Wireshark-dev] Current C-Standard used in wireshark
- Next by Date: Re: [Wireshark-dev] Current C-Standard used in wireshark
- Previous by thread: Re: [Wireshark-dev] Current C-Standard used in wireshark
- Next by thread: Re: [Wireshark-dev] Current C-Standard used in wireshark
- Index(es):