When building from git master, I get the following error:
dtb_utils.c: In function ‘dtb_more_help_dispatch’:
dtb_utils.c:1020:9: error: implicit declaration of function ‘_DtHelped’ [-Wimplicit-function-declaration]
1020 | if (_DtHelped( help_dialog)) return;if( (cp=strrchr(buffer,'/')) != (char *)NULL) {
| ^~~~~~~~~
My build incantation was:
./autogen.sh
./configure
make
Can you provide more information? OS? Version? Compiler version?
This is on Arch Linux, gcc 14.2.1, autoconf 2.72, automake 1.17