Hi. I had to make the change below to dfa.h to get things to compile in gawk. Please apply this.
Thanks, Arnold ------------------------------------- --- /usr/local/src/Gnu/gnulib/lib/dfa.h 2021-08-27 16:50:39.579581132 +0300 +++ support/dfa.h 2021-08-29 18:30:25.101719167 +0300 @@ -50,6 +50,7 @@ #ifndef _GL_ATTRIBUTE_MALLOC # define _GL_ATTRIBUTE_MALLOC # define _GL_ATTRIBUTE_DEALLOC_FREE +# define _GL_ATTRIBUTE_DEALLOC(x,y) # define _GL_ATTRIBUTE_RETURNS_NONNULL #endif