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. If not, then does gltests/arg-nonnull.h exist? If not, then take a look at gltests/Makefile. It should define ARG_NONNULL_H. Bruno