kcat / openal-soft

OpenAL Soft is a software implementation of the OpenAL 3D audio API.
Other
2.16k stars 522 forks source link

Failed to compile openal for ios on MAC #335

Open ghost opened 5 years ago

ghost commented 5 years ago

Failed to compile openal for ios on MAC. How do I compile correctly? This problem has been bothering me for a long time. If you know the solution, please let me know. I really appreciate it!!!

Toolchain: https://github.com/cristeab/ios-cmake

CMake command: cmake .. -DCMAKE_TOOLCHAIN_FILE=../../toolchain/iOS.cmake -DIOS_PLATFORM=OS -DCMAKE_IOS_DEVELOPER_ROOT=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/ -DCMAKE_IOS_SDK_ROOT=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.4.sdk

CMakeError.log: Determining if the include file sys/types.h exists failed with the following output: Change Dir: /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp

Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_f450d/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_f450d.dir/build.make CMakeFiles/cmTC_f450d.dir/build Building C object CMakeFiles/cmTC_f450d.dir/CheckIncludeFile.c.o /usr/bin/gcc -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_f450d.dir/CheckIncludeFile.c.o -c /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/types.h:75: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/cdefs.h:784:2: error: Unsupported architecture

error Unsupported architecture

^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/types.h:78: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/machine/types.h:37:2: error: architecture not supported

error architecture not supported

^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/types.h:79: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:33: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/machine/_types.h:34:2: error: architecture not supported

error architecture not supported

^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/types.h:79: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:55:9: error: unknown type name 'int64_t' typedef __int64_t darwin_blkcnt_t; / total blocks / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:56:9: error: unknown type name 'int32_t' typedef __int32_t darwin_blksize_t; / preferred block size / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:57:9: error: unknown type name 'int32_t' typedef __int32_t darwin_dev_t; / dev_t / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:60:9: error: unknown type name 'uint32_t' typedef __uint32_t darwin_gid_t; / [???] process and group IDs / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:61:9: error: unknown type name 'uint32_t' typedef __uint32_t darwin_id_t; / [XSI] pid_t, uid_t, or gid_t/ ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:62:9: error: unknown type name 'uint64_t' typedef __uint64_t darwin_ino64_t; / [???] Used for 64 bit inodes / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:68:9: error: unknown type name 'darwin_natural_t' typedef darwin_natural_t darwin_mach_port_name_t; / Used by mach / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t' typedef uint16_t darwin_mode_t; / [???] Some file attributes / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t' typedef int64_t darwin_off_t; / [???] Used for file sizes / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t' typedef int32_t darwin_pid_t; / [???] process and group IDs / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t' typedef uint32_t darwin_sigset_t; / [???] signal set / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t' typedef int32_t darwin_suseconds_t; / [???] microseconds / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t' typedef uint32_t darwin_uid_t; / [???] user IDs / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t' typedef uint32_t __darwin_useconds_t; / [???] microseconds / ^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/types.h:81: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/machine/endian.h:37:2: error: architecture not supported

error architecture not supported

^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/types.h:95:9: error: unknown type name 'u_int64_t' typedef u_int64_t u_quad_t; / quads / ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. make[1]: [CMakeFiles/cmTC_f450d.dir/CheckIncludeFile.c.o] Error 1 make: [cmTC_f450d/fast] Error 2

Determining if the include file stdint.h exists failed with the following output: Change Dir: /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp

Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_d6332/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_d6332.dir/build.make CMakeFiles/cmTC_d6332.dir/build Building C object CMakeFiles/cmTC_d6332.dir/CheckIncludeFile.c.o /usr/bin/gcc -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_d6332.dir/CheckIncludeFile.c.o -c /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include/stdint.h:63: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/stdint.h:52: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:32: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/cdefs.h:784:2: error: Unsupported architecture

error Unsupported architecture

^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include/stdint.h:63: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/stdint.h:52: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:33: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/machine/_types.h:34:2: error: architecture not supported

error architecture not supported

^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include/stdint.h:63: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/stdint.h:52: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:55:9: error: unknown type name 'int64_t' typedef __int64_t darwin_blkcnt_t; / total blocks / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:56:9: error: unknown type name 'int32_t' typedef __int32_t darwin_blksize_t; / preferred block size / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:57:9: error: unknown type name 'int32_t' typedef __int32_t darwin_dev_t; / dev_t / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:60:9: error: unknown type name 'uint32_t'; did you mean 'uint32_t'? typedef uint32_t darwin_gid_t; / [???] process and group IDs / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/_types/_uint32_t.h:31:22: note: 'uint32_t' declared here typedef unsigned int uint32_t; ^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include/stdint.h:63: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/stdint.h:52: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:61:9: error: unknown type name 'uint32_t'; did you mean 'uint32_t'? typedef uint32_t __darwin_id_t; / [XSI] pid_t, uid_t, or gid_t/ ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/_types/_uint32_t.h:31:22: note: 'uint32_t' declared here typedef unsigned int uint32_t; ^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include/stdint.h:63: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/stdint.h:52: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:62:9: error: unknown type name 'uint64_t'; did you mean 'uint64_t'? typedef uint64_t darwin_ino64_t; / [???] Used for 64 bit inodes / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/_types/_uint64_t.h:31:28: note: 'uint64_t' declared here typedef unsigned long long uint64_t; ^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include/stdint.h:63: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/stdint.h:52: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:68:9: error: unknown type name 'darwin_natural_t' typedef darwin_natural_t darwin_mach_port_name_t; / Used by mach / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:70:9: error: unknown type name 'uint16_t'; did you mean 'uint16_t'? typedef uint16_t darwin_mode_t; / [???] Some file attributes / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/_types/_uint16_t.h:31:24: note: 'uint16_t' declared here typedef unsigned short uint16_t; ^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include/stdint.h:63: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/stdint.h:52: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:71:9: error: unknown type name 'int64_t' typedef int64_t darwin_off_t; / [???] Used for file sizes / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t' typedef int32_t darwin_pid_t; / [???] process and group IDs / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:73:9: error: unknown type name 'uint32_t'; did you mean 'uint32_t'? typedef uint32_t darwin_sigset_t; / [???] signal set / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/_types/_uint32_t.h:31:22: note: 'uint32_t' declared here typedef unsigned int uint32_t; ^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include/stdint.h:63: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/stdint.h:52: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:74:9: error: unknown type name 'int32_t' typedef __int32_t darwin_suseconds_t; / [???] microseconds / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:75:9: error: unknown type name 'uint32_t'; did you mean 'uint32_t'? typedef uint32_t darwin_uid_t; / [???] user IDs / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/_types/_uint32_t.h:31:22: note: 'uint32_t' declared here typedef unsigned int uint32_t; ^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include/stdint.h:63: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/stdint.h:52: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:76:9: error: unknown type name 'uint32_t'; did you mean 'uint32_t'? typedef __uint32_t __darwin_useconds_t; / [???] microseconds / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/_types/_uint32_t.h:31:22: note: 'uint32_t' declared here typedef unsigned int uint32_t; ^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include/stdint.h:63: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/stdint.h:53: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types/_intptr_t.h:30: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/machine/types.h:37:2: error: architecture not supported

error architecture not supported

^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include/stdint.h:63: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/stdint.h:53: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types/_intptr_t.h:32:9: error: unknown type name 'darwin_intptr_t' typedef darwin_intptr_t intptr_t; ^ 18 errors generated. make[1]: [CMakeFiles/cmTC_d6332.dir/CheckIncludeFile.c.o] Error 1 make: [cmTC_d6332/fast] Error 2

Determining if the include file stddef.h exists failed with the following output: Change Dir: /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp

Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_cd884/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_cd884.dir/build.make CMakeFiles/cmTC_cd884.dir/build Building C object CMakeFiles/cmTC_cd884.dir/CheckIncludeFile.c.o /usr/bin/gcc -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_cd884.dir/CheckIncludeFile.c.o -c /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c Linking C executable cmTC_cd884 /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_cd884.dir/link.txt --verbose=1 /usr/bin/gcc -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_cd884.dir/CheckIncludeFile.c.o -o cmTC_cd884 ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libSystem.tbd, missing required architecture armv7 in file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libSystem.tbd ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/lib/darwin/libclang_rt.osx.a, missing required architecture armv7 in file /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/lib/darwin/libclang_rt.osx.a (3 slices) ld: dynamic main executables must link with libSystem.dylib for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[1]: [cmTC_cd884] Error 1 make: [cmTC_cd884/fast] Error 2

Determining size of long failed with the following output: Change Dir: /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp

Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_290d7/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_290d7.dir/build.make CMakeFiles/cmTC_290d7.dir/build Building C object CMakeFiles/cmTC_290d7.dir/SIZEOF_LONG.c.o /usr/bin/gcc -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_290d7.dir/SIZEOF_LONG.c.o -c /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CheckTypeSize/SIZEOF_LONG.c Linking C executable cmTC_290d7 /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_290d7.dir/link.txt --verbose=1 /usr/bin/gcc -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_290d7.dir/SIZEOF_LONG.c.o -o cmTC_290d7 ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libSystem.tbd, missing required architecture armv7 in file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libSystem.tbd ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/lib/darwin/libclang_rt.osx.a, missing required architecture armv7 in file /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/lib/darwin/libclang_rt.osx.a (3 slices) ld: dynamic main executables must link with libSystem.dylib for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[1]: [cmTC_290d7] Error 1 make: [cmTC_290d7/fast] Error 2

/Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CheckTypeSize/SIZEOF_LONG.c:

undef KEY

if defined(__i386)

define KEY '','','i','3','8','6'

elif defined(__x86_64)

define KEY '','','x','8','6','_','6','4'

elif defined(ppc)

define KEY '','','p','p','c','',''

elif defined(ppc64)

define KEY '','','p','p','c','6','4','',''

elif defined(aarch64)

define KEY '','','a','a','r','c','h','6','4','',''

elif defined(ARM_ARCH_7A)

define KEY '','','A','R','M','','A','R','C','H','','7','A','',''

elif defined(ARM_ARCH_7S)

define KEY '','','A','R','M','','A','R','C','H','','7','S','',''

endif

define SIZE (sizeof(long))

static char info_size[] = {'I', 'N', 'F', 'O', ':', 's','i','z','e','[', ('0' + ((SIZE / 10000)%10)), ('0' + ((SIZE / 1000)%10)), ('0' + ((SIZE / 100)%10)), ('0' + ((SIZE / 10)%10)), ('0' + (SIZE % 10)), ']',

ifdef KEY

' ','k','e','y','[', KEY, ']',

endif

'\0'};

ifdef __CLASSIC_C__

int main(argc, argv) int argc; char *argv[];

else

int main(int argc, char *argv[])

endif

{ int require = 0; require += info_size[argc]; (void)argv; return require; }

Determining size of long long failed with the following output: Change Dir: /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp

Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_bdeb5/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_bdeb5.dir/build.make CMakeFiles/cmTC_bdeb5.dir/build Building C object CMakeFiles/cmTC_bdeb5.dir/SIZEOF_LONG_LONG.c.o /usr/bin/gcc -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_bdeb5.dir/SIZEOF_LONG_LONG.c.o -c /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CheckTypeSize/SIZEOF_LONG_LONG.c Linking C executable cmTC_bdeb5 /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_bdeb5.dir/link.txt --verbose=1 /usr/bin/gcc -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_bdeb5.dir/SIZEOF_LONG_LONG.c.o -o cmTC_bdeb5 ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/lib/darwin/libclang_rt.osx.a, missing required architecture armv7 in file /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/lib/darwin/libclang_rt.osx.a (3 slices) ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libSystem.tbd, missing required architecture armv7 in file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libSystem.tbd ld: dynamic main executables must link with libSystem.dylib for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[1]: [cmTC_bdeb5] Error 1 make: [cmTC_bdeb5/fast] Error 2

/Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CheckTypeSize/SIZEOF_LONG_LONG.c:

undef KEY

if defined(__i386)

define KEY '','','i','3','8','6'

elif defined(__x86_64)

define KEY '','','x','8','6','_','6','4'

elif defined(ppc)

define KEY '','','p','p','c','',''

elif defined(ppc64)

define KEY '','','p','p','c','6','4','',''

elif defined(aarch64)

define KEY '','','a','a','r','c','h','6','4','',''

elif defined(ARM_ARCH_7A)

define KEY '','','A','R','M','','A','R','C','H','','7','A','',''

elif defined(ARM_ARCH_7S)

define KEY '','','A','R','M','','A','R','C','H','','7','S','',''

endif

define SIZE (sizeof(long long))

static char info_size[] = {'I', 'N', 'F', 'O', ':', 's','i','z','e','[', ('0' + ((SIZE / 10000)%10)), ('0' + ((SIZE / 1000)%10)), ('0' + ((SIZE / 100)%10)), ('0' + ((SIZE / 10)%10)), ('0' + (SIZE % 10)), ']',

ifdef KEY

' ','k','e','y','[', KEY, ']',

endif

'\0'};

ifdef __CLASSIC_C__

int main(argc, argv) int argc; char *argv[];

else

int main(int argc, char *argv[])

endif

{ int require = 0; require += info_size[argc]; (void)argv; return require; }

Performing C SOURCE FILE Test HAVE_STD_C11 failed with the following output: Change Dir: /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp

Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_b1f5f/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_b1f5f.dir/build.make CMakeFiles/cmTC_b1f5f.dir/build Building C object CMakeFiles/cmTC_b1f5f.dir/src.c.o /usr/bin/gcc -DHAVE_STD_C11 -arch armv7 -arch armv7s -arch arm64 -std=c11 -o CMakeFiles/cmTC_b1f5f.dir/src.c.o -c /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/src.c Linking C executable cmTC_b1f5f /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b1f5f.dir/link.txt --verbose=1 /usr/bin/gcc -DHAVE_STD_C11 -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b1f5f.dir/src.c.o -o cmTC_b1f5f ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/lib/darwin/libclang_rt.osx.a, missing required architecture armv7 in file /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/lib/darwin/libclang_rt.osx.a (3 slices) ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libSystem.tbd, missing required architecture armv7 in file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libSystem.tbd ld: dynamic main executables must link with libSystem.dylib for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[1]: [cmTC_b1f5f] Error 1 make: [cmTC_b1f5f/fast] Error 2

