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

Re: GNU gettext 0.18.3.1 fails with undefined _Bool on Solaris

2014-05-07 Thread Mark Ashley
Going back to the discussion in this thread: https://lists.gnu.org/archive/html/bug-gnulib/2013-11/msg00053.html The fix to have the configure script not alter the stdbool.h is to include some variables to mod the behaviour. ${CONFIG_SHELL} ./configure --prefix=/usr/local \ ac_cv_typ

Re: GNU gettext 0.18.3.1 fails with undefined _Bool on Solaris

2013-11-11 Thread Paul Eggert
Dagobert Michelsen wrote: > I tried adding -D_STDC_C99 to CPPFLAGS and I get compile errors at a > different place: Sorry, I don't use C++ much, but presumably your way of doing it messes up C++ in some cases, whereas mine just sticks to C, which is where the problem lies. > Did you also try th

Re: GNU gettext 0.18.3.1 fails with undefined _Bool on Solaris

2013-11-11 Thread Dagobert Michelsen
Hi Paul, thanks for the quick answer! Am 11.11.2013 um 09:46 schrieb Paul Eggert : > I wouldn't worry about the ACL checks, as gettext doesn't rely on ACLs. The problem is if one test fails our package system will not install. As a workaround I can disable the testsuite as a whole but would pre