Re: __nonnull on DragonFlyBSD 5.9

2021-03-10 Thread Paul Eggert
On 3/10/21 2:29 PM, Gavin Smith wrote: Maybe the difference is the brackets around the argument to __nonnull__, Yes, that's the problem. DragonFlyBSD's __nonnull is incompatible with glibc's, in that DragonFlyBSD's uses varargs and glibc's uses extra parens instead. Thanks for reporting th

__nonnull on DragonFlyBSD 5.9

2021-03-10 Thread Gavin Smith
I'm hoping for some help tracking down an error trying to compile Texinfo on DragonFlyBSD 5.9. The error message is as follows: depbase=`echo basename-lgpl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; gcc -DHAVE_CONFIG_H -I. -I../.. -g -O2 -MT basename-lgpl.o -MD -MP -MF $depbase.Tpo -c -o basen