Source file was: int main(void) { return 0; } Performing C SOURCE FILE Test HAVE_STD_C99 failed with the following output: Change Dir: /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp

Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_d6e15/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_d6e15.dir/build.make CMakeFiles/cmTC_d6e15.dir/build Building C object CMakeFiles/cmTC_d6e15.dir/src.c.o /usr/bin/gcc -DHAVE_STD_C99 -arch armv7 -arch armv7s -arch arm64 -std=c99 -o CMakeFiles/cmTC_d6e15.dir/src.c.o -c /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/src.c Linking C executable cmTC_d6e15 /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d6e15.dir/link.txt --verbose=1 /usr/bin/gcc -DHAVE_STD_C99 -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_d6e15.dir/src.c.o -o cmTC_d6e15 ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/lib/darwin/libclang_rt.osx.a, missing required architecture armv7 in file /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/lib/darwin/libclang_rt.osx.a (3 slices) ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libSystem.tbd, missing required architecture armv7 in file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libSystem.tbd ld: dynamic main executables must link with libSystem.dylib for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[1]: [cmTC_d6e15] Error 1 make: [cmTC_d6e15/fast] Error 2

Source file was: int main(void) { return 0; } Performing C++ SOURCE FILE Test HAVE_STD_CXX11 failed with the following output: Change Dir: /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp

Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_775a3/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_775a3.dir/build.make CMakeFiles/cmTC_775a3.dir/build Building CXX object CMakeFiles/cmTC_775a3.dir/src.cxx.o /usr/bin/g++ -fvisibility=hidden -fvisibility-inlines-hidden -DHAVE_STD_CXX11 -arch armv7 -arch armv7s -arch arm64 -std=c++11 -o CMakeFiles/cmTC_775a3.dir/src.cxx.o -c /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/src.cxx Linking CXX executable cmTC_775a3 /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_775a3.dir/link.txt --verbose=1 /usr/bin/g++ -fvisibility=hidden -fvisibility-inlines-hidden -DHAVE_STD_CXX11 -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_775a3.dir/src.cxx.o -o cmTC_775a3 ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/lib/darwin/libclang_rt.osx.a, missing required architecture armv7 in file /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/lib/darwin/libclang_rt.osx.a (3 slices) ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libSystem.tbd, missing required architecture armv7 in file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libSystem.tbd ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libc++.tbd, missing required architecture armv7 in file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libc++.tbd ld: dynamic main executables must link with libSystem.dylib for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[1]: [cmTC_775a3] Error 1 make: [cmTC_775a3/fast] Error 2

Source file was: int main() { return 0; } Determining if the posix_memalign exist failed with the following output: Change Dir: /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp

Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_d9038/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_d9038.dir/build.make CMakeFiles/cmTC_d9038.dir/build Building C object CMakeFiles/cmTC_d9038.dir/CheckSymbolExists.c.o /usr/bin/gcc -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_d9038.dir/CheckSymbolExists.c.o -c /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:62: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/cdefs.h:784:2: error: Unsupported architecture

error Unsupported architecture

^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:64: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/_types.h:27: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:33: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/machine/_types.h:34:2: error: architecture not supported

error architecture not supported

^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:64: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/_types.h:27: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:55:9: error: unknown type name 'int64_t' typedef __int64_t darwin_blkcnt_t; / total blocks / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:56:9: error: unknown type name 'int32_t' typedef __int32_t darwin_blksize_t; / preferred block size / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:57:9: error: unknown type name 'int32_t' typedef __int32_t darwin_dev_t; / dev_t / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:60:9: error: unknown type name 'uint32_t' typedef __uint32_t darwin_gid_t; / [???] process and group IDs / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:61:9: error: unknown type name 'uint32_t' typedef __uint32_t darwin_id_t; / [XSI] pid_t, uid_t, or gid_t/ ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:62:9: error: unknown type name 'uint64_t' typedef __uint64_t darwin_ino64_t; / [???] Used for 64 bit inodes / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:68:9: error: unknown type name 'darwin_natural_t' typedef darwin_natural_t darwin_mach_port_name_t; / Used by mach / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t' typedef uint16_t darwin_mode_t; / [???] Some file attributes / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t' typedef int64_t darwin_off_t; / [???] Used for file sizes / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t' typedef int32_t darwin_pid_t; / [???] process and group IDs / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t' typedef uint32_t darwin_sigset_t; / [???] signal set / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t' typedef int32_t darwin_suseconds_t; / [???] microseconds / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t' typedef uint32_t darwin_uid_t; / [???] user IDs / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t' typedef uint32_t __darwin_useconds_t; / [???] microseconds / ^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:66: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/wait.h:109: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/signal.h:82: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/machine/signal.h:34:2: error: architecture not supported

error architecture not supported

^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:66: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/wait.h:109: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/signal.h:146: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/machine/_mcontext.h:31:2: error: architecture not supported

error architecture not supported

^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:66: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/wait.h:109: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/signal.h:150: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types/_sigaltstack.h:40: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/machine/types.h:37:2: error: architecture not supported

error architecture not supported

^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. make[1]: [CMakeFiles/cmTC_d9038.dir/CheckSymbolExists.c.o] Error 1 make: [cmTC_d9038/fast] Error 2

File /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: / /

include

int main(int argc, char** argv) { (void)argv;

ifndef posix_memalign

return ((int*)(&posix_memalign))[argc];

else

(void)argc; return 0;

endif

}

Determining if the posix_memalign exist failed with the following output: Change Dir: /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp

Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_53522/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_53522.dir/build.make CMakeFiles/cmTC_53522.dir/build Building C object CMakeFiles/cmTC_53522.dir/CheckSymbolExists.c.o /usr/bin/gcc -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_53522.dir/CheckSymbolExists.c.o -c /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:62: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/cdefs.h:784:2: error: Unsupported architecture

error Unsupported architecture

^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:64: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/_types.h:27: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:33: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/machine/_types.h:34:2: error: architecture not supported

error architecture not supported

^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:64: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/_types.h:27: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:55:9: error: unknown type name 'int64_t' typedef __int64_t darwin_blkcnt_t; / total blocks / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:56:9: error: unknown type name 'int32_t' typedef __int32_t darwin_blksize_t; / preferred block size / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:57:9: error: unknown type name 'int32_t' typedef __int32_t darwin_dev_t; / dev_t / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:60:9: error: unknown type name 'uint32_t' typedef __uint32_t darwin_gid_t; / [???] process and group IDs / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:61:9: error: unknown type name 'uint32_t' typedef __uint32_t darwin_id_t; / [XSI] pid_t, uid_t, or gid_t/ ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:62:9: error: unknown type name 'uint64_t' typedef __uint64_t darwin_ino64_t; / [???] Used for 64 bit inodes / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:68:9: error: unknown type name 'darwin_natural_t' typedef darwin_natural_t darwin_mach_port_name_t; / Used by mach / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t' typedef uint16_t darwin_mode_t; / [???] Some file attributes / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t' typedef int64_t darwin_off_t; / [???] Used for file sizes / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t' typedef int32_t darwin_pid_t; / [???] process and group IDs / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t' typedef uint32_t darwin_sigset_t; / [???] signal set / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t' typedef int32_t darwin_suseconds_t; / [???] microseconds / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t' typedef uint32_t darwin_uid_t; / [???] user IDs / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t' typedef uint32_t __darwin_useconds_t; / [???] microseconds / ^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:66: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/wait.h:109: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/signal.h:82: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/machine/signal.h:34:2: error: architecture not supported

error architecture not supported

^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:66: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/wait.h:109: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/signal.h:146: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/machine/_mcontext.h:31:2: error: architecture not supported

error architecture not supported

^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:66: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/wait.h:109: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/signal.h:150: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types/_sigaltstack.h:40: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/machine/types.h:37:2: error: architecture not supported

error architecture not supported

^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. make[1]: [CMakeFiles/cmTC_53522.dir/CheckSymbolExists.c.o] Error 1 make: [cmTC_53522/fast] Error 2

File /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: / /

include

int main(int argc, char** argv) { (void)argv;

ifndef posix_memalign

return ((int*)(&posix_memalign))[argc];

else

(void)argc; return 0;

endif

}

Performing C SOURCE FILE Test HAVE_STRUCT_TIMESPEC failed with the following output: Change Dir: /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp

Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_99c97/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_99c97.dir/build.make CMakeFiles/cmTC_99c97.dir/build Building C object CMakeFiles/cmTC_99c97.dir/src.c.o /usr/bin/gcc -DHAVE_STRUCT_TIMESPEC -D_LARGEFILE_SOURCE -D_LARGE_FILES -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_99c97.dir/src.c.o -c /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/src.c In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/src.c:2: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/time.h:66: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/_types.h:27: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:32: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/cdefs.h:784:2: error: Unsupported architecture

error Unsupported architecture

^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/src.c:2: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/time.h:66: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/_types.h:27: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:33: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/machine/_types.h:34:2: error: architecture not supported

error architecture not supported

^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/src.c:2: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/time.h:66: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/_types.h:27: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:55:9: error: unknown type name 'int64_t' typedef __int64_t darwin_blkcnt_t; / total blocks / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:56:9: error: unknown type name 'int32_t' typedef __int32_t darwin_blksize_t; / preferred block size / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:57:9: error: unknown type name 'int32_t' typedef __int32_t darwin_dev_t; / dev_t / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:60:9: error: unknown type name 'uint32_t' typedef __uint32_t darwin_gid_t; / [???] process and group IDs / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:61:9: error: unknown type name 'uint32_t' typedef __uint32_t darwin_id_t; / [XSI] pid_t, uid_t, or gid_t/ ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:62:9: error: unknown type name 'uint64_t' typedef __uint64_t darwin_ino64_t; / [???] Used for 64 bit inodes / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:68:9: error: unknown type name 'darwin_natural_t' typedef darwin_natural_t darwin_mach_port_name_t; / Used by mach / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t' typedef uint16_t darwin_mode_t; / [???] Some file attributes / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t' typedef int64_t darwin_off_t; / [???] Used for file sizes / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t' typedef int32_t darwin_pid_t; / [???] process and group IDs / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t' typedef uint32_t darwin_sigset_t; / [???] signal set / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t' typedef int32_t darwin_suseconds_t; / [???] microseconds / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t' typedef uint32_t darwin_uid_t; / [???] user IDs / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t' typedef uint32_t __darwin_useconds_t; / [???] microseconds / ^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/src.c:2: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/time.h:68: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types/_clock_t.h:30: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/machine/types.h:37:2: error: architecture not supported

error architecture not supported

^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/src.c:2: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/time.h:68: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types/_clock_t.h:31:9: error: unknown type name 'darwin_clock_t'; did you mean 'darwin_ino_t'? typedef darwin_clock_t clock_t; ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:64:26: note: 'darwin_ino_t' declared here typedef darwin_ino64_t darwin_ino_t; / [???] Used for inodes / ^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/src.c:2: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/time.h:70: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types/_size_t.h:31:9: error: unknown type name 'darwin_size_t'; did you mean 'darwin_ino_t'? typedef darwin_size_t size_t; ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:64:26: note: 'darwin_ino_t' declared here typedef darwin_ino64_t darwin_ino_t; / [???] Used for inodes / ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. make[1]: [CMakeFiles/cmTC_99c97.dir/src.c.o] Error 1 make: [cmTC_99c97/fast] Error 2

Source file was:

include

int main() { (void)sizeof(((struct timespec *)0)->tv_sec); return 0; }

Performing C SOURCE FILE Test HAVE_LIBATOMIC failed with the following output: Change Dir: /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp

Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_92f92/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_92f92.dir/build.make CMakeFiles/cmTC_92f92.dir/build Building C object CMakeFiles/cmTC_92f92.dir/src.c.o /usr/bin/gcc -DHAVE_LIBATOMIC -D_LARGEFILE_SOURCE -D_LARGE_FILES -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_92f92.dir/src.c.o -c /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/src.c In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/src.c:1: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include/stdatomic.h:35: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include/stdint.h:63: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/stdint.h:52: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:32: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/cdefs.h:784:2: error: Unsupported architecture

error Unsupported architecture

^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/src.c:1: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include/stdatomic.h:35: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include/stdint.h:63: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/stdint.h:52: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:33: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/machine/_types.h:34:2: error: architecture not supported

error architecture not supported

