-
-
Notifications
You must be signed in to change notification settings - Fork 254
NMAKE on Windows is broken #1689
Copy link
Copy link
Open
Labels
build systemAnything related to Autotools, the Windows build, CI, Fuzz, etc.Anything related to Autotools, the Windows build, CI, Fuzz, etc.
Metadata
Metadata
Assignees
Labels
build systemAnything related to Autotools, the Windows build, CI, Fuzz, etc.Anything related to Autotools, the Windows build, CI, Fuzz, etc.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Follow up of #1685 that was worked around by #1688, but not fixed yet. The current problem is that NMAKE doesn't work because strings.h can't be found. This is a file that should be generated from
strings.h.inby a call of./configure, which is not possible natively on Windows.See also #1687 that aims to create a github workflow to test NMAKE.