Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

i'm trying to build wireshark.sln using visual studio 16 2019, on windows 8.1 following developer's guide , but getting the logs and error as :

C:\Development\wsbuild32>cmake -DENABLE_CHM_GUIDES=on -G "Visual Studio 16 2019" ..\wireshark -- Selecting Windows SDK version 10.0.18362.0 to target Windows 6.3.9600. -- The C compiler identification is MSVC 19.22.27905.0 -- The CXX compiler identification is MSVC 19.22.27905.0 -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.22.27905/bin/Hostx86/x86/cl.exe -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.22.27905/bin/Hostx86/x86/cl.exe -- wor ks -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.22.27905/bin/Hostx86/x86/cl.exe -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.22.27905/bin/Hostx86/x86/cl.exe -- w orks -- 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.14.19060802-MSVC_2 -- Found POWERSHELL: C:/Windows/System32/WindowsPowerShell/v1.0/powershell.exe -- Building for win32 using Visual Studio 16 2019 Working in C:\Development\wireshark-win32-libs Tag 2019-07-17 not found. Refreshing. Found 7-zip at C:\Program Files\7-Zip\7z.exe npcap-0.996.exe already there; not retrieving. USBPcapSetup-1.5.2.0.exe already there; not retrieving. AirPcap_Devpack_4_1_0_1622.zip already there; not retrieving. bcg729-1.0.4-win32ws.zip already there; not retrieving. brotli-1.0.2-4-win32ws.zip already there; not retrieving. c-ares-1.15.0-win32ws.zip already there; not retrieving. gnutls-3.6.3-1-win32ws.zip already there; not retrieving. krb5-1.17-1-win32ws.zip already there; not retrieving. libgcrypt-1.8.3-win32ws.zip already there; not retrieving. libsmi-svn-40773-win32ws.zip already there; not retrieving. libssh-0.7.3-1-win32ws.zip already there; not retrieving. lua-5.2.4-unicode-win32-vc14.zip already there; not retrieving. lz4-1.8.3-win32ws.zip already there; not retrieving.

7-Zip [64] 9.20 Copyright (c) 1999-2010 Igor Pavlov 2010-11-18

Processing archive: C:\Development\wireshark-win32-libs\lz4-1.8.3-win32ws.zip

Extracting lz4-1.8.3-win32ws Extracting lz4-1.8.3-win32ws.vcpkg-root Data Error Extracting lz4-1.8.3-win32ws\installed Extracting lz4-1.8.3-win32ws\installed\vcpkg Extracting lz4-1.8.3-win32ws\installed\vcpkg\info Extracting lz4-1.8.3-win32ws\installed\vcpkg\info\lz4_1.8.3_x86-windows.list Extracting lz4-1.8.3-win32ws\installed\x86-windows Extracting lz4-1.8.3-win32ws\installed\x86-windows\bin Extracting lz4-1.8.3-win32ws\installed\x86-windows\bin\lz4.dll Extracting lz4-1.8.3-win32ws\installed\x86-windows\bin\lz4.pdb Extracting lz4-1.8.3-win32ws\installed\x86-windows\debug Extracting lz4-1.8.3-win32ws\installed\x86-windows\debug\bin Extracting lz4-1.8.3-win32ws\installed\x86-windows\debug\bin\lz4d.dll Extracting lz4-1.8.3-win32ws\installed\x86-windows\debug\bin\lz4d.pdb Extracting lz4-1.8.3-win32ws\installed\x86-windows\debug\lib Extracting lz4-1.8.3-win32ws\installed\x86-windows\debug\lib\lz4d.lib Extracting lz4-1.8.3-win32ws\installed\x86-windows\include Extracting lz4-1.8.3-win32ws\installed\x86-windows\include\lz4.h Extracting lz4-1.8.3-win32ws\installed\x86-windows\include\lz4frame.h Extracting lz4-1.8.3-win32ws\installed\x86-windows\include\lz4hc.h Extracting lz4-1.8.3-win32ws\installed\x86-windows\lib Extracting lz4-1.8.3-win32ws\installed\x86-windows\lib\lz4.lib Extracting lz4-1.8.3-win32ws\installed\x86-windows\share Extracting lz4-1.8.3-win32ws\installed\x86-windows\share\lz4 Extracting lz4-1.8.3-win32ws\installed\x86-windows\share\lz4\copyright Extracting lz4-1.8.3-win32ws\scripts Extracting lz4-1.8.3-win32ws\scripts\buildsystems Extracting lz4-1.8.3-win32ws\scripts\buildsystems\msbuild Extracting lz4-1.8.3-win32ws\scripts\buildsystems\msbuild\applocal.ps1 Extracting lz4-1.8.3-win32ws\scripts\buildsystems\msbuild\vcpkg.targets Extracting lz4-1.8.3-win32ws\scripts\buildsystems\vcpkg.cmake Extracting lz4-1.8.3-win32ws\scripts\cmake Extracting lz4-1.8.3-win32ws\scripts\cmake\vcpkg_get_windows_sdk.cmake