^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/src.c:1: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include/stdatomic.h:35: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include/stdint.h:63: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/stdint.h:52: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:55:9: error: unknown type name 'int64_t' typedef __int64_t darwin_blkcnt_t; / total blocks / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:56:9: error: unknown type name 'int32_t' typedef __int32_t darwin_blksize_t; / preferred block size / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:57:9: error: unknown type name 'int32_t' typedef __int32_t darwin_dev_t; / dev_t / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:60:9: error: unknown type name 'uint32_t'; did you mean 'uint32_t'? typedef uint32_t darwin_gid_t; / [???] process and group IDs / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/_types/_uint32_t.h:31:22: note: 'uint32_t' declared here typedef unsigned int uint32_t; ^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/src.c:1: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include/stdatomic.h:35: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include/stdint.h:63: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/stdint.h:52: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:61:9: error: unknown type name 'uint32_t'; did you mean 'uint32_t'? typedef uint32_t __darwin_id_t; / [XSI] pid_t, uid_t, or gid_t/ ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/_types/_uint32_t.h:31:22: note: 'uint32_t' declared here typedef unsigned int uint32_t; ^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/src.c:1: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include/stdatomic.h:35: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include/stdint.h:63: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/stdint.h:52: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:62:9: error: unknown type name 'uint64_t'; did you mean 'uint64_t'? typedef uint64_t darwin_ino64_t; / [???] Used for 64 bit inodes / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/_types/_uint64_t.h:31:28: note: 'uint64_t' declared here typedef unsigned long long uint64_t; ^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/src.c:1: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include/stdatomic.h:35: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include/stdint.h:63: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/stdint.h:52: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:68:9: error: unknown type name 'darwin_natural_t' typedef darwin_natural_t darwin_mach_port_name_t; / Used by mach / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:70:9: error: unknown type name 'uint16_t'; did you mean 'uint16_t'? typedef uint16_t darwin_mode_t; / [???] Some file attributes / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/_types/_uint16_t.h:31:24: note: 'uint16_t' declared here typedef unsigned short uint16_t; ^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/src.c:1: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include/stdatomic.h:35: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include/stdint.h:63: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/stdint.h:52: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:71:9: error: unknown type name 'int64_t' typedef int64_t darwin_off_t; / [???] Used for file sizes / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t' typedef int32_t darwin_pid_t; / [???] process and group IDs / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:73:9: error: unknown type name 'uint32_t'; did you mean 'uint32_t'? typedef uint32_t darwin_sigset_t; / [???] signal set / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/_types/_uint32_t.h:31:22: note: 'uint32_t' declared here typedef unsigned int uint32_t; ^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/src.c:1: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include/stdatomic.h:35: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include/stdint.h:63: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/stdint.h:52: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:74:9: error: unknown type name 'int32_t' typedef __int32_t darwin_suseconds_t; / [???] microseconds / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:75:9: error: unknown type name 'uint32_t'; did you mean 'uint32_t'? typedef uint32_t darwin_uid_t; / [???] user IDs / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/_types/_uint32_t.h:31:22: note: 'uint32_t' declared here typedef unsigned int uint32_t; ^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/src.c:1: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include/stdatomic.h:35: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include/stdint.h:63: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/stdint.h:52: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:76:9: error: unknown type name 'uint32_t'; did you mean 'uint32_t'? typedef __uint32_t __darwin_useconds_t; / [???] microseconds / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/_types/_uint32_t.h:31:22: note: 'uint32_t' declared here typedef unsigned int uint32_t; ^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/src.c:1: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include/stdatomic.h:35: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include/stdint.h:63: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/stdint.h:53: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types/_intptr_t.h:30: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/machine/types.h:37:2: error: architecture not supported

error architecture not supported

^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/src.c:1: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include/stdatomic.h:35: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include/stdint.h:63: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/stdint.h:53: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types/_intptr_t.h:32:9: error: unknown type name 'darwin_intptr_t' typedef darwin_intptr_t intptr_t; ^ 18 errors generated. make[1]: [CMakeFiles/cmTC_92f92.dir/src.c.o] Error 1 make: [cmTC_92f92/fast] Error 2

Source file was:

include

int _Atomic foo = ATOMIC_VAR_INIT(0); int main() { return atomic_fetch_add(&foo, 2); } Determining if the function __android_log_print exists in the log failed with the following output: Change Dir: /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp

Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_27a03/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_27a03.dir/build.make CMakeFiles/cmTC_27a03.dir/build Building C object CMakeFiles/cmTC_27a03.dir/CheckFunctionExists.c.o /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=__android_log_print -D_LARGEFILE_SOURCE -D_LARGE_FILES -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_27a03.dir/CheckFunctionExists.c.o -c /usr/local/share/cmake-3.15/Modules/CheckFunctionExists.c Linking C executable cmTC_27a03 /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_27a03.dir/link.txt --verbose=1 /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=__android_log_print -D_LARGEFILE_SOURCE -D_LARGE_FILES -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_27a03.dir/CheckFunctionExists.c.o -o cmTC_27a03 -llog ld: library not found for -llog clang: error: linker command failed with exit code 1 (use -v to see invocation) make[1]: [cmTC_27a03] Error 1 make: [cmTC_27a03/fast] Error 2

Performing C SOURCE FILE Test HAVE_C99_BOOL failed with the following output: Change Dir: /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp

Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_47582/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_47582.dir/build.make CMakeFiles/cmTC_47582.dir/build Building C object CMakeFiles/cmTC_47582.dir/src.c.o /usr/bin/gcc -DHAVE_C99_BOOL -D_LARGEFILE_SOURCE -D_LARGE_FILES -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_47582.dir/src.c.o -c /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/src.c Linking C executable cmTC_47582 /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_47582.dir/link.txt --verbose=1 /usr/bin/gcc -DHAVE_C99_BOOL -D_LARGEFILE_SOURCE -D_LARGE_FILES -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_47582.dir/src.c.o -o cmTC_47582 ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/lib/darwin/libclang_rt.osx.a, missing required architecture armv7 in file /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/lib/darwin/libclang_rt.osx.a (3 slices) ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libSystem.tbd, missing required architecture armv7 in file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libSystem.tbd ld: dynamic main executables must link with libSystem.dylib for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[1]: [cmTC_47582] Error 1 make: [cmTC_47582/fast] Error 2

Source file was: int main(int argc, char *argv[]) { volatile _Bool ret; ret = (argc > 1) ? 1 : 0; return ret ? -1 : 0; } Performing C SOURCE FILE Test HAVE_C11_STATIC_ASSERT failed with the following output: Change Dir: /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp

Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_94a55/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_94a55.dir/build.make CMakeFiles/cmTC_94a55.dir/build Building C object CMakeFiles/cmTC_94a55.dir/src.c.o /usr/bin/gcc -DHAVE_C11_STATIC_ASSERT -D_LARGEFILE_SOURCE -D_LARGE_FILES -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_94a55.dir/src.c.o -c /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/src.c Linking C executable cmTC_94a55 /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_94a55.dir/link.txt --verbose=1 /usr/bin/gcc -DHAVE_C11_STATIC_ASSERT -D_LARGEFILE_SOURCE -D_LARGE_FILES -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_94a55.dir/src.c.o -o cmTC_94a55 ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/lib/darwin/libclang_rt.osx.a, missing required architecture armv7 in file /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/lib/darwin/libclang_rt.osx.a (3 slices) ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libSystem.tbd, missing required architecture armv7 in file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libSystem.tbd ld: dynamic main executables must link with libSystem.dylib for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[1]: [cmTC_94a55] Error 1 make: [cmTC_94a55/fast] Error 2

Source file was: int main() { _Static_assert(sizeof(int) == sizeof(int), "What"); return 0; } Performing C SOURCE FILE Test HAVE_C11_ALIGNAS failed with the following output: Change Dir: /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp

Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_8d1bb/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_8d1bb.dir/build.make CMakeFiles/cmTC_8d1bb.dir/build Building C object CMakeFiles/cmTC_8d1bb.dir/src.c.o /usr/bin/gcc -DHAVE_C11_ALIGNAS -D_LARGEFILE_SOURCE -D_LARGE_FILES -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_8d1bb.dir/src.c.o -c /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/src.c Linking C executable cmTC_8d1bb /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8d1bb.dir/link.txt --verbose=1 /usr/bin/gcc -DHAVE_C11_ALIGNAS -D_LARGEFILE_SOURCE -D_LARGE_FILES -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_8d1bb.dir/src.c.o -o cmTC_8d1bb ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/lib/darwin/libclang_rt.osx.a, missing required architecture armv7 in file /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/lib/darwin/libclang_rt.osx.a (3 slices) ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libSystem.tbd, missing required architecture armv7 in file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libSystem.tbd ld: dynamic main executables must link with libSystem.dylib for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[1]: [cmTC_8d1bb] Error 1 make: [cmTC_8d1bb/fast] Error 2

Source file was: _Alignas(16) int foo; int main() { return 0; } Performing C SOURCE FILE Test HAVE_C11_ATOMIC failed with the following output: Change Dir: /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp

Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_769f2/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_769f2.dir/build.make CMakeFiles/cmTC_769f2.dir/build Building C object CMakeFiles/cmTC_769f2.dir/src.c.o /usr/bin/gcc -DHAVE_C11_ATOMIC -D_LARGEFILE_SOURCE -D_LARGE_FILES -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_769f2.dir/src.c.o -c /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/src.c In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/src.c:1: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include/stdatomic.h:35: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include/stdint.h:63: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/stdint.h:52: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:32: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/cdefs.h:784:2: error: Unsupported architecture

error Unsupported architecture

^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/src.c:1: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include/stdatomic.h:35: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include/stdint.h:63: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/stdint.h:52: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:33: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/machine/_types.h:34:2: error: architecture not supported

error architecture not supported

^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/src.c:1: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include/stdatomic.h:35: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include/stdint.h:63: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/stdint.h:52: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:55:9: error: unknown type name 'int64_t' typedef __int64_t darwin_blkcnt_t; / total blocks / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:56:9: error: unknown type name 'int32_t' typedef __int32_t darwin_blksize_t; / preferred block size / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:57:9: error: unknown type name 'int32_t' typedef __int32_t darwin_dev_t; / dev_t / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:60:9: error: unknown type name 'uint32_t'; did you mean 'uint32_t'? typedef uint32_t darwin_gid_t; / [???] process and group IDs / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/_types/_uint32_t.h:31:22: note: 'uint32_t' declared here typedef unsigned int uint32_t; ^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/src.c:1: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include/stdatomic.h:35: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include/stdint.h:63: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/stdint.h:52: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:61:9: error: unknown type name 'uint32_t'; did you mean 'uint32_t'? typedef uint32_t __darwin_id_t; / [XSI] pid_t, uid_t, or gid_t/ ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/_types/_uint32_t.h:31:22: note: 'uint32_t' declared here typedef unsigned int uint32_t; ^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/src.c:1: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include/stdatomic.h:35: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include/stdint.h:63: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/stdint.h:52: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:62:9: error: unknown type name 'uint64_t'; did you mean 'uint64_t'? typedef uint64_t darwin_ino64_t; / [???] Used for 64 bit inodes / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/_types/_uint64_t.h:31:28: note: 'uint64_t' declared here typedef unsigned long long uint64_t; ^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/src.c:1: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include/stdatomic.h:35: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include/stdint.h:63: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/stdint.h:52: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:68:9: error: unknown type name 'darwin_natural_t' typedef darwin_natural_t darwin_mach_port_name_t; / Used by mach / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:70:9: error: unknown type name 'uint16_t'; did you mean 'uint16_t'? typedef uint16_t darwin_mode_t; / [???] Some file attributes / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/_types/_uint16_t.h:31:24: note: 'uint16_t' declared here typedef unsigned short uint16_t; ^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/src.c:1: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include/stdatomic.h:35: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include/stdint.h:63: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/stdint.h:52: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:71:9: error: unknown type name 'int64_t' typedef int64_t darwin_off_t; / [???] Used for file sizes / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t' typedef int32_t darwin_pid_t; / [???] process and group IDs / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:73:9: error: unknown type name 'uint32_t'; did you mean 'uint32_t'? typedef uint32_t darwin_sigset_t; / [???] signal set / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/_types/_uint32_t.h:31:22: note: 'uint32_t' declared here typedef unsigned int uint32_t; ^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/src.c:1: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include/stdatomic.h:35: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include/stdint.h:63: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/stdint.h:52: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:74:9: error: unknown type name 'int32_t' typedef __int32_t darwin_suseconds_t; / [???] microseconds / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:75:9: error: unknown type name 'uint32_t'; did you mean 'uint32_t'? typedef uint32_t darwin_uid_t; / [???] user IDs / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/_types/_uint32_t.h:31:22: note: 'uint32_t' declared here typedef unsigned int uint32_t; ^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/src.c:1: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include/stdatomic.h:35: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include/stdint.h:63: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/stdint.h:52: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:76:9: error: unknown type name 'uint32_t'; did you mean 'uint32_t'? typedef __uint32_t __darwin_useconds_t; / [???] microseconds / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/_types/_uint32_t.h:31:22: note: 'uint32_t' declared here typedef unsigned int uint32_t; ^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/src.c:1: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include/stdatomic.h:35: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include/stdint.h:63: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/stdint.h:53: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types/_intptr_t.h:30: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/machine/types.h:37:2: error: architecture not supported

error architecture not supported

^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/src.c:1: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include/stdatomic.h:35: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include/stdint.h:63: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/stdint.h:53: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types/_intptr_t.h:32:9: error: unknown type name 'darwin_intptr_t' typedef darwin_intptr_t intptr_t; ^ 18 errors generated. make[1]: [CMakeFiles/cmTC_769f2.dir/src.c.o] Error 1 make: [cmTC_769f2/fast] Error 2

Source file was:

include

int _Atomic foo = ATOMIC_VAR_INIT(0); int main() { atomic_fetch_add(&foo, 2); return 0; } Performing C SOURCE FILE Test HAVE_W_EXTRA failed with the following output: Change Dir: /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp

Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_53074/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_53074.dir/build.make CMakeFiles/cmTC_53074.dir/build Building C object CMakeFiles/cmTC_53074.dir/src.c.o /usr/bin/gcc -DHAVE_W_EXTRA -D_LARGEFILE_SOURCE -D_LARGE_FILES -arch armv7 -arch armv7s -arch arm64 -Wextra -o CMakeFiles/cmTC_53074.dir/src.c.o -c /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/src.c Linking C executable cmTC_53074 /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_53074.dir/link.txt --verbose=1 /usr/bin/gcc -DHAVE_W_EXTRA -D_LARGEFILE_SOURCE -D_LARGE_FILES -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_53074.dir/src.c.o -o cmTC_53074 ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/lib/darwin/libclang_rt.osx.a, missing required architecture armv7 in file /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/lib/darwin/libclang_rt.osx.a (3 slices) ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libSystem.tbd, missing required architecture armv7 in file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libSystem.tbd ld: dynamic main executables must link with libSystem.dylib for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[1]: [cmTC_53074] Error 1 make: [cmTC_53074/fast] Error 2

