Werner LEMBERG wrote:
Shall I
simply add
AC_LANG_PUSH([C++])
right before the call to
gl_INIT
in my `configure.ac' file?
Sorry, I don't use C++, so I'm not a good source of advice for it. That being
said, Libc-1158.50.2/include/stddef.h defines max_align_t if (__STDC_VERSION__
>= 201112L || __cplusplus >= 201103L). Could you try incorporating the
std-gnu11 module into your package, and see whether that fixes things? If so,
perhaps we could fix this problem for everybody by having stddef depend on
std-gnu11.