Opened 3 years ago

Last modified 2 years ago

#63678 closed defect

mdbtools port fails to build on macOS Catalina — at Version 1

Reported by: greeneg (Gary Greene) Owned by:
Priority: Normal Milestone:
Component: ports Version:
Keywords: catalina bigsur monterey Cc:
Port: mdbtools

Description (last modified by greeneg (Gary Greene))

Build fails with an error due to C99 constraints against implicit declarations:

:info:build   CC       sargs.lo
:info:build file.c:133:5: error: implicit declaration of function 'mdb_set_repid_fmt' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
:info:build     mdb_set_repid_fmt(mdb, MDB_BRACES_4_2_2_8);
:info:build     ^

Change History (1)

comment:1 Changed 3 years ago by greeneg (Gary Greene)

Description: modified (diff)
Note: See TracTickets for help on using tickets.