Source file was: int main(void) { return 0; } Performing C SOURCE FILE Test HAVE_FNO_MATH_ERRNO failed with the following output: Change Dir: /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp

Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_3804c/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_3804c.dir/build.make CMakeFiles/cmTC_3804c.dir/build Building C object CMakeFiles/cmTC_3804c.dir/src.c.o /usr/bin/gcc -DHAVE_FNO_MATH_ERRNO -D_LARGEFILE_SOURCE -D_LARGE_FILES -arch armv7 -arch armv7s -arch arm64 -fno-math-errno -o CMakeFiles/cmTC_3804c.dir/src.c.o -c /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/src.c Linking C executable cmTC_3804c /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3804c.dir/link.txt --verbose=1 /usr/bin/gcc -DHAVE_FNO_MATH_ERRNO -D_LARGEFILE_SOURCE -D_LARGE_FILES -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3804c.dir/src.c.o -o cmTC_3804c ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/lib/darwin/libclang_rt.osx.a, missing required architecture armv7 in file /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/lib/darwin/libclang_rt.osx.a (3 slices) ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libSystem.tbd, missing required architecture armv7 in file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libSystem.tbd ld: dynamic main executables must link with libSystem.dylib for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[1]: [cmTC_3804c] Error 1 make: [cmTC_3804c/fast] Error 2

Source file was: int main(void) { return 0; } Performing C SOURCE FILE Test HAVE_GCC_DESTRUCTOR failed with the following output: Change Dir: /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp

Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_05c7e/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_05c7e.dir/build.make CMakeFiles/cmTC_05c7e.dir/build Building C object CMakeFiles/cmTC_05c7e.dir/src.c.o /usr/bin/gcc -DHAVE_GCC_DESTRUCTOR -D_LARGEFILE_SOURCE -D_LARGE_FILES -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_05c7e.dir/src.c.o -c /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/src.c Linking C executable cmTC_05c7e /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_05c7e.dir/link.txt --verbose=1 /usr/bin/gcc -DHAVE_GCC_DESTRUCTOR -D_LARGEFILE_SOURCE -D_LARGE_FILES -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_05c7e.dir/src.c.o -o cmTC_05c7e ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/lib/darwin/libclang_rt.osx.a, missing required architecture armv7 in file /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/lib/darwin/libclang_rt.osx.a (3 slices) ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libSystem.tbd, missing required architecture armv7 in file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libSystem.tbd ld: dynamic main executables must link with libSystem.dylib for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[1]: [cmTC_05c7e] Error 1 make: [cmTC_05c7e/fast] Error 2

Source file was: int foo() attribute((destructor)); int main() {return 0;} Performing C SOURCE FILE Test HAVE_GCC_PROTECTED_VISIBILITY failed with the following output: Change Dir: /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp

Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_e56c2/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_e56c2.dir/build.make CMakeFiles/cmTC_e56c2.dir/build Building C object CMakeFiles/cmTC_e56c2.dir/src.c.o /usr/bin/gcc -DHAVE_GCC_PROTECTED_VISIBILITY -D_LARGEFILE_SOURCE -D_LARGE_FILES -Wattributes -Werror -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_e56c2.dir/src.c.o -c /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/src.c /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/src.c:1:26: error: target does not support 'protected' visibility; using 'default' [-Werror,-Wunsupported-visibility] int foo() attribute((visibility("protected"))); ^ 1 error generated. make[1]: [CMakeFiles/cmTC_e56c2.dir/src.c.o] Error 1 make: [cmTC_e56c2/fast] Error 2

Source file was: int foo() attribute((visibility("protected"))); int main() {return 0;} Performing C SOURCE FILE Test HAVE_GCC_DEFAULT_VISIBILITY failed with the following output: Change Dir: /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp

Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_ebe98/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_ebe98.dir/build.make CMakeFiles/cmTC_ebe98.dir/build Building C object CMakeFiles/cmTC_ebe98.dir/src.c.o /usr/bin/gcc -DHAVE_GCC_DEFAULT_VISIBILITY -D_LARGEFILE_SOURCE -D_LARGE_FILES -Wattributes -Werror -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_ebe98.dir/src.c.o -c /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/src.c Linking C executable cmTC_ebe98 /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ebe98.dir/link.txt --verbose=1 /usr/bin/gcc -DHAVE_GCC_DEFAULT_VISIBILITY -D_LARGEFILE_SOURCE -D_LARGE_FILES -Wattributes -Werror -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ebe98.dir/src.c.o -o cmTC_ebe98 ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/lib/darwin/libclang_rt.osx.a, missing required architecture armv7 in file /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/lib/darwin/libclang_rt.osx.a (3 slices) ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libSystem.tbd, missing required architecture armv7 in file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libSystem.tbd ld: dynamic main executables must link with libSystem.dylib for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[1]: [cmTC_ebe98] Error 1 make: [cmTC_ebe98/fast] Error 2

Source file was: int foo() attribute((visibility("default"))); int main() {return 0;} Performing C SOURCE FILE Test HAVE_ATTRIBUTE_ALIGNED failed with the following output: Change Dir: /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp

Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_8bf3e/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_8bf3e.dir/build.make CMakeFiles/cmTC_8bf3e.dir/build Building C object CMakeFiles/cmTC_8bf3e.dir/src.c.o /usr/bin/gcc -DHAVE_ATTRIBUTE_ALIGNED -D_LARGEFILE_SOURCE -D_LARGE_FILES -Wattributes -Werror -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_8bf3e.dir/src.c.o -c /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/src.c Linking C executable cmTC_8bf3e /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8bf3e.dir/link.txt --verbose=1 /usr/bin/gcc -DHAVE_ATTRIBUTE_ALIGNED -D_LARGEFILE_SOURCE -D_LARGE_FILES -Wattributes -Werror -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_8bf3e.dir/src.c.o -o cmTC_8bf3e ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/lib/darwin/libclang_rt.osx.a, missing required architecture armv7 in file /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/lib/darwin/libclang_rt.osx.a (3 slices) ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libSystem.tbd, missing required architecture armv7 in file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libSystem.tbd ld: dynamic main executables must link with libSystem.dylib for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[1]: [cmTC_8bf3e] Error 1 make: [cmTC_8bf3e/fast] Error 2

Source file was: int foo attribute((aligned(16))); int main() {return 0;} Performing C SOURCE FILE Test HAVE___BUILTIN_ASSUME_ALIGNED failed with the following output: Change Dir: /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp

Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_96ddb/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_96ddb.dir/build.make CMakeFiles/cmTC_96ddb.dir/build Building C object CMakeFiles/cmTC_96ddb.dir/src.c.o /usr/bin/gcc -DHAVE_BUILTIN_ASSUME_ALIGNED -D_LARGEFILE_SOURCE -D_LARGE_FILES -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_96ddb.dir/src.c.o -c /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/src.c Linking C executable cmTC_96ddb /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC96ddb.dir/link.txt --verbose=1 /usr/bin/gcc -DHAVEBUILTIN_ASSUME_ALIGNED -D_LARGEFILE_SOURCE -D_LARGE_FILES -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_96ddb.dir/src.c.o -o cmTC_96ddb ld: warning: ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libSystem.tbd, missing required architecture armv7 in file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libSystem.tbd ignoring file /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/lib/darwin/libclang_rt.osx.a, missing required architecture armv7 in file /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/lib/darwin/libclang_rt.osx.a (3 slices) ld: dynamic main executables must link with libSystem.dylib for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[1]: [cmTC_96ddb] Error 1 make: [cmTC_96ddb/fast] Error 2

Source file was:

int main() { float *ptr; ptr = __builtin_assume_aligned(ptr, 16); return 0; } Performing C SOURCE FILE Test HAVE_MSSE_SWITCH failed with the following output: Change Dir: /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp

Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_a6210/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_a6210.dir/build.make CMakeFiles/cmTC_a6210.dir/build Building C object CMakeFiles/cmTC_a6210.dir/src.c.o /usr/bin/gcc -DHAVE_MSSE_SWITCH -D_LARGEFILE_SOURCE -D_LARGE_FILES -arch armv7 -arch armv7s -arch arm64 -msse -o CMakeFiles/cmTC_a6210.dir/src.c.o -c /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/src.c clang: warning: argument unused during compilation: '-msse' [-Wunused-command-line-argument] Linking C executable cmTC_a6210 /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a6210.dir/link.txt --verbose=1 /usr/bin/gcc -DHAVE_MSSE_SWITCH -D_LARGEFILE_SOURCE -D_LARGE_FILES -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a6210.dir/src.c.o -o cmTC_a6210 ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/lib/darwin/libclang_rt.osx.a, missing required architecture armv7 in file /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/lib/darwin/libclang_rt.osx.a (3 slices) ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libSystem.tbd, missing required architecture armv7 in file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libSystem.tbd ld: dynamic main executables must link with libSystem.dylib for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[1]: [cmTC_a6210] Error 1 make: [cmTC_a6210/fast] Error 2

Source file was: int main(void) { return 0; } Performing C SOURCE FILE Test HAVE_MSSE2_SWITCH failed with the following output: Change Dir: /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp

Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_36019/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_36019.dir/build.make CMakeFiles/cmTC_36019.dir/build Building C object CMakeFiles/cmTC_36019.dir/src.c.o /usr/bin/gcc -DHAVE_MSSE2_SWITCH -D_LARGEFILE_SOURCE -D_LARGE_FILES -arch armv7 -arch armv7s -arch arm64 -msse2 -o CMakeFiles/cmTC_36019.dir/src.c.o -c /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/src.c clang: warning: argument unused during compilation: '-msse2' [-Wunused-command-line-argument] Linking C executable cmTC_36019 /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_36019.dir/link.txt --verbose=1 /usr/bin/gcc -DHAVE_MSSE2_SWITCH -D_LARGEFILE_SOURCE -D_LARGE_FILES -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_36019.dir/src.c.o -o cmTC_36019 ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/lib/darwin/libclang_rt.osx.a, missing required architecture armv7 in file /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/lib/darwin/libclang_rt.osx.a (3 slices) ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libSystem.tbd, missing required architecture armv7 in file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libSystem.tbd ld: dynamic main executables must link with libSystem.dylib for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[1]: [cmTC_36019] Error 1 make: [cmTC_36019/fast] Error 2

Source file was: int main(void) { return 0; } Performing C SOURCE FILE Test HAVE_MSSE3_SWITCH failed with the following output: Change Dir: /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp

Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_6a3fa/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_6a3fa.dir/build.make CMakeFiles/cmTC_6a3fa.dir/build Building C object CMakeFiles/cmTC_6a3fa.dir/src.c.o /usr/bin/gcc -DHAVE_MSSE3_SWITCH -D_LARGEFILE_SOURCE -D_LARGE_FILES -arch armv7 -arch armv7s -arch arm64 -msse3 -o CMakeFiles/cmTC_6a3fa.dir/src.c.o -c /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/src.c clang: warning: argument unused during compilation: '-msse3' [-Wunused-command-line-argument] Linking C executable cmTC_6a3fa /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6a3fa.dir/link.txt --verbose=1 /usr/bin/gcc -DHAVE_MSSE3_SWITCH -D_LARGEFILE_SOURCE -D_LARGE_FILES -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6a3fa.dir/src.c.o -o cmTC_6a3fa ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/lib/darwin/libclang_rt.osx.a, missing required architecture armv7 in file /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/lib/darwin/libclang_rt.osx.a (3 slices) ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libSystem.tbd, missing required architecture armv7 in file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libSystem.tbd ld: dynamic main executables must link with libSystem.dylib for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[1]: [cmTC_6a3fa] Error 1 make: [cmTC_6a3fa/fast] Error 2

Source file was: int main(void) { return 0; } Performing C SOURCE FILE Test HAVE_MSSE4_1_SWITCH failed with the following output: Change Dir: /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp

Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_45ba6/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_45ba6.dir/build.make CMakeFiles/cmTC_45ba6.dir/build Building C object CMakeFiles/cmTC_45ba6.dir/src.c.o /usr/bin/gcc -DHAVE_MSSE4_1_SWITCH -D_LARGEFILE_SOURCE -D_LARGE_FILES -arch armv7 -arch armv7s -arch arm64 -msse4.1 -o CMakeFiles/cmTC_45ba6.dir/src.c.o -c /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/src.c clang: warning: argument unused during compilation: '-msse4.1' [-Wunused-command-line-argument] Linking C executable cmTC_45ba6 /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_45ba6.dir/link.txt --verbose=1 /usr/bin/gcc -DHAVE_MSSE4_1_SWITCH -D_LARGEFILE_SOURCE -D_LARGE_FILES -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_45ba6.dir/src.c.o -o cmTC_45ba6 ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/lib/darwin/libclang_rt.osx.a, missing required architecture armv7 in file /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/lib/darwin/libclang_rt.osx.a (3 slices) ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libSystem.tbd, missing required architecture armv7 in file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libSystem.tbd ld: dynamic main executables must link with libSystem.dylib for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[1]: [cmTC_45ba6] Error 1 make: [cmTC_45ba6/fast] Error 2

Source file was: int main(void) { return 0; } Performing C SOURCE FILE Test HAVE_MFPU_NEON_SWITCH failed with the following output: Change Dir: /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp

Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_4f261/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_4f261.dir/build.make CMakeFiles/cmTC_4f261.dir/build Building C object CMakeFiles/cmTC_4f261.dir/src.c.o /usr/bin/gcc -DHAVE_MFPU_NEON_SWITCH -D_LARGEFILE_SOURCE -D_LARGE_FILES -arch armv7 -arch armv7s -arch arm64 -mfpu=neon -o CMakeFiles/cmTC_4f261.dir/src.c.o -c /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/src.c Linking C executable cmTC_4f261 /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4f261.dir/link.txt --verbose=1 /usr/bin/gcc -DHAVE_MFPU_NEON_SWITCH -D_LARGEFILE_SOURCE -D_LARGE_FILES -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_4f261.dir/src.c.o -o cmTC_4f261 ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/lib/darwin/libclang_rt.osx.a, missing required architecture armv7 in file /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/lib/darwin/libclang_rt.osx.a (3 slices) ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libSystem.tbd, missing required architecture armv7 in file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libSystem.tbd ld: dynamic main executables must link with libSystem.dylib for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[1]: [cmTC_4f261] Error 1 make: [cmTC_4f261/fast] Error 2

