This repository was archived by the owner on Jan 6, 2025. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 882
This repository was archived by the owner on Jan 6, 2025. It is now read-only.
[IOS] Compilation on Mojave fails #60
Copy link
Copy link
Closed
Labels
Description
Although some external libraries are compiled successfully some of them fail under macOS Mojave (version 10.14)
due to missing system headers.
The following warnings are printed during configure
.
configure: WARNING: langinfo.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: langinfo.h: proceeding with the compiler's result
configure: WARNING: locale.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: locale.h: proceeding with the compiler's result
configure: WARNING: nl_types.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: nl_types.h: proceeding with the compiler's result
configure: WARNING: sys/mman.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: sys/mman.h: proceeding with the compiler's result
configure: WARNING: sys/param.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: sys/param.h: proceeding with the compiler's result
configure: WARNING: sys/time.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: sys/time.h: proceeding with the compiler's result
configure: WARNING: sys/times.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: sys/times.h: proceeding with the compiler's result
make
fails with these errors.
fatal error:
:'assert.h' file not found
gen-fac.c:#include <assert.h>
^
31 ^31
::10:10 :fatal error fatal error: : 'stdio.h' file not found
'stdio.h' file not found
#include <stdio.h>
^
#include <stdio.h>
^
1 error generated.