Re: [Wireshark-dev] Windows build fails

2021-12-17 Thread Gerald Combs
In my Windows VM I did the following: - Opened "Visual Studio Installer". - In the Visual Studio 2019 box, clicked "Modify". - In the "Installation Details" list on the right, checked the highest-numbered SDK, which was "Windows 11 SDK (10.0.22000.0)" and made sure any other Windows SDKs were

Re: [Wireshark-dev] Windows build fails

2021-12-17 Thread chuck c
Any recommendations for upgrading the pieces for a "pet" build environment vs the CI/CD "cattle" method? https://www.wireshark.org/docs/wsdg_html/#_windows_platform_sdk "4.5.5. Windows Platform SDK The Windows Platform SDK (PSDK) or Windows SDK is a free (as in beer) download and contains

Re: [Wireshark-dev] Windows build fails

2021-12-17 Thread Dario Lombardo
I've forced sdk 10.0.20348.0, and indeed it looks like cmake is using it. https://github.com/crondaemon/wireshark/runs/4558028604?check_suite_focus=true However the error still persists. Any other hint? On Thu, Dec 16, 2021 at 5:50 PM Gerald Combs wrote: > We recently added a requirement for

Re: [Wireshark-dev] Windows build fails

2021-12-16 Thread Dario Lombardo
I'll look into this. On Thu, Dec 16, 2021 at 5:50 PM Gerald Combs wrote: > We recently added a requirement for C11, which requires a relatively > recent Windows SDK. The build is failing with > > CMake Error at CMakeLists.txt:589 (message): >Windows SDK 10.0.17763.0 doesn't support C11.

Re: [Wireshark-dev] Windows build fails

2021-12-16 Thread Gerald Combs
We recently added a requirement for C11, which requires a relatively recent Windows SDK. The build is failing with CMake Error at CMakeLists.txt:589 (message): Windows SDK 10.0.17763.0 doesn't support C11. Please make sure you're using 10.0.20348.0 or later. Is there any way to switch the

[Wireshark-dev] Windows build fails

2021-12-16 Thread Dario Lombardo
Hi The github windows builder is failing https://github.com/wireshark/wireshark/runs/4546222143?check_suite_focus=true It started to show up around a couple of days ago, around commit 77b6bca3870d5ef63303e637cc39e2cf83f49ddc, as seen on