Source file was: int main(void) { return 0; } Performing C SOURCE FILE Test HAVE_GCC_FORMAT failed with the following output: Change Dir: /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp

Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_8177e/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_8177e.dir/build.make CMakeFiles/cmTC_8177e.dir/build Building C object CMakeFiles/cmTC_8177e.dir/src.c.o /usr/bin/gcc -DHAVE_GCC_FORMAT -D_LARGEFILE_SOURCE -D_LARGE_FILES -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_8177e.dir/src.c.o -c /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/src.c Linking C executable cmTC_8177e /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8177e.dir/link.txt --verbose=1 /usr/bin/gcc -DHAVE_GCC_FORMAT -D_LARGEFILE_SOURCE -D_LARGE_FILES -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_8177e.dir/src.c.o -o cmTC_8177e ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/lib/darwin/libclang_rt.osx.a, missing required architecture armv7 in file /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/lib/darwin/libclang_rt.osx.a (3 slices) ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libSystem.tbd, missing required architecture armv7 in file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libSystem.tbd ld: dynamic main executables must link with libSystem.dylib for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[1]: [cmTC_8177e] Error 1 make: [cmTC_8177e/fast] Error 2

Source file was: int foo(const char *str, ...) attribute((format(printf, 1, 2))); int main() {return 0;} Determining if the include file stdbool.h exists failed with the following output: Change Dir: /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp

Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_563d6/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_563d6.dir/build.make CMakeFiles/cmTC_563d6.dir/build Building C object CMakeFiles/cmTC_563d6.dir/CheckIncludeFile.c.o /usr/bin/gcc -D_LARGEFILE_SOURCE -D_LARGE_FILES -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_563d6.dir/CheckIncludeFile.c.o -c /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c Linking C executable cmTC_563d6 /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_563d6.dir/link.txt --verbose=1 /usr/bin/gcc -D_LARGEFILE_SOURCE -D_LARGE_FILES -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_563d6.dir/CheckIncludeFile.c.o -o cmTC_563d6 ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/lib/darwin/libclang_rt.osx.a, missing required architecture armv7 in file /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/lib/darwin/libclang_rt.osx.a (3 slices) ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libSystem.tbd, missing required architecture armv7 in file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libSystem.tbd ld: dynamic main executables must link with libSystem.dylib for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[1]: [cmTC_563d6] Error 1 make: [cmTC_563d6/fast] Error 2

Determining if the include file stdalign.h exists failed with the following output: Change Dir: /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp

Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_10af6/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_10af6.dir/build.make CMakeFiles/cmTC_10af6.dir/build Building C object CMakeFiles/cmTC_10af6.dir/CheckIncludeFile.c.o /usr/bin/gcc -D_LARGEFILE_SOURCE -D_LARGE_FILES -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_10af6.dir/CheckIncludeFile.c.o -c /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c Linking C executable cmTC_10af6 /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_10af6.dir/link.txt --verbose=1 /usr/bin/gcc -D_LARGEFILE_SOURCE -D_LARGE_FILES -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_10af6.dir/CheckIncludeFile.c.o -o cmTC_10af6 ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/lib/darwin/libclang_rt.osx.a, missing required architecture armv7 in file /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/lib/darwin/libclang_rt.osx.a (3 slices) ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libSystem.tbd, missing required architecture armv7 in file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libSystem.tbd ld: dynamic main executables must link with libSystem.dylib for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[1]: [cmTC_10af6] Error 1 make: [cmTC_10af6/fast] Error 2

Determining if the include file malloc.h exists failed with the following output: Change Dir: /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp

Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_a8f6b/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_a8f6b.dir/build.make CMakeFiles/cmTC_a8f6b.dir/build Building C object CMakeFiles/cmTC_a8f6b.dir/CheckIncludeFile.c.o /usr/bin/gcc -D_LARGEFILE_SOURCE -D_LARGE_FILES -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_a8f6b.dir/CheckIncludeFile.c.o -c /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: 'malloc.h' file not found

include

     ^~~~~~~~~~

1 error generated. make[1]: [CMakeFiles/cmTC_a8f6b.dir/CheckIncludeFile.c.o] Error 1 make: [cmTC_a8f6b/fast] Error 2

Determining if the include file dirent.h exists failed with the following output: Change Dir: /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp

Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_45c3d/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_45c3d.dir/build.make CMakeFiles/cmTC_45c3d.dir/build Building C object CMakeFiles/cmTC_45c3d.dir/CheckIncludeFile.c.o /usr/bin/gcc -D_LARGEFILE_SOURCE -D_LARGE_FILES -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_45c3d.dir/CheckIncludeFile.c.o -c /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/dirent.h:64: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/_types.h:27: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:32: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/cdefs.h:784:2: error: Unsupported architecture

error Unsupported architecture

^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/dirent.h:64: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/_types.h:27: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:33: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/machine/_types.h:34:2: error: architecture not supported

error architecture not supported

^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/dirent.h:64: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/_types.h:27: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:55:9: error: unknown type name 'int64_t' typedef __int64_t darwin_blkcnt_t; / total blocks / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:56:9: error: unknown type name 'int32_t' typedef __int32_t darwin_blksize_t; / preferred block size / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:57:9: error: unknown type name 'int32_t' typedef __int32_t darwin_dev_t; / dev_t / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:60:9: error: unknown type name 'uint32_t' typedef __uint32_t darwin_gid_t; / [???] process and group IDs / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:61:9: error: unknown type name 'uint32_t' typedef __uint32_t darwin_id_t; / [XSI] pid_t, uid_t, or gid_t/ ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:62:9: error: unknown type name 'uint64_t' typedef __uint64_t darwin_ino64_t; / [???] Used for 64 bit inodes / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:68:9: error: unknown type name 'darwin_natural_t' typedef darwin_natural_t darwin_mach_port_name_t; / Used by mach / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t' typedef uint16_t darwin_mode_t; / [???] Some file attributes / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t' typedef int64_t darwin_off_t; / [???] Used for file sizes / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t' typedef int32_t darwin_pid_t; / [???] process and group IDs / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t' typedef uint32_t darwin_sigset_t; / [???] signal set / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t' typedef int32_t darwin_suseconds_t; / [???] microseconds / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t' typedef uint32_t darwin_uid_t; / [???] user IDs / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t' typedef uint32_t darwin_useconds_t; / [???] microseconds / ^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/dirent.h:65: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/dirent.h:112:15: error: unknown type name 'uint64_t' struct dirent DARWIN_STRUCT_DIRENTRY; ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/dirent.h:103:2: note: expanded from macro 'DARWIN_STRUCT_DIRENTRY' uint64_t d_ino; / file number of entry / \ ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/dirent.h:112:15: error: unknown type name 'uint64_t' /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/dirent.h:104:2: note: expanded from macro 'DARWIN_STRUCT_DIRENTRY' uint64_t d_seekoff; / seek offset (optional, used by servers) / \ ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/dirent.h:112:15: error: unknown type name '__uint16_t' /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/dirent.h:105:2: note: expanded from macro 'DARWIN_STRUCT_DIRENTRY' uint16_t d_reclen; / length of this record / \ ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. make[1]: [CMakeFiles/cmTC_45c3d.dir/CheckIncludeFile.c.o] Error 1 make: [cmTC_45c3d/fast] Error 2

Determining if the include file strings.h exists failed with the following output: Change Dir: /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp

Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_83728/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_83728.dir/build.make CMakeFiles/cmTC_83728.dir/build Building C object CMakeFiles/cmTC_83728.dir/CheckIncludeFile.c.o /usr/bin/gcc -D_LARGEFILE_SOURCE -D_LARGE_FILES -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_83728.dir/CheckIncludeFile.c.o -c /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/strings.h:61: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/_types.h:27: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:32: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/cdefs.h:784:2: error: Unsupported architecture

error Unsupported architecture

^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/strings.h:61: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/_types.h:27: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:33: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/machine/_types.h:34:2: error: architecture not supported

error architecture not supported

^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/strings.h:61: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/_types.h:27: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:55:9: error: unknown type name 'int64_t' typedef __int64_t darwin_blkcnt_t; / total blocks / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:56:9: error: unknown type name 'int32_t' typedef __int32_t darwin_blksize_t; / preferred block size / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:57:9: error: unknown type name 'int32_t' typedef __int32_t darwin_dev_t; / dev_t / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:60:9: error: unknown type name 'uint32_t' typedef __uint32_t darwin_gid_t; / [???] process and group IDs / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:61:9: error: unknown type name 'uint32_t' typedef __uint32_t darwin_id_t; / [XSI] pid_t, uid_t, or gid_t/ ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:62:9: error: unknown type name 'uint64_t' typedef __uint64_t darwin_ino64_t; / [???] Used for 64 bit inodes / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:68:9: error: unknown type name 'darwin_natural_t' typedef darwin_natural_t darwin_mach_port_name_t; / Used by mach / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t' typedef uint16_t darwin_mode_t; / [???] Some file attributes / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t' typedef int64_t darwin_off_t; / [???] Used for file sizes / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t' typedef int32_t darwin_pid_t; / [???] process and group IDs / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t' typedef uint32_t darwin_sigset_t; / [???] signal set / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t' typedef int32_t darwin_suseconds_t; / [???] microseconds / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t' typedef uint32_t darwin_uid_t; / [???] user IDs / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t' typedef uint32_t __darwin_useconds_t; / [???] microseconds / ^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/strings.h:65: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types/_size_t.h:31:9: error: unknown type name 'darwin_size_t'; did you mean 'darwin_ino_t'? typedef darwin_size_t size_t; ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:64:26: note: 'darwin_ino_t' declared here typedef darwin_ino64_t darwin_ino_t; / [???] Used for inodes / ^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/strings.h:92: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/string.h:141: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types/_rsize_t.h:30: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/machine/types.h:37:2: error: architecture not supported

error architecture not supported

^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/strings.h:92: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/string.h:141: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types/_rsize_t.h:31:9: error: unknown type name 'darwin_size_t'; did you mean 'darwin_ino_t'? typedef darwin_size_t rsize_t; ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:64:26: note: 'darwin_ino_t' declared here typedef darwin_ino64_t darwin_ino_t; / [???] Used for inodes / ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. make[1]: [CMakeFiles/cmTC_83728.dir/CheckIncludeFile.c.o] Error 1 make: [cmTC_83728/fast] Error 2

Determining if the include file cpuid.h exists failed with the following output: Change Dir: /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp

Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_2475b/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_2475b.dir/build.make CMakeFiles/cmTC_2475b.dir/build Building C object CMakeFiles/cmTC_2475b.dir/CheckIncludeFile.c.o /usr/bin/gcc -D_LARGEFILE_SOURCE -D_LARGE_FILES -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_2475b.dir/CheckIncludeFile.c.o -c /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include/cpuid.h:25:2: error: this header is for x86 only

error this header is for x86 only

^ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include/cpuid.h:281:5: error: invalid output constraint '=a' in asm cpuid(leaf, eax, ebx, ecx, edx); ^ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include/cpuid.h:246:11: note: expanded from macro 'cpuid' : "=a"(eax), "=r" (ebx), "=c"(ecx), "=d"(edx) \ ^ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include/cpuid.h:296:5: error: invalid output constraint '=a' in asm cpuid(leaf, *eax, __ebx, ecx, *edx); ^ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include/cpuid.h:246:11: note: expanded from macro 'cpuid' : "=a"(eax), "=r" (ebx), "=c"(ecx), "=d"(edx) \ ^ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include/cpuid.h:310:5: error: invalid output constraint '=a' in asm cpuid_count(leaf, subleaf, __eax, ebx, *ecx, *edx); ^ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include/cpuid.h:253:11: note: expanded from macro 'cpuid_count' : "=a"(eax), "=r" (ebx), "=c"(ecx), "=d"(edx) \ ^ 4 errors generated. make[1]: [CMakeFiles/cmTC_2475b.dir/CheckIncludeFile.c.o] Error 1 make: [cmTC_2475b/fast] Error 2

Determining if the include file intrin.h exists failed with the following output: Change Dir: /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp

Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_e3e7e/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_e3e7e.dir/build.make CMakeFiles/cmTC_e3e7e.dir/build Building C object CMakeFiles/cmTC_e3e7e.dir/CheckIncludeFile.c.o /usr/bin/gcc -D_LARGEFILE_SOURCE -D_LARGE_FILES -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_e3e7e.dir/CheckIncludeFile.c.o -c /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include/intrin.h:26:15: fatal error: 'intrin.h' file not found

include_next

          ^~~~~~~~~~

1 error generated. make[1]: [CMakeFiles/cmTC_e3e7e.dir/CheckIncludeFile.c.o] Error 1 make: [cmTC_e3e7e/fast] Error 2

Determining if the include file sys/sysconf.h exists failed with the following output: Change Dir: /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp

Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_07e33/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_07e33.dir/build.make CMakeFiles/cmTC_07e33.dir/build Building C object CMakeFiles/cmTC_07e33.dir/CheckIncludeFile.c.o /usr/bin/gcc -D_LARGEFILE_SOURCE -D_LARGE_FILES -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_07e33.dir/CheckIncludeFile.c.o -c /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: 'sys/sysconf.h' file not found

include <sys/sysconf.h>

     ^~~~~~~~~~~~~~~

1 error generated. make[1]: [CMakeFiles/cmTC_07e33.dir/CheckIncludeFile.c.o] Error 1 make: [cmTC_07e33/fast] Error 2

Determining if the include file fenv.h exists failed with the following output: Change Dir: /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp

Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_71aa1/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_71aa1.dir/build.make CMakeFiles/cmTC_71aa1.dir/build Building C object CMakeFiles/cmTC_71aa1.dir/CheckIncludeFile.c.o /usr/bin/gcc -D_LARGEFILE_SOURCE -D_LARGE_FILES -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_71aa1.dir/CheckIncludeFile.c.o -c /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c Linking C executable cmTC_71aa1 /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_71aa1.dir/link.txt --verbose=1 /usr/bin/gcc -D_LARGEFILE_SOURCE -D_LARGE_FILES -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_71aa1.dir/CheckIncludeFile.c.o -o cmTC_71aa1 ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/lib/darwin/libclang_rt.osx.a, missing required architecture armv7 in file /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/lib/darwin/libclang_rt.osx.a (3 slices)ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libSystem.tbd, missing required architecture armv7 in file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libSystem.tbd

