i'm use freebsd 12.2
and try to build image for follow AtherosReferenceAP143 guide , but build error
/usr/home/work/freebsd/usr.bin/calendar/events.c:207:14: error: implicit declaration of function 'nl_langinfo' [-Werror=implicit-function-declaration]
d_first = (*nl_langinfo(D_MD_ORDER) == 'd');
^~~~~~~~~~~
/usr/home/work/freebsd/usr.bin/calendar/events.c:207:2: error: nested extern declaration of 'nl_langinfo' [-Werror=nested-externs]
d_first = (nl_langinfo(D_MD_ORDER) == 'd');
^~~~~~~
/usr/home/work/freebsd/usr.bin/calendar/events.c:207:13: error: invalid type argument of unary '' (have 'int')
d_first = (*nl_langinfo(D_MD_ORDER) == 'd');
^~~~~~~~~~~~~~~~~~~~~~~~
i'm use freebsd 12.2
and try to build image for follow AtherosReferenceAP143 guide , but build error
/usr/home/work/freebsd/usr.bin/calendar/events.c:207:14: error: implicit declaration of function 'nl_langinfo' [-Werror=implicit-function-declaration]
d_first = (*nl_langinfo(D_MD_ORDER) == 'd');
^~~~~~~~~~~
/usr/home/work/freebsd/usr.bin/calendar/events.c:207:2: error: nested extern declaration of 'nl_langinfo' [-Werror=nested-externs]
d_first = (nl_langinfo(D_MD_ORDER) == 'd');
^~~~~~~
/usr/home/work/freebsd/usr.bin/calendar/events.c:207:13: error: invalid type argument of unary '' (have 'int')
d_first = (*nl_langinfo(D_MD_ORDER) == 'd');
^~~~~~~~~~~~~~~~~~~~~~~~