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