ld: dynamic main executables must link with libSystem.dylib for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[1]: [cmTC_71aa1] Error 1 make: [cmTC_71aa1/fast] Error 2

Determining if the include file float.h exists failed with the following output: Change Dir: /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp

Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_ce9a7/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_ce9a7.dir/build.make CMakeFiles/cmTC_ce9a7.dir/build Building C object CMakeFiles/cmTC_ce9a7.dir/CheckIncludeFile.c.o /usr/bin/gcc -D_LARGEFILE_SOURCE -D_LARGE_FILES -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_ce9a7.dir/CheckIncludeFile.c.o -c /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c Linking C executable cmTC_ce9a7 /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ce9a7.dir/link.txt --verbose=1 /usr/bin/gcc -D_LARGEFILE_SOURCE -D_LARGE_FILES -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ce9a7.dir/CheckIncludeFile.c.o -o cmTC_ce9a7 ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/lib/darwin/libclang_rt.osx.a, missing required architecture armv7 in file /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/lib/darwin/libclang_rt.osx.a (3 slices) ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libSystem.tbd, missing required architecture armv7 in file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libSystem.tbd ld: dynamic main executables must link with libSystem.dylib for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[1]: [cmTC_ce9a7] Error 1 make: [cmTC_ce9a7/fast] Error 2

Determining if the include file ieeefp.h exists failed with the following output: Change Dir: /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp

Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_83dd3/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_83dd3.dir/build.make CMakeFiles/cmTC_83dd3.dir/build Building C object CMakeFiles/cmTC_83dd3.dir/CheckIncludeFile.c.o /usr/bin/gcc -D_LARGEFILE_SOURCE -D_LARGE_FILES -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_83dd3.dir/CheckIncludeFile.c.o -c /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: 'ieeefp.h' file not found

include

     ^~~~~~~~~~

1 error generated. make[1]: [CMakeFiles/cmTC_83dd3.dir/CheckIncludeFile.c.o] Error 1 make: [cmTC_83dd3/fast] Error 2

Determining if the include file guiddef.h exists failed with the following output: Change Dir: /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp

Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_3c8f7/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_3c8f7.dir/build.make CMakeFiles/cmTC_3c8f7.dir/build Building C object CMakeFiles/cmTC_3c8f7.dir/CheckIncludeFile.c.o /usr/bin/gcc -D_LARGEFILE_SOURCE -D_LARGE_FILES -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_3c8f7.dir/CheckIncludeFile.c.o -c /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: 'guiddef.h' file not found

include

     ^~~~~~~~~~~

1 error generated. make[1]: [CMakeFiles/cmTC_3c8f7.dir/CheckIncludeFile.c.o] Error 1 make: [cmTC_3c8f7/fast] Error 2

Determining if the include file initguid.h exists failed with the following output: Change Dir: /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp

Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_5b0c1/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_5b0c1.dir/build.make CMakeFiles/cmTC_5b0c1.dir/build Building C object CMakeFiles/cmTC_5b0c1.dir/CheckIncludeFile.c.o /usr/bin/gcc -D_LARGEFILE_SOURCE -D_LARGE_FILES -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_5b0c1.dir/CheckIncludeFile.c.o -c /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: 'initguid.h' file not found

include

     ^~~~~~~~~~~~

1 error generated. make[1]: [CMakeFiles/cmTC_5b0c1.dir/CheckIncludeFile.c.o] Error 1 make: [cmTC_5b0c1/fast] Error 2

Determining if the function pow exists in the m failed with the following output: Change Dir: /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp

Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_d5099/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_d5099.dir/build.make CMakeFiles/cmTC_d5099.dir/build Building C object CMakeFiles/cmTC_d5099.dir/CheckFunctionExists.c.o /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=pow -D_LARGEFILE_SOURCE -D_LARGE_FILES -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_d5099.dir/CheckFunctionExists.c.o -c /usr/local/share/cmake-3.15/Modules/CheckFunctionExists.c /usr/local/share/cmake-3.15/Modules/CheckFunctionExists.c:7:3: warning: incompatible redeclaration of library function 'pow' [-Wincompatible-library-redeclaration] CHECK_FUNCTION_EXISTS(void); ^ :1:31: note: expanded from here

define CHECK_FUNCTION_EXISTS pow

                          ^

/usr/local/share/cmake-3.15/Modules/CheckFunctionExists.c:7:3: note: 'pow' is a builtin with type 'double (double, double)' :1:31: note: expanded from here

define CHECK_FUNCTION_EXISTS pow

                          ^

1 warning generated. /usr/local/share/cmake-3.15/Modules/CheckFunctionExists.c:7:3: warning: incompatible redeclaration of library function 'pow' [-Wincompatible-library-redeclaration] CHECK_FUNCTION_EXISTS(void); ^ :1:31: note: expanded from here

define CHECK_FUNCTION_EXISTS pow

                          ^

/usr/local/share/cmake-3.15/Modules/CheckFunctionExists.c:7:3: note: 'pow' is a builtin with type 'double (double, double)' :1:31: note: expanded from here

define CHECK_FUNCTION_EXISTS pow

                          ^

1 warning generated. /usr/local/share/cmake-3.15/Modules/CheckFunctionExists.c:7:3: warning: incompatible redeclaration of library function 'pow' [-Wincompatible-library-redeclaration] CHECK_FUNCTION_EXISTS(void); ^ :1:31: note: expanded from here

define CHECK_FUNCTION_EXISTS pow

                          ^

/usr/local/share/cmake-3.15/Modules/CheckFunctionExists.c:7:3: note: 'pow' is a builtin with type 'double (double, double)' :1:31: note: expanded from here

define CHECK_FUNCTION_EXISTS pow

                          ^

1 warning generated. Linking C executable cmTC_d5099 /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d5099.dir/link.txt --verbose=1 /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=pow -D_LARGEFILE_SOURCE -D_LARGE_FILES -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_d5099.dir/CheckFunctionExists.c.o -o cmTC_d5099 -lm ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/lib/darwin/libclang_rt.osx.a, missing required architecture armv7 in file /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/lib/darwin/libclang_rt.osx.a (3 slices) ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libSystem.tbd, missing required architecture armv7 in file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libSystem.tbd ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libm.tbd, missing required architecture armv7 in file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libm.tbd Undefined symbols for architecture armv7: "_pow", referenced from: _main in CheckFunctionExists.c.o ld: symbol(s) not found for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[1]: [cmTC_d5099] Error 1 make: [cmTC_d5099/fast] Error 2

Determining if the function dlopen exists in the dl failed with the following output: Change Dir: /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp

Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_dcf26/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_dcf26.dir/build.make CMakeFiles/cmTC_dcf26.dir/build Building C object CMakeFiles/cmTC_dcf26.dir/CheckFunctionExists.c.o /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=dlopen -D_LARGEFILE_SOURCE -D_LARGE_FILES -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_dcf26.dir/CheckFunctionExists.c.o -c /usr/local/share/cmake-3.15/Modules/CheckFunctionExists.c Linking C executable cmTC_dcf26 /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_dcf26.dir/link.txt --verbose=1 /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=dlopen -D_LARGEFILE_SOURCE -D_LARGE_FILES -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_dcf26.dir/CheckFunctionExists.c.o -o cmTC_dcf26 -ldl ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libSystem.tbd, missing required architecture armv7 in file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libSystem.tbd ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libdl.tbd, missing required architecture armv7 in file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libdl.tbd ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/lib/darwin/libclang_rt.osx.a, missing required architecture armv7 in file /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/lib/darwin/libclang_rt.osx.a (3 slices) Undefined symbols for architecture armv7: "_dlopen", referenced from: _main in CheckFunctionExists.c.o ld: symbol(s) not found for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[1]: [cmTC_dcf26] Error 1 make: [cmTC_dcf26/fast] Error 2

Determining if the include file dlfcn.h exists failed with the following output: Change Dir: /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp

Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_8afee/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_8afee.dir/build.make CMakeFiles/cmTC_8afee.dir/build Building C object CMakeFiles/cmTC_8afee.dir/CheckIncludeFile.c.o /usr/bin/gcc -D_LARGEFILE_SOURCE -D_LARGE_FILES -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_8afee.dir/CheckIncludeFile.c.o -c /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/dlfcn.h:37: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/cdefs.h:784:2: error: Unsupported architecture

error Unsupported architecture

^ 1 error generated. make[1]: [CMakeFiles/cmTC_8afee.dir/CheckIncludeFile.c.o] Error 1 make: [cmTC_8afee/fast] Error 2

Determining if the sysconf exist failed with the following output: Change Dir: /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp

Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_095fb/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_095fb.dir/build.make CMakeFiles/cmTC_095fb.dir/build Building C object CMakeFiles/cmTC_095fb.dir/CheckSymbolExists.c.o /usr/bin/gcc -D_LARGEFILE_SOURCE -D_LARGE_FILES -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_095fb.dir/CheckSymbolExists.c.o -c /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/unistd.h:71: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/_types.h:27: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:32: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/cdefs.h:784:2: error: Unsupported architecture

error Unsupported architecture

^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/unistd.h:71: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/_types.h:27: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:33: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/machine/_types.h:34:2: error: architecture not supported

error architecture not supported

^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/unistd.h:71: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/_types.h:27: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:55:9: error: unknown type name 'int64_t' typedef __int64_t darwin_blkcnt_t; / total blocks / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:56:9: error: unknown type name 'int32_t' typedef __int32_t darwin_blksize_t; / preferred block size / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:57:9: error: unknown type name 'int32_t' typedef __int32_t darwin_dev_t; / dev_t / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:60:9: error: unknown type name 'uint32_t' typedef __uint32_t darwin_gid_t; / [???] process and group IDs / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:61:9: error: unknown type name 'uint32_t' typedef __uint32_t darwin_id_t; / [XSI] pid_t, uid_t, or gid_t/ ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:62:9: error: unknown type name 'uint64_t' typedef __uint64_t darwin_ino64_t; / [???] Used for 64 bit inodes / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:68:9: error: unknown type name 'darwin_natural_t' typedef darwin_natural_t darwin_mach_port_name_t; / Used by mach / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t' typedef uint16_t darwin_mode_t; / [???] Some file attributes / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t' typedef int64_t darwin_off_t; / [???] Used for file sizes / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t' typedef int32_t darwin_pid_t; / [???] process and group IDs / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t' typedef uint32_t darwin_sigset_t; / [???] signal set / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t' typedef int32_t darwin_suseconds_t; / [???] microseconds / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t' typedef uint32_t darwin_uid_t; / [???] user IDs / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t' typedef uint32_t __darwin_useconds_t; / [???] microseconds / ^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/unistd.h:72: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/unistd.h:180: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types/_size_t.h:31:9: error: unknown type name 'darwin_size_t'; did you mean 'darwin_ino_t'? typedef darwin_size_t size_t; ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:64:26: note: 'darwin_ino_t' declared here typedef darwin_ino64_t darwin_ino_t; / [???] Used for inodes / ^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/unistd.h:72: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/unistd.h:199: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types/_ssize_t.h:30: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/machine/types.h:37:2: error: architecture not supported

error architecture not supported

^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/unistd.h:72: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/unistd.h:199: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types/_ssize_t.h:31:9: error: unknown type name 'darwin_ssize_t' typedef darwin_ssize_t ssize_t; ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. make[1]: [CMakeFiles/cmTC_095fb.dir/CheckSymbolExists.c.o] Error 1 make: [cmTC_095fb/fast] Error 2

File /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: / /

include

int main(int argc, char** argv) { (void)argv;

ifndef sysconf

return ((int*)(&sysconf))[argc];

else

(void)argc; return 0;

endif

}

Determining if the aligned_alloc exist failed with the following output: Change Dir: /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp

Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_ca2ca/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_ca2ca.dir/build.make CMakeFiles/cmTC_ca2ca.dir/build Building C object CMakeFiles/cmTC_ca2ca.dir/CheckSymbolExists.c.o /usr/bin/gcc -D_LARGEFILE_SOURCE -D_LARGE_FILES -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_ca2ca.dir/CheckSymbolExists.c.o -c /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:62: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/cdefs.h:784:2: error: Unsupported architecture

error Unsupported architecture

^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:64: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/_types.h:27: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:33: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/machine/_types.h:34:2: error: architecture not supported

error architecture not supported

^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:64: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/_types.h:27: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:55:9: error: unknown type name 'int64_t' typedef __int64_t darwin_blkcnt_t; / total blocks / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:56:9: error: unknown type name 'int32_t' typedef __int32_t darwin_blksize_t; / preferred block size / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:57:9: error: unknown type name 'int32_t' typedef __int32_t darwin_dev_t; / dev_t / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:60:9: error: unknown type name 'uint32_t' typedef __uint32_t darwin_gid_t; / [???] process and group IDs / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:61:9: error: unknown type name 'uint32_t' typedef __uint32_t darwin_id_t; / [XSI] pid_t, uid_t, or gid_t/ ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:62:9: error: unknown type name 'uint64_t' typedef __uint64_t darwin_ino64_t; / [???] Used for 64 bit inodes / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:68:9: error: unknown type name 'darwin_natural_t' typedef darwin_natural_t darwin_mach_port_name_t; / Used by mach / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t' typedef uint16_t darwin_mode_t; / [???] Some file attributes / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t' typedef int64_t darwin_off_t; / [???] Used for file sizes / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t' typedef int32_t darwin_pid_t; / [???] process and group IDs / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t' typedef uint32_t darwin_sigset_t; / [???] signal set / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t' typedef int32_t darwin_suseconds_t; / [???] microseconds / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t' typedef uint32_t darwin_uid_t; / [???] user IDs / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t' typedef uint32_t __darwin_useconds_t; / [???] microseconds / ^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:66: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/wait.h:109: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/signal.h:82: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/machine/signal.h:34:2: error: architecture not supported

