You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apple has been shipping its versions of clang with -Werror=implicit-function-declaration enabled by default for awhile now, which leads to the following build failure for tnm:
I tried working around this in my fork in cooljeanius#2 and cooljeanius/scotty@ec8df63, but it looks like it's going to require learning how rpcgen works to actually fix this properly...
Apple has been shipping its versions of clang with
-Werror=implicit-function-declaration
enabled by default for awhile now, which leads to the following build failure for tnm:Fixing it should be easy; just add a line like
to either
mount_clnt.c
ormount.h
.Originally reported to MacPorts here: https://trac.macports.org/ticket/63332
The text was updated successfully, but these errors were encountered: