Hello, Stdint.h fails to compile on mingw-w64/MSYS2. Please see the attached log.
https://ci.appveyor.com/project/fontforge/fontforge/build/1.0.349 In particular, this is the generated from stdint.h: > /* Override WINT_MIN and WINT_MAX if gnulib's <wchar.h> or <wctype.h> > overrides wint_t. */ > #if > # undef WINT_MIN > # undef WINT_MAX > # define WINT_MIN 0x0U > # define WINT_MAX 0xffffffffU > #endif The `#if` statement is invalid. I believe this is related to this thread: https://lists.gnu.org/archive/html/bug-gnulib/2016-12/msg00090.html Thanks, Jeremy
