Bruno Haible <bruno <at> clisp.org> writes: > --- gnulib-20060823-modified/m4/inttypes.m4 2006-07-27 03:12:58.000000000 +0200 ... > + const char *l = /* implicit string concatenation */ > + #ifdef INT8_MAX > + SCNd8 SCNi8 > + #endif > + #ifdef UINT8_MAX > + SCNo8 SCNu8 SCNx8 SCNX8
Cygwin is currently failing the inttypes check because it does not provide SCNX8, among others. POSIX does not require the existence of SCNX*, so cygwin does not provide them. Do we still want inttypes.m4 to reject cygwin's POSIX- compliant header, so that we can add this additional feature? Or should we patch this module to remove support for SCNX* and have only SCNx* instead? -- Eric Blake