Checking whether CXX compiler has environ in stdlib.h failed to compile with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-free/build/ExtProjs/ITK/Modules/ThirdParty/KWSys/src/KWSys/CMakeFiles/CMakeTmp' Run Build Command(s): /usr/local/Cellar/cmake/3.30.3/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_22405/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_22405.dir/build.make CMakeFiles/cmTC_22405.dir/build Building CXX object CMakeFiles/cmTC_22405.dir/kwsysPlatformTestsCXX.cxx.o /Library/Developer/CommandLineTools/usr/bin/c++ -DTEST_KWSYS_CXX_HAS_ENVIRON_IN_STDLIB_H -w -fpermissive -mtune=generic -march=corei7 -Wall -Wno-long-double -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wshadow -Wunused -Wwrite-strings -funit-at-a-time -Wno-strict-overflow -Wno-deprecated -Wno-invalid-offsetof -Wno-undefined-var-template -Woverloaded-virtual -Wstrict-null-sentinel -w -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -fPIE -MD -MT CMakeFiles/cmTC_22405.dir/kwsysPlatformTestsCXX.cxx.o -MF CMakeFiles/cmTC_22405.dir/kwsysPlatformTestsCXX.cxx.o.d -o CMakeFiles/cmTC_22405.dir/kwsysPlatformTestsCXX.cxx.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/KWSys/src/KWSys/kwsysPlatformTestsCXX.cxx /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/KWSys/src/KWSys/kwsysPlatformTestsCXX.cxx:53:13: error: use of undeclared identifier 'environ' char* e = environ[0]; ^ 1 error generated. make[4]: *** [CMakeFiles/cmTC_22405.dir/kwsysPlatformTestsCXX.cxx.o] Error 1 make[3]: *** [cmTC_22405/fast] Error 2 Checking whether CXX compiler struct stat has st_mtim member failed to compile with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-free/build/ExtProjs/ITK/Modules/ThirdParty/KWSys/src/KWSys/CMakeFiles/CMakeTmp' Run Build Command(s): /usr/local/Cellar/cmake/3.30.3/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_68776/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_68776.dir/build.make CMakeFiles/cmTC_68776.dir/build Building CXX object CMakeFiles/cmTC_68776.dir/kwsysPlatformTestsCXX.cxx.o /Library/Developer/CommandLineTools/usr/bin/c++ -DTEST_KWSYS_CXX_STAT_HAS_ST_MTIM -w -fpermissive -mtune=generic -march=corei7 -Wall -Wno-long-double -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wshadow -Wunused -Wwrite-strings -funit-at-a-time -Wno-strict-overflow -Wno-deprecated -Wno-invalid-offsetof -Wno-undefined-var-template -Woverloaded-virtual -Wstrict-null-sentinel -w -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -fPIE -MD -MT CMakeFiles/cmTC_68776.dir/kwsysPlatformTestsCXX.cxx.o -MF CMakeFiles/cmTC_68776.dir/kwsysPlatformTestsCXX.cxx.o.d -o CMakeFiles/cmTC_68776.dir/kwsysPlatformTestsCXX.cxx.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/KWSys/src/KWSys/kwsysPlatformTestsCXX.cxx /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/KWSys/src/KWSys/kwsysPlatformTestsCXX.cxx:12:15: error: no member named 'st_mtim' in 'stat' (void)stat1.st_mtim.tv_sec; ~~~~~ ^ /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/KWSys/src/KWSys/kwsysPlatformTestsCXX.cxx:13:15: error: no member named 'st_mtim' in 'stat' (void)stat1.st_mtim.tv_nsec; ~~~~~ ^ 2 errors generated. make[4]: *** [CMakeFiles/cmTC_68776.dir/kwsysPlatformTestsCXX.cxx.o] Error 1 make[3]: *** [cmTC_68776/fast] Error 2 Checking whether CXX compiler has rlimit64 failed to compile with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-free/build/ExtProjs/ITK/Modules/ThirdParty/KWSys/src/KWSys/CMakeFiles/CMakeTmp' Run Build Command(s): /usr/local/Cellar/cmake/3.30.3/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_17afc/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_17afc.dir/build.make CMakeFiles/cmTC_17afc.dir/build Building CXX object CMakeFiles/cmTC_17afc.dir/kwsysPlatformTestsCXX.cxx.o /Library/Developer/CommandLineTools/usr/bin/c++ -DTEST_KWSYS_CXX_HAS_RLIMIT64 -w -fpermissive -mtune=generic -march=corei7 -Wall -Wno-long-double -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wshadow -Wunused -Wwrite-strings -funit-at-a-time -Wno-strict-overflow -Wno-deprecated -Wno-invalid-offsetof -Wno-undefined-var-template -Woverloaded-virtual -Wstrict-null-sentinel -w -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -fPIE -MD -MT CMakeFiles/cmTC_17afc.dir/kwsysPlatformTestsCXX.cxx.o -MF CMakeFiles/cmTC_17afc.dir/kwsysPlatformTestsCXX.cxx.o.d -o CMakeFiles/cmTC_17afc.dir/kwsysPlatformTestsCXX.cxx.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/KWSys/src/KWSys/kwsysPlatformTestsCXX.cxx /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/KWSys/src/KWSys/kwsysPlatformTestsCXX.cxx:75:19: error: variable has incomplete type 'struct rlimit64' struct rlimit64 rlim; ^ /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/KWSys/src/KWSys/kwsysPlatformTestsCXX.cxx:75:10: note: forward declaration of 'rlimit64' struct rlimit64 rlim; ^ 1 error generated. make[4]: *** [CMakeFiles/cmTC_17afc.dir/kwsysPlatformTestsCXX.cxx.o] Error 1 make[3]: *** [cmTC_17afc/fast] Error 2 Checking whether is available failed to compile with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-free/build/ExtProjs/ITK/Modules/ThirdParty/KWSys/src/KWSys/CMakeFiles/CMakeTmp' Run Build Command(s): /usr/local/Cellar/cmake/3.30.3/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_1a129/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_1a129.dir/build.make CMakeFiles/cmTC_1a129.dir/build Building CXX object CMakeFiles/cmTC_1a129.dir/kwsysPlatformTestsCXX.cxx.o /Library/Developer/CommandLineTools/usr/bin/c++ -DTEST_KWSYS_CXX_HAS_EXT_STDIO_FILEBUF_H -w -fpermissive -mtune=generic -march=corei7 -Wall -Wno-long-double -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wshadow -Wunused -Wwrite-strings -funit-at-a-time -Wno-strict-overflow -Wno-deprecated -Wno-invalid-offsetof -Wno-undefined-var-template -Woverloaded-virtual -Wstrict-null-sentinel -w -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -fPIE -MD -MT CMakeFiles/cmTC_1a129.dir/kwsysPlatformTestsCXX.cxx.o -MF CMakeFiles/cmTC_1a129.dir/kwsysPlatformTestsCXX.cxx.o.d -o CMakeFiles/cmTC_1a129.dir/kwsysPlatformTestsCXX.cxx.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/KWSys/src/KWSys/kwsysPlatformTestsCXX.cxx /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/KWSys/src/KWSys/kwsysPlatformTestsCXX.cxx:169:12: fatal error: 'ext/stdio_filebuf.h' file not found # include ^~~~~~~~~~~~~~~~~~~~~ 1 error generated. make[4]: *** [CMakeFiles/cmTC_1a129.dir/kwsysPlatformTestsCXX.cxx.o] Error 1 make[3]: *** [cmTC_1a129/fast] Error 2 Performing Test VCL_HAS_LFS succeeded with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-free/build/ExtProjs/ITK/CMakeFiles/CMakeTmp' Run Build Command(s): /usr/local/Cellar/cmake/3.30.3/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_64e72/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_64e72.dir/build.make CMakeFiles/cmTC_64e72.dir/build Building CXX object CMakeFiles/cmTC_64e72.dir/vxl_platform_tests.cxx.o /Library/Developer/CommandLineTools/usr/bin/c++ -w -fpermissive -mtune=generic -march=corei7 -Wall -Wno-long-double -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wshadow -Wunused -Wwrite-strings -funit-at-a-time -Wno-strict-overflow -Wno-deprecated -Wno-invalid-offsetof -Wno-undefined-var-template -Woverloaded-virtual -Wstrict-null-sentinel -w -DVCL_HAS_LFS -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -fPIE -MD -MT CMakeFiles/cmTC_64e72.dir/vxl_platform_tests.cxx.o -MF CMakeFiles/cmTC_64e72.dir/vxl_platform_tests.cxx.o.d -o CMakeFiles/cmTC_64e72.dir/vxl_platform_tests.cxx.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx Linking CXX executable cmTC_64e72 /usr/local/Cellar/cmake/3.30.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_64e72.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/c++ -w -fpermissive -mtune=generic -march=corei7 -Wall -Wno-long-double -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wshadow -Wunused -Wwrite-strings -funit-at-a-time -Wno-strict-overflow -Wno-deprecated -Wno-invalid-offsetof -Wno-undefined-var-template -Woverloaded-virtual -Wstrict-null-sentinel -w -DVCL_HAS_LFS -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_64e72.dir/vxl_platform_tests.cxx.o -o cmTC_64e72 Performing Test VXL_HAS_DBGHELP_H failed with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-free/build/ExtProjs/ITK/CMakeFiles/CMakeTmp' Run Build Command(s): /usr/local/Cellar/cmake/3.30.3/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_55583/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_55583.dir/build.make CMakeFiles/cmTC_55583.dir/build Building CXX object CMakeFiles/cmTC_55583.dir/vxl_platform_tests.cxx.o /Library/Developer/CommandLineTools/usr/bin/c++ -DVXL_HAS_DBGHELP_H -w -fpermissive -mtune=generic -march=corei7 -Wall -Wno-long-double -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wshadow -Wunused -Wwrite-strings -funit-at-a-time -Wno-strict-overflow -Wno-deprecated -Wno-invalid-offsetof -Wno-undefined-var-template -Woverloaded-virtual -Wstrict-null-sentinel -w -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -fPIE -MD -MT CMakeFiles/cmTC_55583.dir/vxl_platform_tests.cxx.o -MF CMakeFiles/cmTC_55583.dir/vxl_platform_tests.cxx.o.d -o CMakeFiles/cmTC_55583.dir/vxl_platform_tests.cxx.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx:87:10: fatal error: 'Windows.h' file not found #include ^~~~~~~~~~~ 1 error generated. make[4]: *** [CMakeFiles/cmTC_55583.dir/vxl_platform_tests.cxx.o] Error 1 make[3]: *** [cmTC_55583/fast] Error 2 Performing Test VXL_HAS_SSE2_HARDWARE_SUPPORT succeeded with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-free/build/ExtProjs/ITK/CMakeFiles/CMakeTmp' Run Build Command(s): /usr/local/Cellar/cmake/3.30.3/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_d895a/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_d895a.dir/build.make CMakeFiles/cmTC_d895a.dir/build Building CXX object CMakeFiles/cmTC_d895a.dir/vxl_platform_tests.cxx.o /Library/Developer/CommandLineTools/usr/bin/c++ -w -fpermissive -mtune=generic -march=corei7 -Wall -Wno-long-double -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wshadow -Wunused -Wwrite-strings -funit-at-a-time -Wno-strict-overflow -Wno-deprecated -Wno-invalid-offsetof -Wno-undefined-var-template -Woverloaded-virtual -Wstrict-null-sentinel -w -DVXL_HAS_SSE2_HARDWARE_SUPPORT -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -fPIE -MD -MT CMakeFiles/cmTC_d895a.dir/vxl_platform_tests.cxx.o -MF CMakeFiles/cmTC_d895a.dir/vxl_platform_tests.cxx.o.d -o CMakeFiles/cmTC_d895a.dir/vxl_platform_tests.cxx.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx Linking CXX executable cmTC_d895a /usr/local/Cellar/cmake/3.30.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d895a.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/c++ -w -fpermissive -mtune=generic -march=corei7 -Wall -Wno-long-double -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wshadow -Wunused -Wwrite-strings -funit-at-a-time -Wno-strict-overflow -Wno-deprecated -Wno-invalid-offsetof -Wno-undefined-var-template -Woverloaded-virtual -Wstrict-null-sentinel -w -DVXL_HAS_SSE2_HARDWARE_SUPPORT -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_d895a.dir/vxl_platform_tests.cxx.o -o cmTC_d895a Performing Test VXL_HAS_ALIGNED_MALLOC failed with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-free/build/ExtProjs/ITK/CMakeFiles/CMakeTmp' Run Build Command(s): /usr/local/Cellar/cmake/3.30.3/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_a02c1/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_a02c1.dir/build.make CMakeFiles/cmTC_a02c1.dir/build Building CXX object CMakeFiles/cmTC_a02c1.dir/vxl_platform_tests.cxx.o /Library/Developer/CommandLineTools/usr/bin/c++ -DVXL_HAS_ALIGNED_MALLOC -w -fpermissive -mtune=generic -march=corei7 -Wall -Wno-long-double -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wshadow -Wunused -Wwrite-strings -funit-at-a-time -Wno-strict-overflow -Wno-deprecated -Wno-invalid-offsetof -Wno-undefined-var-template -Woverloaded-virtual -Wstrict-null-sentinel -w -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -fPIE -MD -MT CMakeFiles/cmTC_a02c1.dir/vxl_platform_tests.cxx.o -MF CMakeFiles/cmTC_a02c1.dir/vxl_platform_tests.cxx.o.d -o CMakeFiles/cmTC_a02c1.dir/vxl_platform_tests.cxx.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx:128:10: fatal error: 'malloc.h' file not found #include ^~~~~~~~~~ 1 error generated. make[4]: *** [CMakeFiles/cmTC_a02c1.dir/vxl_platform_tests.cxx.o] Error 1 make[3]: *** [cmTC_a02c1/fast] Error 2 Performing Test VXL_HAS_MINGW_ALIGNED_MALLOC failed with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-free/build/ExtProjs/ITK/CMakeFiles/CMakeTmp' Run Build Command(s): /usr/local/Cellar/cmake/3.30.3/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_c93b8/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_c93b8.dir/build.make CMakeFiles/cmTC_c93b8.dir/build Building CXX object CMakeFiles/cmTC_c93b8.dir/vxl_platform_tests.cxx.o /Library/Developer/CommandLineTools/usr/bin/c++ -DVXL_HAS_MINGW_ALIGNED_MALLOC -w -fpermissive -mtune=generic -march=corei7 -Wall -Wno-long-double -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wshadow -Wunused -Wwrite-strings -funit-at-a-time -Wno-strict-overflow -Wno-deprecated -Wno-invalid-offsetof -Wno-undefined-var-template -Woverloaded-virtual -Wstrict-null-sentinel -w -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -fPIE -MD -MT CMakeFiles/cmTC_c93b8.dir/vxl_platform_tests.cxx.o -MF CMakeFiles/cmTC_c93b8.dir/vxl_platform_tests.cxx.o.d -o CMakeFiles/cmTC_c93b8.dir/vxl_platform_tests.cxx.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx:140:10: fatal error: 'malloc.h' file not found #include ^~~~~~~~~~ 1 error generated. make[4]: *** [CMakeFiles/cmTC_c93b8.dir/vxl_platform_tests.cxx.o] Error 1 make[3]: *** [cmTC_c93b8/fast] Error 2 Performing Test VXL_HAS_POSIX_MEMALIGN failed with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-free/build/ExtProjs/ITK/CMakeFiles/CMakeTmp' Run Build Command(s): /usr/local/Cellar/cmake/3.30.3/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_1b3f0/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_1b3f0.dir/build.make CMakeFiles/cmTC_1b3f0.dir/build Building CXX object CMakeFiles/cmTC_1b3f0.dir/vxl_platform_tests.cxx.o /Library/Developer/CommandLineTools/usr/bin/c++ -DVXL_HAS_POSIX_MEMALIGN -w -fpermissive -mtune=generic -march=corei7 -Wall -Wno-long-double -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wshadow -Wunused -Wwrite-strings -funit-at-a-time -Wno-strict-overflow -Wno-deprecated -Wno-invalid-offsetof -Wno-undefined-var-template -Woverloaded-virtual -Wstrict-null-sentinel -w -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -fPIE -MD -MT CMakeFiles/cmTC_1b3f0.dir/vxl_platform_tests.cxx.o -MF CMakeFiles/cmTC_1b3f0.dir/vxl_platform_tests.cxx.o.d -o CMakeFiles/cmTC_1b3f0.dir/vxl_platform_tests.cxx.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx:155:13: error: use of undeclared identifier 'memalign' void* x = memalign(16,4*sizeof(float)); ^ 1 error generated. make[4]: *** [CMakeFiles/cmTC_1b3f0.dir/vxl_platform_tests.cxx.o] Error 1 make[3]: *** [cmTC_1b3f0/fast] Error 2 Looking for 8-bit int. Failed to compile with the following output: (FLAGS=-DVXL_HAS_TYPE_OF_SIZE) Change Dir: '/Volumes/Data/workspace/med-macos-free/build/ExtProjs/ITK/CMakeFiles/CMakeTmp' Run Build Command(s): /usr/local/Cellar/cmake/3.30.3/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_a9c35/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_a9c35.dir/build.make CMakeFiles/cmTC_a9c35.dir/build Building CXX object CMakeFiles/cmTC_a9c35.dir/vxl_platform_tests.cxx.o /Library/Developer/CommandLineTools/usr/bin/c++ -I/Volumes/Data/workspace/med-macos-free/build/ExtProjs/ITK/CMakeTmp -w -fpermissive -mtune=generic -march=corei7 -Wall -Wno-long-double -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wshadow -Wunused -Wwrite-strings -funit-at-a-time -Wno-strict-overflow -Wno-deprecated -Wno-invalid-offsetof -Wno-undefined-var-template -Woverloaded-virtual -Wstrict-null-sentinel -w -DVXL_HAS_TYPE_OF_SIZE -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -fPIE -MD -MT CMakeFiles/cmTC_a9c35.dir/vxl_platform_tests.cxx.o -MF CMakeFiles/cmTC_a9c35.dir/vxl_platform_tests.cxx.o.d -o CMakeFiles/cmTC_a9c35.dir/vxl_platform_tests.cxx.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx:53:14: error: redeclaration of 'verify_size' with a different type: 'int (*)[8]' vs 'int (*)[16]' extern int (*verify_size)[THE_SIZE]; ^ /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx:52:14: note: previous declaration is here extern int (*verify_size)[sizeof(THE_TYPE) * CHAR_BIT]; ^ 1 error generated. make[4]: *** [CMakeFiles/cmTC_a9c35.dir/vxl_platform_tests.cxx.o] Error 1 make[3]: *** [cmTC_a9c35/fast] Error 2 Looking for 16-bit int. Failed to compile with the following output: (FLAGS=-DVXL_HAS_TYPE_OF_SIZE) Change Dir: '/Volumes/Data/workspace/med-macos-free/build/ExtProjs/ITK/CMakeFiles/CMakeTmp' Run Build Command(s): /usr/local/Cellar/cmake/3.30.3/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_2208d/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_2208d.dir/build.make CMakeFiles/cmTC_2208d.dir/build Building CXX object CMakeFiles/cmTC_2208d.dir/vxl_platform_tests.cxx.o /Library/Developer/CommandLineTools/usr/bin/c++ -I/Volumes/Data/workspace/med-macos-free/build/ExtProjs/ITK/CMakeTmp -w -fpermissive -mtune=generic -march=corei7 -Wall -Wno-long-double -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wshadow -Wunused -Wwrite-strings -funit-at-a-time -Wno-strict-overflow -Wno-deprecated -Wno-invalid-offsetof -Wno-undefined-var-template -Woverloaded-virtual -Wstrict-null-sentinel -w -DVXL_HAS_TYPE_OF_SIZE -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -fPIE -MD -MT CMakeFiles/cmTC_2208d.dir/vxl_platform_tests.cxx.o -MF CMakeFiles/cmTC_2208d.dir/vxl_platform_tests.cxx.o.d -o CMakeFiles/cmTC_2208d.dir/vxl_platform_tests.cxx.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx:53:14: error: redeclaration of 'verify_size' with a different type: 'int (*)[16]' vs 'int (*)[8]' extern int (*verify_size)[THE_SIZE]; ^ /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx:52:14: note: previous declaration is here extern int (*verify_size)[sizeof(THE_TYPE) * CHAR_BIT]; ^ 1 error generated. make[4]: *** [CMakeFiles/cmTC_2208d.dir/vxl_platform_tests.cxx.o] Error 1 make[3]: *** [cmTC_2208d/fast] Error 2 Looking for 16-bit int. Failed to compile with the following output: (FLAGS=-DVXL_HAS_TYPE_OF_SIZE) Change Dir: '/Volumes/Data/workspace/med-macos-free/build/ExtProjs/ITK/CMakeFiles/CMakeTmp' Run Build Command(s): /usr/local/Cellar/cmake/3.30.3/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_f5899/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_f5899.dir/build.make CMakeFiles/cmTC_f5899.dir/build Building CXX object CMakeFiles/cmTC_f5899.dir/vxl_platform_tests.cxx.o /Library/Developer/CommandLineTools/usr/bin/c++ -I/Volumes/Data/workspace/med-macos-free/build/ExtProjs/ITK/CMakeTmp -w -fpermissive -mtune=generic -march=corei7 -Wall -Wno-long-double -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wshadow -Wunused -Wwrite-strings -funit-at-a-time -Wno-strict-overflow -Wno-deprecated -Wno-invalid-offsetof -Wno-undefined-var-template -Woverloaded-virtual -Wstrict-null-sentinel -w -DVXL_HAS_TYPE_OF_SIZE -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -fPIE -MD -MT CMakeFiles/cmTC_f5899.dir/vxl_platform_tests.cxx.o -MF CMakeFiles/cmTC_f5899.dir/vxl_platform_tests.cxx.o.d -o CMakeFiles/cmTC_f5899.dir/vxl_platform_tests.cxx.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx:53:14: error: redeclaration of 'verify_size' with a different type: 'int (*)[16]' vs 'int (*)[32]' extern int (*verify_size)[THE_SIZE]; ^ /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx:52:14: note: previous declaration is here extern int (*verify_size)[sizeof(THE_TYPE) * CHAR_BIT]; ^ 1 error generated. make[4]: *** [CMakeFiles/cmTC_f5899.dir/vxl_platform_tests.cxx.o] Error 1 make[3]: *** [cmTC_f5899/fast] Error 2 Looking for 32-bit int. Failed to compile with the following output: (FLAGS=-DVXL_HAS_TYPE_OF_SIZE) Change Dir: '/Volumes/Data/workspace/med-macos-free/build/ExtProjs/ITK/CMakeFiles/CMakeTmp' Run Build Command(s): /usr/local/Cellar/cmake/3.30.3/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_f4086/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_f4086.dir/build.make CMakeFiles/cmTC_f4086.dir/build Building CXX object CMakeFiles/cmTC_f4086.dir/vxl_platform_tests.cxx.o /Library/Developer/CommandLineTools/usr/bin/c++ -I/Volumes/Data/workspace/med-macos-free/build/ExtProjs/ITK/CMakeTmp -w -fpermissive -mtune=generic -march=corei7 -Wall -Wno-long-double -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wshadow -Wunused -Wwrite-strings -funit-at-a-time -Wno-strict-overflow -Wno-deprecated -Wno-invalid-offsetof -Wno-undefined-var-template -Woverloaded-virtual -Wstrict-null-sentinel -w -DVXL_HAS_TYPE_OF_SIZE -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -fPIE -MD -MT CMakeFiles/cmTC_f4086.dir/vxl_platform_tests.cxx.o -MF CMakeFiles/cmTC_f4086.dir/vxl_platform_tests.cxx.o.d -o CMakeFiles/cmTC_f4086.dir/vxl_platform_tests.cxx.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx:53:14: error: redeclaration of 'verify_size' with a different type: 'int (*)[32]' vs 'int (*)[16]' extern int (*verify_size)[THE_SIZE]; ^ /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx:52:14: note: previous declaration is here extern int (*verify_size)[sizeof(THE_TYPE) * CHAR_BIT]; ^ 1 error generated. make[4]: *** [CMakeFiles/cmTC_f4086.dir/vxl_platform_tests.cxx.o] Error 1 make[3]: *** [cmTC_f4086/fast] Error 2 Looking for 32-bit int. Failed to compile with the following output: (FLAGS=-DVXL_HAS_TYPE_OF_SIZE) Change Dir: '/Volumes/Data/workspace/med-macos-free/build/ExtProjs/ITK/CMakeFiles/CMakeTmp' Run Build Command(s): /usr/local/Cellar/cmake/3.30.3/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_ed0cf/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_ed0cf.dir/build.make CMakeFiles/cmTC_ed0cf.dir/build Building CXX object CMakeFiles/cmTC_ed0cf.dir/vxl_platform_tests.cxx.o /Library/Developer/CommandLineTools/usr/bin/c++ -I/Volumes/Data/workspace/med-macos-free/build/ExtProjs/ITK/CMakeTmp -w -fpermissive -mtune=generic -march=corei7 -Wall -Wno-long-double -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wshadow -Wunused -Wwrite-strings -funit-at-a-time -Wno-strict-overflow -Wno-deprecated -Wno-invalid-offsetof -Wno-undefined-var-template -Woverloaded-virtual -Wstrict-null-sentinel -w -DVXL_HAS_TYPE_OF_SIZE -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -fPIE -MD -MT CMakeFiles/cmTC_ed0cf.dir/vxl_platform_tests.cxx.o -MF CMakeFiles/cmTC_ed0cf.dir/vxl_platform_tests.cxx.o.d -o CMakeFiles/cmTC_ed0cf.dir/vxl_platform_tests.cxx.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx:53:14: error: redeclaration of 'verify_size' with a different type: 'int (*)[32]' vs 'int (*)[64]' extern int (*verify_size)[THE_SIZE]; ^ /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx:52:14: note: previous declaration is here extern int (*verify_size)[sizeof(THE_TYPE) * CHAR_BIT]; ^ 1 error generated. make[4]: *** [CMakeFiles/cmTC_ed0cf.dir/vxl_platform_tests.cxx.o] Error 1 make[3]: *** [cmTC_ed0cf/fast] Error 2 Looking for 64-bit int. Failed to compile with the following output: (FLAGS=-DVXL_HAS_TYPE_OF_SIZE) Change Dir: '/Volumes/Data/workspace/med-macos-free/build/ExtProjs/ITK/CMakeFiles/CMakeTmp' Run Build Command(s): /usr/local/Cellar/cmake/3.30.3/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_7f8a3/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_7f8a3.dir/build.make CMakeFiles/cmTC_7f8a3.dir/build Building CXX object CMakeFiles/cmTC_7f8a3.dir/vxl_platform_tests.cxx.o /Library/Developer/CommandLineTools/usr/bin/c++ -I/Volumes/Data/workspace/med-macos-free/build/ExtProjs/ITK/CMakeTmp -w -fpermissive -mtune=generic -march=corei7 -Wall -Wno-long-double -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wshadow -Wunused -Wwrite-strings -funit-at-a-time -Wno-strict-overflow -Wno-deprecated -Wno-invalid-offsetof -Wno-undefined-var-template -Woverloaded-virtual -Wstrict-null-sentinel -w -DVXL_HAS_TYPE_OF_SIZE -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -fPIE -MD -MT CMakeFiles/cmTC_7f8a3.dir/vxl_platform_tests.cxx.o -MF CMakeFiles/cmTC_7f8a3.dir/vxl_platform_tests.cxx.o.d -o CMakeFiles/cmTC_7f8a3.dir/vxl_platform_tests.cxx.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx:40:14: error: unknown type name '__int64' double cast( THE_TYPE a, unsigned THE_TYPE b, signed THE_TYPE c ) ^ /Volumes/Data/workspace/med-macos-free/build/ExtProjs/ITK/CMakeTmp/config.h:1:18: note: expanded from macro 'THE_TYPE' #define THE_TYPE __int64 ^ /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx:40:44: error: expected ')' double cast( THE_TYPE a, unsigned THE_TYPE b, signed THE_TYPE c ) ^ /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx:40:12: note: to match this '(' double cast( THE_TYPE a, unsigned THE_TYPE b, signed THE_TYPE c ) ^ /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx:42:32: error: use of undeclared identifier 'b' return double( a ) + double( b ) + double( c ); ^ /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx:42:46: error: use of undeclared identifier 'c' return double( a ) + double( b ) + double( c ); ^ /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx:52:34: error: use of undeclared identifier '__int64' extern int (*verify_size)[sizeof(THE_TYPE) * CHAR_BIT]; ^ /Volumes/Data/workspace/med-macos-free/build/ExtProjs/ITK/CMakeTmp/config.h:1:18: note: expanded from macro 'THE_TYPE' #define THE_TYPE __int64 ^ 5 errors generated. make[4]: *** [CMakeFiles/cmTC_7f8a3.dir/vxl_platform_tests.cxx.o] Error 1 make[3]: *** [cmTC_7f8a3/fast] Error 2 Looking for 32-bit float. Failed to compile with the following output: (FLAGS=-DVXL_HAS_TYPE_OF_SIZE) Change Dir: '/Volumes/Data/workspace/med-macos-free/build/ExtProjs/ITK/CMakeFiles/CMakeTmp' Run Build Command(s): /usr/local/Cellar/cmake/3.30.3/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_47276/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_47276.dir/build.make CMakeFiles/cmTC_47276.dir/build Building CXX object CMakeFiles/cmTC_47276.dir/vxl_platform_tests.cxx.o /Library/Developer/CommandLineTools/usr/bin/c++ -I/Volumes/Data/workspace/med-macos-free/build/ExtProjs/ITK/CMakeTmp -w -fpermissive -mtune=generic -march=corei7 -Wall -Wno-long-double -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wshadow -Wunused -Wwrite-strings -funit-at-a-time -Wno-strict-overflow -Wno-deprecated -Wno-invalid-offsetof -Wno-undefined-var-template -Woverloaded-virtual -Wstrict-null-sentinel -w -DVXL_HAS_TYPE_OF_SIZE -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -fPIE -MD -MT CMakeFiles/cmTC_47276.dir/vxl_platform_tests.cxx.o -MF CMakeFiles/cmTC_47276.dir/vxl_platform_tests.cxx.o.d -o CMakeFiles/cmTC_47276.dir/vxl_platform_tests.cxx.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx:53:14: error: redeclaration of 'verify_size' with a different type: 'int (*)[32]' vs 'int (*)[128]' extern int (*verify_size)[THE_SIZE]; ^ /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx:52:14: note: previous declaration is here extern int (*verify_size)[sizeof(THE_TYPE) * CHAR_BIT]; ^ 1 error generated. make[4]: *** [CMakeFiles/cmTC_47276.dir/vxl_platform_tests.cxx.o] Error 1 make[3]: *** [cmTC_47276/fast] Error 2 Looking for 32-bit float. Failed to compile with the following output: (FLAGS=-DVXL_HAS_TYPE_OF_SIZE) Change Dir: '/Volumes/Data/workspace/med-macos-free/build/ExtProjs/ITK/CMakeFiles/CMakeTmp' Run Build Command(s): /usr/local/Cellar/cmake/3.30.3/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_24492/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_24492.dir/build.make CMakeFiles/cmTC_24492.dir/build Building CXX object CMakeFiles/cmTC_24492.dir/vxl_platform_tests.cxx.o /Library/Developer/CommandLineTools/usr/bin/c++ -I/Volumes/Data/workspace/med-macos-free/build/ExtProjs/ITK/CMakeTmp -w -fpermissive -mtune=generic -march=corei7 -Wall -Wno-long-double -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wshadow -Wunused -Wwrite-strings -funit-at-a-time -Wno-strict-overflow -Wno-deprecated -Wno-invalid-offsetof -Wno-undefined-var-template -Woverloaded-virtual -Wstrict-null-sentinel -w -DVXL_HAS_TYPE_OF_SIZE -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -fPIE -MD -MT CMakeFiles/cmTC_24492.dir/vxl_platform_tests.cxx.o -MF CMakeFiles/cmTC_24492.dir/vxl_platform_tests.cxx.o.d -o CMakeFiles/cmTC_24492.dir/vxl_platform_tests.cxx.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx:53:14: error: redeclaration of 'verify_size' with a different type: 'int (*)[32]' vs 'int (*)[64]' extern int (*verify_size)[THE_SIZE]; ^ /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx:52:14: note: previous declaration is here extern int (*verify_size)[sizeof(THE_TYPE) * CHAR_BIT]; ^ 1 error generated. make[4]: *** [CMakeFiles/cmTC_24492.dir/vxl_platform_tests.cxx.o] Error 1 make[3]: *** [cmTC_24492/fast] Error 2 Looking for 64-bit float. Failed to compile with the following output: (FLAGS=-DVXL_HAS_TYPE_OF_SIZE) Change Dir: '/Volumes/Data/workspace/med-macos-free/build/ExtProjs/ITK/CMakeFiles/CMakeTmp' Run Build Command(s): /usr/local/Cellar/cmake/3.30.3/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_64d78/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_64d78.dir/build.make CMakeFiles/cmTC_64d78.dir/build Building CXX object CMakeFiles/cmTC_64d78.dir/vxl_platform_tests.cxx.o /Library/Developer/CommandLineTools/usr/bin/c++ -I/Volumes/Data/workspace/med-macos-free/build/ExtProjs/ITK/CMakeTmp -w -fpermissive -mtune=generic -march=corei7 -Wall -Wno-long-double -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wshadow -Wunused -Wwrite-strings -funit-at-a-time -Wno-strict-overflow -Wno-deprecated -Wno-invalid-offsetof -Wno-undefined-var-template -Woverloaded-virtual -Wstrict-null-sentinel -w -DVXL_HAS_TYPE_OF_SIZE -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -fPIE -MD -MT CMakeFiles/cmTC_64d78.dir/vxl_platform_tests.cxx.o -MF CMakeFiles/cmTC_64d78.dir/vxl_platform_tests.cxx.o.d -o CMakeFiles/cmTC_64d78.dir/vxl_platform_tests.cxx.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx:53:14: error: redeclaration of 'verify_size' with a different type: 'int (*)[64]' vs 'int (*)[32]' extern int (*verify_size)[THE_SIZE]; ^ /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx:52:14: note: previous declaration is here extern int (*verify_size)[sizeof(THE_TYPE) * CHAR_BIT]; ^ 1 error generated. make[4]: *** [CMakeFiles/cmTC_64d78.dir/vxl_platform_tests.cxx.o] Error 1 make[3]: *** [cmTC_64d78/fast] Error 2 Looking for 64-bit float. Failed to compile with the following output: (FLAGS=-DVXL_HAS_TYPE_OF_SIZE) Change Dir: '/Volumes/Data/workspace/med-macos-free/build/ExtProjs/ITK/CMakeFiles/CMakeTmp' Run Build Command(s): /usr/local/Cellar/cmake/3.30.3/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_63a82/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_63a82.dir/build.make CMakeFiles/cmTC_63a82.dir/build Building CXX object CMakeFiles/cmTC_63a82.dir/vxl_platform_tests.cxx.o /Library/Developer/CommandLineTools/usr/bin/c++ -I/Volumes/Data/workspace/med-macos-free/build/ExtProjs/ITK/CMakeTmp -w -fpermissive -mtune=generic -march=corei7 -Wall -Wno-long-double -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wshadow -Wunused -Wwrite-strings -funit-at-a-time -Wno-strict-overflow -Wno-deprecated -Wno-invalid-offsetof -Wno-undefined-var-template -Woverloaded-virtual -Wstrict-null-sentinel -w -DVXL_HAS_TYPE_OF_SIZE -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -fPIE -MD -MT CMakeFiles/cmTC_63a82.dir/vxl_platform_tests.cxx.o -MF CMakeFiles/cmTC_63a82.dir/vxl_platform_tests.cxx.o.d -o CMakeFiles/cmTC_63a82.dir/vxl_platform_tests.cxx.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx:53:14: error: redeclaration of 'verify_size' with a different type: 'int (*)[64]' vs 'int (*)[128]' extern int (*verify_size)[THE_SIZE]; ^ /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx:52:14: note: previous declaration is here extern int (*verify_size)[sizeof(THE_TYPE) * CHAR_BIT]; ^ 1 error generated. make[4]: *** [CMakeFiles/cmTC_63a82.dir/vxl_platform_tests.cxx.o] Error 1 make[3]: *** [cmTC_63a82/fast] Error 2 Looking for 96-bit float. Failed to compile with the following output: (FLAGS=-DVXL_HAS_TYPE_OF_SIZE) Change Dir: '/Volumes/Data/workspace/med-macos-free/build/ExtProjs/ITK/CMakeFiles/CMakeTmp' Run Build Command(s): /usr/local/Cellar/cmake/3.30.3/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_bd471/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_bd471.dir/build.make CMakeFiles/cmTC_bd471.dir/build Building CXX object CMakeFiles/cmTC_bd471.dir/vxl_platform_tests.cxx.o /Library/Developer/CommandLineTools/usr/bin/c++ -I/Volumes/Data/workspace/med-macos-free/build/ExtProjs/ITK/CMakeTmp -w -fpermissive -mtune=generic -march=corei7 -Wall -Wno-long-double -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wshadow -Wunused -Wwrite-strings -funit-at-a-time -Wno-strict-overflow -Wno-deprecated -Wno-invalid-offsetof -Wno-undefined-var-template -Woverloaded-virtual -Wstrict-null-sentinel -w -DVXL_HAS_TYPE_OF_SIZE -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -fPIE -MD -MT CMakeFiles/cmTC_bd471.dir/vxl_platform_tests.cxx.o -MF CMakeFiles/cmTC_bd471.dir/vxl_platform_tests.cxx.o.d -o CMakeFiles/cmTC_bd471.dir/vxl_platform_tests.cxx.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx:53:14: error: redeclaration of 'verify_size' with a different type: 'int (*)[96]' vs 'int (*)[32]' extern int (*verify_size)[THE_SIZE]; ^ /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx:52:14: note: previous declaration is here extern int (*verify_size)[sizeof(THE_TYPE) * CHAR_BIT]; ^ 1 error generated. make[4]: *** [CMakeFiles/cmTC_bd471.dir/vxl_platform_tests.cxx.o] Error 1 make[3]: *** [cmTC_bd471/fast] Error 2 Looking for 96-bit float. Failed to compile with the following output: (FLAGS=-DVXL_HAS_TYPE_OF_SIZE) Change Dir: '/Volumes/Data/workspace/med-macos-free/build/ExtProjs/ITK/CMakeFiles/CMakeTmp' Run Build Command(s): /usr/local/Cellar/cmake/3.30.3/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_1e3ad/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_1e3ad.dir/build.make CMakeFiles/cmTC_1e3ad.dir/build Building CXX object CMakeFiles/cmTC_1e3ad.dir/vxl_platform_tests.cxx.o /Library/Developer/CommandLineTools/usr/bin/c++ -I/Volumes/Data/workspace/med-macos-free/build/ExtProjs/ITK/CMakeTmp -w -fpermissive -mtune=generic -march=corei7 -Wall -Wno-long-double -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wshadow -Wunused -Wwrite-strings -funit-at-a-time -Wno-strict-overflow -Wno-deprecated -Wno-invalid-offsetof -Wno-undefined-var-template -Woverloaded-virtual -Wstrict-null-sentinel -w -DVXL_HAS_TYPE_OF_SIZE -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -fPIE -MD -MT CMakeFiles/cmTC_1e3ad.dir/vxl_platform_tests.cxx.o -MF CMakeFiles/cmTC_1e3ad.dir/vxl_platform_tests.cxx.o.d -o CMakeFiles/cmTC_1e3ad.dir/vxl_platform_tests.cxx.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx:53:14: error: redeclaration of 'verify_size' with a different type: 'int (*)[96]' vs 'int (*)[64]' extern int (*verify_size)[THE_SIZE]; ^ /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx:52:14: note: previous declaration is here extern int (*verify_size)[sizeof(THE_TYPE) * CHAR_BIT]; ^ 1 error generated. make[4]: *** [CMakeFiles/cmTC_1e3ad.dir/vxl_platform_tests.cxx.o] Error 1 make[3]: *** [cmTC_1e3ad/fast] Error 2 Looking for 96-bit float. Failed to compile with the following output: (FLAGS=-DVXL_HAS_TYPE_OF_SIZE) Change Dir: '/Volumes/Data/workspace/med-macos-free/build/ExtProjs/ITK/CMakeFiles/CMakeTmp' Run Build Command(s): /usr/local/Cellar/cmake/3.30.3/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_1b828/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_1b828.dir/build.make CMakeFiles/cmTC_1b828.dir/build Building CXX object CMakeFiles/cmTC_1b828.dir/vxl_platform_tests.cxx.o /Library/Developer/CommandLineTools/usr/bin/c++ -I/Volumes/Data/workspace/med-macos-free/build/ExtProjs/ITK/CMakeTmp -w -fpermissive -mtune=generic -march=corei7 -Wall -Wno-long-double -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wshadow -Wunused -Wwrite-strings -funit-at-a-time -Wno-strict-overflow -Wno-deprecated -Wno-invalid-offsetof -Wno-undefined-var-template -Woverloaded-virtual -Wstrict-null-sentinel -w -DVXL_HAS_TYPE_OF_SIZE -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -fPIE -MD -MT CMakeFiles/cmTC_1b828.dir/vxl_platform_tests.cxx.o -MF CMakeFiles/cmTC_1b828.dir/vxl_platform_tests.cxx.o.d -o CMakeFiles/cmTC_1b828.dir/vxl_platform_tests.cxx.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx:53:14: error: redeclaration of 'verify_size' with a different type: 'int (*)[96]' vs 'int (*)[128]' extern int (*verify_size)[THE_SIZE]; ^ /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx:52:14: note: previous declaration is here extern int (*verify_size)[sizeof(THE_TYPE) * CHAR_BIT]; ^ 1 error generated. make[4]: *** [CMakeFiles/cmTC_1b828.dir/vxl_platform_tests.cxx.o] Error 1 make[3]: *** [cmTC_1b828/fast] Error 2 Looking for 128-bit float. Failed to compile with the following output: (FLAGS=-DVXL_HAS_TYPE_OF_SIZE) Change Dir: '/Volumes/Data/workspace/med-macos-free/build/ExtProjs/ITK/CMakeFiles/CMakeTmp' Run Build Command(s): /usr/local/Cellar/cmake/3.30.3/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_d0301/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_d0301.dir/build.make CMakeFiles/cmTC_d0301.dir/build Building CXX object CMakeFiles/cmTC_d0301.dir/vxl_platform_tests.cxx.o /Library/Developer/CommandLineTools/usr/bin/c++ -I/Volumes/Data/workspace/med-macos-free/build/ExtProjs/ITK/CMakeTmp -w -fpermissive -mtune=generic -march=corei7 -Wall -Wno-long-double -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wshadow -Wunused -Wwrite-strings -funit-at-a-time -Wno-strict-overflow -Wno-deprecated -Wno-invalid-offsetof -Wno-undefined-var-template -Woverloaded-virtual -Wstrict-null-sentinel -w -DVXL_HAS_TYPE_OF_SIZE -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -fPIE -MD -MT CMakeFiles/cmTC_d0301.dir/vxl_platform_tests.cxx.o -MF CMakeFiles/cmTC_d0301.dir/vxl_platform_tests.cxx.o.d -o CMakeFiles/cmTC_d0301.dir/vxl_platform_tests.cxx.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx:53:14: error: redeclaration of 'verify_size' with a different type: 'int (*)[128]' vs 'int (*)[32]' extern int (*verify_size)[THE_SIZE]; ^ /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx:52:14: note: previous declaration is here extern int (*verify_size)[sizeof(THE_TYPE) * CHAR_BIT]; ^ 1 error generated. make[4]: *** [CMakeFiles/cmTC_d0301.dir/vxl_platform_tests.cxx.o] Error 1 make[3]: *** [cmTC_d0301/fast] Error 2 Looking for 128-bit float. Failed to compile with the following output: (FLAGS=-DVXL_HAS_TYPE_OF_SIZE) Change Dir: '/Volumes/Data/workspace/med-macos-free/build/ExtProjs/ITK/CMakeFiles/CMakeTmp' Run Build Command(s): /usr/local/Cellar/cmake/3.30.3/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_11eef/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_11eef.dir/build.make CMakeFiles/cmTC_11eef.dir/build Building CXX object CMakeFiles/cmTC_11eef.dir/vxl_platform_tests.cxx.o /Library/Developer/CommandLineTools/usr/bin/c++ -I/Volumes/Data/workspace/med-macos-free/build/ExtProjs/ITK/CMakeTmp -w -fpermissive -mtune=generic -march=corei7 -Wall -Wno-long-double -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wshadow -Wunused -Wwrite-strings -funit-at-a-time -Wno-strict-overflow -Wno-deprecated -Wno-invalid-offsetof -Wno-undefined-var-template -Woverloaded-virtual -Wstrict-null-sentinel -w -DVXL_HAS_TYPE_OF_SIZE -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -fPIE -MD -MT CMakeFiles/cmTC_11eef.dir/vxl_platform_tests.cxx.o -MF CMakeFiles/cmTC_11eef.dir/vxl_platform_tests.cxx.o.d -o CMakeFiles/cmTC_11eef.dir/vxl_platform_tests.cxx.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx:53:14: error: redeclaration of 'verify_size' with a different type: 'int (*)[128]' vs 'int (*)[64]' extern int (*verify_size)[THE_SIZE]; ^ /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/VNL/src/vxl/config/cmake/config/vxl_platform_tests.cxx:52:14: note: previous declaration is here extern int (*verify_size)[sizeof(THE_TYPE) * CHAR_BIT]; ^ 1 error generated. make[4]: *** [CMakeFiles/cmTC_11eef.dir/vxl_platform_tests.cxx.o] Error 1 make[3]: *** [cmTC_11eef/fast] Error 2 Performing Test ITK_PRIVATE_DYNAMIC_CAST failed with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-free/build/ExtProjs/ITK/CMakeFiles/CMakeTmp' Run Build Command(s): /usr/local/Cellar/cmake/3.30.3/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_a88bf/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_a88bf.dir/build.make CMakeFiles/cmTC_a88bf.dir/build Building CXX object CMakeFiles/cmTC_a88bf.dir/CheckCPPDirectiveExists.cxx.o /Library/Developer/CommandLineTools/usr/bin/c++ -w -fpermissive -mtune=generic -march=corei7 -Wall -Wno-long-double -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wshadow -Wunused -Wwrite-strings -funit-at-a-time -Wno-strict-overflow -Wno-deprecated -Wno-invalid-offsetof -Wno-undefined-var-template -Woverloaded-virtual -Wstrict-null-sentinel -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -fPIE -MD -MT CMakeFiles/cmTC_a88bf.dir/CheckCPPDirectiveExists.cxx.o -MF CMakeFiles/cmTC_a88bf.dir/CheckCPPDirectiveExists.cxx.o.d -o CMakeFiles/cmTC_a88bf.dir/CheckCPPDirectiveExists.cxx.o -c /Volumes/Data/workspace/med-macos-free/build/ExtProjs/ITK/CMakeFiles/CMakeTmp/CheckCPPDirectiveExists.cxx Linking CXX executable cmTC_a88bf /usr/local/Cellar/cmake/3.30.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a88bf.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/c++ -w -fpermissive -mtune=generic -march=corei7 -Wall -Wno-long-double -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wshadow -Wunused -Wwrite-strings -funit-at-a-time -Wno-strict-overflow -Wno-deprecated -Wno-invalid-offsetof -Wno-undefined-var-template -Woverloaded-virtual -Wstrict-null-sentinel -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a88bf.dir/CheckCPPDirectiveExists.cxx.o -o cmTC_a88bf Performing Other Test HAVE_OFF64_T failed with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-free/build/ExtProjs/ITK/CMakeFiles/CMakeTmp' Run Build Command(s): /usr/local/Cellar/cmake/3.30.3/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_847d1/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_847d1.dir/build.make CMakeFiles/cmTC_847d1.dir/build Building C object CMakeFiles/cmTC_847d1.dir/HDFTests.c.o /Library/Developer/CommandLineTools/usr/bin/cc -w -mtune=generic -march=corei7 -Wno-uninitialized -Wno-unused-parameter -Wall -Wno-long-double -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wshadow -Wunused -Wwrite-strings -funit-at-a-time -Wno-strict-overflow -w -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -fPIE -DHAVE_OFF64_T -DHAVE_SYS_TIME_H -DHAVE_UNISTD_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_SOCKET_H -MD -MT CMakeFiles/cmTC_847d1.dir/HDFTests.c.o -MF CMakeFiles/cmTC_847d1.dir/HDFTests.c.o.d -o CMakeFiles/cmTC_847d1.dir/HDFTests.c.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/HDF5/src/itkhdf5/config/cmake_ext_mod/HDFTests.c /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/HDF5/src/itkhdf5/config/cmake_ext_mod/HDFTests.c:317:3: error: unknown type name 'off64_t'; did you mean 'off_t'? off64_t n = 0; ^~~~~~~ off_t /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk/usr/include/sys/_types/_off_t.h:31:33: note: 'off_t' declared here typedef __darwin_off_t off_t; ^ 1 error generated. make[4]: *** [CMakeFiles/cmTC_847d1.dir/HDFTests.c.o] Error 1 make[3]: *** [cmTC_847d1/fast] Error 2 Performing Other Test HAVE___TM_GMTOFF failed with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-free/build/ExtProjs/ITK/CMakeFiles/CMakeTmp' Run Build Command(s): /usr/local/Cellar/cmake/3.30.3/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_d5082/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_d5082.dir/build.make CMakeFiles/cmTC_d5082.dir/build Building C object CMakeFiles/cmTC_d5082.dir/HDFTests.c.o /Library/Developer/CommandLineTools/usr/bin/cc -w -mtune=generic -march=corei7 -Wno-uninitialized -Wno-unused-parameter -Wall -Wno-long-double -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wshadow -Wunused -Wwrite-strings -funit-at-a-time -Wno-strict-overflow -w -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -fPIE -DHAVE___TM_GMTOFF -DHAVE_SYS_TIME_H -DHAVE_UNISTD_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_SOCKET_H -MD -MT CMakeFiles/cmTC_d5082.dir/HDFTests.c.o -MF CMakeFiles/cmTC_d5082.dir/HDFTests.c.o.d -o CMakeFiles/cmTC_d5082.dir/HDFTests.c.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/HDF5/src/itkhdf5/config/cmake_ext_mod/HDFTests.c /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/HDF5/src/itkhdf5/config/cmake_ext_mod/HDFTests.c:181:30: error: no member named '__tm_gmtoff' in 'struct tm'; did you mean 'tm_gmtoff'? SIMPLE_TEST(struct tm tm; tm.__tm_gmtoff=0); ^~~~~~~~~~~ tm_gmtoff /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/HDF5/src/itkhdf5/config/cmake_ext_mod/HDFTests.c:12:36: note: expanded from macro 'SIMPLE_TEST' #define SIMPLE_TEST(x) int main(){ x; return 0; } ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk/usr/include/time.h:85:7: note: 'tm_gmtoff' declared here long tm_gmtoff; /* offset from UTC in seconds */ ^ 1 error generated. make[4]: *** [CMakeFiles/cmTC_d5082.dir/HDFTests.c.o] Error 1 make[3]: *** [cmTC_d5082/fast] Error 2 Performing Other Test HAVE_TM_ZONE failed with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-free/build/ExtProjs/ITK/CMakeFiles/CMakeTmp' Run Build Command(s): /usr/local/Cellar/cmake/3.30.3/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_17447/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_17447.dir/build.make CMakeFiles/cmTC_17447.dir/build Building C object CMakeFiles/cmTC_17447.dir/HDFTests.c.o /Library/Developer/CommandLineTools/usr/bin/cc -w -mtune=generic -march=corei7 -Wno-uninitialized -Wno-unused-parameter -Wall -Wno-long-double -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wshadow -Wunused -Wwrite-strings -funit-at-a-time -Wno-strict-overflow -w -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -fPIE -DHAVE_TM_ZONE -DHAVE_SYS_TIME_H -DHAVE_UNISTD_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_SOCKET_H -MD -MT CMakeFiles/cmTC_17447.dir/HDFTests.c.o -MF CMakeFiles/cmTC_17447.dir/HDFTests.c.o.d -o CMakeFiles/cmTC_17447.dir/HDFTests.c.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/HDF5/src/itkhdf5/config/cmake_ext_mod/HDFTests.c Linking C executable cmTC_17447 /usr/local/Cellar/cmake/3.30.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_17447.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/cc -w -mtune=generic -march=corei7 -Wno-uninitialized -Wno-unused-parameter -Wall -Wno-long-double -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wshadow -Wunused -Wwrite-strings -funit-at-a-time -Wno-strict-overflow -w -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_17447.dir/HDFTests.c.o -o cmTC_17447 -lm -ldl Undefined symbols for architecture x86_64: "_main", referenced from: implicit entry/start for main executable ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[4]: *** [cmTC_17447] Error 1 make[3]: *** [cmTC_17447/fast] Error 2 Performing Other Test HAVE_STRUCT_TM_TM_ZONE failed with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-free/build/ExtProjs/ITK/CMakeFiles/CMakeTmp' Run Build Command(s): /usr/local/Cellar/cmake/3.30.3/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_a35a1/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_a35a1.dir/build.make CMakeFiles/cmTC_a35a1.dir/build Building C object CMakeFiles/cmTC_a35a1.dir/HDFTests.c.o /Library/Developer/CommandLineTools/usr/bin/cc -w -mtune=generic -march=corei7 -Wno-uninitialized -Wno-unused-parameter -Wall -Wno-long-double -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wshadow -Wunused -Wwrite-strings -funit-at-a-time -Wno-strict-overflow -w -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -fPIE -DHAVE_STRUCT_TM_TM_ZONE -DHAVE_SYS_TIME_H -DHAVE_UNISTD_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_SOCKET_H -MD -MT CMakeFiles/cmTC_a35a1.dir/HDFTests.c.o -MF CMakeFiles/cmTC_a35a1.dir/HDFTests.c.o.d -o CMakeFiles/cmTC_a35a1.dir/HDFTests.c.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/HDF5/src/itkhdf5/config/cmake_ext_mod/HDFTests.c Linking C executable cmTC_a35a1 /usr/local/Cellar/cmake/3.30.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a35a1.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/cc -w -mtune=generic -march=corei7 -Wno-uninitialized -Wno-unused-parameter -Wall -Wno-long-double -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wshadow -Wunused -Wwrite-strings -funit-at-a-time -Wno-strict-overflow -w -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a35a1.dir/HDFTests.c.o -o cmTC_a35a1 -lm -ldl Undefined symbols for architecture x86_64: "_main", referenced from: implicit entry/start for main executable ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[4]: *** [cmTC_a35a1] Error 1 make[3]: *** [cmTC_a35a1/fast] Error 2 Performing Other Test HAVE_STRUCT_VIDEOCONFIG failed with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-free/build/ExtProjs/ITK/CMakeFiles/CMakeTmp' Run Build Command(s): /usr/local/Cellar/cmake/3.30.3/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_3b33b/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_3b33b.dir/build.make CMakeFiles/cmTC_3b33b.dir/build Building C object CMakeFiles/cmTC_3b33b.dir/HDFTests.c.o /Library/Developer/CommandLineTools/usr/bin/cc -w -mtune=generic -march=corei7 -Wno-uninitialized -Wno-unused-parameter -Wall -Wno-long-double -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wshadow -Wunused -Wwrite-strings -funit-at-a-time -Wno-strict-overflow -w -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -fPIE -DHAVE_STRUCT_VIDEOCONFIG -DHAVE_SYS_TIME_H -DHAVE_UNISTD_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_SOCKET_H -MD -MT CMakeFiles/cmTC_3b33b.dir/HDFTests.c.o -MF CMakeFiles/cmTC_3b33b.dir/HDFTests.c.o.d -o CMakeFiles/cmTC_3b33b.dir/HDFTests.c.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/HDF5/src/itkhdf5/config/cmake_ext_mod/HDFTests.c /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/HDF5/src/itkhdf5/config/cmake_ext_mod/HDFTests.c:437:32: error: variable has incomplete type 'struct videoconfig' SIMPLE_TEST(struct videoconfig w; w.numtextcols=0); ^ /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/HDF5/src/itkhdf5/config/cmake_ext_mod/HDFTests.c:437:20: note: forward declaration of 'struct videoconfig' SIMPLE_TEST(struct videoconfig w; w.numtextcols=0); ^ 1 error generated. make[4]: *** [CMakeFiles/cmTC_3b33b.dir/HDFTests.c.o] Error 1 make[3]: *** [cmTC_3b33b/fast] Error 2 Performing Other Test HAVE_STRUCT_TEXT_INFO failed with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-free/build/ExtProjs/ITK/CMakeFiles/CMakeTmp' Run Build Command(s): /usr/local/Cellar/cmake/3.30.3/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_c44bc/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_c44bc.dir/build.make CMakeFiles/cmTC_c44bc.dir/build Building C object CMakeFiles/cmTC_c44bc.dir/HDFTests.c.o /Library/Developer/CommandLineTools/usr/bin/cc -w -mtune=generic -march=corei7 -Wno-uninitialized -Wno-unused-parameter -Wall -Wno-long-double -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wshadow -Wunused -Wwrite-strings -funit-at-a-time -Wno-strict-overflow -w -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -fPIE -DHAVE_STRUCT_TEXT_INFO -DHAVE_SYS_TIME_H -DHAVE_UNISTD_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_SOCKET_H -MD -MT CMakeFiles/cmTC_c44bc.dir/HDFTests.c.o -MF CMakeFiles/cmTC_c44bc.dir/HDFTests.c.o.d -o CMakeFiles/cmTC_c44bc.dir/HDFTests.c.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/HDF5/src/itkhdf5/config/cmake_ext_mod/HDFTests.c /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/HDF5/src/itkhdf5/config/cmake_ext_mod/HDFTests.c:443:30: error: variable has incomplete type 'struct text_info' SIMPLE_TEST(struct text_info w; w.screenwidth=0); ^ /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/HDF5/src/itkhdf5/config/cmake_ext_mod/HDFTests.c:443:20: note: forward declaration of 'struct text_info' SIMPLE_TEST(struct text_info w; w.screenwidth=0); ^ 1 error generated. make[4]: *** [CMakeFiles/cmTC_c44bc.dir/HDFTests.c.o] Error 1 make[3]: *** [cmTC_c44bc/fast] Error 2 Test TEST_DIRECT_VFD_WORKS Compile failed with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-free/build/ExtProjs/ITK/CMakeFiles/CMakeTmp' Run Build Command(s): /usr/local/Cellar/cmake/3.30.3/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_7b18f/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_7b18f.dir/build.make CMakeFiles/cmTC_7b18f.dir/build Building C object CMakeFiles/cmTC_7b18f.dir/HDFTests.c.o /Library/Developer/CommandLineTools/usr/bin/cc -w -mtune=generic -march=corei7 -Wno-uninitialized -Wno-unused-parameter -Wall -Wno-long-double -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wshadow -Wunused -Wwrite-strings -funit-at-a-time -Wno-strict-overflow -w -DTEST_DIRECT_VFD_WORKS -D_GNU_SOURCE -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -fPIE -MD -MT CMakeFiles/cmTC_7b18f.dir/HDFTests.c.o -MF CMakeFiles/cmTC_7b18f.dir/HDFTests.c.o.d -o CMakeFiles/cmTC_7b18f.dir/HDFTests.c.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/HDF5/src/itkhdf5/config/cmake_ext_mod/HDFTests.c /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/HDF5/src/itkhdf5/config/cmake_ext_mod/HDFTests.c:339:49: error: use of undeclared identifier 'O_DIRECT' if((fid=open("tst_file", O_CREAT | O_TRUNC | O_DIRECT, 0755))<0) ^ 1 error generated. make[4]: *** [CMakeFiles/cmTC_7b18f.dir/HDFTests.c.o] Error 1 make[3]: *** [cmTC_7b18f/fast] Error 2 Test H5_LDOUBLE_TO_LONG_SPECIAL Run failed with the following output and exit code: Change Dir: '/Volumes/Data/workspace/med-macos-free/build/ExtProjs/ITK/CMakeFiles/CMakeTmp' Run Build Command(s): /usr/local/Cellar/cmake/3.30.3/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_f3d80/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_f3d80.dir/build.make CMakeFiles/cmTC_f3d80.dir/build Building C object CMakeFiles/cmTC_f3d80.dir/ConversionTests.c.o /Library/Developer/CommandLineTools/usr/bin/cc -w -mtune=generic -march=corei7 -Wno-uninitialized -Wno-unused-parameter -Wall -Wno-long-double -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wshadow -Wunused -Wwrite-strings -funit-at-a-time -Wno-strict-overflow -w -DH5_LDOUBLE_TO_LONG_SPECIAL_TEST -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -fPIE -MD -MT CMakeFiles/cmTC_f3d80.dir/ConversionTests.c.o -MF CMakeFiles/cmTC_f3d80.dir/ConversionTests.c.o.d -o CMakeFiles/cmTC_f3d80.dir/ConversionTests.c.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/HDF5/src/itkhdf5/config/cmake/ConversionTests.c Linking C executable cmTC_f3d80 /usr/local/Cellar/cmake/3.30.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f3d80.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/cc -w -mtune=generic -march=corei7 -Wno-uninitialized -Wno-unused-parameter -Wall -Wno-long-double -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wshadow -Wunused -Wwrite-strings -funit-at-a-time -Wno-strict-overflow -w -DH5_LDOUBLE_TO_LONG_SPECIAL_TEST -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f3d80.dir/ConversionTests.c.o -o cmTC_f3d80 Test H5_LONG_TO_LDOUBLE_SPECIAL Run failed with the following output and exit code: Change Dir: '/Volumes/Data/workspace/med-macos-free/build/ExtProjs/ITK/CMakeFiles/CMakeTmp' Run Build Command(s): /usr/local/Cellar/cmake/3.30.3/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_1668c/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_1668c.dir/build.make CMakeFiles/cmTC_1668c.dir/build Building C object CMakeFiles/cmTC_1668c.dir/ConversionTests.c.o /Library/Developer/CommandLineTools/usr/bin/cc -w -mtune=generic -march=corei7 -Wno-uninitialized -Wno-unused-parameter -Wall -Wno-long-double -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wshadow -Wunused -Wwrite-strings -funit-at-a-time -Wno-strict-overflow -w -DH5_LONG_TO_LDOUBLE_SPECIAL_TEST -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -fPIE -MD -MT CMakeFiles/cmTC_1668c.dir/ConversionTests.c.o -MF CMakeFiles/cmTC_1668c.dir/ConversionTests.c.o.d -o CMakeFiles/cmTC_1668c.dir/ConversionTests.c.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/HDF5/src/itkhdf5/config/cmake/ConversionTests.c Linking C executable cmTC_1668c /usr/local/Cellar/cmake/3.30.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1668c.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/cc -w -mtune=generic -march=corei7 -Wno-uninitialized -Wno-unused-parameter -Wall -Wno-long-double -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wshadow -Wunused -Wwrite-strings -funit-at-a-time -Wno-strict-overflow -w -DH5_LONG_TO_LDOUBLE_SPECIAL_TEST -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_1668c.dir/ConversionTests.c.o -o cmTC_1668c Test H5_DISABLE_SOME_LDOUBLE_CONV Run failed with the following output and exit code: Change Dir: '/Volumes/Data/workspace/med-macos-free/build/ExtProjs/ITK/CMakeFiles/CMakeTmp' Run Build Command(s): /usr/local/Cellar/cmake/3.30.3/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_e75cf/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_e75cf.dir/build.make CMakeFiles/cmTC_e75cf.dir/build Building C object CMakeFiles/cmTC_e75cf.dir/ConversionTests.c.o /Library/Developer/CommandLineTools/usr/bin/cc -w -mtune=generic -march=corei7 -Wno-uninitialized -Wno-unused-parameter -Wall -Wno-long-double -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wshadow -Wunused -Wwrite-strings -funit-at-a-time -Wno-strict-overflow -w -DH5_DISABLE_SOME_LDOUBLE_CONV_TEST -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -fPIE -MD -MT CMakeFiles/cmTC_e75cf.dir/ConversionTests.c.o -MF CMakeFiles/cmTC_e75cf.dir/ConversionTests.c.o.d -o CMakeFiles/cmTC_e75cf.dir/ConversionTests.c.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/HDF5/src/itkhdf5/config/cmake/ConversionTests.c Linking C executable cmTC_e75cf /usr/local/Cellar/cmake/3.30.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e75cf.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/cc -w -mtune=generic -march=corei7 -Wno-uninitialized -Wno-unused-parameter -Wall -Wno-long-double -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wshadow -Wunused -Wwrite-strings -funit-at-a-time -Wno-strict-overflow -w -DH5_DISABLE_SOME_LDOUBLE_CONV_TEST -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e75cf.dir/ConversionTests.c.o -o cmTC_e75cf Performing CXX Test OLD_HEADER_FILENAME failed with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-free/build/ExtProjs/ITK/CMakeFiles/CMakeTmp' Run Build Command(s): /usr/local/Cellar/cmake/3.30.3/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_057c1/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_057c1.dir/build.make CMakeFiles/cmTC_057c1.dir/build Building CXX object CMakeFiles/cmTC_057c1.dir/HDFCXXTests.cpp.o /Library/Developer/CommandLineTools/usr/bin/c++ -w -fpermissive -mtune=generic -march=corei7 -Wall -Wno-long-double -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wshadow -Wunused -Wwrite-strings -funit-at-a-time -Wno-strict-overflow -Wno-deprecated -Wno-invalid-offsetof -Wno-undefined-var-template -Woverloaded-virtual -Wstrict-null-sentinel -w -DOLD_HEADER_FILENAME -DHAVE_SYS_TIME_H -DHAVE_UNISTD_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_FILE_H -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -fPIE -MD -MT CMakeFiles/cmTC_057c1.dir/HDFCXXTests.cpp.o -MF CMakeFiles/cmTC_057c1.dir/HDFCXXTests.cpp.o.d -o CMakeFiles/cmTC_057c1.dir/HDFCXXTests.cpp.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/HDF5/src/itkhdf5/config/cmake_ext_mod/HDFCXXTests.cpp Linking CXX executable cmTC_057c1 /usr/local/Cellar/cmake/3.30.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_057c1.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/c++ -w -fpermissive -mtune=generic -march=corei7 -Wall -Wno-long-double -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wshadow -Wunused -Wwrite-strings -funit-at-a-time -Wno-strict-overflow -Wno-deprecated -Wno-invalid-offsetof -Wno-undefined-var-template -Woverloaded-virtual -Wstrict-null-sentinel -w -DOLD_HEADER_FILENAME -DHAVE_SYS_TIME_H -DHAVE_UNISTD_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_FILE_H -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_057c1.dir/HDFCXXTests.cpp.o -o cmTC_057c1 -lm -ldl Performing CXX Test HDF_NO_NAMESPACE failed with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-free/build/ExtProjs/ITK/CMakeFiles/CMakeTmp' Run Build Command(s): /usr/local/Cellar/cmake/3.30.3/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_5dbb3/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_5dbb3.dir/build.make CMakeFiles/cmTC_5dbb3.dir/build Building CXX object CMakeFiles/cmTC_5dbb3.dir/HDFCXXTests.cpp.o /Library/Developer/CommandLineTools/usr/bin/c++ -w -fpermissive -mtune=generic -march=corei7 -Wall -Wno-long-double -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wshadow -Wunused -Wwrite-strings -funit-at-a-time -Wno-strict-overflow -Wno-deprecated -Wno-invalid-offsetof -Wno-undefined-var-template -Woverloaded-virtual -Wstrict-null-sentinel -w -DHDF_NO_NAMESPACE -DHAVE_SYS_TIME_H -DHAVE_UNISTD_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_FILE_H -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -fPIE -MD -MT CMakeFiles/cmTC_5dbb3.dir/HDFCXXTests.cpp.o -MF CMakeFiles/cmTC_5dbb3.dir/HDFCXXTests.cpp.o.d -o CMakeFiles/cmTC_5dbb3.dir/HDFCXXTests.cpp.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/HDF5/src/itkhdf5/config/cmake_ext_mod/HDFCXXTests.cpp Linking CXX executable cmTC_5dbb3 /usr/local/Cellar/cmake/3.30.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5dbb3.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/c++ -w -fpermissive -mtune=generic -march=corei7 -Wall -Wno-long-double -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wshadow -Wunused -Wwrite-strings -funit-at-a-time -Wno-strict-overflow -Wno-deprecated -Wno-invalid-offsetof -Wno-undefined-var-template -Woverloaded-virtual -Wstrict-null-sentinel -w -DHDF_NO_NAMESPACE -DHAVE_SYS_TIME_H -DHAVE_UNISTD_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_FILE_H -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5dbb3.dir/HDFCXXTests.cpp.o -o cmTC_5dbb3 -lm -ldl Performing CXX Test HDF_NO_STD failed with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-free/build/ExtProjs/ITK/CMakeFiles/CMakeTmp' Run Build Command(s): /usr/local/Cellar/cmake/3.30.3/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_4345a/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_4345a.dir/build.make CMakeFiles/cmTC_4345a.dir/build Building CXX object CMakeFiles/cmTC_4345a.dir/HDFCXXTests.cpp.o /Library/Developer/CommandLineTools/usr/bin/c++ -w -fpermissive -mtune=generic -march=corei7 -Wall -Wno-long-double -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wshadow -Wunused -Wwrite-strings -funit-at-a-time -Wno-strict-overflow -Wno-deprecated -Wno-invalid-offsetof -Wno-undefined-var-template -Woverloaded-virtual -Wstrict-null-sentinel -w -DHDF_NO_STD -DHAVE_SYS_TIME_H -DHAVE_UNISTD_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_FILE_H -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -fPIE -MD -MT CMakeFiles/cmTC_4345a.dir/HDFCXXTests.cpp.o -MF CMakeFiles/cmTC_4345a.dir/HDFCXXTests.cpp.o.d -o CMakeFiles/cmTC_4345a.dir/HDFCXXTests.cpp.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/HDF5/src/itkhdf5/config/cmake_ext_mod/HDFCXXTests.cpp Linking CXX executable cmTC_4345a /usr/local/Cellar/cmake/3.30.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4345a.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/c++ -w -fpermissive -mtune=generic -march=corei7 -Wall -Wno-long-double -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wshadow -Wunused -Wwrite-strings -funit-at-a-time -Wno-strict-overflow -Wno-deprecated -Wno-invalid-offsetof -Wno-undefined-var-template -Woverloaded-virtual -Wstrict-null-sentinel -w -DHDF_NO_STD -DHAVE_SYS_TIME_H -DHAVE_UNISTD_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_FILE_H -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_4345a.dir/HDFCXXTests.cpp.o -o cmTC_4345a -lm -ldl Performing CXX Test BOOL_NOTDEFINED failed with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-free/build/ExtProjs/ITK/CMakeFiles/CMakeTmp' Run Build Command(s): /usr/local/Cellar/cmake/3.30.3/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_531e6/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_531e6.dir/build.make CMakeFiles/cmTC_531e6.dir/build Building CXX object CMakeFiles/cmTC_531e6.dir/HDFCXXTests.cpp.o /Library/Developer/CommandLineTools/usr/bin/c++ -w -fpermissive -mtune=generic -march=corei7 -Wall -Wno-long-double -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wshadow -Wunused -Wwrite-strings -funit-at-a-time -Wno-strict-overflow -Wno-deprecated -Wno-invalid-offsetof -Wno-undefined-var-template -Woverloaded-virtual -Wstrict-null-sentinel -w -DBOOL_NOTDEFINED -DHAVE_SYS_TIME_H -DHAVE_UNISTD_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_FILE_H -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -fPIE -MD -MT CMakeFiles/cmTC_531e6.dir/HDFCXXTests.cpp.o -MF CMakeFiles/cmTC_531e6.dir/HDFCXXTests.cpp.o.d -o CMakeFiles/cmTC_531e6.dir/HDFCXXTests.cpp.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/HDF5/src/itkhdf5/config/cmake_ext_mod/HDFCXXTests.cpp Linking CXX executable cmTC_531e6 /usr/local/Cellar/cmake/3.30.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_531e6.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/c++ -w -fpermissive -mtune=generic -march=corei7 -Wall -Wno-long-double -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wshadow -Wunused -Wwrite-strings -funit-at-a-time -Wno-strict-overflow -Wno-deprecated -Wno-invalid-offsetof -Wno-undefined-var-template -Woverloaded-virtual -Wstrict-null-sentinel -w -DBOOL_NOTDEFINED -DHAVE_SYS_TIME_H -DHAVE_UNISTD_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_FILE_H -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_531e6.dir/HDFCXXTests.cpp.o -o cmTC_531e6 -lm -ldl Performing CXX Test NO_STATIC_CAST failed with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-free/build/ExtProjs/ITK/CMakeFiles/CMakeTmp' Run Build Command(s): /usr/local/Cellar/cmake/3.30.3/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_72b9e/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_72b9e.dir/build.make CMakeFiles/cmTC_72b9e.dir/build Building CXX object CMakeFiles/cmTC_72b9e.dir/HDFCXXTests.cpp.o /Library/Developer/CommandLineTools/usr/bin/c++ -w -fpermissive -mtune=generic -march=corei7 -Wall -Wno-long-double -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wshadow -Wunused -Wwrite-strings -funit-at-a-time -Wno-strict-overflow -Wno-deprecated -Wno-invalid-offsetof -Wno-undefined-var-template -Woverloaded-virtual -Wstrict-null-sentinel -w -DNO_STATIC_CAST -DHAVE_SYS_TIME_H -DHAVE_UNISTD_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_FILE_H -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -fPIE -MD -MT CMakeFiles/cmTC_72b9e.dir/HDFCXXTests.cpp.o -MF CMakeFiles/cmTC_72b9e.dir/HDFCXXTests.cpp.o.d -o CMakeFiles/cmTC_72b9e.dir/HDFCXXTests.cpp.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/HDF5/src/itkhdf5/config/cmake_ext_mod/HDFCXXTests.cpp Linking CXX executable cmTC_72b9e /usr/local/Cellar/cmake/3.30.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_72b9e.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/c++ -w -fpermissive -mtune=generic -march=corei7 -Wall -Wno-long-double -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wshadow -Wunused -Wwrite-strings -funit-at-a-time -Wno-strict-overflow -Wno-deprecated -Wno-invalid-offsetof -Wno-undefined-var-template -Woverloaded-virtual -Wstrict-null-sentinel -w -DNO_STATIC_CAST -DHAVE_SYS_TIME_H -DHAVE_UNISTD_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_FILE_H -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_72b9e.dir/HDFCXXTests.cpp.o -o cmTC_72b9e -lm -ldl Performing CXX Test CXX_HAVE_OFFSETOF failed with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-free/build/ExtProjs/ITK/CMakeFiles/CMakeTmp' Run Build Command(s): /usr/local/Cellar/cmake/3.30.3/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_a8d80/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_a8d80.dir/build.make CMakeFiles/cmTC_a8d80.dir/build Building CXX object CMakeFiles/cmTC_a8d80.dir/HDFCXXTests.cpp.o /Library/Developer/CommandLineTools/usr/bin/c++ -w -fpermissive -mtune=generic -march=corei7 -Wall -Wno-long-double -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wshadow -Wunused -Wwrite-strings -funit-at-a-time -Wno-strict-overflow -Wno-deprecated -Wno-invalid-offsetof -Wno-undefined-var-template -Woverloaded-virtual -Wstrict-null-sentinel -w -DCXX_HAVE_OFFSETOF -DHAVE_SYS_TIME_H -DHAVE_UNISTD_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_FILE_H -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -fPIE -MD -MT CMakeFiles/cmTC_a8d80.dir/HDFCXXTests.cpp.o -MF CMakeFiles/cmTC_a8d80.dir/HDFCXXTests.cpp.o.d -o CMakeFiles/cmTC_a8d80.dir/HDFCXXTests.cpp.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/HDF5/src/itkhdf5/config/cmake_ext_mod/HDFCXXTests.cpp Linking CXX executable cmTC_a8d80 /usr/local/Cellar/cmake/3.30.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a8d80.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/c++ -w -fpermissive -mtune=generic -march=corei7 -Wall -Wno-long-double -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wshadow -Wunused -Wwrite-strings -funit-at-a-time -Wno-strict-overflow -Wno-deprecated -Wno-invalid-offsetof -Wno-undefined-var-template -Woverloaded-virtual -Wstrict-null-sentinel -w -DCXX_HAVE_OFFSETOF -DHAVE_SYS_TIME_H -DHAVE_UNISTD_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_FILE_H -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a8d80.dir/HDFCXXTests.cpp.o -o cmTC_a8d80 -lm -ldl Value of the 22nd bit of a 32-bit quiet-NaN is 1TestQnanhibit.c produced following output: Change Dir: '/Volumes/Data/workspace/med-macos-free/build/ExtProjs/ITK/CMakeFiles/CMakeTmp' Run Build Command(s): /usr/local/Cellar/cmake/3.30.3/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_057f5/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_057f5.dir/build.make CMakeFiles/cmTC_057f5.dir/build Building C object CMakeFiles/cmTC_057f5.dir/TestQnanhibit.c.o /Library/Developer/CommandLineTools/usr/bin/cc -w -mtune=generic -march=corei7 -Wno-uninitialized -Wno-unused-parameter -Wall -Wno-long-double -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wshadow -Wunused -Wwrite-strings -funit-at-a-time -Wno-strict-overflow -w -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -fPIE -MD -MT CMakeFiles/cmTC_057f5.dir/TestQnanhibit.c.o -MF CMakeFiles/cmTC_057f5.dir/TestQnanhibit.c.o.d -o CMakeFiles/cmTC_057f5.dir/TestQnanhibit.c.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/ITK/Modules/ThirdParty/NrrdIO/src/NrrdIO/CMake/TestQnanhibit.c Linking C executable cmTC_057f5 /usr/local/Cellar/cmake/3.30.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_057f5.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/cc -w -mtune=generic -march=corei7 -Wno-uninitialized -Wno-unused-parameter -Wall -Wno-long-double -Wcast-align -Wdisabled-optimization -Wextra -Wformat=2 -Winvalid-pch -Wno-format-nonliteral -Wpointer-arith -Wshadow -Wunused -Wwrite-strings -funit-at-a-time -Wno-strict-overflow -w -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_057f5.dir/TestQnanhibit.c.o -o cmTC_057f5 -DTEEM_QNANHIBIT=1