I'm very sorry for the long delay. Paul Eggert <egg...@cs.ucla.edu> 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; whereas gettext-runtime/configure.ac > does not do that, so gettext-runtime is not configured with '-D_STDC_C99=', > so stdbool.h does not work for it and it supplies a substitute, which > is incompatible with the system stdbool.h used by gettext-tools. Thanks for tracking it down. I've applied the patch and confirmed it effectively fixes the problem. Regards, -- Daiki ueno