Skip to content

error build image for AP143 #144

@dattrq

Description

@dattrq

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');
^~~~~~~~~~~~~~~~~~~~~~~~

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions