Determining if the feenableexcept exist failed with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/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_6b2ee/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_6b2ee.dir/build.make CMakeFiles/cmTC_6b2ee.dir/build Building CXX object CMakeFiles/cmTC_6b2ee.dir/CheckSymbolExists.cxx.o /Library/Developer/CommandLineTools/usr/bin/c++ -w -fvisibility=hidden -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_BSD_COMPAT -D_OSF_SOURCE -D_DARWIN_C_SOURCE -fPIC -O3 -DNDEBUG -std=gnu++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -MD -MT CMakeFiles/cmTC_6b2ee.dir/CheckSymbolExists.cxx.o -MF CMakeFiles/cmTC_6b2ee.dir/CheckSymbolExists.cxx.o.d -o CMakeFiles/cmTC_6b2ee.dir/CheckSymbolExists.cxx.o -c /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeTmp/CheckSymbolExists.cxx /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeTmp/CheckSymbolExists.cxx:31:1: error: use of undeclared identifier 'feenableexcept'; did you mean 'feraiseexcept'? feenableexcept;return 0; ^~~~~~~~~~~~~~ feraiseexcept /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk/usr/include/fenv.h:299:12: note: 'feraiseexcept' declared here extern int feraiseexcept(int /* excepts */); ^ 1 error generated. make[4]: *** [CMakeFiles/cmTC_6b2ee.dir/CheckSymbolExists.cxx.o] Error 1 make[3]: *** [cmTC_6b2ee/fast] Error 2 File /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeTmp/CheckSymbolExists.cxx: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main() { feenableexcept;return 0; } Determining if the std::finite exist failed with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/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_f9772/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_f9772.dir/build.make CMakeFiles/cmTC_f9772.dir/build Building CXX object CMakeFiles/cmTC_f9772.dir/CheckSymbolExists.cxx.o /Library/Developer/CommandLineTools/usr/bin/c++ -w -fvisibility=hidden -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_BSD_COMPAT -D_OSF_SOURCE -D_DARWIN_C_SOURCE -fPIC -O3 -DNDEBUG -std=gnu++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -MD -MT CMakeFiles/cmTC_f9772.dir/CheckSymbolExists.cxx.o -MF CMakeFiles/cmTC_f9772.dir/CheckSymbolExists.cxx.o.d -o CMakeFiles/cmTC_f9772.dir/CheckSymbolExists.cxx.o -c /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeTmp/CheckSymbolExists.cxx /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeTmp/CheckSymbolExists.cxx:31:1: error: no member named 'finite' in namespace 'std'; did you mean simply 'finite'? std::finite;return 0; ^~~~~~~~~~~ finite /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk/usr/include/math.h:752:12: note: 'finite' declared here extern int finite(double) ^ 1 error generated. make[4]: *** [CMakeFiles/cmTC_f9772.dir/CheckSymbolExists.cxx.o] Error 1 make[3]: *** [cmTC_f9772/fast] Error 2 File /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeTmp/CheckSymbolExists.cxx: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main() { std::finite;return 0; } Determining if the gethostbyname_r exist failed with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/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_153c0/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_153c0.dir/build.make CMakeFiles/cmTC_153c0.dir/build Building CXX object CMakeFiles/cmTC_153c0.dir/CheckSymbolExists.cxx.o /Library/Developer/CommandLineTools/usr/bin/c++ -w -fvisibility=hidden -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_BSD_COMPAT -D_OSF_SOURCE -D_DARWIN_C_SOURCE -fPIC -O3 -DNDEBUG -std=gnu++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -MD -MT CMakeFiles/cmTC_153c0.dir/CheckSymbolExists.cxx.o -MF CMakeFiles/cmTC_153c0.dir/CheckSymbolExists.cxx.o.d -o CMakeFiles/cmTC_153c0.dir/CheckSymbolExists.cxx.o -c /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeTmp/CheckSymbolExists.cxx /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeTmp/CheckSymbolExists.cxx:31:1: error: use of undeclared identifier 'gethostbyname_r' gethostbyname_r;return 0; ^ 1 error generated. make[4]: *** [CMakeFiles/cmTC_153c0.dir/CheckSymbolExists.cxx.o] Error 1 make[3]: *** [cmTC_153c0/fast] Error 2 File /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeTmp/CheckSymbolExists.cxx: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main() { gethostbyname_r;return 0; } Determining if the gethostbyaddr_r exist failed with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/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_00e33/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_00e33.dir/build.make CMakeFiles/cmTC_00e33.dir/build Building CXX object CMakeFiles/cmTC_00e33.dir/CheckSymbolExists.cxx.o /Library/Developer/CommandLineTools/usr/bin/c++ -w -fvisibility=hidden -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_BSD_COMPAT -D_OSF_SOURCE -D_DARWIN_C_SOURCE -fPIC -O3 -DNDEBUG -std=gnu++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -MD -MT CMakeFiles/cmTC_00e33.dir/CheckSymbolExists.cxx.o -MF CMakeFiles/cmTC_00e33.dir/CheckSymbolExists.cxx.o.d -o CMakeFiles/cmTC_00e33.dir/CheckSymbolExists.cxx.o -c /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeTmp/CheckSymbolExists.cxx /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeTmp/CheckSymbolExists.cxx:31:1: error: use of undeclared identifier 'gethostbyaddr_r'; did you mean 'gethostbyaddr'? gethostbyaddr_r;return 0; ^~~~~~~~~~~~~~~ gethostbyaddr /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk/usr/include/netdb.h:274:17: note: 'gethostbyaddr' declared here struct hostent *gethostbyaddr(const void *, socklen_t, int); ^ 1 error generated. make[4]: *** [CMakeFiles/cmTC_00e33.dir/CheckSymbolExists.cxx.o] Error 1 make[3]: *** [cmTC_00e33/fast] Error 2 File /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeTmp/CheckSymbolExists.cxx: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main() { gethostbyaddr_r;return 0; } Determining if the _vsnprintf_s exist failed with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/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_d173f/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_d173f.dir/build.make CMakeFiles/cmTC_d173f.dir/build Building CXX object CMakeFiles/cmTC_d173f.dir/CheckSymbolExists.cxx.o /Library/Developer/CommandLineTools/usr/bin/c++ -w -fvisibility=hidden -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_BSD_COMPAT -D_OSF_SOURCE -D_DARWIN_C_SOURCE -fPIC -O3 -DNDEBUG -std=gnu++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -MD -MT CMakeFiles/cmTC_d173f.dir/CheckSymbolExists.cxx.o -MF CMakeFiles/cmTC_d173f.dir/CheckSymbolExists.cxx.o.d -o CMakeFiles/cmTC_d173f.dir/CheckSymbolExists.cxx.o -c /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeTmp/CheckSymbolExists.cxx /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeTmp/CheckSymbolExists.cxx:31:1: error: use of undeclared identifier '_vsnprintf_s'; did you mean 'vsnprintf'? _vsnprintf_s;return 0; ^~~~~~~~~~~~ vsnprintf /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk/usr/include/stdio.h:337:6: note: 'vsnprintf' declared here int vsnprintf(char * __restrict __str, size_t __size, const char * __restrict __format, va_list) __printflike(3, 0); ^ 1 error generated. make[4]: *** [CMakeFiles/cmTC_d173f.dir/CheckSymbolExists.cxx.o] Error 1 make[3]: *** [cmTC_d173f/fast] Error 2 File /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeTmp/CheckSymbolExists.cxx: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main() { _vsnprintf_s;return 0; } Determining if the vfprintf_s exist failed with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/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_ba640/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_ba640.dir/build.make CMakeFiles/cmTC_ba640.dir/build Building CXX object CMakeFiles/cmTC_ba640.dir/CheckSymbolExists.cxx.o /Library/Developer/CommandLineTools/usr/bin/c++ -w -fvisibility=hidden -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_BSD_COMPAT -D_OSF_SOURCE -D_DARWIN_C_SOURCE -fPIC -O3 -DNDEBUG -std=gnu++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -MD -MT CMakeFiles/cmTC_ba640.dir/CheckSymbolExists.cxx.o -MF CMakeFiles/cmTC_ba640.dir/CheckSymbolExists.cxx.o.d -o CMakeFiles/cmTC_ba640.dir/CheckSymbolExists.cxx.o -c /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeTmp/CheckSymbolExists.cxx /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeTmp/CheckSymbolExists.cxx:31:1: error: use of undeclared identifier 'vfprintf_s'; did you mean 'vfprintf'? vfprintf_s;return 0; ^~~~~~~~~~ vfprintf /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk/usr/include/stdio.h:190:6: note: 'vfprintf' declared here int vfprintf(FILE * __restrict, const char * __restrict, va_list) __printflike(2, 0); ^ 1 error generated. make[4]: *** [CMakeFiles/cmTC_ba640.dir/CheckSymbolExists.cxx.o] Error 1 make[3]: *** [cmTC_ba640/fast] Error 2 File /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeTmp/CheckSymbolExists.cxx: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main() { vfprintf_s;return 0; } Determining if the vsprintf_s exist failed with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/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_d8d27/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_d8d27.dir/build.make CMakeFiles/cmTC_d8d27.dir/build Building CXX object CMakeFiles/cmTC_d8d27.dir/CheckSymbolExists.cxx.o /Library/Developer/CommandLineTools/usr/bin/c++ -w -fvisibility=hidden -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_BSD_COMPAT -D_OSF_SOURCE -D_DARWIN_C_SOURCE -fPIC -O3 -DNDEBUG -std=gnu++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -MD -MT CMakeFiles/cmTC_d8d27.dir/CheckSymbolExists.cxx.o -MF CMakeFiles/cmTC_d8d27.dir/CheckSymbolExists.cxx.o.d -o CMakeFiles/cmTC_d8d27.dir/CheckSymbolExists.cxx.o -c /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeTmp/CheckSymbolExists.cxx /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeTmp/CheckSymbolExists.cxx:31:1: error: use of undeclared identifier 'vsprintf_s'; did you mean 'vsprintf'? vsprintf_s;return 0; ^~~~~~~~~~ vsprintf /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk/usr/include/stdio.h:192:6: note: 'vsprintf' declared here int vsprintf(char * __restrict, const char * __restrict, va_list) __printflike(2, 0) __swift_unavailable("Use vsnprintf instead."); ^ 1 error generated. make[4]: *** [CMakeFiles/cmTC_d8d27.dir/CheckSymbolExists.cxx.o] Error 1 make[3]: *** [cmTC_d8d27/fast] Error 2 File /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeTmp/CheckSymbolExists.cxx: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main() { vsprintf_s;return 0; } Determining if the _stricmp exist failed with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/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_25f3c/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_25f3c.dir/build.make CMakeFiles/cmTC_25f3c.dir/build Building CXX object CMakeFiles/cmTC_25f3c.dir/CheckSymbolExists.cxx.o /Library/Developer/CommandLineTools/usr/bin/c++ -w -fvisibility=hidden -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_BSD_COMPAT -D_OSF_SOURCE -D_DARWIN_C_SOURCE -fPIC -O3 -DNDEBUG -std=gnu++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -MD -MT CMakeFiles/cmTC_25f3c.dir/CheckSymbolExists.cxx.o -MF CMakeFiles/cmTC_25f3c.dir/CheckSymbolExists.cxx.o.d -o CMakeFiles/cmTC_25f3c.dir/CheckSymbolExists.cxx.o -c /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeTmp/CheckSymbolExists.cxx /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeTmp/CheckSymbolExists.cxx:31:1: error: use of undeclared identifier '_stricmp' _stricmp;return 0; ^ 1 error generated. make[4]: *** [CMakeFiles/cmTC_25f3c.dir/CheckSymbolExists.cxx.o] Error 1 make[3]: *** [cmTC_25f3c/fast] Error 2 File /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeTmp/CheckSymbolExists.cxx: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main() { _stricmp;return 0; } Determining if the std::ios_base::openmode definition exist failed with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/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_2ac10/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_2ac10.dir/build.make CMakeFiles/cmTC_2ac10.dir/build Building CXX object CMakeFiles/cmTC_2ac10.dir/CheckSymbolExists.cxx.o /Library/Developer/CommandLineTools/usr/bin/c++ -w -fvisibility=hidden -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_BSD_COMPAT -D_OSF_SOURCE -D_DARWIN_C_SOURCE -fPIC -O3 -DNDEBUG -std=gnu++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -MD -MT CMakeFiles/cmTC_2ac10.dir/CheckSymbolExists.cxx.o -MF CMakeFiles/cmTC_2ac10.dir/CheckSymbolExists.cxx.o.d -o CMakeFiles/cmTC_2ac10.dir/CheckSymbolExists.cxx.o -c /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeTmp/CheckSymbolExists.cxx /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeTmp/CheckSymbolExists.cxx:10:6: error: no member named 'ios_base' in namespace 'std' std::ios_base::openmode definition;return 0; ~~~~~^ 1 error generated. make[4]: *** [CMakeFiles/cmTC_2ac10.dir/CheckSymbolExists.cxx.o] Error 1 make[3]: *** [cmTC_2ac10/fast] Error 2 File /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeTmp/CheckSymbolExists.cxx: /* */ #include #include #include #include #include int main() { std::ios_base::openmode definition;return 0; } Determining if the InterlockedIncrement((long*)0) exist failed with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/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_ad981/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_ad981.dir/build.make CMakeFiles/cmTC_ad981.dir/build Building CXX object CMakeFiles/cmTC_ad981.dir/CheckSymbolExists.cxx.o /Library/Developer/CommandLineTools/usr/bin/c++ -w -fvisibility=hidden -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_BSD_COMPAT -D_OSF_SOURCE -D_DARWIN_C_SOURCE -fPIC -O3 -DNDEBUG -std=gnu++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -MD -MT CMakeFiles/cmTC_ad981.dir/CheckSymbolExists.cxx.o -MF CMakeFiles/cmTC_ad981.dir/CheckSymbolExists.cxx.o.d -o CMakeFiles/cmTC_ad981.dir/CheckSymbolExists.cxx.o -c /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeTmp/CheckSymbolExists.cxx /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeTmp/CheckSymbolExists.cxx:31:1: error: use of undeclared identifier 'InterlockedIncrement' InterlockedIncrement((long*)0);return 0; ^ 1 error generated. make[4]: *** [CMakeFiles/cmTC_ad981.dir/CheckSymbolExists.cxx.o] Error 1 make[3]: *** [cmTC_ad981/fast] Error 2 File /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeTmp/CheckSymbolExists.cxx: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main() { InterlockedIncrement((long*)0);return 0; } Determining if the InterlockedDecrement((long*)0) exist failed with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/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_73a7b/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_73a7b.dir/build.make CMakeFiles/cmTC_73a7b.dir/build Building CXX object CMakeFiles/cmTC_73a7b.dir/CheckSymbolExists.cxx.o /Library/Developer/CommandLineTools/usr/bin/c++ -w -fvisibility=hidden -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_BSD_COMPAT -D_OSF_SOURCE -D_DARWIN_C_SOURCE -fPIC -O3 -DNDEBUG -std=gnu++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -MD -MT CMakeFiles/cmTC_73a7b.dir/CheckSymbolExists.cxx.o -MF CMakeFiles/cmTC_73a7b.dir/CheckSymbolExists.cxx.o.d -o CMakeFiles/cmTC_73a7b.dir/CheckSymbolExists.cxx.o -c /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeTmp/CheckSymbolExists.cxx /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeTmp/CheckSymbolExists.cxx:31:1: error: use of undeclared identifier 'InterlockedDecrement' InterlockedDecrement((long*)0);return 0; ^ 1 error generated. make[4]: *** [CMakeFiles/cmTC_73a7b.dir/CheckSymbolExists.cxx.o] Error 1 make[3]: *** [cmTC_73a7b/fast] Error 2 File /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeTmp/CheckSymbolExists.cxx: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main() { InterlockedDecrement((long*)0);return 0; } Determining if the _fpclassf(0.0f) exist failed with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/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_0f247/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_0f247.dir/build.make CMakeFiles/cmTC_0f247.dir/build Building CXX object CMakeFiles/cmTC_0f247.dir/CheckSymbolExists.cxx.o /Library/Developer/CommandLineTools/usr/bin/c++ -w -fvisibility=hidden -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_BSD_COMPAT -D_OSF_SOURCE -D_DARWIN_C_SOURCE -fPIC -O3 -DNDEBUG -std=gnu++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -MD -MT CMakeFiles/cmTC_0f247.dir/CheckSymbolExists.cxx.o -MF CMakeFiles/cmTC_0f247.dir/CheckSymbolExists.cxx.o.d -o CMakeFiles/cmTC_0f247.dir/CheckSymbolExists.cxx.o -c /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeTmp/CheckSymbolExists.cxx /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeTmp/CheckSymbolExists.cxx:31:1: error: use of undeclared identifier '_fpclassf'; did you mean 'fpclassify'? _fpclassf(0.0f);return 0; ^~~~~~~~~ fpclassify /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/math.h:393:1: note: 'fpclassify' declared here fpclassify(_A1 __lcpp_x) _NOEXCEPT ^ 1 error generated. make[4]: *** [CMakeFiles/cmTC_0f247.dir/CheckSymbolExists.cxx.o] Error 1 make[3]: *** [cmTC_0f247/fast] Error 2 File /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeTmp/CheckSymbolExists.cxx: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main() { _fpclassf(0.0f);return 0; } Determining if the readdir_r((DIR*)0,(dirent*)0) exist failed with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/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_38a77/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_38a77.dir/build.make CMakeFiles/cmTC_38a77.dir/build Building CXX object CMakeFiles/cmTC_38a77.dir/CheckSymbolExists.cxx.o /Library/Developer/CommandLineTools/usr/bin/c++ -w -fvisibility=hidden -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_BSD_COMPAT -D_OSF_SOURCE -D_DARWIN_C_SOURCE -fPIC -O3 -DNDEBUG -std=gnu++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -MD -MT CMakeFiles/cmTC_38a77.dir/CheckSymbolExists.cxx.o -MF CMakeFiles/cmTC_38a77.dir/CheckSymbolExists.cxx.o.d -o CMakeFiles/cmTC_38a77.dir/CheckSymbolExists.cxx.o -c /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeTmp/CheckSymbolExists.cxx /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeTmp/CheckSymbolExists.cxx:31:1: error: no matching function for call to 'readdir_r' readdir_r((DIR*)0,(dirent*)0);return 0; ^~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk/usr/include/dirent.h:110:5: note: candidate function not viable: requires 3 arguments, but 2 were provided int readdir_r(DIR *, struct dirent *, struct dirent **) __DARWIN_INODE64(readdir_r); ^ 1 error generated. make[4]: *** [CMakeFiles/cmTC_38a77.dir/CheckSymbolExists.cxx.o] Error 1 make[3]: *** [cmTC_38a77/fast] Error 2 File /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeTmp/CheckSymbolExists.cxx: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main() { readdir_r((DIR*)0,(dirent*)0);return 0; } Determining if the TryAcquireSRWLockShared((PSRWLOCK)0) exist failed with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/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_c827d/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_c827d.dir/build.make CMakeFiles/cmTC_c827d.dir/build Building CXX object CMakeFiles/cmTC_c827d.dir/CheckSymbolExists.cxx.o /Library/Developer/CommandLineTools/usr/bin/c++ -w -fvisibility=hidden -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_BSD_COMPAT -D_OSF_SOURCE -D_DARWIN_C_SOURCE -fPIC -O3 -DNDEBUG -std=gnu++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -MD -MT CMakeFiles/cmTC_c827d.dir/CheckSymbolExists.cxx.o -MF CMakeFiles/cmTC_c827d.dir/CheckSymbolExists.cxx.o.d -o CMakeFiles/cmTC_c827d.dir/CheckSymbolExists.cxx.o -c /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeTmp/CheckSymbolExists.cxx /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeTmp/CheckSymbolExists.cxx:31:26: error: use of undeclared identifier 'PSRWLOCK' TryAcquireSRWLockShared((PSRWLOCK)0);return 0; ^ 1 error generated. make[4]: *** [CMakeFiles/cmTC_c827d.dir/CheckSymbolExists.cxx.o] Error 1 make[3]: *** [cmTC_c827d/fast] Error 2 File /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeTmp/CheckSymbolExists.cxx: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main() { TryAcquireSRWLockShared((PSRWLOCK)0);return 0; } Determining if the fp_except_t definition exist failed with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/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_fd5ec/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_fd5ec.dir/build.make CMakeFiles/cmTC_fd5ec.dir/build Building CXX object CMakeFiles/cmTC_fd5ec.dir/CheckSymbolExists.cxx.o /Library/Developer/CommandLineTools/usr/bin/c++ -w -fvisibility=hidden -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_BSD_COMPAT -D_OSF_SOURCE -D_DARWIN_C_SOURCE -fPIC -O3 -DNDEBUG -std=gnu++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -MD -MT CMakeFiles/cmTC_fd5ec.dir/CheckSymbolExists.cxx.o -MF CMakeFiles/cmTC_fd5ec.dir/CheckSymbolExists.cxx.o.d -o CMakeFiles/cmTC_fd5ec.dir/CheckSymbolExists.cxx.o -c /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeTmp/CheckSymbolExists.cxx /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeTmp/CheckSymbolExists.cxx:31:1: error: unknown type name 'fp_except_t'; did you mean 'fexcept_t'? fp_except_t definition;return 0; ^~~~~~~~~~~ fexcept_t /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk/usr/include/fenv.h:200:24: note: 'fexcept_t' declared here typedef unsigned short fexcept_t; ^ 1 error generated. make[4]: *** [CMakeFiles/cmTC_fd5ec.dir/CheckSymbolExists.cxx.o] Error 1 make[3]: *** [cmTC_fd5ec/fast] Error 2 File /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeTmp/CheckSymbolExists.cxx: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main() { fp_except_t definition;return 0; } Determining if the uchar definition exist failed with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/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_2e56c/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_2e56c.dir/build.make CMakeFiles/cmTC_2e56c.dir/build Building CXX object CMakeFiles/cmTC_2e56c.dir/CheckSymbolExists.cxx.o /Library/Developer/CommandLineTools/usr/bin/c++ -w -fvisibility=hidden -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_BSD_COMPAT -D_OSF_SOURCE -D_DARWIN_C_SOURCE -fPIC -O3 -DNDEBUG -std=gnu++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -MD -MT CMakeFiles/cmTC_2e56c.dir/CheckSymbolExists.cxx.o -MF CMakeFiles/cmTC_2e56c.dir/CheckSymbolExists.cxx.o.d -o CMakeFiles/cmTC_2e56c.dir/CheckSymbolExists.cxx.o -c /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeTmp/CheckSymbolExists.cxx /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeTmp/CheckSymbolExists.cxx:31:1: error: unknown type name 'uchar' uchar definition;return 0; ^ 1 error generated. make[4]: *** [CMakeFiles/cmTC_2e56c.dir/CheckSymbolExists.cxx.o] Error 1 make[3]: *** [cmTC_2e56c/fast] Error 2 File /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeTmp/CheckSymbolExists.cxx: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main() { uchar definition;return 0; } Determining if the ulong definition exist failed with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/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_f1f5b/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_f1f5b.dir/build.make CMakeFiles/cmTC_f1f5b.dir/build Building CXX object CMakeFiles/cmTC_f1f5b.dir/CheckSymbolExists.cxx.o /Library/Developer/CommandLineTools/usr/bin/c++ -w -fvisibility=hidden -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_BSD_COMPAT -D_OSF_SOURCE -D_DARWIN_C_SOURCE -fPIC -O3 -DNDEBUG -std=gnu++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -MD -MT CMakeFiles/cmTC_f1f5b.dir/CheckSymbolExists.cxx.o -MF CMakeFiles/cmTC_f1f5b.dir/CheckSymbolExists.cxx.o.d -o CMakeFiles/cmTC_f1f5b.dir/CheckSymbolExists.cxx.o -c /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeTmp/CheckSymbolExists.cxx /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeTmp/CheckSymbolExists.cxx:31:1: error: unknown type name 'ulong' ulong definition;return 0; ^ 1 error generated. make[4]: *** [CMakeFiles/cmTC_f1f5b.dir/CheckSymbolExists.cxx.o] Error 1 make[3]: *** [cmTC_f1f5b/fast] Error 2 File /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeTmp/CheckSymbolExists.cxx: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main() { ulong definition;return 0; } Determining if the longlong definition exist failed with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/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_d5c5d/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_d5c5d.dir/build.make CMakeFiles/cmTC_d5c5d.dir/build Building CXX object CMakeFiles/cmTC_d5c5d.dir/CheckSymbolExists.cxx.o /Library/Developer/CommandLineTools/usr/bin/c++ -w -fvisibility=hidden -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_BSD_COMPAT -D_OSF_SOURCE -D_DARWIN_C_SOURCE -fPIC -O3 -DNDEBUG -std=gnu++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -MD -MT CMakeFiles/cmTC_d5c5d.dir/CheckSymbolExists.cxx.o -MF CMakeFiles/cmTC_d5c5d.dir/CheckSymbolExists.cxx.o.d -o CMakeFiles/cmTC_d5c5d.dir/CheckSymbolExists.cxx.o -c /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeTmp/CheckSymbolExists.cxx /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeTmp/CheckSymbolExists.cxx:31:1: error: unknown type name 'longlong' longlong definition;return 0; ^ 1 error generated. make[4]: *** [CMakeFiles/cmTC_d5c5d.dir/CheckSymbolExists.cxx.o] Error 1 make[3]: *** [cmTC_d5c5d/fast] Error 2 File /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeTmp/CheckSymbolExists.cxx: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main() { longlong definition;return 0; } Determining if the ulonglong definition exist failed with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/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_3d359/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_3d359.dir/build.make CMakeFiles/cmTC_3d359.dir/build Building CXX object CMakeFiles/cmTC_3d359.dir/CheckSymbolExists.cxx.o /Library/Developer/CommandLineTools/usr/bin/c++ -w -fvisibility=hidden -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_BSD_COMPAT -D_OSF_SOURCE -D_DARWIN_C_SOURCE -fPIC -O3 -DNDEBUG -std=gnu++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -MD -MT CMakeFiles/cmTC_3d359.dir/CheckSymbolExists.cxx.o -MF CMakeFiles/cmTC_3d359.dir/CheckSymbolExists.cxx.o.d -o CMakeFiles/cmTC_3d359.dir/CheckSymbolExists.cxx.o -c /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeTmp/CheckSymbolExists.cxx /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeTmp/CheckSymbolExists.cxx:31:1: error: unknown type name 'ulonglong' ulonglong definition;return 0; ^ 1 error generated. make[4]: *** [CMakeFiles/cmTC_3d359.dir/CheckSymbolExists.cxx.o] Error 1 make[3]: *** [cmTC_3d359/fast] Error 2 File /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeTmp/CheckSymbolExists.cxx: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main() { ulonglong definition;return 0; } Determining if the fpos64_t definition exist failed with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/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_ceab4/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_ceab4.dir/build.make CMakeFiles/cmTC_ceab4.dir/build Building CXX object CMakeFiles/cmTC_ceab4.dir/CheckSymbolExists.cxx.o /Library/Developer/CommandLineTools/usr/bin/c++ -w -fvisibility=hidden -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_BSD_COMPAT -D_OSF_SOURCE -D_DARWIN_C_SOURCE -fPIC -O3 -DNDEBUG -std=gnu++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -MD -MT CMakeFiles/cmTC_ceab4.dir/CheckSymbolExists.cxx.o -MF CMakeFiles/cmTC_ceab4.dir/CheckSymbolExists.cxx.o.d -o CMakeFiles/cmTC_ceab4.dir/CheckSymbolExists.cxx.o -c /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeTmp/CheckSymbolExists.cxx /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeTmp/CheckSymbolExists.cxx:31:1: error: unknown type name 'fpos64_t'; did you mean 'fpos_t'? fpos64_t definition;return 0; ^~~~~~~~ fpos_t /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk/usr/include/_stdio.h:81:25: note: 'fpos_t' declared here typedef __darwin_off_t fpos_t; ^ 1 error generated. make[4]: *** [CMakeFiles/cmTC_ceab4.dir/CheckSymbolExists.cxx.o] Error 1 make[3]: *** [cmTC_ceab4/fast] Error 2 File /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeTmp/CheckSymbolExists.cxx: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main() { fpos64_t definition;return 0; } Determining if the off64_t definition exist failed with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/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_ee52d/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_ee52d.dir/build.make CMakeFiles/cmTC_ee52d.dir/build Building CXX object CMakeFiles/cmTC_ee52d.dir/CheckSymbolExists.cxx.o /Library/Developer/CommandLineTools/usr/bin/c++ -w -fvisibility=hidden -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_BSD_COMPAT -D_OSF_SOURCE -D_DARWIN_C_SOURCE -fPIC -O3 -DNDEBUG -std=gnu++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -MD -MT CMakeFiles/cmTC_ee52d.dir/CheckSymbolExists.cxx.o -MF CMakeFiles/cmTC_ee52d.dir/CheckSymbolExists.cxx.o.d -o CMakeFiles/cmTC_ee52d.dir/CheckSymbolExists.cxx.o -c /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeTmp/CheckSymbolExists.cxx /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeTmp/CheckSymbolExists.cxx:31:1: error: unknown type name 'off64_t'; did you mean 'off_t'? off64_t definition;return 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_ee52d.dir/CheckSymbolExists.cxx.o] Error 1 make[3]: *** [cmTC_ee52d/fast] Error 2 File /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeTmp/CheckSymbolExists.cxx: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main() { off64_t definition;return 0; } pthread_t is an integer type failed with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/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_ddbd3/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_ddbd3.dir/build.make CMakeFiles/cmTC_ddbd3.dir/build Building CXX object CMakeFiles/cmTC_ddbd3.dir/src.cxx.o /Library/Developer/CommandLineTools/usr/bin/c++ -w -fvisibility=hidden -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_BSD_COMPAT -D_OSF_SOURCE -D_DARWIN_C_SOURCE -fPIC -O3 -DNDEBUG -std=gnu++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -MD -MT CMakeFiles/cmTC_ddbd3.dir/src.cxx.o -MF CMakeFiles/cmTC_ddbd3.dir/src.cxx.o.d -o CMakeFiles/cmTC_ddbd3.dir/src.cxx.o -c /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeFiles/CMakeTmp/src.cxx /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeFiles/CMakeTmp/src.cxx:8:17: error: cannot initialize a variable of type 'unsigned long' with an lvalue of type 'pthread_t' (aka '_opaque_pthread_t *') unsigned long l = p; ^ ~ 1 error generated. make[4]: *** [CMakeFiles/cmTC_ddbd3.dir/src.cxx.o] Error 1 make[3]: *** [cmTC_ddbd3/fast] Error 2 std::ios::nocreate exists failed with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/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_87456/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_87456.dir/build.make CMakeFiles/cmTC_87456.dir/build Building CXX object CMakeFiles/cmTC_87456.dir/src.cxx.o /Library/Developer/CommandLineTools/usr/bin/c++ -w -fvisibility=hidden -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_BSD_COMPAT -D_OSF_SOURCE -D_DARWIN_C_SOURCE -fPIC -O3 -DNDEBUG -std=gnu++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -MD -MT CMakeFiles/cmTC_87456.dir/src.cxx.o -MF CMakeFiles/cmTC_87456.dir/src.cxx.o.d -o CMakeFiles/cmTC_87456.dir/src.cxx.o -c /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeFiles/CMakeTmp/src.cxx /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeFiles/CMakeTmp/src.cxx:7:40: error: no member named 'nocreate' in 'std::__1::basic_ios' std::ifstream file("name", std::ios::nocreate); ~~~~~~~~~~^ 1 error generated. make[4]: *** [CMakeFiles/cmTC_87456.dir/src.cxx.o] Error 1 make[3]: *** [cmTC_87456/fast] Error 2 compiling "/Volumes/Data/workspace/med-macos-weekly/ExtProjs/DCMTK/config/tests/lfs64.cc" failed with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/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_3c09d/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_3c09d.dir/build.make CMakeFiles/cmTC_3c09d.dir/build Building CXX object CMakeFiles/cmTC_3c09d.dir/lfs64.cc.o /Library/Developer/CommandLineTools/usr/bin/c++ -w -fvisibility=hidden -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_BSD_COMPAT -D_OSF_SOURCE -D_DARWIN_C_SOURCE -fPIC -O3 -DNDEBUG -std=gnu++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -MD -MT CMakeFiles/cmTC_3c09d.dir/lfs64.cc.o -MF CMakeFiles/cmTC_3c09d.dir/lfs64.cc.o.d -o CMakeFiles/cmTC_3c09d.dir/lfs64.cc.o -c /Volumes/Data/workspace/med-macos-weekly/ExtProjs/DCMTK/config/tests/lfs64.cc /Volumes/Data/workspace/med-macos-weekly/ExtProjs/DCMTK/config/tests/lfs64.cc:27:13: error: use of undeclared identifier 'fopen64'; did you mean 'fopen'? FILE *f = fopen64("name", "r"); ^~~~~~~ fopen /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk/usr/include/stdio.h:151:7: note: 'fopen' declared here FILE *fopen(const char * __restrict __filename, const char * __restrict __mode) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_3_2, __DARWIN_EXTSN(fopen)); ^ 1 error generated. make[4]: *** [CMakeFiles/cmTC_3c09d.dir/lfs64.cc.o] Error 1 make[3]: *** [cmTC_3c09d/fast] Error 2 compiling "/Volumes/Data/workspace/med-macos-weekly/ExtProjs/DCMTK/config/tests/lfs64.cc" with arguments: "-D_LARGEFILE64_SOURCE" failed with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/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_f4adb/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_f4adb.dir/build.make CMakeFiles/cmTC_f4adb.dir/build Building CXX object CMakeFiles/cmTC_f4adb.dir/lfs64.cc.o /Library/Developer/CommandLineTools/usr/bin/c++ -D_LARGEFILE64_SOURCE -w -fvisibility=hidden -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_BSD_COMPAT -D_OSF_SOURCE -D_DARWIN_C_SOURCE -fPIC -O3 -DNDEBUG -std=gnu++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -MD -MT CMakeFiles/cmTC_f4adb.dir/lfs64.cc.o -MF CMakeFiles/cmTC_f4adb.dir/lfs64.cc.o.d -o CMakeFiles/cmTC_f4adb.dir/lfs64.cc.o -c /Volumes/Data/workspace/med-macos-weekly/ExtProjs/DCMTK/config/tests/lfs64.cc /Volumes/Data/workspace/med-macos-weekly/ExtProjs/DCMTK/config/tests/lfs64.cc:27:13: error: use of undeclared identifier 'fopen64'; did you mean 'fopen'? FILE *f = fopen64("name", "r"); ^~~~~~~ fopen /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk/usr/include/stdio.h:151:7: note: 'fopen' declared here FILE *fopen(const char * __restrict __filename, const char * __restrict __mode) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_3_2, __DARWIN_EXTSN(fopen)); ^ 1 error generated. make[4]: *** [CMakeFiles/cmTC_f4adb.dir/lfs64.cc.o] Error 1 make[3]: *** [cmTC_f4adb/fast] Error 2 socket functions accept an int* argument failed with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/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_e5ae1/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_e5ae1.dir/build.make CMakeFiles/cmTC_e5ae1.dir/build Building CXX object CMakeFiles/cmTC_e5ae1.dir/src.cxx.o /Library/Developer/CommandLineTools/usr/bin/c++ -w -fvisibility=hidden -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_BSD_COMPAT -D_OSF_SOURCE -D_DARWIN_C_SOURCE -fPIC -O3 -DNDEBUG -std=gnu++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -MD -MT CMakeFiles/cmTC_e5ae1.dir/src.cxx.o -MF CMakeFiles/cmTC_e5ae1.dir/src.cxx.o.d -o CMakeFiles/cmTC_e5ae1.dir/src.cxx.o -c /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeFiles/CMakeTmp/src.cxx /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeFiles/CMakeTmp/src.cxx:22:9: error: no matching function for call to 'accept' i = accept(1, addr, &addrlen); ^~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk/usr/include/sys/socket.h:700:9: note: candidate function not viable: no known conversion from 'int *' to 'socklen_t *' (aka 'unsigned int *') for 3rd argument int accept(int, struct sockaddr * __restrict, socklen_t * __restrict) ^ /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeFiles/CMakeTmp/src.cxx:23:9: error: no matching function for call to 'getsockopt' i = getsockopt(0, 0, 0, 0, &optlen); ^~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk/usr/include/sys/socket.h:708:9: note: candidate function not viable: no known conversion from 'int *' to 'socklen_t *' (aka 'unsigned int *') for 5th argument int getsockopt(int, int, int, void * __restrict, socklen_t * __restrict); ^ 2 errors generated. make[4]: *** [CMakeFiles/cmTC_e5ae1.dir/src.cxx.o] Error 1 make[3]: *** [cmTC_e5ae1/fast] Error 2 select() accepts an int* argument failed with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/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_1fb98/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_1fb98.dir/build.make CMakeFiles/cmTC_1fb98.dir/build Building CXX object CMakeFiles/cmTC_1fb98.dir/src.cxx.o /Library/Developer/CommandLineTools/usr/bin/c++ -w -fvisibility=hidden -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_BSD_COMPAT -D_OSF_SOURCE -D_DARWIN_C_SOURCE -fPIC -O3 -DNDEBUG -std=gnu++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -MD -MT CMakeFiles/cmTC_1fb98.dir/src.cxx.o -MF CMakeFiles/cmTC_1fb98.dir/src.cxx.o.d -o CMakeFiles/cmTC_1fb98.dir/src.cxx.o -c /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeFiles/CMakeTmp/src.cxx /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeFiles/CMakeTmp/src.cxx:20:9: error: use of undeclared identifier 'select' i = select(1, &fds, &fds, &fds, 0); ^ 1 error generated. make[4]: *** [CMakeFiles/cmTC_1fb98.dir/src.cxx.o] Error 1 make[3]: *** [cmTC_1fb98/fast] Error 2 __declspec(align) is supported failed with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/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_2263d/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_2263d.dir/build.make CMakeFiles/cmTC_2263d.dir/build Building CXX object CMakeFiles/cmTC_2263d.dir/src.cxx.o /Library/Developer/CommandLineTools/usr/bin/c++ -w -fvisibility=hidden -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_BSD_COMPAT -D_OSF_SOURCE -D_DARWIN_C_SOURCE -fPIC -O3 -DNDEBUG -std=gnu++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -MD -MT CMakeFiles/cmTC_2263d.dir/src.cxx.o -MF CMakeFiles/cmTC_2263d.dir/src.cxx.o.d -o CMakeFiles/cmTC_2263d.dir/src.cxx.o -c /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeFiles/CMakeTmp/src.cxx /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeFiles/CMakeTmp/src.cxx:3:16: error: use of undeclared identifier 'align' __declspec(align(4)) char c[16]; ^ 1 error generated. make[4]: *** [CMakeFiles/cmTC_2263d.dir/src.cxx.o] Error 1 make[3]: *** [cmTC_2263d/fast] Error 2 the compiler supports __declspec(deprecated) failed with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/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_86976/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_86976.dir/build.make CMakeFiles/cmTC_86976.dir/build Building CXX object CMakeFiles/cmTC_86976.dir/src.cxx.o /Library/Developer/CommandLineTools/usr/bin/c++ -w -fvisibility=hidden -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_BSD_COMPAT -D_OSF_SOURCE -D_DARWIN_C_SOURCE -fPIC -O3 -DNDEBUG -std=gnu++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -MD -MT CMakeFiles/cmTC_86976.dir/src.cxx.o -MF CMakeFiles/cmTC_86976.dir/src.cxx.o.d -o CMakeFiles/cmTC_86976.dir/src.cxx.o -c /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeFiles/CMakeTmp/src.cxx /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeFiles/CMakeTmp/src.cxx:1:1: error: '__declspec' attributes are not enabled; use '-fdeclspec' or '-fms-extensions' to enable support for __declspec attributes __declspec(deprecated) int main(){return 0;} ^ 1 error generated. make[4]: *** [CMakeFiles/cmTC_86976.dir/src.cxx.o] Error 1 make[3]: *** [cmTC_86976/fast] Error 2 the compiler supports __declspec(deprecated("message")) failed with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/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_15a0a/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_15a0a.dir/build.make CMakeFiles/cmTC_15a0a.dir/build Building CXX object CMakeFiles/cmTC_15a0a.dir/src.cxx.o /Library/Developer/CommandLineTools/usr/bin/c++ -w -fvisibility=hidden -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_BSD_COMPAT -D_OSF_SOURCE -D_DARWIN_C_SOURCE -fPIC -O3 -DNDEBUG -std=gnu++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -MD -MT CMakeFiles/cmTC_15a0a.dir/src.cxx.o -MF CMakeFiles/cmTC_15a0a.dir/src.cxx.o.d -o CMakeFiles/cmTC_15a0a.dir/src.cxx.o -c /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeFiles/CMakeTmp/src.cxx /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeFiles/CMakeTmp/src.cxx:1:1: error: '__declspec' attributes are not enabled; use '-fdeclspec' or '-fms-extensions' to enable support for __declspec attributes __declspec(deprecated("message")) int main(){return 0;} ^ 1 error generated. make[4]: *** [CMakeFiles/cmTC_15a0a.dir/src.cxx.o] Error 1 make[3]: *** [cmTC_15a0a/fast] Error 2 the iterator category contiguous is declared failed with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/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_40e17/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_40e17.dir/build.make CMakeFiles/cmTC_40e17.dir/build Building CXX object CMakeFiles/cmTC_40e17.dir/src.cxx.o /Library/Developer/CommandLineTools/usr/bin/c++ -w -fvisibility=hidden -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_BSD_COMPAT -D_OSF_SOURCE -D_DARWIN_C_SOURCE -fPIC -O3 -DNDEBUG -std=gnu++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -MD -MT CMakeFiles/cmTC_40e17.dir/src.cxx.o -MF CMakeFiles/cmTC_40e17.dir/src.cxx.o.d -o CMakeFiles/cmTC_40e17.dir/src.cxx.o -c /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeFiles/CMakeTmp/src.cxx /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeFiles/CMakeTmp/src.cxx:4:18: error: no type named 'contiguous_iterator_tag' in namespace 'std'; did you mean 'output_iterator_tag'? typedef std::contiguous_iterator_tag category; ~~~~~^~~~~~~~~~~~~~~~~~~~~~~ output_iterator_tag /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/iterator:441:29: note: 'output_iterator_tag' declared here struct _LIBCPP_TEMPLATE_VIS output_iterator_tag {}; ^ 1 error generated. make[4]: *** [CMakeFiles/cmTC_40e17.dir/src.cxx.o] Error 1 make[3]: *** [cmTC_40e17/fast] Error 2 pw_gecos is #defined to pw_passwd failed with the following output: Change Dir: '/Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/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_871ee/fast /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_871ee.dir/build.make CMakeFiles/cmTC_871ee.dir/build Building CXX object CMakeFiles/cmTC_871ee.dir/src.cxx.o /Library/Developer/CommandLineTools/usr/bin/c++ -w -fvisibility=hidden -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_BSD_COMPAT -D_OSF_SOURCE -D_DARWIN_C_SOURCE -fPIC -O3 -DNDEBUG -std=gnu++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -MD -MT CMakeFiles/cmTC_871ee.dir/src.cxx.o -MF CMakeFiles/cmTC_871ee.dir/src.cxx.o.d -o CMakeFiles/cmTC_871ee.dir/src.cxx.o -c /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeFiles/CMakeTmp/src.cxx /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeFiles/CMakeTmp/src.cxx:5:6: error: no member named 'pw_gecos' in 'S'; did you mean 'passwd::pw_gecos'? &S::pw_gecos; ^~~~~~~~~~~ passwd::pw_gecos /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk/usr/include/pwd.h:91:8: note: 'passwd::pw_gecos' declared here char *pw_gecos; /* Honeywell login info */ ^ 1 error generated. make[4]: *** [CMakeFiles/cmTC_871ee.dir/src.cxx.o] Error 1 make[3]: *** [cmTC_871ee/fast] Error 2