CC sys/libucs_la-init.lo
In file included from sys/init.c:13:
In file included from /path/to/openucx/ucx/src/ucs/profile/profile.h:17:
In file included from /path/to/openucx/ucx/src/ucs/profile/profile_off.h:10:
/path/to/openucx/ucx/src/ucs/profile/profile_defs.h:51:39: error:
use of undeclared identifier 'HOST_NAME_MAX'
char hostname[HOST_NAME_MAX]; /**< Host name */
^
macOS doesn't define
HOST_NAME_MAX
Simple way.