bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

stdint broken on mingw


From: T J
Subject: stdint broken on mingw
Date: Thu, 29 Dec 2016 11:29:49 +0000

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

 

 

 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]