Sub items Errors: 1

CMake Error at CMakeLists.txt:115 (message): Windows setup (win-setup.ps1) failed.

-- Configuring incomplete, errors occurred! See also "C:/Development/wsbuild32/CMakeFiles/CMakeOutput.log".

Please suggest , where i'm missing any congiguring steps , or anything else ?

Thankyou !

click to hide/show revision 2
None

i'm trying to build wireshark.sln using visual studio 16 2019, on windows 8.1 following developer's guide , but getting the logs and error as :

Log:

C:\Development\wsbuild32>cmake -DENABLE_CHM_GUIDES=on -G "Visual Studio 16 2019" ..\wireshark
-- Selecting Windows SDK version 10.0.18362.0 to target Windows 6.3.9600.
-- The C compiler identification is MSVC 19.22.27905.0
-- The CXX compiler identification is MSVC 19.22.27905.0
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.22.27905/bin/Hostx86/x86/cl.exe
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.22.27905/bin/Hostx86/x86/cl.exe -- wor
ks
works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.22.27905/bin/Hostx86/x86/cl.exe
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.22.27905/bin/Hostx86/x86/cl.exe -- w
orks
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.14.19060802-MSVC_2
-- Found POWERSHELL: C:/Windows/System32/WindowsPowerShell/v1.0/powershell.exe
-- Building for win32 using Visual Studio 16 2019
Working in C:\Development\wireshark-win32-libs
Tag 2019-07-17 not found. Refreshing.
Found 7-zip at C:\Program Files\7-Zip\7z.exe
npcap-0.996.exe already there; not retrieving.
USBPcapSetup-1.5.2.0.exe already there; not retrieving.
AirPcap_Devpack_4_1_0_1622.zip already there; not retrieving.
bcg729-1.0.4-win32ws.zip already there; not retrieving.
brotli-1.0.2-4-win32ws.zip already there; not retrieving.
c-ares-1.15.0-win32ws.zip already there; not retrieving.
gnutls-3.6.3-1-win32ws.zip already there; not retrieving.
krb5-1.17-1-win32ws.zip already there; not retrieving.
libgcrypt-1.8.3-win32ws.zip already there; not retrieving.
libsmi-svn-40773-win32ws.zip already there; not retrieving.
libssh-0.7.3-1-win32ws.zip already there; not retrieving.
lua-5.2.4-unicode-win32-vc14.zip already there; not retrieving.
lz4-1.8.3-win32ws.zip already there; not retrieving.

retrieving. 7-Zip [64] 9.20 Copyright (c) 1999-2010 Igor Pavlov 2010-11-18

2010-11-18 Processing archive: C:\Development\wireshark-win32-libs\lz4-1.8.3-win32ws.zip

