bug-gnulib
[Top][All Lists]
Advanced

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

Re: GNU gettext 0.18.3.1 fails with undefined _Bool on Solaris


From: Daiki Ueno
Subject: Re: GNU gettext 0.18.3.1 fails with undefined _Bool on Solaris
Date: Wed, 01 Oct 2014 17:29:53 +0900
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

I'm very sorry for the long delay.

Paul Eggert <address@hidden> 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



reply via email to

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