Eric Blake wrote:
> 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.

Oops. I missed the fact that the PRI* and SCN* macros are not symmetric.
SCNX* makes no sense (as you can parse hexadecimal numbers without knowing
in advance whether to look for uppercase or lowercase hexadecimal digits).
I remove the SCNX* from the inttypes module. Thanks for reporting it!

Bruno


Reply via email to