C:\Development\wireshark-win32-libs\lz4-1.8.3-win32ws.zip Extracting lz4-1.8.3-win32ws Extracting lz4-1.8.3-win32ws.vcpkg-root lz4-1.8.3-win32ws\.vcpkg-root Data Error Extracting lz4-1.8.3-win32ws\installed Extracting lz4-1.8.3-win32ws\installed\vcpkg Extracting lz4-1.8.3-win32ws\installed\vcpkg\info Extracting lz4-1.8.3-win32ws\installed\vcpkg\info\lz4_1.8.3_x86-windows.list Extracting lz4-1.8.3-win32ws\installed\x86-windows Extracting lz4-1.8.3-win32ws\installed\x86-windows\bin Extracting lz4-1.8.3-win32ws\installed\x86-windows\bin\lz4.dll Extracting lz4-1.8.3-win32ws\installed\x86-windows\bin\lz4.pdb Extracting lz4-1.8.3-win32ws\installed\x86-windows\debug Extracting lz4-1.8.3-win32ws\installed\x86-windows\debug\bin Extracting lz4-1.8.3-win32ws\installed\x86-windows\debug\bin\lz4d.dll Extracting lz4-1.8.3-win32ws\installed\x86-windows\debug\bin\lz4d.pdb Extracting lz4-1.8.3-win32ws\installed\x86-windows\debug\lib Extracting lz4-1.8.3-win32ws\installed\x86-windows\debug\lib\lz4d.lib Extracting lz4-1.8.3-win32ws\installed\x86-windows\include Extracting lz4-1.8.3-win32ws\installed\x86-windows\include\lz4.h Extracting lz4-1.8.3-win32ws\installed\x86-windows\include\lz4frame.h Extracting lz4-1.8.3-win32ws\installed\x86-windows\include\lz4hc.h Extracting lz4-1.8.3-win32ws\installed\x86-windows\lib Extracting lz4-1.8.3-win32ws\installed\x86-windows\lib\lz4.lib Extracting lz4-1.8.3-win32ws\installed\x86-windows\share Extracting lz4-1.8.3-win32ws\installed\x86-windows\share\lz4 Extracting lz4-1.8.3-win32ws\installed\x86-windows\share\lz4\copyright Extracting lz4-1.8.3-win32ws\scripts Extracting lz4-1.8.3-win32ws\scripts\buildsystems Extracting lz4-1.8.3-win32ws\scripts\buildsystems\msbuild Extracting lz4-1.8.3-win32ws\scripts\buildsystems\msbuild\applocal.ps1 Extracting lz4-1.8.3-win32ws\scripts\buildsystems\msbuild\vcpkg.targets Extracting lz4-1.8.3-win32ws\scripts\buildsystems\vcpkg.cmake Extracting lz4-1.8.3-win32ws\scripts\cmake Extracting lz4-1.8.3-win32ws\scripts\cmake\vcpkg_get_windows_sdk.cmake

lz4-1.8.3-win32ws\scripts\cmake\vcpkg_get_windows_sdk.cmake Sub items Errors: 1

1 CMake Error at CMakeLists.txt:115 (message): Windows setup (win-setup.ps1) failed.

failed. -- Configuring incomplete, errors occurred! See also "C:/Development/wsbuild32/CMakeFiles/CMakeOutput.log".

"C:/Development/wsbuild32/CMakeFiles/CMakeOutput.log".

Please suggest , where i'm missing any congiguring steps , or anything else ?

Thankyou !

i'm trying to build wireshark.sln using visual studio 16 2019, on windows 8.1 following developer's guide , but getting the logs and error as :

Log:

C:\Development\wsbuild32>cmake -DENABLE_CHM_GUIDES=on -G "Visual Studio 16 2019" ..\wireshark
-- Selecting Windows SDK version 10.0.18362.0 to target Windows 6.3.9600.
-- The C compiler identification is MSVC 19.22.27905.0
-- The CXX compiler identification is MSVC 19.22.27905.0
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.22.27905/bin/Hostx86/x86/cl.exe
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.22.27905/bin/Hostx86/x86/cl.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.22.27905/bin/Hostx86/x86/cl.exe
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.22.27905/bin/Hostx86/x86/cl.exe -- 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.14.19060802-MSVC_2
-- Found POWERSHELL: C:/Windows/System32/WindowsPowerShell/v1.0/powershell.exe
-- Building for win32 using Visual Studio 16 2019
Working in C:\Development\wireshark-win32-libs
Tag 2019-07-17 not found. Refreshing.
Found 7-zip at C:\Program Files\7-Zip\7z.exe
npcap-0.996.exe already there; not retrieving.
USBPcapSetup-1.5.2.0.exe already there; not retrieving.
AirPcap_Devpack_4_1_0_1622.zip already there; not retrieving.
bcg729-1.0.4-win32ws.zip already there; not retrieving.
brotli-1.0.2-4-win32ws.zip already there; not retrieving.
c-ares-1.15.0-win32ws.zip already there; not retrieving.
gnutls-3.6.3-1-win32ws.zip already there; not retrieving.
krb5-1.17-1-win32ws.zip already there; not retrieving.
libgcrypt-1.8.3-win32ws.zip already there; not retrieving.
libsmi-svn-40773-win32ws.zip already there; not retrieving.
libssh-0.7.3-1-win32ws.zip already there; not retrieving.
lua-5.2.4-unicode-win32-vc14.zip already there; not retrieving.
lz4-1.8.3-win32ws.zip already there; not retrieving.

