Over at rmyorston/busybox-w32#297 we've been working on getting stuff that uses a configure script to build with w64devkit.
With a bit of hackery I've managed to get Expat to build. (Chosen as a guinea pig because it's included with w64devkit and it's quite small.)
GNU Autotools support for Windows platforms is mostly restricted to Cygwin/MSYS2. This sort of works for w64devkit (hence the hackery) but what's really needed is proper support for the w64devkit build environment.
Is there any interest in prodding the GNU Autotools people to do this?
Over at rmyorston/busybox-w32#297 we've been working on getting stuff that uses a
configurescript to build with w64devkit.With a bit of hackery I've managed to get Expat to build. (Chosen as a guinea pig because it's included with w64devkit and it's quite small.)
GNU Autotools support for Windows platforms is mostly restricted to Cygwin/MSYS2. This sort of works for w64devkit (hence the hackery) but what's really needed is proper support for the w64devkit build environment.
Is there any interest in prodding the GNU Autotools people to do this?