error architecture not supported

^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:66: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/wait.h:109: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/signal.h:146: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/machine/_mcontext.h:31:2: error: architecture not supported

error architecture not supported

^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:66: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/wait.h:109: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/signal.h:150: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types/_sigaltstack.h:40: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/machine/types.h:37:2: error: architecture not supported

error architecture not supported

^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. make[1]: [CMakeFiles/cmTC_ca2ca.dir/CheckSymbolExists.c.o] Error 1 make: [cmTC_ca2ca/fast] Error 2

File /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: / /

include

int main(int argc, char** argv) { (void)argv;

ifndef aligned_alloc

return ((int*)(&aligned_alloc))[argc];

else

(void)argc; return 0;

endif

}

Determining if the posix_memalign exist failed with the following output: Change Dir: /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp

Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_85242/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_85242.dir/build.make CMakeFiles/cmTC_85242.dir/build Building C object CMakeFiles/cmTC_85242.dir/CheckSymbolExists.c.o /usr/bin/gcc -D_LARGEFILE_SOURCE -D_LARGE_FILES -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_85242.dir/CheckSymbolExists.c.o -c /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:62: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/cdefs.h:784:2: error: Unsupported architecture

error Unsupported architecture

^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:64: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/_types.h:27: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:33: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/machine/_types.h:34:2: error: architecture not supported

error architecture not supported

^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:64: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/_types.h:27: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:55:9: error: unknown type name 'int64_t' typedef __int64_t darwin_blkcnt_t; / total blocks / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:56:9: error: unknown type name 'int32_t' typedef __int32_t darwin_blksize_t; / preferred block size / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:57:9: error: unknown type name 'int32_t' typedef __int32_t darwin_dev_t; / dev_t / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:60:9: error: unknown type name 'uint32_t' typedef __uint32_t darwin_gid_t; / [???] process and group IDs / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:61:9: error: unknown type name 'uint32_t' typedef __uint32_t darwin_id_t; / [XSI] pid_t, uid_t, or gid_t/ ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:62:9: error: unknown type name 'uint64_t' typedef __uint64_t darwin_ino64_t; / [???] Used for 64 bit inodes / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:68:9: error: unknown type name 'darwin_natural_t' typedef darwin_natural_t darwin_mach_port_name_t; / Used by mach / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t' typedef uint16_t darwin_mode_t; / [???] Some file attributes / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t' typedef int64_t darwin_off_t; / [???] Used for file sizes / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t' typedef int32_t darwin_pid_t; / [???] process and group IDs / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t' typedef uint32_t darwin_sigset_t; / [???] signal set / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t' typedef int32_t darwin_suseconds_t; / [???] microseconds / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t' typedef uint32_t darwin_uid_t; / [???] user IDs / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t' typedef uint32_t __darwin_useconds_t; / [???] microseconds / ^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:66: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/wait.h:109: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/signal.h:82: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/machine/signal.h:34:2: error: architecture not supported

error architecture not supported

^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:66: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/wait.h:109: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/signal.h:146: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/machine/_mcontext.h:31:2: error: architecture not supported

error architecture not supported

^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:66: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/wait.h:109: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/signal.h:150: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types/_sigaltstack.h:40: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/machine/types.h:37:2: error: architecture not supported

error architecture not supported

^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. make[1]: [CMakeFiles/cmTC_85242.dir/CheckSymbolExists.c.o] Error 1 make: [cmTC_85242/fast] Error 2

File /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: / /

include

int main(int argc, char** argv) { (void)argv;

ifndef posix_memalign

return ((int*)(&posix_memalign))[argc];

else

(void)argc; return 0;

endif

}

Determining if the _aligned_malloc exist failed with the following output: Change Dir: /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp

Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_d3f10/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_d3f10.dir/build.make CMakeFiles/cmTC_d3f10.dir/build Building C object CMakeFiles/cmTC_d3f10.dir/CheckSymbolExists.c.o /usr/bin/gcc -D_LARGEFILE_SOURCE -D_LARGE_FILES -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_d3f10.dir/CheckSymbolExists.c.o -c /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:10: fatal error: 'malloc.h' file not found

include

     ^~~~~~~~~~

1 error generated. make[1]: [CMakeFiles/cmTC_d3f10.dir/CheckSymbolExists.c.o] Error 1 make: [cmTC_d3f10/fast] Error 2

File /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: / /

include

int main(int argc, char** argv) { (void)argv;

ifndef _aligned_malloc

return ((int*)(&_aligned_malloc))[argc];

else

(void)argc; return 0;

endif

}

Determining if the proc_pidpath exist failed with the following output: Change Dir: /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp

Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_ffcce/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_ffcce.dir/build.make CMakeFiles/cmTC_ffcce.dir/build Building C object CMakeFiles/cmTC_ffcce.dir/CheckSymbolExists.c.o /usr/bin/gcc -D_LARGEFILE_SOURCE -D_LARGE_FILES -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_ffcce.dir/CheckSymbolExists.c.o -c /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libproc.h:26: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/cdefs.h:784:2: error: Unsupported architecture

error Unsupported architecture

^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libproc.h:27: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/param.h:79: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:33: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/machine/_types.h:34:2: error: architecture not supported

error architecture not supported

^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libproc.h:27: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/param.h:79: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:55:9: error: unknown type name 'int64_t' typedef __int64_t darwin_blkcnt_t; / total blocks / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:56:9: error: unknown type name 'int32_t' typedef __int32_t darwin_blksize_t; / preferred block size / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:57:9: error: unknown type name 'int32_t' typedef __int32_t darwin_dev_t; / dev_t / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:60:9: error: unknown type name 'uint32_t' typedef __uint32_t darwin_gid_t; / [???] process and group IDs / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:61:9: error: unknown type name 'uint32_t' typedef __uint32_t darwin_id_t; / [XSI] pid_t, uid_t, or gid_t/ ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:62:9: error: unknown type name 'uint64_t' typedef __uint64_t darwin_ino64_t; / [???] Used for 64 bit inodes / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:68:9: error: unknown type name 'darwin_natural_t' typedef darwin_natural_t darwin_mach_port_name_t; / Used by mach / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t' typedef uint16_t darwin_mode_t; / [???] Some file attributes / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t' typedef int64_t darwin_off_t; / [???] Used for file sizes / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t' typedef int32_t darwin_pid_t; / [???] process and group IDs / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t' typedef uint32_t darwin_sigset_t; / [???] signal set / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t' typedef int32_t darwin_suseconds_t; / [???] microseconds / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t' typedef uint32_t darwin_uid_t; / [???] user IDs / ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t' typedef uint32_t __darwin_useconds_t; / [???] microseconds / ^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libproc.h:27: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/param.h:83: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/types.h:78: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/machine/types.h:37:2: error: architecture not supported

error architecture not supported

^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libproc.h:27: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/param.h:83: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/types.h:81: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/machine/endian.h:37:2: error: architecture not supported

error architecture not supported

^ In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libproc.h:27: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/param.h:83: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/types.h:95:9: error: unknown type name 'u_int64_t' typedef u_int64_t u_quad_t; / quads / ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. make[1]: [CMakeFiles/cmTC_ffcce.dir/CheckSymbolExists.c.o] Error 1 make: [cmTC_ffcce/fast] Error 2

File /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: / /

include

int main(int argc, char** argv) { (void)argv;

ifndef proc_pidpath

return ((int*)(&proc_pidpath))[argc];

else

(void)argc; return 0;

endif

}

Determining if the lrintf exist failed with the following output: Change Dir: /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp

Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_d011e/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_d011e.dir/build.make CMakeFiles/cmTC_d011e.dir/build Building C object CMakeFiles/cmTC_d011e.dir/CheckSymbolExists.c.o /usr/bin/gcc -D_LARGEFILE_SOURCE -D_LARGE_FILES -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_d011e.dir/CheckSymbolExists.c.o -c /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/math.h:30: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/cdefs.h:784:2: error: Unsupported architecture

error Unsupported architecture

^ 1 error generated. make[1]: [CMakeFiles/cmTC_d011e.dir/CheckSymbolExists.c.o] Error 1 make: [cmTC_d011e/fast] Error 2

File /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: / /

include

int main(int argc, char** argv) { (void)argv;

ifndef lrintf

return ((int*)(&lrintf))[argc];

else

(void)argc; return 0;

endif

}

Determining if the modff exist failed with the following output: Change Dir: /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp

Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_11391/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_11391.dir/build.make CMakeFiles/cmTC_11391.dir/build Building C object CMakeFiles/cmTC_11391.dir/CheckSymbolExists.c.o /usr/bin/gcc -D_LARGEFILE_SOURCE -D_LARGE_FILES -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_11391.dir/CheckSymbolExists.c.o -c /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/math.h:30: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/cdefs.h:784:2: error: Unsupported architecture

error Unsupported architecture

^ 1 error generated. make[1]: [CMakeFiles/cmTC_11391.dir/CheckSymbolExists.c.o] Error 1 make: [cmTC_11391/fast] Error 2

File /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: / /

include

int main(int argc, char** argv) { (void)argv;

ifndef modff

return ((int*)(&modff))[argc];

else

(void)argc; return 0;

endif

}

Determining if the log2f exist failed with the following output: Change Dir: /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp

Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_fd92e/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_fd92e.dir/build.make CMakeFiles/cmTC_fd92e.dir/build Building C object CMakeFiles/cmTC_fd92e.dir/CheckSymbolExists.c.o /usr/bin/gcc -D_LARGEFILE_SOURCE -D_LARGE_FILES -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_fd92e.dir/CheckSymbolExists.c.o -c /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/math.h:30: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/cdefs.h:784:2: error: Unsupported architecture

error Unsupported architecture

^ 1 error generated. make[1]: [CMakeFiles/cmTC_fd92e.dir/CheckSymbolExists.c.o] Error 1 make: [cmTC_fd92e/fast] Error 2

File /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: / /

include

int main(int argc, char** argv) { (void)argv;

ifndef log2f

return ((int*)(&log2f))[argc];

else

(void)argc; return 0;

endif

}

Determining if the cbrtf exist failed with the following output: Change Dir: /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp

Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_014cf/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_014cf.dir/build.make CMakeFiles/cmTC_014cf.dir/build Building C object CMakeFiles/cmTC_014cf.dir/CheckSymbolExists.c.o /usr/bin/gcc -D_LARGEFILE_SOURCE -D_LARGE_FILES -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_014cf.dir/CheckSymbolExists.c.o -c /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/math.h:30: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/cdefs.h:784:2: error: Unsupported architecture

error Unsupported architecture

^ 1 error generated. make[1]: [CMakeFiles/cmTC_014cf.dir/CheckSymbolExists.c.o] Error 1 make: [cmTC_014cf/fast] Error 2

File /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: / /

include

int main(int argc, char** argv) { (void)argv;

ifndef cbrtf

return ((int*)(&cbrtf))[argc];

else

(void)argc; return 0;

endif

}

Determining if the copysignf exist failed with the following output: Change Dir: /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp

Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_b6283/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_b6283.dir/build.make CMakeFiles/cmTC_b6283.dir/build Building C object CMakeFiles/cmTC_b6283.dir/CheckSymbolExists.c.o /usr/bin/gcc -D_LARGEFILE_SOURCE -D_LARGE_FILES -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_b6283.dir/CheckSymbolExists.c.o -c /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c In file included from /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/math.h:30: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/cdefs.h:784:2: error: Unsupported architecture

error Unsupported architecture

^ 1 error generated. make[1]: [CMakeFiles/cmTC_b6283.dir/CheckSymbolExists.c.o] Error 1 make: [cmTC_b6283/fast] Error 2

File /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: / /

include

int main(int argc, char** argv) { (void)argv;

ifndef copysignf

return ((int*)(&copysignf))[argc];

else

(void)argc; return 0;

endif

}

Determining if the function stat exists failed with the following output: Change Dir: /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp

Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_7d4d4/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_7d4d4.dir/build.make CMakeFiles/cmTC_7d4d4.dir/build Building C object CMakeFiles/cmTC_7d4d4.dir/CheckFunctionExists.c.o /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=stat -D_LARGEFILE_SOURCE -D_LARGE_FILES -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_7d4d4.dir/CheckFunctionExists.c.o -c /usr/local/share/cmake-3.15/Modules/CheckFunctionExists.c Linking C executable cmTC_7d4d4 /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7d4d4.dir/link.txt --verbose=1 /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=stat -D_LARGEFILE_SOURCE -D_LARGE_FILES -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_7d4d4.dir/CheckFunctionExists.c.o -o cmTC_7d4d4 ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/lib/darwin/libclang_rt.osx.a, missing required architecture armv7 in file /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/lib/darwin/libclang_rt.osx.a (3 slices) ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libSystem.tbd, missing required architecture armv7 in file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libSystem.tbd Undefined symbols for architecture armv7: "_stat", referenced from: _main in CheckFunctionExists.c.o ld: symbol(s) not found for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[1]: [cmTC_7d4d4] Error 1 make: [cmTC_7d4d4/fast] Error 2

Determining if the function strtof exists failed with the following output: Change Dir: /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp

Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_0e5ce/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_0e5ce.dir/build.make CMakeFiles/cmTC_0e5ce.dir/build Building C object CMakeFiles/cmTC_0e5ce.dir/CheckFunctionExists.c.o /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=strtof -D_LARGEFILE_SOURCE -D_LARGE_FILES -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_0e5ce.dir/CheckFunctionExists.c.o -c /usr/local/share/cmake-3.15/Modules/CheckFunctionExists.c /usr/local/share/cmake-3.15/Modules/CheckFunctionExists.c:7:3: warning: incompatible redeclaration of library function 'strtof' [-Wincompatible-library-redeclaration] CHECK_FUNCTION_EXISTS(void); ^ :1:31: note: expanded from here

define CHECK_FUNCTION_EXISTS strtof

                          ^

