Determining if the include file execinfo.h exists failed with the following output: Change Dir: C:/msys64/home/prior/R-Darktable/build/CMakeFiles/CMakeTmp Run Build Command(s):C:/msys64/usr/bin/make.exe -f Makefile cmTC_b7d96/fast && /usr/bin/make -f CMakeFiles/cmTC_b7d96.dir/build.make CMakeFiles/cmTC_b7d96.dir/build make[1]: Entering directory '/home/prior/R-Darktable/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_b7d96.dir/CheckIncludeFile.c.obj C:/msys64/mingw64/bin/cc.exe -o CMakeFiles/cmTC_b7d96.dir/CheckIncludeFile.c.obj -c C:/msys64/home/prior/R-Darktable/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c C:/msys64/home/prior/R-Darktable/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: execinfo.h: No such file or directory 1 | #include | ^~~~~~~~~~~~ compilation terminated. make[1]: *** [CMakeFiles/cmTC_b7d96.dir/build.make:78: CMakeFiles/cmTC_b7d96.dir/CheckIncludeFile.c.obj] Error 1 make[1]: Leaving directory '/home/prior/R-Darktable/build/CMakeFiles/CMakeTmp' make: *** [Makefile:127: cmTC_b7d96/fast] Error 2 Performing C SOURCE FILE Test HAVE_THREAD_RWLOCK_ARCH_T_READERS failed with the following output: Change Dir: C:/msys64/home/prior/R-Darktable/build/CMakeFiles/CMakeTmp Run Build Command(s):C:/msys64/usr/bin/make.exe -f Makefile cmTC_21b4f/fast && /usr/bin/make -f CMakeFiles/cmTC_21b4f.dir/build.make CMakeFiles/cmTC_21b4f.dir/build make[1]: Entering directory '/home/prior/R-Darktable/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_21b4f.dir/src.c.obj C:/msys64/mingw64/bin/cc.exe -DHAVE_THREAD_RWLOCK_ARCH_T_READERS -o CMakeFiles/cmTC_21b4f.dir/src.c.obj -c C:/msys64/home/prior/R-Darktable/build/CMakeFiles/CMakeTmp/src.c C:/msys64/home/prior/R-Darktable/build/CMakeFiles/CMakeTmp/src.c: In function 'main': C:/msys64/home/prior/R-Darktable/build/CMakeFiles/CMakeTmp/src.c:6:53: error: invalid use of undefined type 'struct __pthread_rwlock_arch_t' 6 | (void)sizeof(((struct __pthread_rwlock_arch_t *)0)->__readers); | ^~ make[1]: *** [CMakeFiles/cmTC_21b4f.dir/build.make:78: CMakeFiles/cmTC_21b4f.dir/src.c.obj] Error 1 make[1]: Leaving directory '/home/prior/R-Darktable/build/CMakeFiles/CMakeTmp' make: *** [Makefile:127: cmTC_21b4f/fast] Error 2 Source file was: #include int main() { (void)sizeof(((struct __pthread_rwlock_arch_t *)0)->__readers); return 0; } Performing C SOURCE FILE Test HAVE_THREAD_RWLOCK_ARCH_T_NR_READERS failed with the following output: Change Dir: C:/msys64/home/prior/R-Darktable/build/CMakeFiles/CMakeTmp Run Build Command(s):C:/msys64/usr/bin/make.exe -f Makefile cmTC_5bc05/fast && /usr/bin/make -f CMakeFiles/cmTC_5bc05.dir/build.make CMakeFiles/cmTC_5bc05.dir/build make[1]: Entering directory '/home/prior/R-Darktable/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_5bc05.dir/src.c.obj C:/msys64/mingw64/bin/cc.exe -DHAVE_THREAD_RWLOCK_ARCH_T_NR_READERS -o CMakeFiles/cmTC_5bc05.dir/src.c.obj -c C:/msys64/home/prior/R-Darktable/build/CMakeFiles/CMakeTmp/src.c C:/msys64/home/prior/R-Darktable/build/CMakeFiles/CMakeTmp/src.c: In function 'main': C:/msys64/home/prior/R-Darktable/build/CMakeFiles/CMakeTmp/src.c:6:53: error: invalid use of undefined type 'struct __pthread_rwlock_arch_t' 6 | (void)sizeof(((struct __pthread_rwlock_arch_t *)0)->__nr_readers); | ^~ make[1]: *** [CMakeFiles/cmTC_5bc05.dir/build.make:78: CMakeFiles/cmTC_5bc05.dir/src.c.obj] Error 1 make[1]: Leaving directory '/home/prior/R-Darktable/build/CMakeFiles/CMakeTmp' make: *** [Makefile:127: cmTC_5bc05/fast] Error 2 Source file was: #include int main() { (void)sizeof(((struct __pthread_rwlock_arch_t *)0)->__nr_readers); return 0; } Performing C SOURCE FILE Test C_COMPILER_UNDERSTANDS_-Wthread-safety failed with the following output: Change Dir: C:/msys64/home/prior/R-Darktable/build/CMakeFiles/CMakeTmp Run Build Command(s):C:/msys64/usr/bin/make.exe -f Makefile cmTC_11cfb/fast && /usr/bin/make -f CMakeFiles/cmTC_11cfb.dir/build.make CMakeFiles/cmTC_11cfb.dir/build make[1]: Entering directory '/home/prior/R-Darktable/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_11cfb.dir/src.c.obj C:/msys64/mingw64/bin/cc.exe -Wall -Wno-format -Wshadow -Wtype-limits -Wvla -Wold-style-declaration -Wall -Wno-format -Wshadow -Wtype-limits -Wvla -Wold-style-declaration -DC_COMPILER_UNDERSTANDS_-Wthread-safety -Wthread-safety -o CMakeFiles/cmTC_11cfb.dir/src.c.obj -c C:/msys64/home/prior/R-Darktable/build/CMakeFiles/CMakeTmp/src.c cc.exe: error: unrecognized command-line option '-Wthread-safety' make[1]: *** [CMakeFiles/cmTC_11cfb.dir/build.make:78: CMakeFiles/cmTC_11cfb.dir/src.c.obj] Error 1 make[1]: Leaving directory '/home/prior/R-Darktable/build/CMakeFiles/CMakeTmp' make: *** [Makefile:127: cmTC_11cfb/fast] Error 2 Source file was: int main(void) { return 0; } Performing C++ SOURCE FILE Test CXX_COMPILER_UNDERSTANDS_-Wthread-safety failed with the following output: Change Dir: C:/msys64/home/prior/R-Darktable/build/CMakeFiles/CMakeTmp Run Build Command(s):C:/msys64/usr/bin/make.exe -f Makefile cmTC_5fc2c/fast && /usr/bin/make -f CMakeFiles/cmTC_5fc2c.dir/build.make CMakeFiles/cmTC_5fc2c.dir/build make[1]: Entering directory '/home/prior/R-Darktable/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_5fc2c.dir/src.cxx.obj C:/msys64/mingw64/bin/c++.exe -Wall -Wno-format -Wshadow -Wtype-limits -Wvla -Wall -Wno-format -Wshadow -Wtype-limits -Wvla -DCXX_COMPILER_UNDERSTANDS_-Wthread-safety -Wthread-safety -o CMakeFiles/cmTC_5fc2c.dir/src.cxx.obj -c C:/msys64/home/prior/R-Darktable/build/CMakeFiles/CMakeTmp/src.cxx c++.exe: error: unrecognized command-line option '-Wthread-safety' make[1]: *** [CMakeFiles/cmTC_5fc2c.dir/build.make:78: CMakeFiles/cmTC_5fc2c.dir/src.cxx.obj] Error 1 make[1]: Leaving directory '/home/prior/R-Darktable/build/CMakeFiles/CMakeTmp' make: *** [Makefile:127: cmTC_5fc2c/fast] Error 2 Source file was: int main() { return 0; } Performing C++ SOURCE FILE Test RAWSPEED_HAVE_CXX_FLAG_WOLD_STYLE_CASTS failed with the following output: Change Dir: C:/msys64/home/prior/R-Darktable/build/CMakeFiles/CMakeTmp Run Build Command(s):C:/msys64/usr/bin/make.exe -f Makefile cmTC_9efbc/fast && /usr/bin/make -f CMakeFiles/cmTC_9efbc.dir/build.make CMakeFiles/cmTC_9efbc.dir/build make[1]: Entering directory '/home/prior/R-Darktable/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_9efbc.dir/src.cxx.obj C:/msys64/mingw64/bin/c++.exe -DRAWSPEED_HAVE_CXX_FLAG_WOLD_STYLE_CASTS -Wall -Wno-format -Wshadow -Wtype-limits -Wvla -Wno-unknown-pragmas -Wno-error=varargs -Wno-format-truncation -Wno-error=address-of-packed-member -w -std=c++17 -Wall -Wextra -Wcast-qual -Wextra -Wextra-semi -Wformat=2 -Wall -Wno-format -Wshadow -Wtype-limits -Wvla -Wno-unknown-pragmas -Wno-error=varargs -Wno-format-truncation -Wno-error=address-of-packed-member -w -std=c++17 -Wall -Wextra -Wcast-qual -Wextra -Wextra-semi -Wformat=2 -Wold-style-casts -std=c++17 -o CMakeFiles/cmTC_9efbc.dir/src.cxx.obj -c C:/msys64/home/prior/R-Darktable/build/CMakeFiles/CMakeTmp/src.cxx c++.exe: error: unrecognized command-line option '-Wold-style-casts'; did you mean '-Wold-style-cast'? make[1]: *** [CMakeFiles/cmTC_9efbc.dir/build.make:78: CMakeFiles/cmTC_9efbc.dir/src.cxx.obj] Error 1 make[1]: Leaving directory '/home/prior/R-Darktable/build/CMakeFiles/CMakeTmp' make: *** [Makefile:127: cmTC_9efbc/fast] Error 2 Source file was: int main() { return 0; } Determining if the aligned_alloc exist failed with the following output: Change Dir: C:/msys64/home/prior/R-Darktable/build/CMakeFiles/CMakeTmp Run Build Command(s):C:/msys64/usr/bin/make.exe -f Makefile cmTC_c7083/fast && /usr/bin/make -f CMakeFiles/cmTC_c7083.dir/build.make CMakeFiles/cmTC_c7083.dir/build make[1]: Entering directory '/home/prior/R-Darktable/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_c7083.dir/CheckSymbolExists.cxx.obj C:/msys64/mingw64/bin/c++.exe -Wall -Wno-format -Wshadow -Wtype-limits -Wvla -Wno-unknown-pragmas -Wno-error=varargs -Wno-format-truncation -Wno-error=address-of-packed-member -w -std=c++17 -Wall -Wextra -Wcast-qual -Wextra -Wextra-semi -Wformat=2 -Wpointer-arith -Wvla -Wno-unused-parameter -Wno-format -Wstack-usage=4096 -Wframe-larger-than=4096 -Wlarger-than=32768 -Werror -std=c++17 -o CMakeFiles/cmTC_c7083.dir/CheckSymbolExists.cxx.obj -c C:/msys64/home/prior/R-Darktable/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx C:/msys64/home/prior/R-Darktable/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function 'int main(int, char**)': C:/msys64/home/prior/R-Darktable/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: 'aligned_alloc' was not declared in this scope; did you mean '_aligned_malloc'? 8 | return ((int*)(&aligned_alloc))[argc]; | ^~~~~~~~~~~~~ | _aligned_malloc make[1]: *** [CMakeFiles/cmTC_c7083.dir/build.make:78: CMakeFiles/cmTC_c7083.dir/CheckSymbolExists.cxx.obj] Error 1 make[1]: Leaving directory '/home/prior/R-Darktable/build/CMakeFiles/CMakeTmp' make: *** [Makefile:127: cmTC_c7083/fast] Error 2 File C:/msys64/home/prior/R-Darktable/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef aligned_alloc return ((int*)(&aligned_alloc))[argc]; #else (void)argc; return 0; #endif } Determining if the posix_memalign exist failed with the following output: Change Dir: C:/msys64/home/prior/R-Darktable/build/CMakeFiles/CMakeTmp Run Build Command(s):C:/msys64/usr/bin/make.exe -f Makefile cmTC_60f27/fast && /usr/bin/make -f CMakeFiles/cmTC_60f27.dir/build.make CMakeFiles/cmTC_60f27.dir/build make[1]: Entering directory '/home/prior/R-Darktable/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_60f27.dir/CheckSymbolExists.cxx.obj C:/msys64/mingw64/bin/c++.exe -Wall -Wno-format -Wshadow -Wtype-limits -Wvla -Wno-unknown-pragmas -Wno-error=varargs -Wno-format-truncation -Wno-error=address-of-packed-member -w -std=c++17 -Wall -Wextra -Wcast-qual -Wextra -Wextra-semi -Wformat=2 -Wpointer-arith -Wvla -Wno-unused-parameter -Wno-format -Wstack-usage=4096 -Wframe-larger-than=4096 -Wlarger-than=32768 -Werror -std=c++17 -o CMakeFiles/cmTC_60f27.dir/CheckSymbolExists.cxx.obj -c C:/msys64/home/prior/R-Darktable/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx C:/msys64/home/prior/R-Darktable/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function 'int main(int, char**)': C:/msys64/home/prior/R-Darktable/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: 'posix_memalign' was not declared in this scope 8 | return ((int*)(&posix_memalign))[argc]; | ^~~~~~~~~~~~~~ make[1]: *** [CMakeFiles/cmTC_60f27.dir/build.make:78: CMakeFiles/cmTC_60f27.dir/CheckSymbolExists.cxx.obj] Error 1 make[1]: Leaving directory '/home/prior/R-Darktable/build/CMakeFiles/CMakeTmp' make: *** [Makefile:127: cmTC_60f27/fast] Error 2 File C:/msys64/home/prior/R-Darktable/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef posix_memalign return ((int*)(&posix_memalign))[argc]; #else (void)argc; return 0; #endif }