Performing C++ SOURCE FILE Test Support for 64 bit file systems succeeded with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-free/build/ExtProjs/VTK/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_3aaef/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_3aaef.dir/build.make CMakeFiles/cmTC_3aaef.dir/build Building CXX object CMakeFiles/cmTC_3aaef.dir/src.cxx.o /Library/Developer/CommandLineTools/usr/bin/c++ -w -DCMAKE_REQUIRE_LARGE_FILE_SUPPORT -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -MD -MT CMakeFiles/cmTC_3aaef.dir/src.cxx.o -MF CMakeFiles/cmTC_3aaef.dir/src.cxx.o.d -o CMakeFiles/cmTC_3aaef.dir/src.cxx.o -c /Volumes/Data/workspace/med-macos-free/build/ExtProjs/VTK/CMakeFiles/CMakeTmp/src.cxx Linking CXX executable cmTC_3aaef /usr/local/Cellar/cmake/3.30.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3aaef.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/c++ -w -DCMAKE_REQUIRE_LARGE_FILE_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_3aaef.dir/src.cxx.o -o cmTC_3aaef Source file was: #define _LARGEFILE_SOURCE #define _LARGE_FILES #define _FILE_OFFSET_BITS 64 #include #include #include #include int main( int, char **argv ) { // check that off_t can hold 2^63 - 1 and perform basic operations... #define OFF_T_64 (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) if (OFF_T_64 % 2147483647 != 1) return 1; // stat breaks on SCO OpenServer struct stat buf; stat( argv[0], &buf ); if (!S_ISREG(buf.st_mode)) return 2; FILE *file = fopen( argv[0], "r" ); off_t offset = ftello( file ); fseek( file, offset, SEEK_CUR ); fclose( file ); return 0; } Determining if the C++ compiler supports __sync_add_and_fetch builtin passed with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-free/build/ExtProjs/VTK/CMakeTmp/Sync/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_3708a/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_3708a.dir/build.make CMakeFiles/cmTC_3708a.dir/build Building CXX object CMakeFiles/cmTC_3708a.dir/vtkTestSyncBuiltins.cxx.o /Library/Developer/CommandLineTools/usr/bin/c++ -w -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -MD -MT CMakeFiles/cmTC_3708a.dir/vtkTestSyncBuiltins.cxx.o -MF CMakeFiles/cmTC_3708a.dir/vtkTestSyncBuiltins.cxx.o.d -o CMakeFiles/cmTC_3708a.dir/vtkTestSyncBuiltins.cxx.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/CMake/vtkTestSyncBuiltins.cxx Linking CXX executable cmTC_3708a /usr/local/Cellar/cmake/3.30.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3708a.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/c++ -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_3708a.dir/vtkTestSyncBuiltins.cxx.o -o cmTC_3708a Determining if getsockname accepts socklen_t type passed with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-free/build/ExtProjs/VTK/CMakeTmp/SocklenT/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_4b455/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_4b455.dir/build.make CMakeFiles/cmTC_4b455.dir/build Building CXX object CMakeFiles/cmTC_4b455.dir/vtkTestSocklenT.cxx.o /Library/Developer/CommandLineTools/usr/bin/c++ -w -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -MD -MT CMakeFiles/cmTC_4b455.dir/vtkTestSocklenT.cxx.o -MF CMakeFiles/cmTC_4b455.dir/vtkTestSocklenT.cxx.o.d -o CMakeFiles/cmTC_4b455.dir/vtkTestSocklenT.cxx.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/CMake/vtkTestSocklenT.cxx Linking CXX executable cmTC_4b455 /usr/local/Cellar/cmake/3.30.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4b455.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/c++ -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_4b455.dir/vtkTestSocklenT.cxx.o -o cmTC_4b455 Checking whether header cstdio is available compiled with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-free/build/ExtProjs/VTK/Utilities/KWSys/vtksys/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_a52b9/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_a52b9.dir/build.make CMakeFiles/cmTC_a52b9.dir/build Building CXX object CMakeFiles/cmTC_a52b9.dir/kwsysPlatformTestsCXX.cxx.o /Library/Developer/CommandLineTools/usr/bin/c++ -DTEST_KWSYS_CXX_HAS_CSTDIO -w -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -MD -MT CMakeFiles/cmTC_a52b9.dir/kwsysPlatformTestsCXX.cxx.o -MF CMakeFiles/cmTC_a52b9.dir/kwsysPlatformTestsCXX.cxx.o.d -o CMakeFiles/cmTC_a52b9.dir/kwsysPlatformTestsCXX.cxx.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx Linking CXX executable cmTC_a52b9 /usr/local/Cellar/cmake/3.30.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a52b9.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/c++ -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_a52b9.dir/kwsysPlatformTestsCXX.cxx.o -o cmTC_a52b9 Checking for Large File Support compiled and ran with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-free/build/ExtProjs/VTK/Utilities/KWSys/vtksys/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_95338/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_95338.dir/build.make CMakeFiles/cmTC_95338.dir/build Building CXX object CMakeFiles/cmTC_95338.dir/kwsysPlatformTestsCXX.cxx.o /Library/Developer/CommandLineTools/usr/bin/c++ -DKWSYS_CXX_HAS_CSTDIO=1 -DTEST_KWSYS_LFS_WORKS -w -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -MD -MT CMakeFiles/cmTC_95338.dir/kwsysPlatformTestsCXX.cxx.o -MF CMakeFiles/cmTC_95338.dir/kwsysPlatformTestsCXX.cxx.o.d -o CMakeFiles/cmTC_95338.dir/kwsysPlatformTestsCXX.cxx.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx Linking CXX executable cmTC_95338 /usr/local/Cellar/cmake/3.30.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_95338.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/c++ -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_95338.dir/kwsysPlatformTestsCXX.cxx.o -o cmTC_95338 Checking whether C++ compiler has 'long long' compiled with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-free/build/ExtProjs/VTK/Utilities/KWSys/vtksys/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_7333c/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_7333c.dir/build.make CMakeFiles/cmTC_7333c.dir/build Building CXX object CMakeFiles/cmTC_7333c.dir/kwsysPlatformTestsCXX.cxx.o /Library/Developer/CommandLineTools/usr/bin/c++ -DTEST_KWSYS_CXX_HAS_LONG_LONG -w -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -MD -MT CMakeFiles/cmTC_7333c.dir/kwsysPlatformTestsCXX.cxx.o -MF CMakeFiles/cmTC_7333c.dir/kwsysPlatformTestsCXX.cxx.o.d -o CMakeFiles/cmTC_7333c.dir/kwsysPlatformTestsCXX.cxx.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx Linking CXX executable cmTC_7333c /usr/local/Cellar/cmake/3.30.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7333c.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/c++ -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_7333c.dir/kwsysPlatformTestsCXX.cxx.o -o cmTC_7333c Checking whether wstring is available compiled with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-free/build/ExtProjs/VTK/Utilities/KWSys/vtksys/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_35402/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_35402.dir/build.make CMakeFiles/cmTC_35402.dir/build Building CXX object CMakeFiles/cmTC_35402.dir/kwsysPlatformTestsCXX.cxx.o /Library/Developer/CommandLineTools/usr/bin/c++ -DTEST_KWSYS_STL_HAS_WSTRING -w -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -MD -MT CMakeFiles/cmTC_35402.dir/kwsysPlatformTestsCXX.cxx.o -MF CMakeFiles/cmTC_35402.dir/kwsysPlatformTestsCXX.cxx.o.d -o CMakeFiles/cmTC_35402.dir/kwsysPlatformTestsCXX.cxx.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx Linking CXX executable cmTC_35402 /usr/local/Cellar/cmake/3.30.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_35402.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/c++ -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_35402.dir/kwsysPlatformTestsCXX.cxx.o -o cmTC_35402 Checking whether C compiler has ptrdiff_t in stddef.h compiled with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-free/build/ExtProjs/VTK/Utilities/KWSys/vtksys/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_7c580/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_7c580.dir/build.make CMakeFiles/cmTC_7c580.dir/build Building C object CMakeFiles/cmTC_7c580.dir/kwsysPlatformTestsC.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DTEST_KWSYS_C_HAS_PTRDIFF_T -w -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -MD -MT CMakeFiles/cmTC_7c580.dir/kwsysPlatformTestsC.c.o -MF CMakeFiles/cmTC_7c580.dir/kwsysPlatformTestsC.c.o.d -o CMakeFiles/cmTC_7c580.dir/kwsysPlatformTestsC.c.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/Utilities/KWSys/vtksys/kwsysPlatformTestsC.c Linking C executable cmTC_7c580 /usr/local/Cellar/cmake/3.30.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7c580.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/cc -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_7c580.dir/kwsysPlatformTestsC.c.o -o cmTC_7c580 Checking whether C compiler has ssize_t in unistd.h compiled with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-free/build/ExtProjs/VTK/Utilities/KWSys/vtksys/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_6cabc/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_6cabc.dir/build.make CMakeFiles/cmTC_6cabc.dir/build Building C object CMakeFiles/cmTC_6cabc.dir/kwsysPlatformTestsC.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DTEST_KWSYS_C_HAS_SSIZE_T -w -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -MD -MT CMakeFiles/cmTC_6cabc.dir/kwsysPlatformTestsC.c.o -MF CMakeFiles/cmTC_6cabc.dir/kwsysPlatformTestsC.c.o.d -o CMakeFiles/cmTC_6cabc.dir/kwsysPlatformTestsC.c.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/Utilities/KWSys/vtksys/kwsysPlatformTestsC.c Linking C executable cmTC_6cabc /usr/local/Cellar/cmake/3.30.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6cabc.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/cc -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_6cabc.dir/kwsysPlatformTestsC.c.o -o cmTC_6cabc Checking whether CXX compiler has setenv compiled with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-free/build/ExtProjs/VTK/Utilities/KWSys/vtksys/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_b17fb/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_b17fb.dir/build.make CMakeFiles/cmTC_b17fb.dir/build Building CXX object CMakeFiles/cmTC_b17fb.dir/kwsysPlatformTestsCXX.cxx.o /Library/Developer/CommandLineTools/usr/bin/c++ -DTEST_KWSYS_CXX_HAS_SETENV -w -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -MD -MT CMakeFiles/cmTC_b17fb.dir/kwsysPlatformTestsCXX.cxx.o -MF CMakeFiles/cmTC_b17fb.dir/kwsysPlatformTestsCXX.cxx.o.d -o CMakeFiles/cmTC_b17fb.dir/kwsysPlatformTestsCXX.cxx.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx Linking CXX executable cmTC_b17fb /usr/local/Cellar/cmake/3.30.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b17fb.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/c++ -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_b17fb.dir/kwsysPlatformTestsCXX.cxx.o -o cmTC_b17fb Checking whether CXX compiler has unsetenv compiled with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-free/build/ExtProjs/VTK/Utilities/KWSys/vtksys/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_1f640/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_1f640.dir/build.make CMakeFiles/cmTC_1f640.dir/build Building CXX object CMakeFiles/cmTC_1f640.dir/kwsysPlatformTestsCXX.cxx.o /Library/Developer/CommandLineTools/usr/bin/c++ -DTEST_KWSYS_CXX_HAS_UNSETENV -w -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -MD -MT CMakeFiles/cmTC_1f640.dir/kwsysPlatformTestsCXX.cxx.o -MF CMakeFiles/cmTC_1f640.dir/kwsysPlatformTestsCXX.cxx.o.d -o CMakeFiles/cmTC_1f640.dir/kwsysPlatformTestsCXX.cxx.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx Linking CXX executable cmTC_1f640 /usr/local/Cellar/cmake/3.30.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1f640.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/c++ -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_1f640.dir/kwsysPlatformTestsCXX.cxx.o -o cmTC_1f640 Checking whether CXX compiler has utimes compiled with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-free/build/ExtProjs/VTK/Utilities/KWSys/vtksys/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_8cfe2/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_8cfe2.dir/build.make CMakeFiles/cmTC_8cfe2.dir/build Building CXX object CMakeFiles/cmTC_8cfe2.dir/kwsysPlatformTestsCXX.cxx.o /Library/Developer/CommandLineTools/usr/bin/c++ -DTEST_KWSYS_CXX_HAS_UTIMES -w -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -MD -MT CMakeFiles/cmTC_8cfe2.dir/kwsysPlatformTestsCXX.cxx.o -MF CMakeFiles/cmTC_8cfe2.dir/kwsysPlatformTestsCXX.cxx.o.d -o CMakeFiles/cmTC_8cfe2.dir/kwsysPlatformTestsCXX.cxx.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx Linking CXX executable cmTC_8cfe2 /usr/local/Cellar/cmake/3.30.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8cfe2.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/c++ -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_8cfe2.dir/kwsysPlatformTestsCXX.cxx.o -o cmTC_8cfe2 Checking whether CXX compiler has utimensat compiled with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-free/build/ExtProjs/VTK/Utilities/KWSys/vtksys/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_2c390/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_2c390.dir/build.make CMakeFiles/cmTC_2c390.dir/build Building CXX object CMakeFiles/cmTC_2c390.dir/kwsysPlatformTestsCXX.cxx.o /Library/Developer/CommandLineTools/usr/bin/c++ -DTEST_KWSYS_CXX_HAS_UTIMENSAT -w -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -MD -MT CMakeFiles/cmTC_2c390.dir/kwsysPlatformTestsCXX.cxx.o -MF CMakeFiles/cmTC_2c390.dir/kwsysPlatformTestsCXX.cxx.o.d -o CMakeFiles/cmTC_2c390.dir/kwsysPlatformTestsCXX.cxx.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx Linking CXX executable cmTC_2c390 /usr/local/Cellar/cmake/3.30.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2c390.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/c++ -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_2c390.dir/kwsysPlatformTestsCXX.cxx.o -o cmTC_2c390 Checking whether CXX compiler struct stat has st_mtimespec member compiled with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-free/build/ExtProjs/VTK/Utilities/KWSys/vtksys/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_a7def/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_a7def.dir/build.make CMakeFiles/cmTC_a7def.dir/build Building CXX object CMakeFiles/cmTC_a7def.dir/kwsysPlatformTestsCXX.cxx.o /Library/Developer/CommandLineTools/usr/bin/c++ -DTEST_KWSYS_CXX_STAT_HAS_ST_MTIMESPEC -w -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -MD -MT CMakeFiles/cmTC_a7def.dir/kwsysPlatformTestsCXX.cxx.o -MF CMakeFiles/cmTC_a7def.dir/kwsysPlatformTestsCXX.cxx.o.d -o CMakeFiles/cmTC_a7def.dir/kwsysPlatformTestsCXX.cxx.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx Linking CXX executable cmTC_a7def /usr/local/Cellar/cmake/3.30.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a7def.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/c++ -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_a7def.dir/kwsysPlatformTestsCXX.cxx.o -o cmTC_a7def Checking whether CXX compiler has atol compiled with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-free/build/ExtProjs/VTK/Utilities/KWSys/vtksys/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_20488/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_20488.dir/build.make CMakeFiles/cmTC_20488.dir/build Building CXX object CMakeFiles/cmTC_20488.dir/kwsysPlatformTestsCXX.cxx.o /Library/Developer/CommandLineTools/usr/bin/c++ -DTEST_KWSYS_CXX_HAS_ATOL -w -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -MD -MT CMakeFiles/cmTC_20488.dir/kwsysPlatformTestsCXX.cxx.o -MF CMakeFiles/cmTC_20488.dir/kwsysPlatformTestsCXX.cxx.o.d -o CMakeFiles/cmTC_20488.dir/kwsysPlatformTestsCXX.cxx.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx Linking CXX executable cmTC_20488 /usr/local/Cellar/cmake/3.30.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_20488.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/c++ -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_20488.dir/kwsysPlatformTestsCXX.cxx.o -o cmTC_20488 Checking whether CXX compiler has atoll compiled with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-free/build/ExtProjs/VTK/Utilities/KWSys/vtksys/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_d94fb/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_d94fb.dir/build.make CMakeFiles/cmTC_d94fb.dir/build Building CXX object CMakeFiles/cmTC_d94fb.dir/kwsysPlatformTestsCXX.cxx.o /Library/Developer/CommandLineTools/usr/bin/c++ -DTEST_KWSYS_CXX_HAS_ATOLL -w -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -MD -MT CMakeFiles/cmTC_d94fb.dir/kwsysPlatformTestsCXX.cxx.o -MF CMakeFiles/cmTC_d94fb.dir/kwsysPlatformTestsCXX.cxx.o.d -o CMakeFiles/cmTC_d94fb.dir/kwsysPlatformTestsCXX.cxx.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx Linking CXX executable cmTC_d94fb /usr/local/Cellar/cmake/3.30.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d94fb.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/c++ -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_d94fb.dir/kwsysPlatformTestsCXX.cxx.o -o cmTC_d94fb Checking whether backtrace works with this C++ compiler compiled with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-free/build/ExtProjs/VTK/Utilities/KWSys/vtksys/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_c5a90/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_c5a90.dir/build.make CMakeFiles/cmTC_c5a90.dir/build Building CXX object CMakeFiles/cmTC_c5a90.dir/kwsysPlatformTestsCXX.cxx.o /Library/Developer/CommandLineTools/usr/bin/c++ -DTEST_KWSYS_CXX_HAS_BACKTRACE -w -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -MD -MT CMakeFiles/cmTC_c5a90.dir/kwsysPlatformTestsCXX.cxx.o -MF CMakeFiles/cmTC_c5a90.dir/kwsysPlatformTestsCXX.cxx.o.d -o CMakeFiles/cmTC_c5a90.dir/kwsysPlatformTestsCXX.cxx.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx Linking CXX executable cmTC_c5a90 /usr/local/Cellar/cmake/3.30.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c5a90.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/c++ -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_c5a90.dir/kwsysPlatformTestsCXX.cxx.o -o cmTC_c5a90 Checking whether dladdr works with this C++ compiler compiled with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-free/build/ExtProjs/VTK/Utilities/KWSys/vtksys/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_cdf03/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_cdf03.dir/build.make CMakeFiles/cmTC_cdf03.dir/build Building CXX object CMakeFiles/cmTC_cdf03.dir/kwsysPlatformTestsCXX.cxx.o /Library/Developer/CommandLineTools/usr/bin/c++ -DTEST_KWSYS_CXX_HAS_DLADDR -w -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -MD -MT CMakeFiles/cmTC_cdf03.dir/kwsysPlatformTestsCXX.cxx.o -MF CMakeFiles/cmTC_cdf03.dir/kwsysPlatformTestsCXX.cxx.o.d -o CMakeFiles/cmTC_cdf03.dir/kwsysPlatformTestsCXX.cxx.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx Linking CXX executable cmTC_cdf03 /usr/local/Cellar/cmake/3.30.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_cdf03.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/c++ -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_cdf03.dir/kwsysPlatformTestsCXX.cxx.o -o cmTC_cdf03 Checking whether cxxabi works with this C++ compiler compiled with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-free/build/ExtProjs/VTK/Utilities/KWSys/vtksys/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_fc46e/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_fc46e.dir/build.make CMakeFiles/cmTC_fc46e.dir/build Building CXX object CMakeFiles/cmTC_fc46e.dir/kwsysPlatformTestsCXX.cxx.o /Library/Developer/CommandLineTools/usr/bin/c++ -DTEST_KWSYS_CXX_HAS_CXXABI -w -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -MD -MT CMakeFiles/cmTC_fc46e.dir/kwsysPlatformTestsCXX.cxx.o -MF CMakeFiles/cmTC_fc46e.dir/kwsysPlatformTestsCXX.cxx.o.d -o CMakeFiles/cmTC_fc46e.dir/kwsysPlatformTestsCXX.cxx.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx Linking CXX executable cmTC_fc46e /usr/local/Cellar/cmake/3.30.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fc46e.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/c++ -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_fc46e.dir/kwsysPlatformTestsCXX.cxx.o -o cmTC_fc46e Checking whether CXX compiler has getloadavg compiled with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-free/build/ExtProjs/VTK/Utilities/KWSys/vtksys/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_f8955/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_f8955.dir/build.make CMakeFiles/cmTC_f8955.dir/build Building CXX object CMakeFiles/cmTC_f8955.dir/kwsysPlatformTestsCXX.cxx.o /Library/Developer/CommandLineTools/usr/bin/c++ -DTEST_KWSYS_CXX_HAS_GETLOADAVG -w -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -MD -MT CMakeFiles/cmTC_f8955.dir/kwsysPlatformTestsCXX.cxx.o -MF CMakeFiles/cmTC_f8955.dir/kwsysPlatformTestsCXX.cxx.o.d -o CMakeFiles/cmTC_f8955.dir/kwsysPlatformTestsCXX.cxx.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx Linking CXX executable cmTC_f8955 /usr/local/Cellar/cmake/3.30.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f8955.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/c++ -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_f8955.dir/kwsysPlatformTestsCXX.cxx.o -o cmTC_f8955 Performing C SOURCE FILE Test HAVE_ST_BLKSIZE succeded with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-free/build/ExtProjs/VTK/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_c7871/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_c7871.dir/build.make CMakeFiles/cmTC_c7871.dir/build Building C object CMakeFiles/cmTC_c7871.dir/src.c.o /Library/Developer/CommandLineTools/usr/bin/cc -w -w -w -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -MD -MT CMakeFiles/cmTC_c7871.dir/src.c.o -MF CMakeFiles/cmTC_c7871.dir/src.c.o.d -o CMakeFiles/cmTC_c7871.dir/src.c.o -c /Volumes/Data/workspace/med-macos-free/build/ExtProjs/VTK/CMakeTmp/src.c Linking C executable cmTC_c7871 /usr/local/Cellar/cmake/3.30.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c7871.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/cc -w -w -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_c7871.dir/src.c.o -o cmTC_c7871 Source file was: #include #include int main() { return 0; } int t() { struct stat s; s.st_blksize; ; return 0; } Performing C SOURCE FILE Test HAVE_FTRUNCATE succeded with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-free/build/ExtProjs/VTK/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_68902/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_68902.dir/build.make CMakeFiles/cmTC_68902.dir/build Building C object CMakeFiles/cmTC_68902.dir/src.c.o /Library/Developer/CommandLineTools/usr/bin/cc -w -w -w -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -MD -MT CMakeFiles/cmTC_68902.dir/src.c.o -MF CMakeFiles/cmTC_68902.dir/src.c.o.d -o CMakeFiles/cmTC_68902.dir/src.c.o -c /Volumes/Data/workspace/med-macos-free/build/ExtProjs/VTK/CMakeTmp/src.c Linking C executable cmTC_68902 /usr/local/Cellar/cmake/3.30.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_68902.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/cc -w -w -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_68902.dir/src.c.o -o cmTC_68902 Source file was: #include #include #include #include #include main() { char* path = tmpnam(NULL); int exitStatus = 1; if (path != NULL) { int fd = open(path, O_RDWR | O_CREAT | O_TRUNC, 0666); if (fd != -1) { if (write(fd, "0", 1) == 1) { off_t pos = lseek(fd, 0, SEEK_CUR); if (pos != (off_t)-1) { if (ftruncate(fd, 512) != -1) { if (pos == lseek(fd, 0, SEEK_CUR)) { if (lseek(fd, 0, SEEK_SET) == 0) { char buf[512]; if (read(fd, buf, 512) == 512) exitStatus = 0; } } } } } close(fd); unlink(path); } } return exitStatus; } Checking for getaddrinfo. compiled with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-free/build/ExtProjs/VTK/ThirdParty/libxml2/vtklibxml2/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_f15aa/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_f15aa.dir/build.make CMakeFiles/cmTC_f15aa.dir/build Building C object CMakeFiles/cmTC_f15aa.dir/platformTestsC.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DTEST_HAVE_GETADDRINFO -w -w -w -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -MD -MT CMakeFiles/cmTC_f15aa.dir/platformTestsC.c.o -MF CMakeFiles/cmTC_f15aa.dir/platformTestsC.c.o.d -o CMakeFiles/cmTC_f15aa.dir/platformTestsC.c.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/ThirdParty/libxml2/vtklibxml2/platformTestsC.c Linking C executable cmTC_f15aa /usr/local/Cellar/cmake/3.30.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f15aa.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/cc -w -w -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_f15aa.dir/platformTestsC.c.o -o cmTC_f15aa Checking for socklen_t compiled with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-free/build/ExtProjs/VTK/ThirdParty/libxml2/vtklibxml2/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_23069/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_23069.dir/build.make CMakeFiles/cmTC_23069.dir/build Building C object CMakeFiles/cmTC_23069.dir/platformTestsC.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DTEST_HAVE_SOCKLEN_T -w -w -w -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -MD -MT CMakeFiles/cmTC_23069.dir/platformTestsC.c.o -MF CMakeFiles/cmTC_23069.dir/platformTestsC.c.o.d -o CMakeFiles/cmTC_23069.dir/platformTestsC.c.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/ThirdParty/libxml2/vtklibxml2/platformTestsC.c Linking C executable cmTC_23069 /usr/local/Cellar/cmake/3.30.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_23069.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/cc -w -w -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_23069.dir/platformTestsC.c.o -o cmTC_23069 Checking for DIR in sys/dir.h compiled with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-free/build/ExtProjs/VTK/ThirdParty/libxml2/vtklibxml2/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_39eac/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_39eac.dir/build.make CMakeFiles/cmTC_39eac.dir/build Building C object CMakeFiles/cmTC_39eac.dir/platformTestsC.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DTEST_HAVE_SYS_DIR_H -w -w -w -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -MD -MT CMakeFiles/cmTC_39eac.dir/platformTestsC.c.o -MF CMakeFiles/cmTC_39eac.dir/platformTestsC.c.o.d -o CMakeFiles/cmTC_39eac.dir/platformTestsC.c.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/ThirdParty/libxml2/vtklibxml2/platformTestsC.c Linking C executable cmTC_39eac /usr/local/Cellar/cmake/3.30.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_39eac.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/cc -w -w -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_39eac.dir/platformTestsC.c.o -o cmTC_39eac Checking for va_copy compiled with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-free/build/ExtProjs/VTK/ThirdParty/libxml2/vtklibxml2/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_e1451/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_e1451.dir/build.make CMakeFiles/cmTC_e1451.dir/build Building C object CMakeFiles/cmTC_e1451.dir/platformTestsC.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DTEST_HAVE_VA_COPY -w -w -w -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -MD -MT CMakeFiles/cmTC_e1451.dir/platformTestsC.c.o -MF CMakeFiles/cmTC_e1451.dir/platformTestsC.c.o.d -o CMakeFiles/cmTC_e1451.dir/platformTestsC.c.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/ThirdParty/libxml2/vtklibxml2/platformTestsC.c Linking C executable cmTC_e1451 /usr/local/Cellar/cmake/3.30.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e1451.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/cc -w -w -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_e1451.dir/platformTestsC.c.o -o cmTC_e1451 Checking for __va_copy compiled with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-free/build/ExtProjs/VTK/ThirdParty/libxml2/vtklibxml2/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_0140c/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_0140c.dir/build.make CMakeFiles/cmTC_0140c.dir/build Building C object CMakeFiles/cmTC_0140c.dir/platformTestsC.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DTEST_HAVE___VA_COPY -w -w -w -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -MD -MT CMakeFiles/cmTC_0140c.dir/platformTestsC.c.o -MF CMakeFiles/cmTC_0140c.dir/platformTestsC.c.o.d -o CMakeFiles/cmTC_0140c.dir/platformTestsC.c.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/ThirdParty/libxml2/vtklibxml2/platformTestsC.c Linking C executable cmTC_0140c /usr/local/Cellar/cmake/3.30.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0140c.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/cc -w -w -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_0140c.dir/platformTestsC.c.o -o cmTC_0140c Checking for ipv6 support. compiled with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-free/build/ExtProjs/VTK/ThirdParty/libxml2/vtklibxml2/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_dbdf0/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_dbdf0.dir/build.make CMakeFiles/cmTC_dbdf0.dir/build Building C object CMakeFiles/cmTC_dbdf0.dir/platformTestsC.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DTEST_SUPPORT_IP6 -w -w -w -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -MD -MT CMakeFiles/cmTC_dbdf0.dir/platformTestsC.c.o -MF CMakeFiles/cmTC_dbdf0.dir/platformTestsC.c.o.d -o CMakeFiles/cmTC_dbdf0.dir/platformTestsC.c.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/ThirdParty/libxml2/vtklibxml2/platformTestsC.c Linking C executable cmTC_dbdf0 /usr/local/Cellar/cmake/3.30.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_dbdf0.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/cc -w -w -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_dbdf0.dir/platformTestsC.c.o -o cmTC_dbdf0