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 automated builds still running?

2021-12-17 Thread Gerald Combs
The GitLab CI config was missing a variable. Fix inbound in MR 5477. On 12/17/21 8:20 AM, chuck c wrote: https://www.wireshark.org/download/automated/win64/ The last build available for download is:

[Wireshark-dev] How do I figure out why the test failed?

2021-12-17 Thread Richard Sharpe
Hi folks, On my latest MR, I got this during the Windows build: --- 31/38 Test #32: suite_nameres .. Passed 5.46 sec 3380 Start 34: suite_release 338132/38 Test #34: suite_release ..***Failed 0.65 sec --- How do I

[Wireshark-dev] Windows automated builds still running?

2021-12-17 Thread chuck c
https://www.wireshark.org/download/automated/win64/ The last build available for download is: Wireshark-win64-3.7.0rc0-715-g7d88f1e2b17a.exe 2021-12-17 03:50 74M (https://gitlab.com/wireshark/wireshark/-/merge_requests/5468) Should there be a download for

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