Re: Don't #include gnulib-generated .h files from config.h

2022-09-25 Thread Bruno Haible
Paul Eggert wrote: > > Thus, it's best to avoid such a situation. This holds not only for > > but also for . For on the other hand > > I think the trouble is limited, because always exists among the > > system header files. > > These days stdbool.h falls into pretty much the same category as >

Re: Don't #include gnulib-generated .h files from config.h

2022-09-24 Thread Paul Eggert
On 9/24/22 16:10, Bruno Haible wrote: Thus, it's best to avoid such a situation. This holds not only for but also for . For on the other hand I think the trouble is limited, because always exists among the system header files. These days stdbool.h falls into pretty much the same category as

Don't #include gnulib-generated .h files from config.h

2022-09-24 Thread Bruno Haible
With the current gnulib, I'm getting two new test failures of 'lang-c' and 'lang-c++' in GNU gettext. 'lang-c' for example fails to compile the sample program: FAIL: lang-c prog.c ../..\config.h(3288): fatal error C1083: Cannot open include file: 'stdalign.h': No such file or direc