Performing C SOURCE FILE Test CMAKE_HAVE_LIBC_PTHREAD failed with the following output: Change Dir: /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_27113/fast && /usr/bin/gmake -f CMakeFiles/cmTC_27113.dir/build.make CMakeFiles/cmTC_27113.dir/build gmake[1]: Entering directory '/home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_27113.dir/src.c.o /usr/bin/cc -DCMAKE_HAVE_LIBC_PTHREAD -o CMakeFiles/cmTC_27113.dir/src.c.o -c /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp/src.c Linking C executable cmTC_27113 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_27113.dir/link.txt --verbose=1 /usr/bin/cc -Wl,-lc -Wl,-lc CMakeFiles/cmTC_27113.dir/src.c.o -o cmTC_27113 /usr/bin/ld: CMakeFiles/cmTC_27113.dir/src.c.o: in function `main': src.c:(.text+0x2d): undefined reference to `pthread_create' /usr/bin/ld: src.c:(.text+0x39): undefined reference to `pthread_detach' /usr/bin/ld: src.c:(.text+0x45): undefined reference to `pthread_cancel' /usr/bin/ld: src.c:(.text+0x56): undefined reference to `pthread_join' collect2: error: ld returned 1 exit status gmake[1]: *** [CMakeFiles/cmTC_27113.dir/build.make:99: cmTC_27113] Error 1 gmake[1]: Leaving directory '/home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_27113/fast] Error 2 Source file was: #include static void* test_func(void* data) { return data; } int main(void) { pthread_t thread; pthread_create(&thread, NULL, test_func, NULL); pthread_detach(thread); pthread_cancel(thread); pthread_join(thread, NULL); pthread_atfork(NULL, NULL, NULL); pthread_exit(NULL); return 0; } Determining if the function pthread_create exists in the pthreads failed with the following output: Change Dir: /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_4a04d/fast && /usr/bin/gmake -f CMakeFiles/cmTC_4a04d.dir/build.make CMakeFiles/cmTC_4a04d.dir/build gmake[1]: Entering directory '/home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_4a04d.dir/CheckFunctionExists.c.o /usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_4a04d.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_4a04d /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4a04d.dir/link.txt --verbose=1 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -Wl,-lc -Wl,-lc CMakeFiles/cmTC_4a04d.dir/CheckFunctionExists.c.o -o cmTC_4a04d -lpthreads /usr/bin/ld: cannot find -lpthreads collect2: error: ld returned 1 exit status gmake[1]: *** [CMakeFiles/cmTC_4a04d.dir/build.make:99: cmTC_4a04d] Error 1 gmake[1]: Leaving directory '/home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_4a04d/fast] Error 2 Checking whether C++ compiler has '__int64' failed to compile with the following output: Change Dir: /home/me/Development/vtk-v8.2.0/build/Utilities/KWSys/vtksys/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_4cd24/fast && /usr/bin/gmake -f CMakeFiles/cmTC_4cd24.dir/build.make CMakeFiles/cmTC_4cd24.dir/build gmake[1]: Entering directory '/home/me/Development/vtk-v8.2.0/build/Utilities/KWSys/vtksys/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_4cd24.dir/kwsysPlatformTestsCXX.cxx.o /usr/bin/c++ -DTEST_KWSYS_CXX_HAS___INT64 -o CMakeFiles/cmTC_4cd24.dir/kwsysPlatformTestsCXX.cxx.o -c /home/me/Development/vtk-v8.2.0/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx /home/me/Development/vtk-v8.2.0/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx:24:1: error: ‘__int64’ does not name a type 24 | __int64 f(__int64 n) | ^~~~~~~ /home/me/Development/vtk-v8.2.0/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx: In function ‘int main()’: /home/me/Development/vtk-v8.2.0/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx:30:3: error: ‘__int64’ was not declared in this scope 30 | __int64 n = 0; | ^~~~~~~ /home/me/Development/vtk-v8.2.0/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx:31:29: error: ‘n’ was not declared in this scope 31 | return static_cast(f(n)); | ^ /home/me/Development/vtk-v8.2.0/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx:31:27: error: ‘f’ was not declared in this scope 31 | return static_cast(f(n)); | ^ gmake[1]: *** [CMakeFiles/cmTC_4cd24.dir/build.make:78: CMakeFiles/cmTC_4cd24.dir/kwsysPlatformTestsCXX.cxx.o] Error 1 gmake[1]: Leaving directory '/home/me/Development/vtk-v8.2.0/build/Utilities/KWSys/vtksys/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_4cd24/fast] Error 2 Checking whether CXX compiler has environ in stdlib.h failed to compile with the following output: Change Dir: /home/me/Development/vtk-v8.2.0/build/Utilities/KWSys/vtksys/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_3149d/fast && /usr/bin/gmake -f CMakeFiles/cmTC_3149d.dir/build.make CMakeFiles/cmTC_3149d.dir/build gmake[1]: Entering directory '/home/me/Development/vtk-v8.2.0/build/Utilities/KWSys/vtksys/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_3149d.dir/kwsysPlatformTestsCXX.cxx.o /usr/bin/c++ -DTEST_KWSYS_CXX_HAS_ENVIRON_IN_STDLIB_H -o CMakeFiles/cmTC_3149d.dir/kwsysPlatformTestsCXX.cxx.o -c /home/me/Development/vtk-v8.2.0/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx /home/me/Development/vtk-v8.2.0/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx: In function ‘int main()’: /home/me/Development/vtk-v8.2.0/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx:196:13: error: ‘environ’ was not declared in this scope; did you mean ‘union’? 196 | char* e = environ[0]; | ^~~~~~~ | union gmake[1]: *** [CMakeFiles/cmTC_3149d.dir/build.make:78: CMakeFiles/cmTC_3149d.dir/kwsysPlatformTestsCXX.cxx.o] Error 1 gmake[1]: Leaving directory '/home/me/Development/vtk-v8.2.0/build/Utilities/KWSys/vtksys/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_3149d/fast] Error 2 Checking whether CXX compiler struct stat has st_mtimespec member failed to compile with the following output: Change Dir: /home/me/Development/vtk-v8.2.0/build/Utilities/KWSys/vtksys/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_02ae2/fast && /usr/bin/gmake -f CMakeFiles/cmTC_02ae2.dir/build.make CMakeFiles/cmTC_02ae2.dir/build gmake[1]: Entering directory '/home/me/Development/vtk-v8.2.0/build/Utilities/KWSys/vtksys/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_02ae2.dir/kwsysPlatformTestsCXX.cxx.o /usr/bin/c++ -DTEST_KWSYS_CXX_STAT_HAS_ST_MTIMESPEC -o CMakeFiles/cmTC_02ae2.dir/kwsysPlatformTestsCXX.cxx.o -c /home/me/Development/vtk-v8.2.0/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx /home/me/Development/vtk-v8.2.0/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx: In function ‘int main()’: /home/me/Development/vtk-v8.2.0/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx:57:15: error: ‘struct stat’ has no member named ‘st_mtimespec’ 57 | (void)stat1.st_mtimespec.tv_sec; | ^~~~~~~~~~~~ /home/me/Development/vtk-v8.2.0/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx:58:15: error: ‘struct stat’ has no member named ‘st_mtimespec’ 58 | (void)stat1.st_mtimespec.tv_nsec; | ^~~~~~~~~~~~ gmake[1]: *** [CMakeFiles/cmTC_02ae2.dir/build.make:78: CMakeFiles/cmTC_02ae2.dir/kwsysPlatformTestsCXX.cxx.o] Error 1 gmake[1]: Leaving directory '/home/me/Development/vtk-v8.2.0/build/Utilities/KWSys/vtksys/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_02ae2/fast] Error 2 Checking whether CXX compiler has _atoi64 failed to compile with the following output: Change Dir: /home/me/Development/vtk-v8.2.0/build/Utilities/KWSys/vtksys/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_f948b/fast && /usr/bin/gmake -f CMakeFiles/cmTC_f948b.dir/build.make CMakeFiles/cmTC_f948b.dir/build gmake[1]: Entering directory '/home/me/Development/vtk-v8.2.0/build/Utilities/KWSys/vtksys/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_f948b.dir/kwsysPlatformTestsCXX.cxx.o /usr/bin/c++ -DTEST_KWSYS_CXX_HAS__ATOI64 -o CMakeFiles/cmTC_f948b.dir/kwsysPlatformTestsCXX.cxx.o -c /home/me/Development/vtk-v8.2.0/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx /home/me/Development/vtk-v8.2.0/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx: In function ‘int main()’: /home/me/Development/vtk-v8.2.0/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx:252:27: error: ‘_atoi64’ was not declared in this scope; did you mean ‘atoi’? 252 | return static_cast(_atoi64(str)); | ^~~~~~~ | atoi gmake[1]: *** [CMakeFiles/cmTC_f948b.dir/build.make:78: CMakeFiles/cmTC_f948b.dir/kwsysPlatformTestsCXX.cxx.o] Error 1 gmake[1]: Leaving directory '/home/me/Development/vtk-v8.2.0/build/Utilities/KWSys/vtksys/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_f948b/fast] Error 2 Determining if the function getsockname exists in the socket failed with the following output: Change Dir: /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_02e08/fast && /usr/bin/gmake -f CMakeFiles/cmTC_02e08.dir/build.make CMakeFiles/cmTC_02e08.dir/build gmake[1]: Entering directory '/home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_02e08.dir/CheckFunctionExists.c.o /usr/bin/cc -DCHECK_FUNCTION_EXISTS=getsockname -o CMakeFiles/cmTC_02e08.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_02e08 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_02e08.dir/link.txt --verbose=1 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=getsockname -Wl,-lc -Wl,-lc CMakeFiles/cmTC_02e08.dir/CheckFunctionExists.c.o -o cmTC_02e08 -lsocket /usr/bin/ld: cannot find -lsocket collect2: error: ld returned 1 exit status gmake[1]: *** [CMakeFiles/cmTC_02e08.dir/build.make:99: cmTC_02e08] Error 1 gmake[1]: Leaving directory '/home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_02e08/fast] Error 2 Performing C++ SOURCE FILE Test COMPILER_SUPPORT_Wshorten64to32 failed with the following output: Change Dir: /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_dd594/fast && /usr/bin/gmake -f CMakeFiles/cmTC_dd594.dir/build.make CMakeFiles/cmTC_dd594.dir/build gmake[1]: Entering directory '/home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_dd594.dir/src.cxx.o /usr/bin/c++ -DCOMPILER_SUPPORT_Wshorten64to32 -w -w -pedantic -Wall -Wextra -Wundef -Wcast-align -Wchar-subscripts -Wnon-virtual-dtor -Wunused-local-typedefs -Wpointer-arith -Wwrite-strings -Wformat-security -Werror -Wshorten-64-to-32 -std=c++11 -o CMakeFiles/cmTC_dd594.dir/src.cxx.o -c /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp/src.cxx c++: error: unrecognized command-line option '-Wshorten-64-to-32' gmake[1]: *** [CMakeFiles/cmTC_dd594.dir/build.make:78: CMakeFiles/cmTC_dd594.dir/src.cxx.o] Error 1 gmake[1]: Leaving directory '/home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_dd594/fast] Error 2 Source file was: int main() { return 0; } Performing C++ SOURCE FILE Test COMPILER_SUPPORT_Wcpp11extensions failed with the following output: Change Dir: /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_80ede/fast && /usr/bin/gmake -f CMakeFiles/cmTC_80ede.dir/build.make CMakeFiles/cmTC_80ede.dir/build gmake[1]: Entering directory '/home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_80ede.dir/src.cxx.o /usr/bin/c++ -DCOMPILER_SUPPORT_Wcpp11extensions -w -w -pedantic -Wall -Wextra -Wundef -Wcast-align -Wchar-subscripts -Wnon-virtual-dtor -Wunused-local-typedefs -Wpointer-arith -Wwrite-strings -Wformat-security -Wlogical-op -Wenum-conversion -Werror -Wc++11-extensions -std=c++11 -o CMakeFiles/cmTC_80ede.dir/src.cxx.o -c /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp/src.cxx c++: error: unrecognized command-line option '-Wc++11-extensions'; did you mean '-fms-extensions'? gmake[1]: *** [CMakeFiles/cmTC_80ede.dir/build.make:78: CMakeFiles/cmTC_80ede.dir/src.cxx.o] Error 1 gmake[1]: Leaving directory '/home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_80ede/fast] Error 2 Source file was: int main() { return 0; } Performing C++ SOURCE FILE Test COMPILER_SUPPORT_wd981 failed with the following output: Change Dir: /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_66d78/fast && /usr/bin/gmake -f CMakeFiles/cmTC_66d78.dir/build.make CMakeFiles/cmTC_66d78.dir/build gmake[1]: Entering directory '/home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_66d78.dir/src.cxx.o /usr/bin/c++ -DCOMPILER_SUPPORT_wd981 -w -w -pedantic -Wall -Wextra -Wundef -Wcast-align -Wchar-subscripts -Wnon-virtual-dtor -Wunused-local-typedefs -Wpointer-arith -Wwrite-strings -Wformat-security -Wlogical-op -Wenum-conversion -Wdouble-promotion -Wno-psabi -Wno-variadic-macros -Wno-long-long -fno-check-new -fno-common -fstrict-aliasing -Werror -wd981 -std=c++11 -o CMakeFiles/cmTC_66d78.dir/src.cxx.o -c /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp/src.cxx c++: error: unrecognized command-line option '-wd981' gmake[1]: *** [CMakeFiles/cmTC_66d78.dir/build.make:78: CMakeFiles/cmTC_66d78.dir/src.cxx.o] Error 1 gmake[1]: Leaving directory '/home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_66d78/fast] Error 2 Source file was: int main() { return 0; } Performing C++ SOURCE FILE Test COMPILER_SUPPORT_wd2304 failed with the following output: Change Dir: /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_ae343/fast && /usr/bin/gmake -f CMakeFiles/cmTC_ae343.dir/build.make CMakeFiles/cmTC_ae343.dir/build gmake[1]: Entering directory '/home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_ae343.dir/src.cxx.o /usr/bin/c++ -DCOMPILER_SUPPORT_wd2304 -w -w -pedantic -Wall -Wextra -Wundef -Wcast-align -Wchar-subscripts -Wnon-virtual-dtor -Wunused-local-typedefs -Wpointer-arith -Wwrite-strings -Wformat-security -Wlogical-op -Wenum-conversion -Wdouble-promotion -Wno-psabi -Wno-variadic-macros -Wno-long-long -fno-check-new -fno-common -fstrict-aliasing -Werror -wd2304 -std=c++11 -o CMakeFiles/cmTC_ae343.dir/src.cxx.o -c /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp/src.cxx c++: error: unrecognized command-line option '-wd2304' gmake[1]: *** [CMakeFiles/cmTC_ae343.dir/build.make:78: CMakeFiles/cmTC_ae343.dir/src.cxx.o] Error 1 gmake[1]: Leaving directory '/home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_ae343/fast] Error 2 Source file was: int main() { return 0; } Performing C++ SOURCE FILE Test COMPILER_SUPPORT_STRICTANSI failed with the following output: Change Dir: /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_4d356/fast && /usr/bin/gmake -f CMakeFiles/cmTC_4d356.dir/build.make CMakeFiles/cmTC_4d356.dir/build gmake[1]: Entering directory '/home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_4d356.dir/src.cxx.o /usr/bin/c++ -DCOMPILER_SUPPORT_STRICTANSI -w -w -pedantic -Wall -Wextra -Wundef -Wcast-align -Wchar-subscripts -Wnon-virtual-dtor -Wunused-local-typedefs -Wpointer-arith -Wwrite-strings -Wformat-security -Wlogical-op -Wenum-conversion -Wdouble-promotion -Wno-psabi -Wno-variadic-macros -Wno-long-long -fno-check-new -fno-common -fstrict-aliasing -Werror -strict-ansi -std=c++11 -o CMakeFiles/cmTC_4d356.dir/src.cxx.o -c /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp/src.cxx c++: error: unrecognized command-line option '-strict-ansi'; did you mean '-fstrict-enums'? gmake[1]: *** [CMakeFiles/cmTC_4d356.dir/build.make:78: CMakeFiles/cmTC_4d356.dir/src.cxx.o] Error 1 gmake[1]: Leaving directory '/home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_4d356/fast] Error 2 Source file was: int main() { return 0; } Performing C++ SOURCE FILE Test COMPILER_SUPPORT_Qunusedarguments failed with the following output: Change Dir: /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_a8bc3/fast && /usr/bin/gmake -f CMakeFiles/cmTC_a8bc3.dir/build.make CMakeFiles/cmTC_a8bc3.dir/build gmake[1]: Entering directory '/home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_a8bc3.dir/src.cxx.o /usr/bin/c++ -DCOMPILER_SUPPORT_Qunusedarguments -w -w -pedantic -Wall -Wextra -Wundef -Wcast-align -Wchar-subscripts -Wnon-virtual-dtor -Wunused-local-typedefs -Wpointer-arith -Wwrite-strings -Wformat-security -Wlogical-op -Wenum-conversion -Wdouble-promotion -Wno-psabi -Wno-variadic-macros -Wno-long-long -fno-check-new -fno-common -fstrict-aliasing -Werror -Qunused-arguments -std=c++11 -o CMakeFiles/cmTC_a8bc3.dir/src.cxx.o -c /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp/src.cxx c++: error: unrecognized command-line option '-Qunused-arguments' gmake[1]: *** [CMakeFiles/cmTC_a8bc3.dir/build.make:78: CMakeFiles/cmTC_a8bc3.dir/src.cxx.o] Error 1 gmake[1]: Leaving directory '/home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_a8bc3/fast] Error 2 Source file was: int main() { return 0; } Determining if the include file sys/endian.h exists failed with the following output: Change Dir: /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_0057c/fast && /usr/bin/gmake -f CMakeFiles/cmTC_0057c.dir/build.make CMakeFiles/cmTC_0057c.dir/build gmake[1]: Entering directory '/home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_0057c.dir/CheckIncludeFile.c.o /usr/bin/cc -w -w -o CMakeFiles/cmTC_0057c.dir/CheckIncludeFile.c.o -c /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: sys/endian.h: No such file or directory 1 | #include | ^~~~~~~~~~~~~~ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_0057c.dir/build.make:78: CMakeFiles/cmTC_0057c.dir/CheckIncludeFile.c.o] Error 1 gmake[1]: Leaving directory '/home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_0057c/fast] Error 2 Determining if the HAVE_BSWAP_16 exist failed with the following output: Change Dir: /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_87f8e/fast && /usr/bin/gmake -f CMakeFiles/cmTC_87f8e.dir/build.make CMakeFiles/cmTC_87f8e.dir/build gmake[1]: Entering directory '/home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_87f8e.dir/CheckSymbolExists.c.o /usr/bin/cc -w -w -o CMakeFiles/cmTC_87f8e.dir/CheckSymbolExists.c.o -c /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’: /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: ‘HAVE_BSWAP_16’ undeclared (first use in this function) 8 | return ((int*)(&HAVE_BSWAP_16))[argc]; | ^~~~~~~~~~~~~ /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in gmake[1]: *** [CMakeFiles/cmTC_87f8e.dir/build.make:78: CMakeFiles/cmTC_87f8e.dir/CheckSymbolExists.c.o] Error 1 gmake[1]: Leaving directory '/home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_87f8e/fast] Error 2 File /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef HAVE_BSWAP_16 return ((int*)(&HAVE_BSWAP_16))[argc]; #else (void)argc; return 0; #endif } Determining if the HAVE_BSWAP_32 exist failed with the following output: Change Dir: /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_b439f/fast && /usr/bin/gmake -f CMakeFiles/cmTC_b439f.dir/build.make CMakeFiles/cmTC_b439f.dir/build gmake[1]: Entering directory '/home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_b439f.dir/CheckSymbolExists.c.o /usr/bin/cc -w -w -o CMakeFiles/cmTC_b439f.dir/CheckSymbolExists.c.o -c /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’: /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: ‘HAVE_BSWAP_32’ undeclared (first use in this function) 8 | return ((int*)(&HAVE_BSWAP_32))[argc]; | ^~~~~~~~~~~~~ /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in gmake[1]: *** [CMakeFiles/cmTC_b439f.dir/build.make:78: CMakeFiles/cmTC_b439f.dir/CheckSymbolExists.c.o] Error 1 gmake[1]: Leaving directory '/home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_b439f/fast] Error 2 File /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef HAVE_BSWAP_32 return ((int*)(&HAVE_BSWAP_32))[argc]; #else (void)argc; return 0; #endif } Determining if the HAVE_BSWAP_64 exist failed with the following output: Change Dir: /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_c542d/fast && /usr/bin/gmake -f CMakeFiles/cmTC_c542d.dir/build.make CMakeFiles/cmTC_c542d.dir/build gmake[1]: Entering directory '/home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_c542d.dir/CheckSymbolExists.c.o /usr/bin/cc -w -w -o CMakeFiles/cmTC_c542d.dir/CheckSymbolExists.c.o -c /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’: /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: ‘HAVE_BSWAP_64’ undeclared (first use in this function) 8 | return ((int*)(&HAVE_BSWAP_64))[argc]; | ^~~~~~~~~~~~~ /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in gmake[1]: *** [CMakeFiles/cmTC_c542d.dir/build.make:78: CMakeFiles/cmTC_c542d.dir/CheckSymbolExists.c.o] Error 1 gmake[1]: Leaving directory '/home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_c542d/fast] Error 2 File /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef HAVE_BSWAP_64 return ((int*)(&HAVE_BSWAP_64))[argc]; #else (void)argc; return 0; #endif } Determining size of __int64 failed with the following output: Change Dir: /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_bb3fc/fast && /usr/bin/gmake -f CMakeFiles/cmTC_bb3fc.dir/build.make CMakeFiles/cmTC_bb3fc.dir/build gmake[1]: Entering directory '/home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_bb3fc.dir/__INT64.c.o /usr/bin/cc -w -w -o CMakeFiles/cmTC_bb3fc.dir/__INT64.c.o -c /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CheckTypeSize/__INT64.c /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CheckTypeSize/__INT64.c:27:22: error: ‘__int64’ undeclared here (not in a function); did you mean ‘__int64_t’? 27 | #define SIZE (sizeof(__int64)) | ^~~~~~~ /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CheckTypeSize/__INT64.c:29:12: note: in expansion of macro ‘SIZE’ 29 | ('0' + ((SIZE / 10000)%10)), | ^~~~ gmake[1]: *** [CMakeFiles/cmTC_bb3fc.dir/build.make:78: CMakeFiles/cmTC_bb3fc.dir/__INT64.c.o] Error 1 gmake[1]: Leaving directory '/home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_bb3fc/fast] Error 2 /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CheckTypeSize/__INT64.c: #include #include #include #undef KEY #if defined(__i386) # define KEY '_','_','i','3','8','6' #elif defined(__x86_64) # define KEY '_','_','x','8','6','_','6','4' #elif defined(__PPC64__) # define KEY '_','_','P','P','C','6','4','_','_' #elif defined(__ppc64__) # define KEY '_','_','p','p','c','6','4','_','_' #elif defined(__PPC__) # define KEY '_','_','P','P','C','_','_' #elif defined(__ppc__) # define KEY '_','_','p','p','c','_','_' #elif defined(__aarch64__) # define KEY '_','_','a','a','r','c','h','6','4','_','_' #elif defined(__ARM_ARCH_7A__) # define KEY '_','_','A','R','M','_','A','R','C','H','_','7','A','_','_' #elif defined(__ARM_ARCH_7S__) # define KEY '_','_','A','R','M','_','A','R','C','H','_','7','S','_','_' #endif #define SIZE (sizeof(__int64)) static char info_size[] = {'I', 'N', 'F', 'O', ':', 's','i','z','e','[', ('0' + ((SIZE / 10000)%10)), ('0' + ((SIZE / 1000)%10)), ('0' + ((SIZE / 100)%10)), ('0' + ((SIZE / 10)%10)), ('0' + (SIZE % 10)), ']', #ifdef KEY ' ','k','e','y','[', KEY, ']', #endif '\0'}; #ifdef __CLASSIC_C__ int main(argc, argv) int argc; char *argv[]; #else int main(int argc, char *argv[]) #endif { int require = 0; require += info_size[argc]; (void)argv; return require; } Determining size of unsigned __int64 failed with the following output: Change Dir: /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_a9f12/fast && /usr/bin/gmake -f CMakeFiles/cmTC_a9f12.dir/build.make CMakeFiles/cmTC_a9f12.dir/build gmake[1]: Entering directory '/home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_a9f12.dir/UNSIGNED___INT64.c.o /usr/bin/cc -w -w -o CMakeFiles/cmTC_a9f12.dir/UNSIGNED___INT64.c.o -c /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:27:31: error: expected ‘)’ before ‘__int64’ 27 | #define SIZE (sizeof(unsigned __int64)) | ~ ^~~~~~~ /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:29:12: note: in expansion of macro ‘SIZE’ 29 | ('0' + ((SIZE / 10000)%10)), | ^~~~ /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:27:31: error: expected ‘)’ before ‘__int64’ 27 | #define SIZE (sizeof(unsigned __int64)) | ~ ^~~~~~~ /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:30:12: note: in expansion of macro ‘SIZE’ 30 | ('0' + ((SIZE / 1000)%10)), | ^~~~ /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:27:31: error: expected ‘)’ before ‘__int64’ 27 | #define SIZE (sizeof(unsigned __int64)) | ~ ^~~~~~~ /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:31:12: note: in expansion of macro ‘SIZE’ 31 | ('0' + ((SIZE / 100)%10)), | ^~~~ /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:27:31: error: expected ‘)’ before ‘__int64’ 27 | #define SIZE (sizeof(unsigned __int64)) | ~ ^~~~~~~ /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:32:12: note: in expansion of macro ‘SIZE’ 32 | ('0' + ((SIZE / 10)%10)), | ^~~~ /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:27:31: error: expected ‘)’ before ‘__int64’ 27 | #define SIZE (sizeof(unsigned __int64)) | ~ ^~~~~~~ /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:33:12: note: in expansion of macro ‘SIZE’ 33 | ('0' + (SIZE % 10)), | ^~~~ gmake[1]: *** [CMakeFiles/cmTC_a9f12.dir/build.make:78: CMakeFiles/cmTC_a9f12.dir/UNSIGNED___INT64.c.o] Error 1 gmake[1]: Leaving directory '/home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_a9f12/fast] Error 2 /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c: #include #include #include #undef KEY #if defined(__i386) # define KEY '_','_','i','3','8','6' #elif defined(__x86_64) # define KEY '_','_','x','8','6','_','6','4' #elif defined(__PPC64__) # define KEY '_','_','P','P','C','6','4','_','_' #elif defined(__ppc64__) # define KEY '_','_','p','p','c','6','4','_','_' #elif defined(__PPC__) # define KEY '_','_','P','P','C','_','_' #elif defined(__ppc__) # define KEY '_','_','p','p','c','_','_' #elif defined(__aarch64__) # define KEY '_','_','a','a','r','c','h','6','4','_','_' #elif defined(__ARM_ARCH_7A__) # define KEY '_','_','A','R','M','_','A','R','C','H','_','7','A','_','_' #elif defined(__ARM_ARCH_7S__) # define KEY '_','_','A','R','M','_','A','R','C','H','_','7','S','_','_' #endif #define SIZE (sizeof(unsigned __int64)) static char info_size[] = {'I', 'N', 'F', 'O', ':', 's','i','z','e','[', ('0' + ((SIZE / 10000)%10)), ('0' + ((SIZE / 1000)%10)), ('0' + ((SIZE / 100)%10)), ('0' + ((SIZE / 10)%10)), ('0' + (SIZE % 10)), ']', #ifdef KEY ' ','k','e','y','[', KEY, ']', #endif '\0'}; #ifdef __CLASSIC_C__ int main(argc, argv) int argc; char *argv[]; #else int main(int argc, char *argv[]) #endif { int require = 0; require += info_size[argc]; (void)argv; return require; } Determining if the arc4random_buf exist failed with the following output: Change Dir: /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_9acaf/fast && /usr/bin/gmake -f CMakeFiles/cmTC_9acaf.dir/build.make CMakeFiles/cmTC_9acaf.dir/build gmake[1]: Entering directory '/home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_9acaf.dir/CheckSymbolExists.c.o /usr/bin/cc -w -w -o CMakeFiles/cmTC_9acaf.dir/CheckSymbolExists.c.o -c /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’: /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: ‘arc4random_buf’ undeclared (first use in this function) 8 | return ((int*)(&arc4random_buf))[argc]; | ^~~~~~~~~~~~~~ /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in gmake[1]: *** [CMakeFiles/cmTC_9acaf.dir/build.make:78: CMakeFiles/cmTC_9acaf.dir/CheckSymbolExists.c.o] Error 1 gmake[1]: Leaving directory '/home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_9acaf/fast] Error 2 File /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef arc4random_buf return ((int*)(&arc4random_buf))[argc]; #else (void)argc; return 0; #endif } Determining if the arc4random exist failed with the following output: Change Dir: /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_0eae3/fast && /usr/bin/gmake -f CMakeFiles/cmTC_0eae3.dir/build.make CMakeFiles/cmTC_0eae3.dir/build gmake[1]: Entering directory '/home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_0eae3.dir/CheckSymbolExists.c.o /usr/bin/cc -w -w -o CMakeFiles/cmTC_0eae3.dir/CheckSymbolExists.c.o -c /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’: /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: ‘arc4random’ undeclared (first use in this function); did you mean ‘srandom’? 8 | return ((int*)(&arc4random))[argc]; | ^~~~~~~~~~ | srandom /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in gmake[1]: *** [CMakeFiles/cmTC_0eae3.dir/build.make:78: CMakeFiles/cmTC_0eae3.dir/CheckSymbolExists.c.o] Error 1 gmake[1]: Leaving directory '/home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_0eae3/fast] Error 2 File /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef arc4random return ((int*)(&arc4random))[argc]; #else (void)argc; return 0; #endif } Determining if the off_t exist failed with the following output: Change Dir: /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_a6c0c/fast && /usr/bin/gmake -f CMakeFiles/cmTC_a6c0c.dir/build.make CMakeFiles/cmTC_a6c0c.dir/build gmake[1]: Entering directory '/home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_a6c0c.dir/CheckSymbolExists.c.o /usr/bin/cc -w -w -o CMakeFiles/cmTC_a6c0c.dir/CheckSymbolExists.c.o -c /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’: /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: expected expression before ‘off_t’ 8 | return ((int*)(&off_t))[argc]; | ^~~~~ gmake[1]: *** [CMakeFiles/cmTC_a6c0c.dir/build.make:78: CMakeFiles/cmTC_a6c0c.dir/CheckSymbolExists.c.o] Error 1 gmake[1]: Leaving directory '/home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_a6c0c/fast] Error 2 File /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef off_t return ((int*)(&off_t))[argc]; #else (void)argc; return 0; #endif } Determining if the size_t exist failed with the following output: Change Dir: /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_0848e/fast && /usr/bin/gmake -f CMakeFiles/cmTC_0848e.dir/build.make CMakeFiles/cmTC_0848e.dir/build gmake[1]: Entering directory '/home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_0848e.dir/CheckSymbolExists.c.o /usr/bin/cc -w -w -o CMakeFiles/cmTC_0848e.dir/CheckSymbolExists.c.o -c /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’: /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: expected expression before ‘size_t’ 8 | return ((int*)(&size_t))[argc]; | ^~~~~~ gmake[1]: *** [CMakeFiles/cmTC_0848e.dir/build.make:78: CMakeFiles/cmTC_0848e.dir/CheckSymbolExists.c.o] Error 1 gmake[1]: Leaving directory '/home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_0848e/fast] Error 2 File /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef size_t return ((int*)(&size_t))[argc]; #else (void)argc; return 0; #endif } Determining if the function shl_load exists in the dld;dl failed with the following output: Change Dir: /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_81aef/fast && /usr/bin/gmake -f CMakeFiles/cmTC_81aef.dir/build.make CMakeFiles/cmTC_81aef.dir/build gmake[1]: Entering directory '/home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_81aef.dir/CheckFunctionExists.c.o /usr/bin/cc -w -w -DCHECK_FUNCTION_EXISTS=shl_load -o CMakeFiles/cmTC_81aef.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_81aef /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_81aef.dir/link.txt --verbose=1 /usr/bin/cc -w -w -DCHECK_FUNCTION_EXISTS=shl_load -Wl,-lc -Wl,-lc CMakeFiles/cmTC_81aef.dir/CheckFunctionExists.c.o -o cmTC_81aef -ldld -ldl /usr/bin/ld: cannot find -ldld collect2: error: ld returned 1 exit status gmake[1]: *** [CMakeFiles/cmTC_81aef.dir/build.make:99: cmTC_81aef] Error 1 gmake[1]: Leaving directory '/home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_81aef/fast] Error 2 Determining if files stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;ansidecl.h exist failed with the following output: Change Dir: /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_3cbab/fast && /usr/bin/gmake -f CMakeFiles/cmTC_3cbab.dir/build.make CMakeFiles/cmTC_3cbab.dir/build gmake[1]: Entering directory '/home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_3cbab.dir/HAVE_ANSIDECL_H.c.o /usr/bin/cc -D_GNU_SOURCE -w -w -o CMakeFiles/cmTC_3cbab.dir/HAVE_ANSIDECL_H.c.o -c /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CheckIncludeFiles/HAVE_ANSIDECL_H.c /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CheckIncludeFiles/HAVE_ANSIDECL_H.c:25:10: fatal error: ansidecl.h: No such file or directory 25 | #include | ^~~~~~~~~~~~ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_3cbab.dir/build.make:78: CMakeFiles/cmTC_3cbab.dir/HAVE_ANSIDECL_H.c.o] Error 1 gmake[1]: Leaving directory '/home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_3cbab/fast] Error 2 Source: /* */ #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(void){return 0;} Determining if files stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h;dl.h exist failed with the following output: Change Dir: /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_a6719/fast && /usr/bin/gmake -f CMakeFiles/cmTC_a6719.dir/build.make CMakeFiles/cmTC_a6719.dir/build gmake[1]: Entering directory '/home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_a6719.dir/HAVE_DL_H.c.o /usr/bin/cc -D_GNU_SOURCE -w -w -o CMakeFiles/cmTC_a6719.dir/HAVE_DL_H.c.o -c /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CheckIncludeFiles/HAVE_DL_H.c /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CheckIncludeFiles/HAVE_DL_H.c:29:10: fatal error: dl.h: No such file or directory 29 | #include | ^~~~~~ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_a6719.dir/build.make:78: CMakeFiles/cmTC_a6719.dir/HAVE_DL_H.c.o] Error 1 gmake[1]: Leaving directory '/home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_a6719/fast] Error 2 Source: /* */ #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 #include #include int main(void){return 0;} Determining if files stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h;float.h;fp_class.h exist failed with the following output: Change Dir: /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_bc63a/fast && /usr/bin/gmake -f CMakeFiles/cmTC_bc63a.dir/build.make CMakeFiles/cmTC_bc63a.dir/build gmake[1]: Entering directory '/home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_bc63a.dir/HAVE_FP_CLASS_H.c.o /usr/bin/cc -D_GNU_SOURCE -w -w -o CMakeFiles/cmTC_bc63a.dir/HAVE_FP_CLASS_H.c.o -c /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CheckIncludeFiles/HAVE_FP_CLASS_H.c /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CheckIncludeFiles/HAVE_FP_CLASS_H.c:30:10: fatal error: fp_class.h: No such file or directory 30 | #include | ^~~~~~~~~~~~ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_bc63a.dir/build.make:78: CMakeFiles/cmTC_bc63a.dir/HAVE_FP_CLASS_H.c.o] Error 1 gmake[1]: Leaving directory '/home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_bc63a/fast] Error 2 Source: /* */ #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 #include #include #include int main(void){return 0;} Determining if files stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h;float.h;ieeefp.h exist failed with the following output: Change Dir: /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_bba9b/fast && /usr/bin/gmake -f CMakeFiles/cmTC_bba9b.dir/build.make CMakeFiles/cmTC_bba9b.dir/build gmake[1]: Entering directory '/home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_bba9b.dir/HAVE_IEEEFP_H.c.o /usr/bin/cc -D_GNU_SOURCE -w -w -o CMakeFiles/cmTC_bba9b.dir/HAVE_IEEEFP_H.c.o -c /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CheckIncludeFiles/HAVE_IEEEFP_H.c /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CheckIncludeFiles/HAVE_IEEEFP_H.c:30:10: fatal error: ieeefp.h: No such file or directory 30 | #include | ^~~~~~~~~~ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_bba9b.dir/build.make:78: CMakeFiles/cmTC_bba9b.dir/HAVE_IEEEFP_H.c.o] Error 1 gmake[1]: Leaving directory '/home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_bba9b/fast] Error 2 Source: /* */ #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 #include #include #include int main(void){return 0;} Determining if files stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h;float.h;math.h;nan.h exist failed with the following output: Change Dir: /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_fbc15/fast && /usr/bin/gmake -f CMakeFiles/cmTC_fbc15.dir/build.make CMakeFiles/cmTC_fbc15.dir/build gmake[1]: Entering directory '/home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_fbc15.dir/HAVE_NAN_H.c.o /usr/bin/cc -D_GNU_SOURCE -w -w -o CMakeFiles/cmTC_fbc15.dir/HAVE_NAN_H.c.o -c /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CheckIncludeFiles/HAVE_NAN_H.c /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CheckIncludeFiles/HAVE_NAN_H.c:31:10: fatal error: nan.h: No such file or directory 31 | #include | ^~~~~~~ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_fbc15.dir/build.make:78: CMakeFiles/cmTC_fbc15.dir/HAVE_NAN_H.c.o] Error 1 gmake[1]: Leaving directory '/home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_fbc15/fast] Error 2 Source: /* */ #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 #include #include #include #include int main(void){return 0;} Determining if files stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h;float.h;math.h;ndir.h exist failed with the following output: Change Dir: /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_31166/fast && /usr/bin/gmake -f CMakeFiles/cmTC_31166.dir/build.make CMakeFiles/cmTC_31166.dir/build gmake[1]: Entering directory '/home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_31166.dir/HAVE_NDIR_H.c.o /usr/bin/cc -D_GNU_SOURCE -w -w -o CMakeFiles/cmTC_31166.dir/HAVE_NDIR_H.c.o -c /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CheckIncludeFiles/HAVE_NDIR_H.c /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CheckIncludeFiles/HAVE_NDIR_H.c:31:10: fatal error: ndir.h: No such file or directory 31 | #include | ^~~~~~~~ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_31166.dir/build.make:78: CMakeFiles/cmTC_31166.dir/HAVE_NDIR_H.c.o] Error 1 gmake[1]: Leaving directory '/home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_31166/fast] Error 2 Source: /* */ #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 #include #include #include #include int main(void){return 0;} Determining if the fpclass exist failed with the following output: Change Dir: /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_1ae5e/fast && /usr/bin/gmake -f CMakeFiles/cmTC_1ae5e.dir/build.make CMakeFiles/cmTC_1ae5e.dir/build gmake[1]: Entering directory '/home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_1ae5e.dir/CheckSymbolExists.c.o /usr/bin/cc -D_GNU_SOURCE -w -w -o CMakeFiles/cmTC_1ae5e.dir/CheckSymbolExists.c.o -c /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’: /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:41:19: error: ‘fpclass’ undeclared (first use in this function); did you mean ‘p_class’? 41 | return ((int*)(&fpclass))[argc]; | ^~~~~~~ | p_class /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:41:19: note: each undeclared identifier is reported only once for each function it appears in gmake[1]: *** [CMakeFiles/cmTC_1ae5e.dir/build.make:78: CMakeFiles/cmTC_1ae5e.dir/CheckSymbolExists.c.o] Error 1 gmake[1]: Leaving directory '/home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_1ae5e/fast] Error 2 File /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #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 #include #include #include #include #include #include #include #include int main(int argc, char** argv) { (void)argv; #ifndef fpclass return ((int*)(&fpclass))[argc]; #else (void)argc; return 0; #endif } Determining if the fp_class exist failed with the following output: Change Dir: /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_3bd62/fast && /usr/bin/gmake -f CMakeFiles/cmTC_3bd62.dir/build.make CMakeFiles/cmTC_3bd62.dir/build gmake[1]: Entering directory '/home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_3bd62.dir/CheckSymbolExists.c.o /usr/bin/cc -D_GNU_SOURCE -w -w -o CMakeFiles/cmTC_3bd62.dir/CheckSymbolExists.c.o -c /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’: /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:41:19: error: ‘fp_class’ undeclared (first use in this function); did you mean ‘p_class’? 41 | return ((int*)(&fp_class))[argc]; | ^~~~~~~~ | p_class /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:41:19: note: each undeclared identifier is reported only once for each function it appears in gmake[1]: *** [CMakeFiles/cmTC_3bd62.dir/build.make:78: CMakeFiles/cmTC_3bd62.dir/CheckSymbolExists.c.o] Error 1 gmake[1]: Leaving directory '/home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_3bd62/fast] Error 2 File /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #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 #include #include #include #include #include #include #include #include int main(int argc, char** argv) { (void)argv; #ifndef fp_class return ((int*)(&fp_class))[argc]; #else (void)argc; return 0; #endif } Determining if the _stat exist failed with the following output: Change Dir: /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_85f49/fast && /usr/bin/gmake -f CMakeFiles/cmTC_85f49.dir/build.make CMakeFiles/cmTC_85f49.dir/build gmake[1]: Entering directory '/home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_85f49.dir/CheckSymbolExists.c.o /usr/bin/cc -D_GNU_SOURCE -w -w -o CMakeFiles/cmTC_85f49.dir/CheckSymbolExists.c.o -c /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’: /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:41:19: error: ‘_stat’ undeclared (first use in this function); did you mean ‘lstat’? 41 | return ((int*)(&_stat))[argc]; | ^~~~~ | lstat /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:41:19: note: each undeclared identifier is reported only once for each function it appears in gmake[1]: *** [CMakeFiles/cmTC_85f49.dir/build.make:78: CMakeFiles/cmTC_85f49.dir/CheckSymbolExists.c.o] Error 1 gmake[1]: Leaving directory '/home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_85f49/fast] Error 2 File /home/me/Development/vtk-v8.2.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #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 #include #include #include #include #include #include #include #include int main(int argc, char** argv) { (void)argv; #ifndef _stat return ((int*)(&_stat))[argc]; #else (void)argc; return 0; #endif } Checking for DIR in sys/ndir.h failed to compile with the following output: Change Dir: /home/me/Development/vtk-v8.2.0/build/ThirdParty/libxml2/vtklibxml2/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_39b20/fast && /usr/bin/gmake -f CMakeFiles/cmTC_39b20.dir/build.make CMakeFiles/cmTC_39b20.dir/build gmake[1]: Entering directory '/home/me/Development/vtk-v8.2.0/build/ThirdParty/libxml2/vtklibxml2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_39b20.dir/platformTestsC.c.o /usr/bin/cc -DTEST_HAVE_SYS_NDIR_H -w -w -o CMakeFiles/cmTC_39b20.dir/platformTestsC.c.o -c /home/me/Development/vtk-v8.2.0/ThirdParty/libxml2/vtklibxml2/platformTestsC.c /home/me/Development/vtk-v8.2.0/ThirdParty/libxml2/vtklibxml2/platformTestsC.c:82:10: fatal error: sys/ndir.h: No such file or directory 82 | #include | ^~~~~~~~~~~~ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_39b20.dir/build.make:78: CMakeFiles/cmTC_39b20.dir/platformTestsC.c.o] Error 1 gmake[1]: Leaving directory '/home/me/Development/vtk-v8.2.0/build/ThirdParty/libxml2/vtklibxml2/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_39b20/fast] Error 2