7-Zip [64] 9.20  Copyright (c) 1999-2010 Igor Pavlov  2010-11-18

Processing archive: C:\Development\wireshark-win32-libs\lz4-1.8.3-win32ws.zip

Extracting  lz4-1.8.3-win32ws
Extracting  lz4-1.8.3-win32ws\.vcpkg-root     Data Error
Extracting  lz4-1.8.3-win32ws\installed
Extracting  lz4-1.8.3-win32ws\installed\vcpkg
Extracting  lz4-1.8.3-win32ws\installed\vcpkg\info
Extracting  lz4-1.8.3-win32ws\installed\vcpkg\info\lz4_1.8.3_x86-windows.list
Extracting  lz4-1.8.3-win32ws\installed\x86-windows
Extracting  lz4-1.8.3-win32ws\installed\x86-windows\bin
Extracting  lz4-1.8.3-win32ws\installed\x86-windows\bin\lz4.dll
Extracting  lz4-1.8.3-win32ws\installed\x86-windows\bin\lz4.pdb
Extracting  lz4-1.8.3-win32ws\installed\x86-windows\debug
Extracting  lz4-1.8.3-win32ws\installed\x86-windows\debug\bin
Extracting  lz4-1.8.3-win32ws\installed\x86-windows\debug\bin\lz4d.dll
Extracting  lz4-1.8.3-win32ws\installed\x86-windows\debug\bin\lz4d.pdb
Extracting  lz4-1.8.3-win32ws\installed\x86-windows\debug\lib
Extracting  lz4-1.8.3-win32ws\installed\x86-windows\debug\lib\lz4d.lib
Extracting  lz4-1.8.3-win32ws\installed\x86-windows\include
Extracting  lz4-1.8.3-win32ws\installed\x86-windows\include\lz4.h
Extracting  lz4-1.8.3-win32ws\installed\x86-windows\include\lz4frame.h
Extracting  lz4-1.8.3-win32ws\installed\x86-windows\include\lz4hc.h
Extracting  lz4-1.8.3-win32ws\installed\x86-windows\lib
Extracting  lz4-1.8.3-win32ws\installed\x86-windows\lib\lz4.lib
Extracting  lz4-1.8.3-win32ws\installed\x86-windows\share
Extracting  lz4-1.8.3-win32ws\installed\x86-windows\share\lz4
Extracting  lz4-1.8.3-win32ws\installed\x86-windows\share\lz4\copyright
Extracting  lz4-1.8.3-win32ws\scripts
Extracting  lz4-1.8.3-win32ws\scripts\buildsystems
Extracting  lz4-1.8.3-win32ws\scripts\buildsystems\msbuild
Extracting  lz4-1.8.3-win32ws\scripts\buildsystems\msbuild\applocal.ps1
Extracting  lz4-1.8.3-win32ws\scripts\buildsystems\msbuild\vcpkg.targets
Extracting  lz4-1.8.3-win32ws\scripts\buildsystems\vcpkg.cmake
Extracting  lz4-1.8.3-win32ws\scripts\cmake
Extracting  lz4-1.8.3-win32ws\scripts\cmake\vcpkg_get_windows_sdk.cmake

Sub items Errors: 1

CMake Error at CMakeLists.txt:115 (message):
  Windows setup (win-setup.ps1) failed.


-- Configuring incomplete, errors occurred!
See also "C:/Development/wsbuild32/CMakeFiles/CMakeOutput.log".

Please suggest , where i'm missing any congiguring steps , or anything else ?

Thankyou !