[prev in list] [next in list] [prev in thread] [next in thread] 

List:       wireshark-dev
Subject:    Re: [Wireshark-dev] Win10 CMakeList.txt Error
From:       Pascal Quantin <pascal.quantin () gmail ! com>
Date:       2016-03-15 15:49:36
Message-ID: CAGka-80baUTo_dXSm=MD_Vux9op-WgAjEd7QxJBjFv1Gj7ihmg () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


2016-03-14 18:07 GMT+01:00 T. Scholz <scholzt234@googlemail.com>:

> Well thanks for your help guys, but the problem is still the same ... :(
> 
> I checked my CMakeList.txt file and compared it with Pascal's file, but I
> couldn't find any difference. So I tried all the steps again ad started
> with the reinstallation of cmake. (Btw. my anti-virus software "Avast" is
> turned off during those steps, since it blocked my external commands on
> prompt.)
> 
> Here is the output of powershell (admin):
> ##########
> Extracting
> cmake-3.5.0-win32-x86\share\cmake-3.5\Templates\Windows\Windows_TemporaryKey.pfx
> Everything is Ok
> Folders: 83
> Files: 4375
> Size:       52802077
> Compressed: 21286287
> C:\ProgramData\chocolatey\lib\cmake.portable\tools
> ShimGen has successfully created a shim for cmake-gui.exe
> ShimGen has successfully created a shim for cmcldeps.exe
> ShimGen has successfully created a shim for cpack.exe
> ShimGen has successfully created a shim for ctest.exe
> The install of cmake.portable was successful.
> ##############
> 
> After that I opened my VS2013 x64 Native prompt as an admin to use my
> batch file, which contains the following lines:
> (I also reinstalled Cygwin to its default Path C:\Cygwin.)
> ##############
> @echo off
> 
> echo Adding Environment Vars for Wireshark-Qt ...
> set CYGWIN=nodosfilewarning
> set WIRESHARK_BASE_DIR=D:\Development
> set WIRESHARK_TARGET_PLATFORM=win64
> set QT5_BASE_DIR=D:\Development\Qt5.5\5.5\msvc2013_64
> set WIRESHARK_VERSION_EXTRA=(x64_TS_PS)
> set WIRESHARK_CYGWIN_INSTALL_PATH=C:\Cygwin
> set VisualStudioVersion=12.0
> title Command Prompt (VS 2013 x64)
> echo Finished settings for enironment vars ...
> echo Adding new directory for Wireshark x64 ...
> mkdir D:\Development\wsbuild64_VS2013
> cd D:\Development\wsbuild64_VS2013
> echo Ready for preparing VS_Cmd_x64 ...
> ##############
> 
> Next steps was to use the command "cmake -DENABLE_CHM_GUIDES=on -G "Visual
> Studio 12 Win64" ..\wireshark", which is mentioned at the dev guide. There
> the following error occurs:
> ##############
> -- Performing Test CXX__w34295_w34189_VALID - Success
> statuscheck linker flag - test linker flags: -Wl,--as-needed
> -- Performing Test WS_LD_FLAG_VALID0
> -- Performing Test WS_LD_FLAG_VALID0 - Failed
> statuscheck linker flag - test linker flags: -pie
> -- Performing Test WS_LD_FLAG_VALID1
> -- Performing Test WS_LD_FLAG_VALID1 - Failed
> 
> CMake Error at CMakeLists.txt:758 (add_subdirectory):
> add_subdirectory given source
> "D:/Development/wireshark-win64-libs/zlib-1.2.8-ws" which is not an
> existing directory.
> 
> 
> CMake Error at CMakeLists.txt:763 (set_target_properties):
> set_target_properties Can not find target to add properties to: zlib
> 
> 
> CMake Error at CMakeLists.txt:765 (set_target_properties):
> set_target_properties Can not find target to add properties to:
> zlibstatic
> 
> 
> -- Packagelist:
> AIRPCAP;CAP;CARES;GCRYPT;GEOIP;GLIB2;GMODULE2;GNUTLS;GTHREAD2;GTK2;Gettext;Git;HtmlV \
> iewer;KERBEROS;LEX;LIBSSH;LUA;M;PCAP;POD;PORTAUDIO;Perl;PythonInterp;Qt5Core;Qt5Ling \
> uistTools;Qt5Multimedia;Qt5PrintSupport;Qt5Svg;Qt5Widgets;Qt5WinExtras;SBC;SED;SETCAP;SH;SMI;WINSPARKLE;YACC;YAPP;ZLIB
>                 
> -- Could NOT find AIRPCAP (missing:  AIRPCAP_INCLUDE_DIR AIRPCAP_LIBRARY)
> -- AIRPCAP NOT FOUND
> -- 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
> -- Could NOT find CARES (missing:  CARES_LIBRARY CARES_INCLUDE_DIR)
> -- CARES NOT FOUND
> -- Could NOT find GCRYPT (missing:  GCRYPT_LIBRARY GCRYPT_INCLUDE_DIR)
> (Required is at least version "1.4.2")
> -- GCRYPT NOT FOUND
> -- Could NOT find PkgConfig (missing:  PKG_CONFIG_EXECUTABLE)
> -- Checking for one of the modules 'geoip'
> -- Could NOT find GEOIP (missing:  GEOIP_LIBRARY GEOIP_INCLUDE_DIR)
> -- GEOIP NOT FOUND
> -- Could NOT find PkgConfig (missing:  PKG_CONFIG_EXECUTABLE)
> -- Checking for one of the modules 'glib-2.0>=2.14.0'
> CMake Error at
> C:/ProgramData/chocolatey/lib/cmake.portable/tools/cmake-3.5.0-win32-x86/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake:148
>  (message):
> Could NOT find GLIB2 (missing: GLIB2_LIBRARY GLIB2_MAIN_INCLUDE_DIR)
> Call Stack (most recent call first):
> C:/ProgramData/chocolatey/lib/cmake.portable/tools/cmake-3.5.0-win32-x86/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake:388
>  (_FPHSA_FAILURE_MESSAGE)
> cmake/modules/FindGLIB2.cmake:90 (find_package_handle_standard_args)
> CMakeLists.txt:829 (find_package)
> 
> 
> -- Configuring incomplete, errors occurred!
> See also "D:/Development/wsbuild64_VS2013/CMakeFiles/CMakeOutput.log".
> See also "D:/Development/wsbuild64_VS2013/CMakeFiles/CMakeError.log".
> ##############
> Also after executing the mentioned cmake command there is no new folder
> for the lib files at "D:\Development".
> 
> So I can't see my failure during those steps....
> I don't get it, why the error occurs. Is there a way to download the libs
> manually, which should be downloaded by cmake?


Could you try running manually the following command and see what happens?

powershell -ExecutionPolicy ByPass -File tools\win-setup.ps1 -Destination
D:\Development\wireshark-win64-libs -Platform win64


> 
> 
> 
> Am 14.03.2016 um 15:46 schrieb T. Scholz:
> 
> > The Problem is, that there is no folder at
> > "D:/Development/wireshark-win64-libs". Last time I started CMake for win7
> > compilation the folder and its content was automatically be downloaded, but
> > right now I don't know how to get the folder with its content by myself.
> > 
> > At which part will it be downloaded? Maybe there Is a failure at this
> > point?
> > 
> > Regards
> > 
> > 
> > Am 14.03.2016 um 10:57 schrieb T. Scholz:
> > 
> > > Hello everyone,
> > > 
> > > today I tried to compile Wireshark for my laptop. (win10 - x64)
> > > Therefore I just did the same as I did before for win7 compilation
> > > mentioned in the dev guide. Right now I'm getting an Error using CMake:
> > > 
> > > ################################
> > > CMake Error at CMakeLists.txt:758 (add_subdirectory):
> > > add_subdirectory given source
> > > "D:/Development/wireshark-win64-libs/zlib-1.2.8-ws" which is not an
> > > existing directory.
> > > 
> > > 
> > > CMake Error at CMakeLists.txt:763 (set_target_properties):
> > > set_target_properties Can not find target to add properties to: zlib
> > > 
> > > 
> > > CMake Error at CMakeLists.txt:765 (set_target_properties):
> > > set_target_properties Can not find target to add properties to:
> > > zlibstatic
> > > 
> > > 
> > > -- Packagelist:
> > > AIRPCAP;CAP;CARES;GCRYPT;GEOIP;GLIB2;GMODULE2;GNUTLS;GTHREAD2;GTK2;Gettext;Git;H \
> > > tmlViewer;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
> > >                 
> > > -- Could NOT find AIRPCAP (missing:  AIRPCAP_INCLUDE_DIR AIRPCAP_LIBRARY)
> > > -- AIRPCAP NOT FOUND
> > > -- 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
> > > -- Could NOT find CARES (missing:  CARES_LIBRARY CARES_INCLUDE_DIR)
> > > -- CARES NOT FOUND
> > > -- Could NOT find GCRYPT (missing:  GCRYPT_LIBRARY GCRYPT_INCLUDE_DIR)
> > > (Required is at least version "1.4.2")
> > > -- GCRYPT NOT FOUND
> > > -- Could NOT find PkgConfig (missing:  PKG_CONFIG_EXECUTABLE)
> > > -- Checking for one of the modules 'geoip'
> > > -- Could NOT find GEOIP (missing:  GEOIP_LIBRARY GEOIP_INCLUDE_DIR)
> > > -- GEOIP NOT FOUND
> > > -- Could NOT find PkgConfig (missing:  PKG_CONFIG_EXECUTABLE)
> > > -- Checking for one of the modules 'glib-2.0>=2.14.0'
> > > CMake Error at
> > > C:/ProgramData/chocolatey/lib/cmake.portable/tools/cmake-3.5.0-win32-x86/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake:148
> > >  (message):
> > > Could NOT find GLIB2 (missing: GLIB2_LIBRARY GLIB2_MAIN_INCLUDE_DIR)
> > > Call Stack (most recent call first):
> > > C:/ProgramData/chocolatey/lib/cmake.portable/tools/cmake-3.5.0-win32-x86/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake:388
> > >  (_FPHSA_FAILURE_MESSAGE)
> > > cmake/modules/FindGLIB2.cmake:90 (find_package_handle_standard_args)
> > > CMakeLists.txt:829 (find_package)
> > > 
> > > 
> > > -- Configuring incomplete, errors occurred!
> > > See also "D:/Development/wsbuild64_VS2013/CMakeFiles/CMakeOutput.log".
> > > See also "D:/Development/wsbuild64_VS2013/CMakeFiles/CMakeError.log".
> > > ################################
> > > 
> > > Here is my batch file content:
> > > ################################
> > > @echo off
> > > 
> > > echo Adding Environment Vars for Wireshark-Qt ...
> > > set CYGWIN=nodosfilewarning
> > > set WIRESHARK_BASE_DIR=D:\Development
> > > set WIRESHARK_TARGET_PLATFORM=win64
> > > set QT5_BASE_DIR=D:\Development\Qt5.5\5.5\msvc2013_64
> > > set WIRESHARK_VERSION_EXTRA=(x64_TS_PS)
> > > set WIRESHARK_CYGWIN_INSTALL_PATH=C:\Cygwin
> > > set VisualStudioVersion=12.0
> > > title Command Prompt (VS 2013 x64)
> > > echo Finished settings for enironment vars ...
> > > echo Adding new directory for Wireshark x64 ...
> > > mkdir D:\Development\wsbuild64_VS2013
> > > cd D:\Development\wsbuild64_VS2013
> > > echo Ready for preparing VS_Cmd_x64 ...
> > > ################################
> > > 
> > > Since Zlib is responsible for the error, I checked my Cygwin
> > > installation whether it is installed. Looking on the package list of
> > > cygwin, "zlib", "zlib-devel" and "zlib0"  v1.2.8.3 are installed.
> > > 
> > > Is it possible to compile Wireshark for win10 machines or did I just
> > > make a simple mistake, which I haven't notieced yet?
> > > 
> > > Regards
> > > 
> > > T. Scholz
> > > 
> > > 
> > > ---
> > > Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft.
> > > https://www.avast.com/antivirus
> > > 
> > > 
> > 
> ___________________________________________________________________________
> Sent via:    Wireshark-dev mailing list <wireshark-dev@wireshark.org>
> Archives:    https://www.wireshark.org/lists/wireshark-dev
> Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
> mailto:wireshark-dev-request@wireshark.org?subject=unsubscribe
> 


[Attachment #5 (text/html)]

<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">2016-03-14 \
18:07 GMT+01:00 T. Scholz <span dir="ltr">&lt;<a \
href="mailto:scholzt234@googlemail.com" \
target="_blank">scholzt234@googlemail.com</a>&gt;</span>:<br><blockquote \
class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid \
rgb(204,204,204);padding-left:1ex">Well thanks for your help guys, but the problem is \
still the same ... :(<br> <br>
I checked my CMakeList.txt file and compared it with Pascal&#39;s file, but I \
couldn&#39;t find any difference. So I tried all the steps again ad started with the \
reinstallation of cmake. (Btw. my anti-virus software &quot;Avast&quot; is turned off \
during those steps, since it blocked my external commands on prompt.)<br> <br>
Here is the output of powershell (admin):<br>
##########<br>
  Extracting cmake-3.5.0-win32-x86\share\cmake-3.5\Templates\Windows\Windows_TemporaryKey.pfx<br>
  Everything is Ok<br>
  Folders: 83<br>
  Files: 4375<br>
  Size:           52802077<br>
  Compressed: 21286287<br>
  C:\ProgramData\chocolatey\lib\cmake.portable\tools<br>
  ShimGen has successfully created a shim for cmake-gui.exe<br>
  ShimGen has successfully created a shim for cmcldeps.exe<br>
  ShimGen has successfully created a shim for cpack.exe<br>
  ShimGen has successfully created a shim for ctest.exe<br>
  The install of cmake.portable was successful.<br>
##############<br>
<br>
After that I opened my VS2013 x64 Native prompt as an admin to use my batch file, \
which contains the following lines:<br> (I also reinstalled Cygwin to its default \
Path C:\Cygwin.)<span class=""><br> ##############<br>
@echo off<br>
<br>
echo Adding Environment Vars for Wireshark-Qt ...<br>
set CYGWIN=nodosfilewarning<br>
set WIRESHARK_BASE_DIR=D:\Development<br>
set WIRESHARK_TARGET_PLATFORM=win64<br>
set QT5_BASE_DIR=D:\Development\Qt5.5\5.5\msvc2013_64<br>
set WIRESHARK_VERSION_EXTRA=(x64_TS_PS)<br>
set WIRESHARK_CYGWIN_INSTALL_PATH=C:\Cygwin<br>
set VisualStudioVersion=12.0<br>
title Command Prompt (VS 2013 x64)<br>
echo Finished settings for enironment vars ...<br>
echo Adding new directory for Wireshark x64 ...<br>
mkdir D:\Development\wsbuild64_VS2013<br>
cd D:\Development\wsbuild64_VS2013<br>
echo Ready for preparing VS_Cmd_x64 ...<br>
##############<br>
<br></span>
Next steps was to use the command &quot;cmake -DENABLE_CHM_GUIDES=on -G &quot;Visual \
Studio 12 Win64&quot; ..\wireshark&quot;, which is mentioned at the dev guide. There \
the following error occurs:<br> ##############<br>
-- Performing Test CXX__w34295_w34189_VALID - Success<br>
statuscheck linker flag - test linker flags: -Wl,--as-needed<br>
-- Performing Test WS_LD_FLAG_VALID0<br>
-- Performing Test WS_LD_FLAG_VALID0 - Failed<br>
statuscheck linker flag - test linker flags: -pie<br>
-- Performing Test WS_LD_FLAG_VALID1<br>
-- Performing Test WS_LD_FLAG_VALID1 - Failed<div><div class="h5"><br>
CMake Error at CMakeLists.txt:758 (add_subdirectory):<br>
   add_subdirectory given source<br>
   &quot;D:/Development/wireshark-win64-libs/zlib-1.2.8-ws&quot; which is not an<br>
   existing directory.<br>
<br>
<br>
CMake Error at CMakeLists.txt:763 (set_target_properties):<br>
   set_target_properties Can not find target to add properties to: zlib<br>
<br>
<br>
CMake Error at CMakeLists.txt:765 (set_target_properties):<br>
   set_target_properties Can not find target to add properties to: zlibstatic<br>
<br>
<br>
-- Packagelist: AIRPCAP;CAP;CARES;GCRYPT;GEOIP;GLIB2;GMODULE2;GNUTLS;GTHREAD2;GTK2;Get \
text;Git;HtmlViewer;KERBEROS;LEX;LIBSSH;LUA;M;PCAP;POD;PORTAUDIO;Perl;PythonInterp;Qt5 \
Core;Qt5LinguistTools;Qt5Multimedia;Qt5PrintSupport;Qt5Svg;Qt5Widgets;Qt5WinExtras;SBC;SED;SETCAP;SH;SMI;WINSPARKLE;YACC;YAPP;ZLIB<br>
                
-- Could NOT find AIRPCAP (missing:   AIRPCAP_INCLUDE_DIR AIRPCAP_LIBRARY)<br>
-- AIRPCAP NOT FOUND<br>
-- Could NOT find PkgConfig (missing:   PKG_CONFIG_EXECUTABLE)<br>
-- Checking for one of the modules &#39;libcap&#39;<br>
-- Could NOT find CAP (missing:   CAP_LIBRARY CAP_INCLUDE_DIR)<br>
-- CAP NOT FOUND<br>
-- Could NOT find CARES (missing:   CARES_LIBRARY CARES_INCLUDE_DIR)<br>
-- CARES NOT FOUND<br>
-- Could NOT find GCRYPT (missing:   GCRYPT_LIBRARY GCRYPT_INCLUDE_DIR) (Required is \
                at least version &quot;1.4.2&quot;)<br>
-- GCRYPT NOT FOUND<br>
-- Could NOT find PkgConfig (missing:   PKG_CONFIG_EXECUTABLE)<br>
-- Checking for one of the modules &#39;geoip&#39;<br>
-- Could NOT find GEOIP (missing:   GEOIP_LIBRARY GEOIP_INCLUDE_DIR)<br>
-- GEOIP NOT FOUND<br>
-- Could NOT find PkgConfig (missing:   PKG_CONFIG_EXECUTABLE)<br>
-- Checking for one of the modules &#39;glib-2.0&gt;=2.14.0&#39;<br>
CMake Error at C:/ProgramData/chocolatey/lib/cmake.portable/tools/cmake-3.5.0-win32-x86/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake:148 \
(message):<br>  Could NOT find GLIB2 (missing: GLIB2_LIBRARY \
GLIB2_MAIN_INCLUDE_DIR)<br> Call Stack (most recent call first):<br>
C:/ProgramData/chocolatey/lib/cmake.portable/tools/cmake-3.5.0-win32-x86/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake:388 \
(_FPHSA_FAILURE_MESSAGE)<br>  cmake/modules/FindGLIB2.cmake:90 \
(find_package_handle_standard_args)<br>  CMakeLists.txt:829 (find_package)<br>
<br>
<br>
-- Configuring incomplete, errors occurred!<br>
See also &quot;D:/Development/wsbuild64_VS2013/CMakeFiles/CMakeOutput.log&quot;.<br>
See also &quot;D:/Development/wsbuild64_VS2013/CMakeFiles/CMakeError.log&quot;.<br>
##############<br></div></div>
Also after executing the mentioned cmake command there is no new folder for the lib \
files at &quot;D:\Development&quot;.<br> <br>
So I can&#39;t see my failure during those steps....<br>
I don&#39;t get it, why the error occurs. Is there a way to download the libs \
manually, which should be downloaded by cmake?</blockquote><div><br></div><div>Could \
you try running manually the following command and see what \
happens?<br><br>powershell -ExecutionPolicy ByPass -File tools\win-setup.ps1 \
-Destination D:\Development\wireshark-win64-libs -Platform win64 <br>  \
<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px \
0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class=""><div \
class="h5"><br> <br>
<br>
Am 14.03.2016 um 15:46 schrieb T. Scholz:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid \
rgb(204,204,204);padding-left:1ex"> The Problem is, that there is no folder at \
&quot;D:/Development/wireshark-win64-libs&quot;. Last time I started CMake for win7 \
compilation the folder and its content was automatically be downloaded, but right now \
I don&#39;t know how to get the folder with its content by myself.<br> <br>
At which part will it be downloaded? Maybe there Is a failure at this point?<br>
<br>
Regards<br>
<br>
<br>
Am 14.03.2016 um 10:57 schrieb T. Scholz:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid \
rgb(204,204,204);padding-left:1ex"> Hello everyone,<br>
<br>
today I tried to compile Wireshark for my laptop. (win10 - x64) Therefore I just did \
the same as I did before for win7 compilation mentioned in the dev guide. Right now \
I&#39;m getting an Error using CMake:<br> <br>
################################<br>
CMake Error at CMakeLists.txt:758 (add_subdirectory):<br>
   add_subdirectory given source<br>
   &quot;D:/Development/wireshark-win64-libs/zlib-1.2.8-ws&quot; which is not an<br>
   existing directory.<br>
<br>
<br>
CMake Error at CMakeLists.txt:763 (set_target_properties):<br>
   set_target_properties Can not find target to add properties to: zlib<br>
<br>
<br>
CMake Error at CMakeLists.txt:765 (set_target_properties):<br>
   set_target_properties Can not find target to add properties to: zlibstatic<br>
<br>
<br>
-- Packagelist: AIRPCAP;CAP;CARES;GCRYPT;GEOIP;GLIB2;GMODULE2;GNUTLS;GTHREAD2;GTK2;Get \
text;Git;HtmlViewer;KERBEROS;LEX;LIBSSH;LUA;M;PCAP;POD;PORTAUDIO;Perl;PythonInterp;Qt5 \
Core;Qt5LinguistTools;Qt5Multimedia;Qt5PrintSupport;Qt5Svg;Qt5Widgets;Qt5WinExtras;SBC;SED;SETCAP;SH;SMI;WINSPARKLE;YACC;YAPP;ZLIB<br>
                
-- Could NOT find AIRPCAP (missing:   AIRPCAP_INCLUDE_DIR AIRPCAP_LIBRARY)<br>
-- AIRPCAP NOT FOUND<br>
-- Could NOT find PkgConfig (missing:   PKG_CONFIG_EXECUTABLE)<br>
-- Checking for one of the modules &#39;libcap&#39;<br>
-- Could NOT find CAP (missing:   CAP_LIBRARY CAP_INCLUDE_DIR)<br>
-- CAP NOT FOUND<br>
-- Could NOT find CARES (missing:   CARES_LIBRARY CARES_INCLUDE_DIR)<br>
-- CARES NOT FOUND<br>
-- Could NOT find GCRYPT (missing:   GCRYPT_LIBRARY GCRYPT_INCLUDE_DIR) (Required is \
                at least version &quot;1.4.2&quot;)<br>
-- GCRYPT NOT FOUND<br>
-- Could NOT find PkgConfig (missing:   PKG_CONFIG_EXECUTABLE)<br>
-- Checking for one of the modules &#39;geoip&#39;<br>
-- Could NOT find GEOIP (missing:   GEOIP_LIBRARY GEOIP_INCLUDE_DIR)<br>
-- GEOIP NOT FOUND<br>
-- Could NOT find PkgConfig (missing:   PKG_CONFIG_EXECUTABLE)<br>
-- Checking for one of the modules &#39;glib-2.0&gt;=2.14.0&#39;<br>
CMake Error at C:/ProgramData/chocolatey/lib/cmake.portable/tools/cmake-3.5.0-win32-x86/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake:148 \
(message):<br>  Could NOT find GLIB2 (missing: GLIB2_LIBRARY \
GLIB2_MAIN_INCLUDE_DIR)<br> Call Stack (most recent call first):<br>
C:/ProgramData/chocolatey/lib/cmake.portable/tools/cmake-3.5.0-win32-x86/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake:388 \
(_FPHSA_FAILURE_MESSAGE)<br>  cmake/modules/FindGLIB2.cmake:90 \
(find_package_handle_standard_args)<br>  CMakeLists.txt:829 (find_package)<br>
<br>
<br>
-- Configuring incomplete, errors occurred!<br>
See also &quot;D:/Development/wsbuild64_VS2013/CMakeFiles/CMakeOutput.log&quot;.<br>
See also &quot;D:/Development/wsbuild64_VS2013/CMakeFiles/CMakeError.log&quot;.<br>
################################<br>
<br>
Here is my batch file content:<br>
################################<br>
@echo off<br>
<br>
echo Adding Environment Vars for Wireshark-Qt ...<br>
set CYGWIN=nodosfilewarning<br>
set WIRESHARK_BASE_DIR=D:\Development<br>
set WIRESHARK_TARGET_PLATFORM=win64<br>
set QT5_BASE_DIR=D:\Development\Qt5.5\5.5\msvc2013_64<br>
set WIRESHARK_VERSION_EXTRA=(x64_TS_PS)<br>
set WIRESHARK_CYGWIN_INSTALL_PATH=C:\Cygwin<br>
set VisualStudioVersion=12.0<br>
title Command Prompt (VS 2013 x64)<br>
echo Finished settings for enironment vars ...<br>
echo Adding new directory for Wireshark x64 ...<br>
mkdir D:\Development\wsbuild64_VS2013<br>
cd D:\Development\wsbuild64_VS2013<br>
echo Ready for preparing VS_Cmd_x64 ...<br>
################################<br>
<br>
Since Zlib is responsible for the error, I checked my Cygwin installation whether it \
is installed. Looking on the package list of cygwin, &quot;zlib&quot;, \
&quot;zlib-devel&quot; and &quot;zlib0&quot;   v1.2.8.3 are installed.<br> <br>
Is it possible to compile Wireshark for win10 machines or did I just make a simple \
mistake, which I haven&#39;t notieced yet?<br> <br>
Regards<br>
<br>
T. Scholz<br>
<br>
<br>
---<br>
Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft.<br>
<a href="https://www.avast.com/antivirus" rel="noreferrer" \
target="_blank">https://www.avast.com/antivirus</a><br> <br>
</blockquote>
<br>
</blockquote>
<br></div></div><div class=""><div class="h5">
___________________________________________________________________________<br>
Sent via:      Wireshark-dev mailing list &lt;<a \
href="mailto:wireshark-dev@wireshark.org" \
                target="_blank">wireshark-dev@wireshark.org</a>&gt;<br>
Archives:      <a href="https://www.wireshark.org/lists/wireshark-dev" \
rel="noreferrer" target="_blank">https://www.wireshark.org/lists/wireshark-dev</a><br>
                
Unsubscribe: <a href="https://wireshark.org/mailman/options/wireshark-dev" \
rel="noreferrer" target="_blank">https://wireshark.org/mailman/options/wireshark-dev</a><br>
  mailto:<a href="mailto:wireshark-dev-request@wireshark.org" \
target="_blank">wireshark-dev-request@wireshark.org</a>?subject=unsubscribe</div></div></blockquote></div><br></div></div>




___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev@wireshark.org>
Archives:    https://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-request@wireshark.org?subject=unsubscribe

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic