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_cdb71/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_cdb71.dir/build.make CMakeFiles/cmTC_cdb71.dir/build Building CXX object CMakeFiles/cmTC_cdb71.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_cdb71.dir/src.cxx.o -MF CMakeFiles/cmTC_cdb71.dir/src.cxx.o.d -o CMakeFiles/cmTC_cdb71.dir/src.cxx.o -c /Volumes/Data/workspace/med-macos-free/build/ExtProjs/VTK/CMakeFiles/CMakeTmp/src.cxx Linking CXX executable cmTC_cdb71 /usr/local/Cellar/cmake/3.30.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_cdb71.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_cdb71.dir/src.cxx.o -o cmTC_cdb71 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_37732/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_37732.dir/build.make CMakeFiles/cmTC_37732.dir/build Building CXX object CMakeFiles/cmTC_37732.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_37732.dir/vtkTestSyncBuiltins.cxx.o -MF CMakeFiles/cmTC_37732.dir/vtkTestSyncBuiltins.cxx.o.d -o CMakeFiles/cmTC_37732.dir/vtkTestSyncBuiltins.cxx.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/CMake/vtkTestSyncBuiltins.cxx Linking CXX executable cmTC_37732 /usr/local/Cellar/cmake/3.30.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_37732.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_37732.dir/vtkTestSyncBuiltins.cxx.o -o cmTC_37732 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_939f3/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_939f3.dir/build.make CMakeFiles/cmTC_939f3.dir/build Building CXX object CMakeFiles/cmTC_939f3.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_939f3.dir/vtkTestSocklenT.cxx.o -MF CMakeFiles/cmTC_939f3.dir/vtkTestSocklenT.cxx.o.d -o CMakeFiles/cmTC_939f3.dir/vtkTestSocklenT.cxx.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/CMake/vtkTestSocklenT.cxx Linking CXX executable cmTC_939f3 /usr/local/Cellar/cmake/3.30.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_939f3.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_939f3.dir/vtkTestSocklenT.cxx.o -o cmTC_939f3 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_25095/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_25095.dir/build.make CMakeFiles/cmTC_25095.dir/build Building CXX object CMakeFiles/cmTC_25095.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_25095.dir/kwsysPlatformTestsCXX.cxx.o -MF CMakeFiles/cmTC_25095.dir/kwsysPlatformTestsCXX.cxx.o.d -o CMakeFiles/cmTC_25095.dir/kwsysPlatformTestsCXX.cxx.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx Linking CXX executable cmTC_25095 /usr/local/Cellar/cmake/3.30.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_25095.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_25095.dir/kwsysPlatformTestsCXX.cxx.o -o cmTC_25095 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_0a99b/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_0a99b.dir/build.make CMakeFiles/cmTC_0a99b.dir/build Building CXX object CMakeFiles/cmTC_0a99b.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_0a99b.dir/kwsysPlatformTestsCXX.cxx.o -MF CMakeFiles/cmTC_0a99b.dir/kwsysPlatformTestsCXX.cxx.o.d -o CMakeFiles/cmTC_0a99b.dir/kwsysPlatformTestsCXX.cxx.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx Linking CXX executable cmTC_0a99b /usr/local/Cellar/cmake/3.30.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0a99b.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_0a99b.dir/kwsysPlatformTestsCXX.cxx.o -o cmTC_0a99b 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_51cfe/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_51cfe.dir/build.make CMakeFiles/cmTC_51cfe.dir/build Building CXX object CMakeFiles/cmTC_51cfe.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_51cfe.dir/kwsysPlatformTestsCXX.cxx.o -MF CMakeFiles/cmTC_51cfe.dir/kwsysPlatformTestsCXX.cxx.o.d -o CMakeFiles/cmTC_51cfe.dir/kwsysPlatformTestsCXX.cxx.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx Linking CXX executable cmTC_51cfe /usr/local/Cellar/cmake/3.30.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_51cfe.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_51cfe.dir/kwsysPlatformTestsCXX.cxx.o -o cmTC_51cfe 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_db862/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_db862.dir/build.make CMakeFiles/cmTC_db862.dir/build Building CXX object CMakeFiles/cmTC_db862.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_db862.dir/kwsysPlatformTestsCXX.cxx.o -MF CMakeFiles/cmTC_db862.dir/kwsysPlatformTestsCXX.cxx.o.d -o CMakeFiles/cmTC_db862.dir/kwsysPlatformTestsCXX.cxx.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx Linking CXX executable cmTC_db862 /usr/local/Cellar/cmake/3.30.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_db862.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_db862.dir/kwsysPlatformTestsCXX.cxx.o -o cmTC_db862 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_1b41e/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_1b41e.dir/build.make CMakeFiles/cmTC_1b41e.dir/build Building C object CMakeFiles/cmTC_1b41e.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_1b41e.dir/kwsysPlatformTestsC.c.o -MF CMakeFiles/cmTC_1b41e.dir/kwsysPlatformTestsC.c.o.d -o CMakeFiles/cmTC_1b41e.dir/kwsysPlatformTestsC.c.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/Utilities/KWSys/vtksys/kwsysPlatformTestsC.c Linking C executable cmTC_1b41e /usr/local/Cellar/cmake/3.30.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1b41e.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_1b41e.dir/kwsysPlatformTestsC.c.o -o cmTC_1b41e 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_044ac/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_044ac.dir/build.make CMakeFiles/cmTC_044ac.dir/build Building C object CMakeFiles/cmTC_044ac.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_044ac.dir/kwsysPlatformTestsC.c.o -MF CMakeFiles/cmTC_044ac.dir/kwsysPlatformTestsC.c.o.d -o CMakeFiles/cmTC_044ac.dir/kwsysPlatformTestsC.c.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/Utilities/KWSys/vtksys/kwsysPlatformTestsC.c Linking C executable cmTC_044ac /usr/local/Cellar/cmake/3.30.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_044ac.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_044ac.dir/kwsysPlatformTestsC.c.o -o cmTC_044ac 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_fe8ae/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_fe8ae.dir/build.make CMakeFiles/cmTC_fe8ae.dir/build Building CXX object CMakeFiles/cmTC_fe8ae.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_fe8ae.dir/kwsysPlatformTestsCXX.cxx.o -MF CMakeFiles/cmTC_fe8ae.dir/kwsysPlatformTestsCXX.cxx.o.d -o CMakeFiles/cmTC_fe8ae.dir/kwsysPlatformTestsCXX.cxx.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx Linking CXX executable cmTC_fe8ae /usr/local/Cellar/cmake/3.30.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fe8ae.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_fe8ae.dir/kwsysPlatformTestsCXX.cxx.o -o cmTC_fe8ae 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_6420b/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_6420b.dir/build.make CMakeFiles/cmTC_6420b.dir/build Building CXX object CMakeFiles/cmTC_6420b.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_6420b.dir/kwsysPlatformTestsCXX.cxx.o -MF CMakeFiles/cmTC_6420b.dir/kwsysPlatformTestsCXX.cxx.o.d -o CMakeFiles/cmTC_6420b.dir/kwsysPlatformTestsCXX.cxx.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx Linking CXX executable cmTC_6420b /usr/local/Cellar/cmake/3.30.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6420b.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_6420b.dir/kwsysPlatformTestsCXX.cxx.o -o cmTC_6420b 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_55b40/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_55b40.dir/build.make CMakeFiles/cmTC_55b40.dir/build Building CXX object CMakeFiles/cmTC_55b40.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_55b40.dir/kwsysPlatformTestsCXX.cxx.o -MF CMakeFiles/cmTC_55b40.dir/kwsysPlatformTestsCXX.cxx.o.d -o CMakeFiles/cmTC_55b40.dir/kwsysPlatformTestsCXX.cxx.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx Linking CXX executable cmTC_55b40 /usr/local/Cellar/cmake/3.30.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_55b40.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_55b40.dir/kwsysPlatformTestsCXX.cxx.o -o cmTC_55b40 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_9479d/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_9479d.dir/build.make CMakeFiles/cmTC_9479d.dir/build Building CXX object CMakeFiles/cmTC_9479d.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_9479d.dir/kwsysPlatformTestsCXX.cxx.o -MF CMakeFiles/cmTC_9479d.dir/kwsysPlatformTestsCXX.cxx.o.d -o CMakeFiles/cmTC_9479d.dir/kwsysPlatformTestsCXX.cxx.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx Linking CXX executable cmTC_9479d /usr/local/Cellar/cmake/3.30.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9479d.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_9479d.dir/kwsysPlatformTestsCXX.cxx.o -o cmTC_9479d 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_9792e/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_9792e.dir/build.make CMakeFiles/cmTC_9792e.dir/build Building CXX object CMakeFiles/cmTC_9792e.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_9792e.dir/kwsysPlatformTestsCXX.cxx.o -MF CMakeFiles/cmTC_9792e.dir/kwsysPlatformTestsCXX.cxx.o.d -o CMakeFiles/cmTC_9792e.dir/kwsysPlatformTestsCXX.cxx.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx Linking CXX executable cmTC_9792e /usr/local/Cellar/cmake/3.30.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9792e.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_9792e.dir/kwsysPlatformTestsCXX.cxx.o -o cmTC_9792e 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_0d75c/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_0d75c.dir/build.make CMakeFiles/cmTC_0d75c.dir/build Building CXX object CMakeFiles/cmTC_0d75c.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_0d75c.dir/kwsysPlatformTestsCXX.cxx.o -MF CMakeFiles/cmTC_0d75c.dir/kwsysPlatformTestsCXX.cxx.o.d -o CMakeFiles/cmTC_0d75c.dir/kwsysPlatformTestsCXX.cxx.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx Linking CXX executable cmTC_0d75c /usr/local/Cellar/cmake/3.30.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0d75c.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_0d75c.dir/kwsysPlatformTestsCXX.cxx.o -o cmTC_0d75c 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_2bc71/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_2bc71.dir/build.make CMakeFiles/cmTC_2bc71.dir/build Building CXX object CMakeFiles/cmTC_2bc71.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_2bc71.dir/kwsysPlatformTestsCXX.cxx.o -MF CMakeFiles/cmTC_2bc71.dir/kwsysPlatformTestsCXX.cxx.o.d -o CMakeFiles/cmTC_2bc71.dir/kwsysPlatformTestsCXX.cxx.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx Linking CXX executable cmTC_2bc71 /usr/local/Cellar/cmake/3.30.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2bc71.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_2bc71.dir/kwsysPlatformTestsCXX.cxx.o -o cmTC_2bc71 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_cc326/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_cc326.dir/build.make CMakeFiles/cmTC_cc326.dir/build Building CXX object CMakeFiles/cmTC_cc326.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_cc326.dir/kwsysPlatformTestsCXX.cxx.o -MF CMakeFiles/cmTC_cc326.dir/kwsysPlatformTestsCXX.cxx.o.d -o CMakeFiles/cmTC_cc326.dir/kwsysPlatformTestsCXX.cxx.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx Linking CXX executable cmTC_cc326 /usr/local/Cellar/cmake/3.30.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_cc326.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_cc326.dir/kwsysPlatformTestsCXX.cxx.o -o cmTC_cc326 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_76a01/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_76a01.dir/build.make CMakeFiles/cmTC_76a01.dir/build Building CXX object CMakeFiles/cmTC_76a01.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_76a01.dir/kwsysPlatformTestsCXX.cxx.o -MF CMakeFiles/cmTC_76a01.dir/kwsysPlatformTestsCXX.cxx.o.d -o CMakeFiles/cmTC_76a01.dir/kwsysPlatformTestsCXX.cxx.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx Linking CXX executable cmTC_76a01 /usr/local/Cellar/cmake/3.30.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_76a01.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_76a01.dir/kwsysPlatformTestsCXX.cxx.o -o cmTC_76a01 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_5a8d0/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_5a8d0.dir/build.make CMakeFiles/cmTC_5a8d0.dir/build Building CXX object CMakeFiles/cmTC_5a8d0.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_5a8d0.dir/kwsysPlatformTestsCXX.cxx.o -MF CMakeFiles/cmTC_5a8d0.dir/kwsysPlatformTestsCXX.cxx.o.d -o CMakeFiles/cmTC_5a8d0.dir/kwsysPlatformTestsCXX.cxx.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx Linking CXX executable cmTC_5a8d0 /usr/local/Cellar/cmake/3.30.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5a8d0.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_5a8d0.dir/kwsysPlatformTestsCXX.cxx.o -o cmTC_5a8d0 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_0dea6/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_0dea6.dir/build.make CMakeFiles/cmTC_0dea6.dir/build Building CXX object CMakeFiles/cmTC_0dea6.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_0dea6.dir/kwsysPlatformTestsCXX.cxx.o -MF CMakeFiles/cmTC_0dea6.dir/kwsysPlatformTestsCXX.cxx.o.d -o CMakeFiles/cmTC_0dea6.dir/kwsysPlatformTestsCXX.cxx.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx Linking CXX executable cmTC_0dea6 /usr/local/Cellar/cmake/3.30.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0dea6.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_0dea6.dir/kwsysPlatformTestsCXX.cxx.o -o cmTC_0dea6 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_8dfbf/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_8dfbf.dir/build.make CMakeFiles/cmTC_8dfbf.dir/build Building C object CMakeFiles/cmTC_8dfbf.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_8dfbf.dir/src.c.o -MF CMakeFiles/cmTC_8dfbf.dir/src.c.o.d -o CMakeFiles/cmTC_8dfbf.dir/src.c.o -c /Volumes/Data/workspace/med-macos-free/build/ExtProjs/VTK/CMakeTmp/src.c Linking C executable cmTC_8dfbf /usr/local/Cellar/cmake/3.30.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8dfbf.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_8dfbf.dir/src.c.o -o cmTC_8dfbf 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_8c022/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_8c022.dir/build.make CMakeFiles/cmTC_8c022.dir/build Building C object CMakeFiles/cmTC_8c022.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_8c022.dir/src.c.o -MF CMakeFiles/cmTC_8c022.dir/src.c.o.d -o CMakeFiles/cmTC_8c022.dir/src.c.o -c /Volumes/Data/workspace/med-macos-free/build/ExtProjs/VTK/CMakeTmp/src.c Linking C executable cmTC_8c022 /usr/local/Cellar/cmake/3.30.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8c022.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_8c022.dir/src.c.o -o cmTC_8c022 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_5aef9/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_5aef9.dir/build.make CMakeFiles/cmTC_5aef9.dir/build Building C object CMakeFiles/cmTC_5aef9.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_5aef9.dir/platformTestsC.c.o -MF CMakeFiles/cmTC_5aef9.dir/platformTestsC.c.o.d -o CMakeFiles/cmTC_5aef9.dir/platformTestsC.c.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/ThirdParty/libxml2/vtklibxml2/platformTestsC.c Linking C executable cmTC_5aef9 /usr/local/Cellar/cmake/3.30.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5aef9.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_5aef9.dir/platformTestsC.c.o -o cmTC_5aef9 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_fa8d3/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_fa8d3.dir/build.make CMakeFiles/cmTC_fa8d3.dir/build Building C object CMakeFiles/cmTC_fa8d3.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_fa8d3.dir/platformTestsC.c.o -MF CMakeFiles/cmTC_fa8d3.dir/platformTestsC.c.o.d -o CMakeFiles/cmTC_fa8d3.dir/platformTestsC.c.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/ThirdParty/libxml2/vtklibxml2/platformTestsC.c Linking C executable cmTC_fa8d3 /usr/local/Cellar/cmake/3.30.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fa8d3.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_fa8d3.dir/platformTestsC.c.o -o cmTC_fa8d3 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_5b6de/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_5b6de.dir/build.make CMakeFiles/cmTC_5b6de.dir/build Building C object CMakeFiles/cmTC_5b6de.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_5b6de.dir/platformTestsC.c.o -MF CMakeFiles/cmTC_5b6de.dir/platformTestsC.c.o.d -o CMakeFiles/cmTC_5b6de.dir/platformTestsC.c.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/ThirdParty/libxml2/vtklibxml2/platformTestsC.c Linking C executable cmTC_5b6de /usr/local/Cellar/cmake/3.30.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5b6de.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_5b6de.dir/platformTestsC.c.o -o cmTC_5b6de 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_87552/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_87552.dir/build.make CMakeFiles/cmTC_87552.dir/build Building C object CMakeFiles/cmTC_87552.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_87552.dir/platformTestsC.c.o -MF CMakeFiles/cmTC_87552.dir/platformTestsC.c.o.d -o CMakeFiles/cmTC_87552.dir/platformTestsC.c.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/ThirdParty/libxml2/vtklibxml2/platformTestsC.c Linking C executable cmTC_87552 /usr/local/Cellar/cmake/3.30.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_87552.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_87552.dir/platformTestsC.c.o -o cmTC_87552 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_747c6/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_747c6.dir/build.make CMakeFiles/cmTC_747c6.dir/build Building C object CMakeFiles/cmTC_747c6.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_747c6.dir/platformTestsC.c.o -MF CMakeFiles/cmTC_747c6.dir/platformTestsC.c.o.d -o CMakeFiles/cmTC_747c6.dir/platformTestsC.c.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/ThirdParty/libxml2/vtklibxml2/platformTestsC.c Linking C executable cmTC_747c6 /usr/local/Cellar/cmake/3.30.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_747c6.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_747c6.dir/platformTestsC.c.o -o cmTC_747c6 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_564cf/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_564cf.dir/build.make CMakeFiles/cmTC_564cf.dir/build Building C object CMakeFiles/cmTC_564cf.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_564cf.dir/platformTestsC.c.o -MF CMakeFiles/cmTC_564cf.dir/platformTestsC.c.o.d -o CMakeFiles/cmTC_564cf.dir/platformTestsC.c.o -c /Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/ThirdParty/libxml2/vtklibxml2/platformTestsC.c Linking C executable cmTC_564cf /usr/local/Cellar/cmake/3.30.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_564cf.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_564cf.dir/platformTestsC.c.o -o cmTC_564cf