|
When compiling MariaDB 10.5.3 from source, it fails on missing stddef.h
--- storage/perfschema/CMakeFiles/perfschema.dir/all ---
|
In file included from /usr/ports/databases/mariadb105-server/work/mariadb-10.5.3/include/my_global.h:1125:
|
In file included from /usr/include/c++/v1/new:85:
|
In file included from /usr/include/c++/v1/exception:81:
|
/usr/include/c++/v1/cstddef:45:15: fatal error: 'stddef.h' file not found
|
#include_next <stddef.h>
|
^~~~~~~~~~
|
The configure log shows that cmake detects stddef.h.
Digging into this, I can't find any stddef.h (neither in `/usr/include` nor in the build dir).
|