It seems that curl has deprecated the build process we've been using for Windows and will remove that in September of 2025, so we'll have to move at least curl to CMake. I think it would help with other dependencies as well since some of the makefiles lack support for building with certain features or with architectures like arm64.
Output from the curl build:
WARNING:
The winbuild build system is deprecated and will be removed in
September 2025 in favor of the CMake build system.
Please see docs/INSTALL-CMAKE.md : "Migrating from winbuild builds"
To use the winbuild build system you must acknowledge this warning by
setting command line option WINBUILD_ACKNOWLEDGE_DEPRECATED=yes
Makefile.vc(37) : fatal error U1050: The user must acknowledge the deprecation warning to continue.
Stop.
It seems that curl has deprecated the build process we've been using for Windows and will remove that in September of 2025, so we'll have to move at least curl to CMake. I think it would help with other dependencies as well since some of the makefiles lack support for building with certain features or with architectures like arm64.
Output from the curl build: