Date: Thu, 16 Nov 2017 21:11:35 -0800 From: Yuri <yuri@freebsd.org> To: current <current@freebsd.org> Subject: error: 'stddef.h' file not found on 12 Message-ID: <c5488783-b379-0728-9fe0-873a18a7fe7d@freebsd.org>
index | next in thread | raw e-mail
I am getting net-im/ricochet failures on 12:
/usr/include/c++/v1/cstddef:44:15: fatal error: 'stddef.h' file not found
#include_next <stddef.h>
^~~~~~~~~~
cstddef is including stddef.h that has to be present.
11 has both of them:
# ls /usr/include/c++/v1/*stddef*
/usr/include/c++/v1/cstddef /usr/include/c++/v1/stddef.h
why isn't it present in 12?
Yuri
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?c5488783-b379-0728-9fe0-873a18a7fe7d>
