bug-gettext
[Top][All Lists]
Advanced

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

Re: [bug-gettext] gettext-0.19.8.1 requires a few patches to compile wit


From: Bruno Haible
Subject: Re: [bug-gettext] gettext-0.19.8.1 requires a few patches to compile with strict C99 compiler
Date: Tue, 20 Jun 2017 23:20:30 +0200
User-agent: KMail/5.1.3 (Linux/4.4.0-79-generic; KDE/5.18.0; x86_64; ; )

Hi Dennis,

Thanks for the requested files. My analysis of this po-lex.i file:

Line 5296..5326: /usr/include/stdbool.h
Line 5479 : bool => _Bool
Line 5372 : /usr/include/stdbool.h again
Lines 8838 10263 10639 10972 : /usr/include/stdbool.h again
Line 11432 : /usr/local/include/unistring/stdbool.h
Line 12522 : bool => signed char

I've registered a defect about this in
https://savannah.gnu.org/bugs/index.php?51280

>  >    - a copy of the gnulib-generated stdbool.h (in the build tree of
>  >      gettext),
> 
> There are two ( yep .. two of them ) in the source tree generated and
> they both have your name in them.  Guess you are the right guy :
> 
>     ./gettext-tools/libgettextpo/stdbool.in.h
> 
>       and
> 
>     ./gettext-tools/libgettextpo/stdbool.in.h

This time, it wasn't gnulib's fault. It was libunistring's stdbool.h.
And it also has my name in it :)

> I note that there is yet another of these non-standard stdbool.h files
> referenced in the post-processed code.  There seems to be an include of
> the header /usr/local/include/unistring/stdbool.h which is yet another
> version of your header.

Yep.

Bruno




reply via email to

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