/usr/local/share/cmake-3.15/Modules/CheckFunctionExists.c:7:3: note: 'strtof' is a builtin with type 'float (const char *, char **)' :1:31: note: expanded from here

define CHECK_FUNCTION_EXISTS strtof

                          ^

1 warning generated. /usr/local/share/cmake-3.15/Modules/CheckFunctionExists.c:7:3: warning: incompatible redeclaration of library function 'strtof' [-Wincompatible-library-redeclaration] CHECK_FUNCTION_EXISTS(void); ^ :1:31: note: expanded from here

define CHECK_FUNCTION_EXISTS strtof

                          ^

/usr/local/share/cmake-3.15/Modules/CheckFunctionExists.c:7:3: note: 'strtof' is a builtin with type 'float (const char *, char **)' :1:31: note: expanded from here

define CHECK_FUNCTION_EXISTS strtof

                          ^

1 warning generated. /usr/local/share/cmake-3.15/Modules/CheckFunctionExists.c:7:3: warning: incompatible redeclaration of library function 'strtof' [-Wincompatible-library-redeclaration] CHECK_FUNCTION_EXISTS(void); ^ :1:31: note: expanded from here

define CHECK_FUNCTION_EXISTS strtof

                          ^

/usr/local/share/cmake-3.15/Modules/CheckFunctionExists.c:7:3: note: 'strtof' is a builtin with type 'float (const char *, char **)' :1:31: note: expanded from here

define CHECK_FUNCTION_EXISTS strtof

                          ^

1 warning generated. Linking C executable cmTC_0e5ce /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0e5ce.dir/link.txt --verbose=1 /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=strtof -D_LARGEFILE_SOURCE -D_LARGE_FILES -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_0e5ce.dir/CheckFunctionExists.c.o -o cmTC_0e5ce ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/lib/darwin/libclang_rt.osx.a, missing required architecture armv7 in file /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/lib/darwin/libclang_rt.osx.a (3 slices) ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libSystem.tbd, missing required architecture armv7 in file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libSystem.tbd Undefined symbols for architecture armv7: "_strtof", referenced from: _main in CheckFunctionExists.c.o ld: symbol(s) not found for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[1]: [cmTC_0e5ce] Error 1 make: [cmTC_0e5ce/fast] Error 2

Determining if the function strcasecmp exists failed with the following output: Change Dir: /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp

Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_79833/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_79833.dir/build.make CMakeFiles/cmTC_79833.dir/build Building C object CMakeFiles/cmTC_79833.dir/CheckFunctionExists.c.o /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=strcasecmp -D_LARGEFILE_SOURCE -D_LARGE_FILES -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_79833.dir/CheckFunctionExists.c.o -c /usr/local/share/cmake-3.15/Modules/CheckFunctionExists.c /usr/local/share/cmake-3.15/Modules/CheckFunctionExists.c:7:3: warning: incompatible redeclaration of library function 'strcasecmp' [-Wincompatible-library-redeclaration] CHECK_FUNCTION_EXISTS(void); ^ :1:31: note: expanded from here

define CHECK_FUNCTION_EXISTS strcasecmp

                          ^

/usr/local/share/cmake-3.15/Modules/CheckFunctionExists.c:7:3: note: 'strcasecmp' is a builtin with type 'int (const char , const char )' :1:31: note: expanded from here

define CHECK_FUNCTION_EXISTS strcasecmp

                          ^

1 warning generated. /usr/local/share/cmake-3.15/Modules/CheckFunctionExists.c:7:3: warning: incompatible redeclaration of library function 'strcasecmp' [-Wincompatible-library-redeclaration] CHECK_FUNCTION_EXISTS(void); ^ :1:31: note: expanded from here

define CHECK_FUNCTION_EXISTS strcasecmp

                          ^

/usr/local/share/cmake-3.15/Modules/CheckFunctionExists.c:7:3: note: 'strcasecmp' is a builtin with type 'int (const char , const char )' :1:31: note: expanded from here

define CHECK_FUNCTION_EXISTS strcasecmp

                          ^

1 warning generated. /usr/local/share/cmake-3.15/Modules/CheckFunctionExists.c:7:3: warning: incompatible redeclaration of library function 'strcasecmp' [-Wincompatible-library-redeclaration] CHECK_FUNCTION_EXISTS(void); ^ :1:31: note: expanded from here

define CHECK_FUNCTION_EXISTS strcasecmp

                          ^

/usr/local/share/cmake-3.15/Modules/CheckFunctionExists.c:7:3: note: 'strcasecmp' is a builtin with type 'int (const char , const char )' :1:31: note: expanded from here

define CHECK_FUNCTION_EXISTS strcasecmp

                          ^

1 warning generated. Linking C executable cmTC_79833 /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_79833.dir/link.txt --verbose=1 /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=strcasecmp -D_LARGEFILE_SOURCE -D_LARGE_FILES -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_79833.dir/CheckFunctionExists.c.o -o cmTC_79833 ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/lib/darwin/libclang_rt.osx.a, missing required architecture armv7 in file /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/lib/darwin/libclang_rt.osx.a (3 slices) ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libSystem.tbd, missing required architecture armv7 in file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libSystem.tbd Undefined symbols for architecture armv7: "_strcasecmp", referenced from: _main in CheckFunctionExists.c.o ld: symbol(s) not found for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[1]: [cmTC_79833] Error 1 make: [cmTC_79833/fast] Error 2

Determining if the function _stricmp exists failed with the following output: Change Dir: /Users/mac/Documents/projects/1-2-openal/1-0-code/openal-soft-1.19.1/build/CMakeFiles/CMakeTmp

Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_173a6/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_173a6.dir/build.make CMakeFiles/cmTC_173a6.dir/build Building C object CMakeFiles/cmTC_173a6.dir/CheckFunctionExists.c.o /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=_stricmp -D_LARGEFILE_SOURCE -D_LARGE_FILES -arch armv7 -arch armv7s -arch arm64 -o CMakeFiles/cmTC_173a6.dir/CheckFunctionExists.c.o -c /usr/local/share/cmake-3.15/Modules/CheckFunctionExists.c Linking C executable cmTC_173a6 /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_173a6.dir/link.txt --verbose=1 /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=_stricmp -D_LARGEFILE_SOURCE -D_LARGE_FILES -arch armv7 -arch armv7s -arch arm64 -Wl,-headerpad_max_install_names CMakeFiles/cmTC_173a6.dir/CheckFunctionExists.c.o -o cmTC_173a6 ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/lib/darwin/libclang_rt.osx.a, missing required architecture armv7 in file /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/lib/darwin/libclang_rt.osx.a (3 slices) ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libSystem.tbd, missing required architecture armv7 in file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libSystem.tbd Undefined symbols for architecture armv7: "__stricmp", referenced from: _main in CheckFunctionExists.c.o ld: symbol(s) not found for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[1]: [cmTC_173a6] Error 1 make: [cmTC_173a6/fast] Error 2

kcat commented 5 years ago

What was the actual output from cmake? The error log alone isn't too helpful since some errors are fine and expected (it's checking various things that not all systems will have, to know what's supported), while cmake's output will say where it has an unexpected problem.

ghost commented 5 years ago

What was the actual output from cmake? The error log alone isn't too helpful since some errors are fine and expected (it's checking various things that not all systems will have, to know what's supported), while cmake's output will say where it has an unexpected problem.

Here is the CMakeOutput.log:

The target system is: Darwin - 1 - The host system is: Darwin - 18.7.0 - x86_64

Openal is a great project! I use it perfectly on android. I would love to be able to use it on ios. Many people think so! I don't know if my compilation method is feasible. Do you have any experience of successful compilation on MAC for IOS? Could you please provide us with a compilation tutorial ?

kcat commented 5 years ago

I mean the output of when you ran cmake, not the log files.

However, if that's all that's actually in CMakeOutput.log, it would appear the toolchain isn't setting up the compiler correctly and it can't build anything. It's not even getting to OpenAL-specific stuff before failing. I would try to see if other cmake projects work with that toolchain. Perhaps try a different toolchain if that one isn't working.

Unfortunately I have no personal experience with macOS or iOS. But it does build on macOS and I've been told it builds on iOS, and see no reason why it would've stopped.

ghost commented 5 years ago

Thank you for replying me late at night. I hope I didn't disturb your rest. Sorry Github doesn't allow me to paste directly into the comment because the output is too long. So I have uploaded a file, could you please download it and have a look.

Here is the output: bash_output.txt

kcat commented 5 years ago

It looks like that toolchain doesn't work correctly with that version of cmake and the compiler, causing cmake to complain about it using deprecated macros and the compiler to not run properly. You'll need to find a more up-to-date iOS toolchain that works.

trojanfoe commented 4 years ago

CMake 3.15 onwards has built-in support for building iOS/tvOS. See here.

$ cmake .. -GXcode -DCMAKE_SYSTEM_NAME=iOS -DCMAKE_OSX_SYSROOT=iphoneos
ghost commented 4 years ago

@trojanfoe Thank you very much for your reply. This problem really bothers me for a long time and has not been solved yet. Have you successfully compiled openal on MAC? If so, could you tell me how to compile it? Thanks again for your reply!

trojanfoe commented 4 years ago

Hi there, no I haven't tried to be honest. However OpenAL is still available in current versions of macOS and iOS isn't it? I am certain that cocos2d-x use OpenAL.

Regardless, perhaps you should look at AVAudioEngine :)

zhouhao27 commented 4 years ago

Why you need to compile it from source code? There is an openal framework for iOS. You can use it directly in Xcode.

kcat commented 4 years ago

If so, could you tell me how to compile it? Thanks again for your reply!

@KaLongChan What happens when you try to run the given command?

Why you need to compile it from source code? There is an openal framework for iOS. You can use it directly in Xcode.

That's Apple's OpenAL implementation, which is different from OpenAL Soft. The latter is generally considered to be less buggy and have more useful features (EFX, surround sound, etc).

qwiff-dogg commented 2 years ago

Here's how I was able to get my app to link with OpenAL Soft , rather than use the system's OpenAL.framework.

Key points:

The solution is to change the product name in the CMake-generated Xcode.

# In source directory
mkdir ios-build
cd ios-build
cmake -G Xcode -DCMAKE_SYSTEM_NAME=iOS -DCMAKE_OSX_DEPLOYMENT_TARGET=15.0
# Note that CMAKE_OSX_DEPLOYMENT_TARGET specifies the iOS version.
  1. Open ios-build/OpenAL.xcodeproj
  2. Select the OpenAL target and change Product Name (in "Build Settings") to openal.1
  3. Remove the "CMake PostBuild Rules" section (in "Build Phases")
  4. Open your app's project and add a reference to OpenAL.xcodeproj.
  5. Add libopenal.1.dylib to "Link Binary with Libraries" (in "Build Phases")
  6. Embed & Sign libopenal.1.dylib in "Frameworks, Libraries and Embedded Content" (in "General")
  7. Update the Header Search Path to point to the OpenAL Soft include directories.

I haven't gotten round to actually outputting audio yet, but obtaining device info using alcGetString seems to work.

Tested with latest macOS, Xcode and CMake releases.

drwjf commented 2 years ago

It can be built with real device, but can't be built with simulator:

Undefined symbols for architecture x86_64: "_AudioUnitRender", referenced from: (anonymous namespace)::CoreAudioCapture::RecordProc(unsigned int*, AudioTimeStamp const*, unsigned int, unsigned int, AudioBufferList*) in coreaudio.o "_AudioOutputUnitStop", referenced from: (anonymous namespace)::CoreAudioPlayback::stop() in coreaudio.o (anonymous namespace)::CoreAudioCapture::stop() in coreaudio.o "_AudioOutputUnitStart", referenced from: (anonymous namespace)::CoreAudioPlayback::start() in coreaudio.o (anonymous namespace)::CoreAudioCapture::start() in coreaudio.o "_AudioUnitGetProperty", referenced from: (anonymous namespace)::CoreAudioPlayback::reset() in coreaudio.o (anonymous namespace)::CoreAudioCapture::open(char const*) in coreaudio.o "_AudioComponentFindNext", referenced from: (anonymous namespace)::CoreAudioPlayback::open(char const*) in coreaudio.o (anonymous namespace)::CoreAudioCapture::open(char const*) in coreaudio.o "_AudioComponentInstanceNew", referenced from: (anonymous namespace)::CoreAudioPlayback::open(char const*) in coreaudio.o (anonymous namespace)::CoreAudioCapture::open(char const*) in coreaudio.o "_AudioUnitInitialize", referenced from: (anonymous namespace)::CoreAudioPlayback::open(char const*) in coreaudio.o (anonymous namespace)::CoreAudioPlayback::reset() in coreaudio.o (anonymous namespace)::CoreAudioCapture::open(char const*) in coreaudio.o "___CFConstantStringClassReference", referenced from: CFString in alconfig.o CFString in alconfig.o "_AudioUnitUninitialize", referenced from: (anonymous namespace)::CoreAudioPlayback::open(char const*) in coreaudio.o (anonymous namespace)::CoreAudioPlayback::reset() in coreaudio.o (anonymous namespace)::CoreAudioPlayback::~CoreAudioPlayback() in coreaudio.o "_AudioUnitSetProperty", referenced from: (anonymous namespace)::CoreAudioPlayback::reset() in coreaudio.o (anonymous namespace)::CoreAudioCapture::open(char const*) in coreaudio.o "_CFBundleGetMainBundle", referenced from: ReadALConfig() in alconfig.o "_CFBundleCopyResourceURL", referenced from: ReadALConfig() in alconfig.o "_AudioComponentInstanceDispose", referenced from: (anonymous namespace)::CoreAudioPlayback::open(char const*) in coreaudio.o (anonymous namespace)::CoreAudioPlayback::~CoreAudioPlayback() in coreaudio.o (anonymous namespace)::CoreAudioCapture::~CoreAudioCapture() in coreaudio.o "_CFURLGetFileSystemRepresentation", referenced from: ReadALConfig() in alconfig.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation)