Bruno Haible <br...@clisp.org> writes: > Hi Simon, > >> The cause seems to be a un-expanded _GL_ARG_NONNULL: >> >> j...@mocca:~/gnutls4win$ grep 'NONNULL is copied' >> build/libidn-1.16/gltests/stdlib.h >> /* The definition of _GL_ARG_NONNULL is copied here. */ > > _GL_ARG_NONNULL should be defined in the lines that follow this one.
Nope. > If not, then does gltests/arg-nonnull.h exist? No. > If not, then take a look at gltests/Makefile. It should define ARG_NONNULL_H. No, there is stdlib.h: stdlib.in.h $(LINK_WARNING_H) $(ARG_NONNULL_H) but ARG_NONNULL_H is never defined in the Makefile. I'll see if I can reproduce it without libidn. /Simon