Windows setup (win-setup.ps1) failed
I'm currently using Win 10 and vs19. When I tried to build files using cmake i get error Windows setup (win-setup.ps1) failed. I have installed qt, cygwin and followed user manual to set env variables. Please help me to solve this issue.
C:\Development\wsbuild64>set WIRESHARK_BASE_DIR=C:\Development C:\Development\wsbuild64> rem set WIRESHARK_LIB_DIR=c:\wireshark-win64-libs
C:\Development\wsbuild64>set QT5_BASE_DIR=C:\Qt\5.12.2\msvc2017_64
C:\Development\wsbuild64>set WIRESHARK_VERSION_EXTRA=-YourExtraVersionInfo
C:\Development\wsbuild64>set VisualStudioVersion=10.0
C:\Development\wsbuild64>cd C:\Development\wsbuild64
C:\Development\wsbuild64>cmake -G "Visual Studio 16 2019" ..\wireshark
-- Generating build using CMake 3.14.4
-- Building for win64 using Visual Studio 16 2019
CMake Error at CMakeLists.txt:110 (message):
Windows setup (win-setup.ps1) failed.
-- Configuring incomplete, errors occurred!
See also "C:/Development/wsbuild64/CMakeFiles/CMakeOutput.log".
See also "C:/Development/wsbuild64/CMakeFiles/CMakeError.log".
C:\Development\wsbuild64>