On Sat, Oct 09, 2021 at 12:53:41AM -0700, Paul Eggert wrote: > On 10/8/21 6:43 PM, Bjarni Ingi Gislason wrote: > > CC src/devices/xditview/gxditview-Dvi.o > > In file included from /usr/include/X11/Intrinsic.h:61, > > from /usr/include/X11/IntrinsicP.h:51, > > from ../src/devices/xditview/Dvi.c:18: > > ./lib/string.h:965:1: error: expected ',' or ';' before > > '_GL_ATTRIBUTE_MALLOC' > > > This is a bug in Groff, not Gnulib, since that file does not include > <config.h> first. I submitted a Groff bug report here: > > https://savannah.gnu.org/bugs/index.php?61315
Thanks, I had already added #include "config.h" (not <config.h>) to some files when the output of a compilation had a message about this being missing. Thus now I only needed to add it to "Dvi.c" and "xmalloc.c" to finish the compilation. -- Bjarni I. Gislason