mbrtowc test fails on Solaris 11

2014-10-01 Thread Daiki Ueno
Hello, On Solaris 11, a couple of mbrtowc tests fails: FAIL: test-mbrtowc3.sh == test-mbrtowc.c:116: assertion 'wc == (wchar_t) 0xBADFACE' failed FAIL: test-mbrtowc4.sh == test-mbrtowc.c:303: assertion 'ret == 1' failed The former case check

Re: GNU gettext 0.18.3.1 fails with undefined _Bool on Solaris

2014-10-01 Thread Daiki Ueno
I'm very sorry for the long delay. Paul Eggert writes: > The _Bool thing is due to a problem in gettext's configure.ac files. > gettext-tools/configure.ac invokes gtpo_EARLY, which invokes > AM_PROG_CC_C_O, which means gettext-tools is configured with > '-D_STDC_C99=', so stdbool.h works; wherea