Menu

#173 Implicit function declaration in dtb_utils.c

open
nobody
None
2025-03-31
2025-03-28
No

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

Discussion

  • Jon Trulson

    Jon Trulson - 2025-03-30

    Can you provide more information? OS? Version? Compiler version?

     
  • Serena Willis

    Serena Willis - 2025-03-31

    This is on Arch Linux, gcc 14.2.1, autoconf 2.72, automake 1.17

     

Log in to post a comment.

MongoDB Logo MongoDB