Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" failed. Compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ Build flags: Id flags: The output was: 1 ld: library not found for -lc++ clang: error: linker command failed with exit code 1 (use -v to see invocation) Compiling the C compiler identification source file "CMakeCCompilerId.c" failed. Compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc Build flags: Id flags: The output was: 1 ld: library not found for -lSystem clang: error: linker command failed with exit code 1 (use -v to see invocation) Checking whether the ASM compiler is GNU using "--version" did not match "(GNU assembler)|(GCC)|(Free Software Foundation)": Apple clang version 12.0.0 (clang-1200.0.32.28) Target: x86_64-apple-darwin20.2.0 Thread model: posix InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin Compiling the OBJC compiler identification source file "CMakeOBJCCompilerId.m" failed. Compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc Build flags: Id flags: The output was: 1 ld: library not found for -lSystem clang: error: linker command failed with exit code 1 (use -v to see invocation) Compiling the OBJCXX compiler identification source file "CMakeOBJCXXCompilerId.mm" failed. Compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ Build flags: Id flags: The output was: 1 ld: library not found for -lc++ clang: error: linker command failed with exit code 1 (use -v to see invocation) Performing C++ SOURCE FILE Test HAVE_LD_VERSION_SCRIPT failed with the following output: Change Dir: /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_64ae2/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_64ae2.dir/build.make CMakeFiles/cmTC_64ae2.dir/build Building CXX object CMakeFiles/cmTC_64ae2.dir/src.cxx.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_LD_VERSION_SCRIPT -Wl,--version-script="/Users/rutledge/dev/qt6-dbg/qtbase/version_flag.map" -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.14 -fPIE -std=gnu++17 -o CMakeFiles/cmTC_64ae2.dir/src.cxx.o -c /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx clang: warning: -Wl,--version-script=/Users/rutledge/dev/qt6-dbg/qtbase/version_flag.map: 'linker' input unused [-Wunused-command-line-argument] Linking CXX executable cmTC_64ae2 /usr/local/Cellar/cmake/3.19.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_64ae2.dir/link.txt --verbose=1 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -Wl,--version-script="/Users/rutledge/dev/qt6-dbg/qtbase/version_flag.map" -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.14 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_64ae2.dir/src.cxx.o -o cmTC_64ae2 ld: unknown option: --version-script=/Users/rutledge/dev/qt6-dbg/qtbase/version_flag.map clang: error: linker command failed with exit code 1 (use -v to see invocation) make[1]: *** [cmTC_64ae2] Error 1 make: *** [cmTC_64ae2/fast] Error 2 Source file was: int main(void){return 0;} Performing C++ SOURCE FILE Test HAVE_precompile_header failed with the following output: Change Dir: /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_dc272/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_dc272.dir/build.make CMakeFiles/cmTC_dc272.dir/build Building CXX object CMakeFiles/cmTC_dc272.dir/src.cxx.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_precompile_header -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.14 -fPIE -std=gnu++17 -o CMakeFiles/cmTC_dc272.dir/src.cxx.o -c /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx:4:2: error: no go #error no go ^ 1 error generated. make[1]: *** [CMakeFiles/cmTC_dc272.dir/src.cxx.o] Error 1 make: *** [cmTC_dc272/fast] Error 2 Source file was: #ifndef HEADER_H #error no go #endif int main(int argc, char **argv) { (void)argc; (void)argv; /* BEGIN TEST: */ /* END TEST: */ return 0; } Performing C++ SOURCE FILE Test TEST_enable_new_dtags failed with the following output: Change Dir: /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_ecde1/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_ecde1.dir/build.make CMakeFiles/cmTC_ecde1.dir/build Building CXX object CMakeFiles/cmTC_ecde1.dir/src.cxx.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DTEST_enable_new_dtags -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.14 -fPIE -std=gnu++17 -o CMakeFiles/cmTC_ecde1.dir/src.cxx.o -c /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx Linking CXX executable cmTC_ecde1 /usr/local/Cellar/cmake/3.19.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ecde1.dir/link.txt --verbose=1 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.14 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -Wl,--enable-new-dtags CMakeFiles/cmTC_ecde1.dir/src.cxx.o -o cmTC_ecde1 ld: unknown option: --enable-new-dtags clang: error: linker command failed with exit code 1 (use -v to see invocation) make[1]: *** [cmTC_ecde1] Error 1 make: *** [cmTC_ecde1/fast] Error 2 Source file was: int main() { return 0; } Performing C++ SOURCE FILE Test TEST_gdb_index failed with the following output: Change Dir: /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_ee815/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_ee815.dir/build.make CMakeFiles/cmTC_ee815.dir/build Building CXX object CMakeFiles/cmTC_ee815.dir/src.cxx.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DTEST_gdb_index -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.14 -fPIE -std=gnu++17 -o CMakeFiles/cmTC_ee815.dir/src.cxx.o -c /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx Linking CXX executable cmTC_ee815 /usr/local/Cellar/cmake/3.19.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ee815.dir/link.txt --verbose=1 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.14 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -Wl,--gdb-index CMakeFiles/cmTC_ee815.dir/src.cxx.o -o cmTC_ee815 ld: unknown option: --gdb-index clang: error: linker command failed with exit code 1 (use -v to see invocation) make[1]: *** [cmTC_ee815] Error 1 make: *** [cmTC_ee815/fast] Error 2 Source file was: int main() { return 0; } Performing C++ SOURCE FILE Test HAVE_posix_fallocate failed with the following output: Change Dir: /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_218b6/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_218b6.dir/build.make CMakeFiles/cmTC_218b6.dir/build Building CXX object CMakeFiles/cmTC_218b6.dir/src.cxx.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_posix_fallocate -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.14 -fPIE -std=gnu++17 -o CMakeFiles/cmTC_218b6.dir/src.cxx.o -c /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx:9:8: error: use of undeclared identifier 'posix_fallocate' (void) posix_fallocate(0, 0, 0); ^ 1 error generated. make[1]: *** [CMakeFiles/cmTC_218b6.dir/src.cxx.o] Error 1 make: *** [cmTC_218b6/fast] Error 2 Source file was: #include #include int main(int argc, char **argv) { (void)argc; (void)argv; /* BEGIN TEST: */ (void) posix_fallocate(0, 0, 0); /* END TEST: */ return 0; } Performing C++ SOURCE FILE Test HAVE_alloca_malloc_h failed with the following output: Change Dir: /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_d8bc0/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_d8bc0.dir/build.make CMakeFiles/cmTC_d8bc0.dir/build Building CXX object CMakeFiles/cmTC_d8bc0.dir/src.cxx.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_alloca_malloc_h -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.14 -fPIE -std=gnu++17 -o CMakeFiles/cmTC_d8bc0.dir/src.cxx.o -c /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx:2:10: fatal error: 'malloc.h' file not found #include ^~~~~~~~~~ 1 error generated. make[1]: *** [CMakeFiles/cmTC_d8bc0.dir/src.cxx.o] Error 1 make: *** [cmTC_d8bc0/fast] Error 2 Source file was: #include int main(int argc, char **argv) { (void)argc; (void)argv; /* BEGIN TEST: */ alloca(1); /* END TEST: */ return 0; } Performing C++ SOURCE FILE Test HAVE_intelcet failed with the following output: Change Dir: /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_7bb2c/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_7bb2c.dir/build.make CMakeFiles/cmTC_7bb2c.dir/build Building CXX object CMakeFiles/cmTC_7bb2c.dir/src.cxx.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_intelcet -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.14 -fPIE -std=gnu++17 -o CMakeFiles/cmTC_7bb2c.dir/src.cxx.o -c /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx:9:4: error: Intel CET not available # error Intel CET not available ^ 1 error generated. make[1]: *** [CMakeFiles/cmTC_7bb2c.dir/src.cxx.o] Error 1 make: *** [cmTC_7bb2c/fast] Error 2 Source file was: int main(int argc, char **argv) { (void)argc; (void)argv; /* BEGIN TEST: */ #if !defined(__CET__) # error Intel CET not available #endif /* END TEST: */ return 0; } Performing C++ SOURCE FILE Test HAVE_clock_monotonic failed with the following output: Change Dir: /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_9ca68/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_9ca68.dir/build.make CMakeFiles/cmTC_9ca68.dir/build Building CXX object CMakeFiles/cmTC_9ca68.dir/src.cxx.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_clock_monotonic -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.14 -fPIE -std=gnu++17 -o CMakeFiles/cmTC_9ca68.dir/src.cxx.o -c /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx:13:4: error: Feature _POSIX_MONOTONIC_CLOCK not available # error Feature _POSIX_MONOTONIC_CLOCK not available ^ 1 error generated. make[1]: *** [CMakeFiles/cmTC_9ca68.dir/src.cxx.o] Error 1 make: *** [cmTC_9ca68/fast] Error 2 Source file was: #include #include int main(int argc, char **argv) { (void)argc; (void)argv; /* BEGIN TEST: */ #if defined(_POSIX_MONOTONIC_CLOCK) && (_POSIX_MONOTONIC_CLOCK-0 >= 0) timespec ts; clock_gettime(CLOCK_MONOTONIC, &ts); #else # error Feature _POSIX_MONOTONIC_CLOCK not available #endif /* END TEST: */ return 0; } Performing C++ SOURCE FILE Test HAVE_cloexec failed with the following output: Change Dir: /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_ee5ab/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_ee5ab.dir/build.make CMakeFiles/cmTC_ee5ab.dir/build Building CXX object CMakeFiles/cmTC_ee5ab.dir/src.cxx.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_cloexec -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.14 -fPIE -std=gnu++17 -o CMakeFiles/cmTC_ee5ab.dir/src.cxx.o -c /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx:12:8: error: use of undeclared identifier 'pipe2' (void) pipe2(pipes, O_CLOEXEC | O_NONBLOCK); ^ /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx:14:8: error: use of undeclared identifier 'dup3' (void) dup3(0, 3, O_CLOEXEC); ^ /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx:18:25: error: use of undeclared identifier 'SOCK_CLOEXEC' (void) accept4(0, 0, 0, SOCK_CLOEXEC | SOCK_NONBLOCK); ^ /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx:18:40: error: use of undeclared identifier 'SOCK_NONBLOCK' (void) accept4(0, 0, 0, SOCK_CLOEXEC | SOCK_NONBLOCK); ^ 4 errors generated. make[1]: *** [CMakeFiles/cmTC_ee5ab.dir/src.cxx.o] Error 1 make: *** [cmTC_ee5ab/fast] Error 2 Source file was: #define _GNU_SOURCE 1 #include #include #include #include int main(int argc, char **argv) { (void)argc; (void)argv; /* BEGIN TEST: */ int pipes[2]; (void) pipe2(pipes, O_CLOEXEC | O_NONBLOCK); (void) fcntl(0, F_DUPFD_CLOEXEC, 0); (void) dup3(0, 3, O_CLOEXEC); #if defined(__NetBSD__) (void) paccept(0, 0, 0, NULL, SOCK_CLOEXEC | SOCK_NONBLOCK); #else (void) accept4(0, 0, 0, SOCK_CLOEXEC | SOCK_NONBLOCK); #endif /* END TEST: */ return 0; } Performing C++ SOURCE FILE Test HAVE_cxx17_filesystem failed with the following output: Change Dir: /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_4b846/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_4b846.dir/build.make CMakeFiles/cmTC_4b846.dir/build Building CXX object CMakeFiles/cmTC_4b846.dir/src.cxx.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_cxx17_filesystem -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.14 -fPIE -std=gnu++17 -o CMakeFiles/cmTC_4b846.dir/src.cxx.o -c /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx:9:22: error: 'path' is unavailable: introduced in macOS 10.15 std::filesystem::path("./file"), ^ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:738:24: note: 'path' has been explicitly marked unavailable here class _LIBCPP_TYPE_VIS path { ^ /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx:9:5: error: 'path' is unavailable: introduced in macOS 10.15 std::filesystem::path("./file"), ^ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:772:3: note: 'path' has been explicitly marked unavailable here path(const _Source& __src, format = format::auto_format) { ^ /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx:9:5: error: '~path' is unavailable: introduced in macOS 10.15 std::filesystem::path("./file"), ^ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:790:3: note: '~path' has been explicitly marked unavailable here ~path() = default; ^ /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx:10:22: error: 'path' is unavailable: introduced in macOS 10.15 std::filesystem::path("./other")); ^ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:738:24: note: 'path' has been explicitly marked unavailable here class _LIBCPP_TYPE_VIS path { ^ /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx:10:5: error: 'path' is unavailable: introduced in macOS 10.15 std::filesystem::path("./other")); ^ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:772:3: note: 'path' has been explicitly marked unavailable here path(const _Source& __src, format = format::auto_format) { ^ /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx:10:5: error: '~path' is unavailable: introduced in macOS 10.15 std::filesystem::path("./other")); ^ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:790:3: note: '~path' has been explicitly marked unavailable here ~path() = default; ^ /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx:8:18: error: 'copy' is unavailable: introduced in macOS 10.15 std::filesystem::copy( ^ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:1492:39: note: 'copy' has been explicitly marked unavailable here inline _LIBCPP_INLINE_VISIBILITY void copy(const path& __from, ^ 7 errors generated. make[1]: *** [CMakeFiles/cmTC_4b846.dir/src.cxx.o] Error 1 make: *** [cmTC_4b846/fast] Error 2 Source file was: #include int main(int argc, char **argv) { (void)argc; (void)argv; /* BEGIN TEST: */ std::filesystem::copy( std::filesystem::path("./file"), std::filesystem::path("./other")); /* END TEST: */ return 0; } Performing C++ SOURCE FILE Test HAVE_eventfd failed with the following output: Change Dir: /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_c3530/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_c3530.dir/build.make CMakeFiles/cmTC_c3530.dir/build Building CXX object CMakeFiles/cmTC_c3530.dir/src.cxx.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_eventfd -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.14 -fPIE -std=gnu++17 -o CMakeFiles/cmTC_c3530.dir/src.cxx.o -c /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx:2:10: fatal error: 'sys/eventfd.h' file not found #include ^~~~~~~~~~~~~~~ 1 error generated. make[1]: *** [CMakeFiles/cmTC_c3530.dir/src.cxx.o] Error 1 make: *** [cmTC_c3530/fast] Error 2 Source file was: #include int main(int argc, char **argv) { (void)argc; (void)argv; /* BEGIN TEST: */ eventfd_t value; int fd = eventfd(0, EFD_CLOEXEC); eventfd_read(fd, &value); eventfd_write(fd, value); /* END TEST: */ return 0; } Performing C++ SOURCE FILE Test HAVE_getauxval failed with the following output: Change Dir: /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_4404a/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_4404a.dir/build.make CMakeFiles/cmTC_4404a.dir/build Building CXX object CMakeFiles/cmTC_4404a.dir/src.cxx.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_getauxval -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.14 -fPIE -std=gnu++17 -o CMakeFiles/cmTC_4404a.dir/src.cxx.o -c /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx:2:10: fatal error: 'sys/auxv.h' file not found #include ^~~~~~~~~~~~ 1 error generated. make[1]: *** [CMakeFiles/cmTC_4404a.dir/src.cxx.o] Error 1 make: *** [cmTC_4404a/fast] Error 2 Source file was: #include int main(int argc, char **argv) { (void)argc; (void)argv; /* BEGIN TEST: */ (void) getauxval(AT_NULL); /* END TEST: */ return 0; } Performing C++ SOURCE FILE Test HAVE_getentropy failed with the following output: Change Dir: /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_45ced/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_45ced.dir/build.make CMakeFiles/cmTC_45ced.dir/build Building CXX object CMakeFiles/cmTC_45ced.dir/src.cxx.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_getentropy -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.14 -fPIE -std=gnu++17 -o CMakeFiles/cmTC_45ced.dir/src.cxx.o -c /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx:9:8: error: use of undeclared identifier 'getentropy' (void) getentropy(buf, sizeof(buf)); ^ 1 error generated. make[1]: *** [CMakeFiles/cmTC_45ced.dir/src.cxx.o] Error 1 make: *** [cmTC_45ced/fast] Error 2 Source file was: #include int main(int argc, char **argv) { (void)argc; (void)argv; /* BEGIN TEST: */ char buf[32]; (void) getentropy(buf, sizeof(buf)); /* END TEST: */ return 0; } Performing C++ SOURCE FILE Test HAVE_glibc failed with the following output: Change Dir: /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_4408c/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_4408c.dir/build.make CMakeFiles/cmTC_4408c.dir/build Building CXX object CMakeFiles/cmTC_4408c.dir/src.cxx.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_glibc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.14 -fPIE -std=gnu++17 -o CMakeFiles/cmTC_4408c.dir/src.cxx.o -c /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx:8:8: error: use of undeclared identifier '__GLIBC__' return __GLIBC__; ^ 1 error generated. make[1]: *** [CMakeFiles/cmTC_4408c.dir/src.cxx.o] Error 1 make: *** [cmTC_4408c/fast] Error 2 Source file was: #include int main(int argc, char **argv) { (void)argc; (void)argv; /* BEGIN TEST: */ return __GLIBC__; /* END TEST: */ return 0; } Performing C++ SOURCE FILE Test HAVE_inotify failed with the following output: Change Dir: /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_a492b/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_a492b.dir/build.make CMakeFiles/cmTC_a492b.dir/build Building CXX object CMakeFiles/cmTC_a492b.dir/src.cxx.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_inotify -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.14 -fPIE -std=gnu++17 -o CMakeFiles/cmTC_a492b.dir/src.cxx.o -c /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx:2:10: fatal error: 'sys/inotify.h' file not found #include ^~~~~~~~~~~~~~~ 1 error generated. make[1]: *** [CMakeFiles/cmTC_a492b.dir/src.cxx.o] Error 1 make: *** [cmTC_a492b/fast] Error 2 Source file was: #include int main(int argc, char **argv) { (void)argc; (void)argv; /* BEGIN TEST: */ inotify_init(); inotify_add_watch(0, "foobar", IN_ACCESS); inotify_rm_watch(0, 1); /* END TEST: */ return 0; } Performing C++ SOURCE FILE Test HAVE_ppoll failed with the following output: Change Dir: /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_43cd7/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_43cd7.dir/build.make CMakeFiles/cmTC_43cd7.dir/build Building CXX object CMakeFiles/cmTC_43cd7.dir/src.cxx.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_ppoll -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.14 -fPIE -std=gnu++17 -o CMakeFiles/cmTC_43cd7.dir/src.cxx.o -c /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx:10:17: error: variable has incomplete type 'struct timespec' struct timespec ts; ^ /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx:10:8: note: forward declaration of 'timespec' struct timespec ts; ^ 1 error generated. make[1]: *** [CMakeFiles/cmTC_43cd7.dir/src.cxx.o] Error 1 make: *** [cmTC_43cd7/fast] Error 2 Source file was: #include #include int main(int argc, char **argv) { (void)argc; (void)argv; /* BEGIN TEST: */ struct pollfd pfd; struct timespec ts; sigset_t sig; ppoll(&pfd, 1, &ts, &sig); /* END TEST: */ return 0; } Performing C++ SOURCE FILE Test HAVE_pollts failed with the following output: Change Dir: /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_bfde4/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_bfde4.dir/build.make CMakeFiles/cmTC_bfde4.dir/build Building CXX object CMakeFiles/cmTC_bfde4.dir/src.cxx.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_pollts -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.14 -fPIE -std=gnu++17 -o CMakeFiles/cmTC_bfde4.dir/src.cxx.o -c /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx:13:1: error: use of undeclared identifier 'pollts'; did you mean 'pollfd'? pollts(&pfd, 1, &ts, &sig); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/include/sys/poll.h:96:8: note: 'pollfd' declared here struct pollfd { ^ 1 error generated. make[1]: *** [CMakeFiles/cmTC_bfde4.dir/src.cxx.o] Error 1 make: *** [cmTC_bfde4/fast] Error 2 Source file was: #include #include #include int main(int argc, char **argv) { (void)argc; (void)argv; /* BEGIN TEST: */ struct pollfd pfd; struct timespec ts; sigset_t sig; pollts(&pfd, 1, &ts, &sig); /* END TEST: */ return 0; } Performing C++ SOURCE FILE Test HAVE_renameat2 failed with the following output: Change Dir: /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_c4715/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_c4715.dir/build.make CMakeFiles/cmTC_c4715.dir/build Building CXX object CMakeFiles/cmTC_c4715.dir/src.cxx.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_renameat2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.14 -fPIE -std=gnu++17 -o CMakeFiles/cmTC_c4715.dir/src.cxx.o -c /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx:9:49: error: use of undeclared identifier 'RENAME_NOREPLACE' renameat2(AT_FDCWD, argv[1], AT_FDCWD, argv[2], RENAME_NOREPLACE | RENAME_WHITEOUT); ^ /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx:9:68: error: use of undeclared identifier 'RENAME_WHITEOUT' renameat2(AT_FDCWD, argv[1], AT_FDCWD, argv[2], RENAME_NOREPLACE | RENAME_WHITEOUT); ^ 2 errors generated. make[1]: *** [CMakeFiles/cmTC_c4715.dir/src.cxx.o] Error 1 make: *** [cmTC_c4715/fast] Error 2 Source file was: #define _ATFILE_SOURCE 1 #include #include int main(int argc, char **argv) { (void)argc; (void)argv; /* BEGIN TEST: */ renameat2(AT_FDCWD, argv[1], AT_FDCWD, argv[2], RENAME_NOREPLACE | RENAME_WHITEOUT); /* END TEST: */ return 0; } Performing C++ SOURCE FILE Test HAVE_statx failed with the following output: Change Dir: /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_f3d60/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_f3d60.dir/build.make CMakeFiles/cmTC_f3d60.dir/build Building CXX object CMakeFiles/cmTC_f3d60.dir/src.cxx.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_statx -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.14 -fPIE -std=gnu++17 -o CMakeFiles/cmTC_f3d60.dir/src.cxx.o -c /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx:11:14: error: variable has incomplete type 'struct statx' struct statx statxbuf; ^ /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx:11:8: note: forward declaration of 'statx' struct statx statxbuf; ^ /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx:12:21: error: use of undeclared identifier 'STATX_BASIC_STATS' unsigned int mask = STATX_BASIC_STATS; ^ /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx:13:28: error: use of undeclared identifier 'AT_STATX_SYNC_AS_STAT' return statx(AT_FDCWD, "", AT_STATX_SYNC_AS_STAT, mask, &statxbuf); ^ 3 errors generated. make[1]: *** [CMakeFiles/cmTC_f3d60.dir/src.cxx.o] Error 1 make: *** [cmTC_f3d60/fast] Error 2 Source file was: #define _ATFILE_SOURCE 1 #include #include #include #include int main(int argc, char **argv) { (void)argc; (void)argv; /* BEGIN TEST: */ struct statx statxbuf; unsigned int mask = STATX_BASIC_STATS; return statx(AT_FDCWD, "", AT_STATX_SYNC_AS_STAT, mask, &statxbuf); /* END TEST: */ return 0; } Performing C++ SOURCE FILE Test HAVE_xlocalescanprint failed with the following output: Change Dir: /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_74234/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_74234.dir/build.make CMakeFiles/cmTC_74234.dir/build Building CXX object CMakeFiles/cmTC_74234.dir/src.cxx.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_xlocalescanprint -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.14 -fPIE -std=gnu++17 -o CMakeFiles/cmTC_74234.dir/src.cxx.o -c /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx:12:10: error: expected "FILENAME" or #include QDSP_P_H ^ /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx:20:1: error: unknown type name 'locale_t' locale_t invalidLocale = NULL; ^ /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx:20:26: error: use of undeclared identifier 'NULL' locale_t invalidLocale = NULL; ^ 3 errors generated. make[1]: *** [CMakeFiles/cmTC_74234.dir/src.cxx.o] Error 1 make: *** [cmTC_74234/fast] Error 2 Source file was: #define QT_BEGIN_NAMESPACE #define QT_END_NAMESPACE #ifdef _MSVC_VER #define Q_CC_MSVC _MSVC_VER #endif #define QT_NO_DOUBLECONVERSION #include QDSP_P_H int main(int argc, char **argv) { (void)argc; (void)argv; /* BEGIN TEST: */ #ifdef _MSVC_VER _locale_t invalidLocale = NULL; #else locale_t invalidLocale = NULL; #endif double a = 3.4; qDoubleSnprintf(argv[0], 1, invalidLocale, "invalid format", a); qDoubleSscanf(argv[0], invalidLocale, "invalid format", &a, &argc); /* END TEST: */ return 0; } Performing C++ SOURCE FILE Test HAVE_linux_netlink failed with the following output: Change Dir: /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_04414/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_04414.dir/build.make CMakeFiles/cmTC_04414.dir/build Building CXX object CMakeFiles/cmTC_04414.dir/src.cxx.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_linux_netlink -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.14 -fPIE -std=gnu++17 -o CMakeFiles/cmTC_04414.dir/src.cxx.o -c /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx:2:10: fatal error: 'asm/types.h' file not found #include ^~~~~~~~~~~~~ 1 error generated. make[1]: *** [CMakeFiles/cmTC_04414.dir/src.cxx.o] Error 1 make: *** [cmTC_04414/fast] Error 2 Source file was: #include #include #include #include int main(int argc, char **argv) { (void)argc; (void)argv; /* BEGIN TEST: */ struct rtattr rta = { }; struct ifinfomsg ifi = {}; struct ifaddrmsg ifa = {}; struct ifa_cacheinfo ci; ci.ifa_prefered = ci.ifa_valid = 0; (void)RTM_NEWLINK; (void)RTM_NEWADDR; (void)IFLA_ADDRESS; (void)IFLA_IFNAME; (void)IFA_ADDRESS; (void)IFA_LABEL; (void)IFA_CACHEINFO; (void)(IFA_F_SECONDARY | IFA_F_DEPRECATED | IFA_F_PERMANENT | IFA_F_MANAGETEMPADDR); /* END TEST: */ return 0; } Performing C++ SOURCE FILE Test HAVE_sctp failed with the following output: Change Dir: /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_ec52e/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_ec52e.dir/build.make CMakeFiles/cmTC_ec52e.dir/build Building CXX object CMakeFiles/cmTC_ec52e.dir/src.cxx.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_sctp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.14 -fPIE -std=gnu++17 -o CMakeFiles/cmTC_ec52e.dir/src.cxx.o -c /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx:5:10: fatal error: 'netinet/sctp.h' file not found #include ^~~~~~~~~~~~~~~~ 1 error generated. make[1]: *** [CMakeFiles/cmTC_ec52e.dir/src.cxx.o] Error 1 make: *** [cmTC_ec52e/fast] Error 2 Source file was: #include #include #include #include int main(int argc, char **argv) { (void)argc; (void)argv; /* BEGIN TEST: */ sctp_initmsg sctpInitMsg; socklen_t sctpInitMsgSize = sizeof(sctpInitMsg); (void) socket(PF_INET, SOCK_STREAM, IPPROTO_SCTP); (void) getsockopt(-1, SOL_SCTP, SCTP_INITMSG, &sctpInitMsg, &sctpInitMsgSize); /* END TEST: */ return 0; } Performing C++ SOURCE FILE Test HAVE_netlistmgr failed with the following output: Change Dir: /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_8e8fc/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_8e8fc.dir/build.make CMakeFiles/cmTC_8e8fc.dir/build Building CXX object CMakeFiles/cmTC_8e8fc.dir/src.cxx.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_netlistmgr -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.14 -fPIE -std=gnu++17 -o CMakeFiles/cmTC_8e8fc.dir/src.cxx.o -c /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx:2:10: fatal error: 'netlistmgr.h' file not found #include ^~~~~~~~~~~~~~ 1 error generated. make[1]: *** [CMakeFiles/cmTC_8e8fc.dir/src.cxx.o] Error 1 make: *** [cmTC_8e8fc/fast] Error 2 Source file was: #include #include int main(int argc, char **argv) { (void)argc; (void)argv; /* BEGIN TEST: */ using namespace Microsoft::WRL; ComPtr networkListManager; ComPtr connectionPoint; ComPtr connectionPointContainer; networkListManager.As(&connectionPointContainer); connectionPointContainer->FindConnectionPoint(IID_INetworkConnectionEvents, &connectionPoint); /* END TEST: */ return 0; } Performing C++ SOURCE FILE Test HAVE_EGL failed with the following output: Change Dir: /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_d3e0e/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_d3e0e.dir/build.make CMakeFiles/cmTC_d3e0e.dir/build Building CXX object CMakeFiles/cmTC_d3e0e.dir/src.cxx.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_EGL -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.14 -fPIE -std=gnu++17 -o CMakeFiles/cmTC_d3e0e.dir/src.cxx.o -c /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx:2:10: fatal error: 'EGL/egl.h' file not found #include ^~~~~~~~~~~ 1 error generated. make[1]: *** [CMakeFiles/cmTC_d3e0e.dir/src.cxx.o] Error 1 make: *** [cmTC_d3e0e/fast] Error 2 Source file was: #include int main(int argc, char *argv[]) { EGLint x = 0; EGLDisplay dpy = 0; EGLContext ctx = 0; eglDestroyContext(dpy, ctx); } Performing C++ SOURCE FILE Test HAVE_GLESv2 failed with the following output: Change Dir: /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_62eb0/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_62eb0.dir/build.make CMakeFiles/cmTC_62eb0.dir/build Building CXX object CMakeFiles/cmTC_62eb0.dir/src.cxx.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_GLESv2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.14 -fPIE -std=gnu++17 -o CMakeFiles/cmTC_62eb0.dir/src.cxx.o -c /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx:3:12: fatal error: 'OpenGLES/ES2/gl.h' file not found # include ^~~~~~~~~~~~~~~~~~~ 1 error generated. make[1]: *** [CMakeFiles/cmTC_62eb0.dir/src.cxx.o] Error 1 make: *** [cmTC_62eb0/fast] Error 2 Source file was: #ifdef __APPLE__ # include #else # define GL_GLEXT_PROTOTYPES # include #endif int main(int argc, char *argv[]) { glUniform1f(1, GLfloat(1.0)); glClear(GL_COLOR_BUFFER_BIT); } Performing C++ SOURCE FILE Test HAVE_evdev failed with the following output: Change Dir: /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_7b81a/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_7b81a.dir/build.make CMakeFiles/cmTC_7b81a.dir/build Building CXX object CMakeFiles/cmTC_7b81a.dir/src.cxx.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_evdev -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.14 -fPIE -std=gnu++17 -o CMakeFiles/cmTC_7b81a.dir/src.cxx.o -c /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx:4:12: fatal error: 'linux/input.h' file not found # include ^~~~~~~~~~~~~~~ 1 error generated. make[1]: *** [CMakeFiles/cmTC_7b81a.dir/src.cxx.o] Error 1 make: *** [cmTC_7b81a/fast] Error 2 Source file was: #if defined(__FreeBSD__) # include #else # include # include #endif enum { e1 = ABS_PRESSURE, e2 = ABS_X, e3 = REL_X, e4 = SYN_REPORT, }; int main(int argc, char **argv) { (void)argc; (void)argv; /* BEGIN TEST: */ input_event buf[32]; (void) buf; /* END TEST: */ return 0; } Performing C++ SOURCE FILE Test HAVE_integrityfb failed with the following output: Change Dir: /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_3255a/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_3255a.dir/build.make CMakeFiles/cmTC_3255a.dir/build Building CXX object CMakeFiles/cmTC_3255a.dir/src.cxx.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_integrityfb -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.14 -fPIE -std=gnu++17 -o CMakeFiles/cmTC_3255a.dir/src.cxx.o -c /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx:2:10: fatal error: 'device/fbdriver.h' file not found #include ^~~~~~~~~~~~~~~~~~~ 1 error generated. make[1]: *** [CMakeFiles/cmTC_3255a.dir/src.cxx.o] Error 1 make: *** [cmTC_3255a/fast] Error 2 Source file was: #include int main(int argc, char **argv) { (void)argc; (void)argv; /* BEGIN TEST: */ FBDriver *driver = 0; /* END TEST: */ return 0; } Performing C++ SOURCE FILE Test HAVE_linuxfb failed with the following output: Change Dir: /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_2bbdd/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_2bbdd.dir/build.make CMakeFiles/cmTC_2bbdd.dir/build Building CXX object CMakeFiles/cmTC_2bbdd.dir/src.cxx.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_linuxfb -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.14 -fPIE -std=gnu++17 -o CMakeFiles/cmTC_2bbdd.dir/src.cxx.o -c /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx:2:10: fatal error: 'linux/fb.h' file not found #include ^~~~~~~~~~~~ 1 error generated. make[1]: *** [CMakeFiles/cmTC_2bbdd.dir/src.cxx.o] Error 1 make: *** [cmTC_2bbdd/fast] Error 2 Source file was: #include #include #include int main(int argc, char **argv) { (void)argc; (void)argv; /* BEGIN TEST: */ fb_fix_screeninfo finfo; fb_var_screeninfo vinfo; int fd = 3; ioctl(fd, FBIOGET_FSCREENINFO, &finfo); ioctl(fd, FBIOGET_VSCREENINFO, &vinfo); /* END TEST: */ return 0; } Performing C++ SOURCE FILE Test HAVE_directwrite failed with the following output: Change Dir: /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_bfebc/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_bfebc.dir/build.make CMakeFiles/cmTC_bfebc.dir/build Building CXX object CMakeFiles/cmTC_bfebc.dir/src.cxx.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_directwrite -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.14 -fPIE -std=gnu++17 -o CMakeFiles/cmTC_bfebc.dir/src.cxx.o -c /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx:1:11: fatal error: 'dwrite_2.h' file not found #include ^~~~~~~~~~~~ 1 error generated. make[1]: *** [CMakeFiles/cmTC_bfebc.dir/src.cxx.o] Error 1 make: *** [cmTC_bfebc/fast] Error 2 Source file was: #include int main(int, char **) { IUnknown *factory = nullptr; DWriteCreateFactory(DWRITE_FACTORY_TYPE_SHARED, __uuidof(IDWriteFactory2), &factory); return 0; } Performing C++ SOURCE FILE Test HAVE_directwrite3 failed with the following output: Change Dir: /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_5ee77/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_5ee77.dir/build.make CMakeFiles/cmTC_5ee77.dir/build Building CXX object CMakeFiles/cmTC_5ee77.dir/src.cxx.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_directwrite3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.14 -fPIE -std=gnu++17 -o CMakeFiles/cmTC_5ee77.dir/src.cxx.o -c /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx:1:11: fatal error: 'dwrite_3.h' file not found #include ^~~~~~~~~~~~ 1 error generated. make[1]: *** [CMakeFiles/cmTC_5ee77.dir/src.cxx.o] Error 1 make: *** [cmTC_5ee77/fast] Error 2 Source file was: #include int main(int, char **) { IUnknown *factory = nullptr; DWriteCreateFactory(DWRITE_FACTORY_TYPE_SHARED, __uuidof(IDWriteFactory3), &factory); return 0; } Performing C++ SOURCE FILE Test HAVE_d2d1 failed with the following output: Change Dir: /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_a8c73/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_a8c73.dir/build.make CMakeFiles/cmTC_a8c73.dir/build Building CXX object CMakeFiles/cmTC_a8c73.dir/src.cxx.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_d2d1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.14 -fPIE -std=gnu++17 -o CMakeFiles/cmTC_a8c73.dir/src.cxx.o -c /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx:1:11: fatal error: 'd2d1.h' file not found #include ^~~~~~~~ 1 error generated. make[1]: *** [CMakeFiles/cmTC_a8c73.dir/src.cxx.o] Error 1 make: *** [cmTC_a8c73/fast] Error 2 Source file was: #include int main(int, char **) { void *factory = nullptr; D2D1_FACTORY_OPTIONS options; ZeroMemory(&options, sizeof(D2D1_FACTORY_OPTIONS)); D2D1CreateFactory(D2D1_FACTORY_TYPE_SINGLE_THREADED, GUID{}, &options, &factory); return 0; } Performing C++ SOURCE FILE Test HAVE_d2d1_1 failed with the following output: Change Dir: /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_7c408/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_7c408.dir/build.make CMakeFiles/cmTC_7c408.dir/build Building CXX object CMakeFiles/cmTC_7c408.dir/src.cxx.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_d2d1_1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.14 -fPIE -std=gnu++17 -o CMakeFiles/cmTC_7c408.dir/src.cxx.o -c /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx:1:11: fatal error: 'd2d1_1.h' file not found #include ^~~~~~~~~~ 1 error generated. make[1]: *** [CMakeFiles/cmTC_7c408.dir/src.cxx.o] Error 1 make: *** [cmTC_7c408/fast] Error 2 Source file was: #include int main(int, char **) { ID2D1Factory1 *d2dFactory; D2D1CreateFactory(D2D1_FACTORY_TYPE_SINGLE_THREADED, &d2dFactory); return 0; } Performing C++ SOURCE FILE Test HAVE_DASH_DASH_NO_UNDEFINED failed with the following output: Change Dir: /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_6397e/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_6397e.dir/build.make CMakeFiles/cmTC_6397e.dir/build Building CXX object CMakeFiles/cmTC_6397e.dir/src.cxx.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_DASH_DASH_NO_UNDEFINED -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.14 -fPIE -std=gnu++17 -o CMakeFiles/cmTC_6397e.dir/src.cxx.o -c /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx Linking CXX executable cmTC_6397e /usr/local/Cellar/cmake/3.19.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6397e.dir/link.txt --verbose=1 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.14 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -Wl,--no-undefined CMakeFiles/cmTC_6397e.dir/src.cxx.o -o cmTC_6397e ld: unknown option: --no-undefined clang: error: linker command failed with exit code 1 (use -v to see invocation) make[1]: *** [cmTC_6397e] Error 1 make: *** [cmTC_6397e/fast] Error 2 Source file was: int main() {} Performing C++ SOURCE FILE Test HAVE_pointer_32bit failed with the following output: Change Dir: /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_fcd78/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_fcd78.dir/build.make CMakeFiles/cmTC_fcd78.dir/build Building CXX object CMakeFiles/cmTC_fcd78.dir/src.cxx.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_pointer_32bit -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.14 -fPIE -std=gnu++17 -o CMakeFiles/cmTC_fcd78.dir/src.cxx.o -c /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx:8:1: error: static_assert failed due to requirement 'sizeof(void *) == 4' "fail" static_assert(sizeof(void *) == 4, "fail"); ^ ~~~~~~~~~~~~~~~~~~~ 1 error generated. make[1]: *** [CMakeFiles/cmTC_fcd78.dir/src.cxx.o] Error 1 make: *** [cmTC_fcd78/fast] Error 2 Source file was: int main(int argc, char **argv) { (void)argc; (void)argv; /* BEGIN TEST: */ static_assert(sizeof(void *) == 4, "fail"); /* END TEST: */ return 0; } Performing C++ SOURCE FILE Test HAVE_arm_thumb failed with the following output: Change Dir: /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_46209/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_46209.dir/build.make CMakeFiles/cmTC_46209.dir/build Building CXX object CMakeFiles/cmTC_46209.dir/src.cxx.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_arm_thumb -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.14 -fPIE -std=gnu++17 -o CMakeFiles/cmTC_46209.dir/src.cxx.o -c /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx:16:6: error: "fail" # error "fail" ^ 1 error generated. make[1]: *** [CMakeFiles/cmTC_46209.dir/src.cxx.o] Error 1 make: *** [cmTC_46209/fast] Error 2 Source file was: int main(int argc, char **argv) { (void)argc; (void)argv; /* BEGIN TEST: */ #if defined(thumb2) || defined(__thumb2__) # define THUMB_OK #elif (defined(__thumb) || defined(__thumb__)) && __TARGET_ARCH_THUMB-0 == 4 # define THUMB_OK #elif defined(__ARM_ARCH_ISA_THUMB) && __ARM_ARCH_ISA_THUMB == 2 // clang 3.5 and later will set this if the core supports the Thumb-2 ISA. # define THUMB_OK #else # error "fail" #endif /* END TEST: */ return 0; } Performing C++ SOURCE FILE Test HAVE_ICONV failed with the following output: Change Dir: /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_91b9c/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_91b9c.dir/build.make CMakeFiles/cmTC_91b9c.dir/build Building CXX object CMakeFiles/cmTC_91b9c.dir/src.cxx.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_ICONV -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.14 -fPIE -std=gnu++17 -o CMakeFiles/cmTC_91b9c.dir/src.cxx.o -c /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx Linking CXX executable cmTC_91b9c /usr/local/Cellar/cmake/3.19.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_91b9c.dir/link.txt --verbose=1 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.14 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_91b9c.dir/src.cxx.o -o cmTC_91b9c Undefined symbols for architecture x86_64: "_iconv_close", referenced from: _main in src.cxx.o "_iconv_open", referenced from: _main in src.cxx.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[1]: *** [cmTC_91b9c] Error 1 make: *** [cmTC_91b9c/fast] Error 2 Source file was: #include int main(int, char **) { iconv_t x = iconv_open("", ""); iconv_close(x); return 0; } Performing C++ SOURCE FILE Test HAVE_ICONV_WITH_LIB failed with the following output: Change Dir: /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp Run Build Command(s):/Applications/Xcode.app/Contents/Developer/usr/bin/make cmTC_477c6/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_477c6.dir/build.make CMakeFiles/cmTC_477c6.dir/build Building CXX object CMakeFiles/cmTC_477c6.dir/src.cxx.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_ICONV_WITH_LIB -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.14 -fPIE -std=gnu++17 -o CMakeFiles/cmTC_477c6.dir/src.cxx.o -c /Users/rutledge/dev/qt6-dbg/CMakeFiles/CMakeTmp/src.cxx Linking CXX executable cmTC_477c6 /usr/local/Cellar/cmake/3.19.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_477c6.dir/link.txt --verbose=1 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.14 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_477c6.dir/src.cxx.o -o cmTC_477c6 Undefined symbols for architecture x86_64: "_iconv_close", referenced from: _main in src.cxx.o "_iconv_open", referenced from: _main in src.cxx.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[1]: *** [cmTC_477c6] Error 1 make: *** [cmTC_477c6/fast] Error 2 Source file was: #include int main(int, char **) { iconv_t x = iconv_open("", ""); iconv_close(x); return 0; }