Determining if the pthread_create exist failed with the following output: Change Dir: /home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_1d330/fast" /usr/bin/make -f CMakeFiles/cmTC_1d330.dir/build.make CMakeFiles/cmTC_1d330.dir/build make[1]: Entering directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_1d330.dir/CheckSymbolExists.c.o /usr/bin/cc -o CMakeFiles/cmTC_1d330.dir/CheckSymbolExists.c.o -c /home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c Linking C executable cmTC_1d330 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1d330.dir/link.txt --verbose=1 /usr/bin/cc -Wl,-lc -Wl,-lc -rdynamic CMakeFiles/cmTC_1d330.dir/CheckSymbolExists.c.o -o cmTC_1d330 CMakeFiles/cmTC_1d330.dir/CheckSymbolExists.c.o: In function `main': CheckSymbolExists.c:(.text+0x1b): undefined reference to `pthread_create' collect2: error: ld returned 1 exit status CMakeFiles/cmTC_1d330.dir/build.make:97: recipe for target 'cmTC_1d330' failed make[1]: *** [cmTC_1d330] Error 1 make[1]: Leaving directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_1d330/fast' failed make: *** [cmTC_1d330/fast] Error 2 File /home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef pthread_create return ((int*)(&pthread_create))[argc]; #else (void)argc; return 0; #endif } Determining if the function pthread_create exists in the pthreads failed with the following output: Change Dir: /home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_7f435/fast" /usr/bin/make -f CMakeFiles/cmTC_7f435.dir/build.make CMakeFiles/cmTC_7f435.dir/build make[1]: Entering directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_7f435.dir/CheckFunctionExists.c.o /usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_7f435.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.10/Modules/CheckFunctionExists.c Linking C executable cmTC_7f435 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7f435.dir/link.txt --verbose=1 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -Wl,-lc -Wl,-lc -rdynamic CMakeFiles/cmTC_7f435.dir/CheckFunctionExists.c.o -o cmTC_7f435 -lpthreads /usr/bin/ld: cannot find -lpthreads collect2: error: ld returned 1 exit status CMakeFiles/cmTC_7f435.dir/build.make:97: recipe for target 'cmTC_7f435' failed make[1]: *** [cmTC_7f435] Error 1 make[1]: Leaving directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_7f435/fast' failed make: *** [cmTC_7f435/fast] Error 2 Determining if the function getsockname exists in the socket failed with the following output: Change Dir: /home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_83422/fast" /usr/bin/make -f CMakeFiles/cmTC_83422.dir/build.make CMakeFiles/cmTC_83422.dir/build make[1]: Entering directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_83422.dir/CheckFunctionExists.c.o /usr/bin/cc -DCHECK_FUNCTION_EXISTS=getsockname -o CMakeFiles/cmTC_83422.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.10/Modules/CheckFunctionExists.c Linking C executable cmTC_83422 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_83422.dir/link.txt --verbose=1 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=getsockname -Wl,-lc -Wl,-lc -rdynamic CMakeFiles/cmTC_83422.dir/CheckFunctionExists.c.o -o cmTC_83422 -lsocket /usr/bin/ld: cannot find -lsocket collect2: error: ld returned 1 exit status CMakeFiles/cmTC_83422.dir/build.make:97: recipe for target 'cmTC_83422' failed make[1]: *** [cmTC_83422] Error 1 make[1]: Leaving directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_83422/fast' failed make: *** [cmTC_83422/fast] Error 2 Checking whether C++ compiler has '__int64' failed to compile with the following output: Change Dir: /home/aras/VTK-8.1.0/build/Utilities/KWSys/vtksys/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_899fb/fast" /usr/bin/make -f CMakeFiles/cmTC_899fb.dir/build.make CMakeFiles/cmTC_899fb.dir/build make[1]: Entering directory '/home/aras/VTK-8.1.0/build/Utilities/KWSys/vtksys/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_899fb.dir/kwsysPlatformTestsCXX.cxx.o /usr/bin/c++ -DTEST_KWSYS_CXX_HAS___INT64 -o CMakeFiles/cmTC_899fb.dir/kwsysPlatformTestsCXX.cxx.o -c /home/aras/VTK-8.1.0/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx /home/aras/VTK-8.1.0/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx:24:1: error: __int64 does not name a type; did you mean __amd64? __int64 f(__int64 n) ^~~~~~~ __amd64 /home/aras/VTK-8.1.0/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx: In function int main(): /home/aras/VTK-8.1.0/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx:30:3: error: __int64 was not declared in this scope __int64 n = 0; ^~~~~~~ /home/aras/VTK-8.1.0/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx:30:3: note: suggested alternative: __amd64 __int64 n = 0; ^~~~~~~ __amd64 /home/aras/VTK-8.1.0/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx:31:29: error: n was not declared in this scope return static_cast(f(n)); ^ /home/aras/VTK-8.1.0/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx:31:27: error: f was not declared in this scope return static_cast(f(n)); ^ CMakeFiles/cmTC_899fb.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_899fb.dir/kwsysPlatformTestsCXX.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_899fb.dir/kwsysPlatformTestsCXX.cxx.o] Error 1 make[1]: Leaving directory '/home/aras/VTK-8.1.0/build/Utilities/KWSys/vtksys/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_899fb/fast' failed make: *** [cmTC_899fb/fast] Error 2 Checking whether CXX compiler has environ in stdlib.h failed to compile with the following output: Change Dir: /home/aras/VTK-8.1.0/build/Utilities/KWSys/vtksys/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_b5686/fast" /usr/bin/make -f CMakeFiles/cmTC_b5686.dir/build.make CMakeFiles/cmTC_b5686.dir/build make[1]: Entering directory '/home/aras/VTK-8.1.0/build/Utilities/KWSys/vtksys/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_b5686.dir/kwsysPlatformTestsCXX.cxx.o /usr/bin/c++ -DTEST_KWSYS_CXX_HAS_ENVIRON_IN_STDLIB_H -o CMakeFiles/cmTC_b5686.dir/kwsysPlatformTestsCXX.cxx.o -c /home/aras/VTK-8.1.0/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx /home/aras/VTK-8.1.0/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx: In function int main(): /home/aras/VTK-8.1.0/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx:196:13: error: environ was not declared in this scope char* e = environ[0]; ^~~~~~~ /home/aras/VTK-8.1.0/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx:196:13: note: suggested alternative: union char* e = environ[0]; ^~~~~~~ union CMakeFiles/cmTC_b5686.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_b5686.dir/kwsysPlatformTestsCXX.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_b5686.dir/kwsysPlatformTestsCXX.cxx.o] Error 1 make[1]: Leaving directory '/home/aras/VTK-8.1.0/build/Utilities/KWSys/vtksys/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_b5686/fast' failed make: *** [cmTC_b5686/fast] Error 2 Checking whether CXX compiler struct stat has st_mtimespec member failed to compile with the following output: Change Dir: /home/aras/VTK-8.1.0/build/Utilities/KWSys/vtksys/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_16af4/fast" /usr/bin/make -f CMakeFiles/cmTC_16af4.dir/build.make CMakeFiles/cmTC_16af4.dir/build make[1]: Entering directory '/home/aras/VTK-8.1.0/build/Utilities/KWSys/vtksys/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_16af4.dir/kwsysPlatformTestsCXX.cxx.o /usr/bin/c++ -DTEST_KWSYS_CXX_STAT_HAS_ST_MTIMESPEC -o CMakeFiles/cmTC_16af4.dir/kwsysPlatformTestsCXX.cxx.o -c /home/aras/VTK-8.1.0/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx /home/aras/VTK-8.1.0/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx: In function int main(): /home/aras/VTK-8.1.0/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx:57:15: error: struct stat has no member named st_mtimespec; did you mean st_mtim? (void)stat1.st_mtimespec.tv_sec; ^~~~~~~~~~~~ st_mtim /home/aras/VTK-8.1.0/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx:58:15: error: struct stat has no member named st_mtimespec; did you mean st_mtim? (void)stat1.st_mtimespec.tv_nsec; ^~~~~~~~~~~~ st_mtim CMakeFiles/cmTC_16af4.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_16af4.dir/kwsysPlatformTestsCXX.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_16af4.dir/kwsysPlatformTestsCXX.cxx.o] Error 1 make[1]: Leaving directory '/home/aras/VTK-8.1.0/build/Utilities/KWSys/vtksys/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_16af4/fast' failed make: *** [cmTC_16af4/fast] Error 2 Checking whether CXX compiler has _atoi64 failed to compile with the following output: Change Dir: /home/aras/VTK-8.1.0/build/Utilities/KWSys/vtksys/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_cd1c9/fast" /usr/bin/make -f CMakeFiles/cmTC_cd1c9.dir/build.make CMakeFiles/cmTC_cd1c9.dir/build make[1]: Entering directory '/home/aras/VTK-8.1.0/build/Utilities/KWSys/vtksys/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_cd1c9.dir/kwsysPlatformTestsCXX.cxx.o /usr/bin/c++ -DTEST_KWSYS_CXX_HAS__ATOI64 -o CMakeFiles/cmTC_cd1c9.dir/kwsysPlatformTestsCXX.cxx.o -c /home/aras/VTK-8.1.0/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx /home/aras/VTK-8.1.0/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx: In function int main(): /home/aras/VTK-8.1.0/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx:252:27: error: _atoi64 was not declared in this scope return static_cast(_atoi64(str)); ^~~~~~~ /home/aras/VTK-8.1.0/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx:252:27: note: suggested alternative: atoi return static_cast(_atoi64(str)); ^~~~~~~ atoi CMakeFiles/cmTC_cd1c9.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_cd1c9.dir/kwsysPlatformTestsCXX.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_cd1c9.dir/kwsysPlatformTestsCXX.cxx.o] Error 1 make[1]: Leaving directory '/home/aras/VTK-8.1.0/build/Utilities/KWSys/vtksys/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_cd1c9/fast' failed make: *** [cmTC_cd1c9/fast] Error 2 Determining if the function SYS_getrandom exists failed with the following output: Change Dir: /home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_0260d/fast" /usr/bin/make -f CMakeFiles/cmTC_0260d.dir/build.make CMakeFiles/cmTC_0260d.dir/build make[1]: Entering directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_0260d.dir/CheckFunctionExists.c.o /usr/bin/cc -w -w -DCHECK_FUNCTION_EXISTS=SYS_getrandom -o CMakeFiles/cmTC_0260d.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.10/Modules/CheckFunctionExists.c Linking C executable cmTC_0260d /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0260d.dir/link.txt --verbose=1 /usr/bin/cc -w -w -DCHECK_FUNCTION_EXISTS=SYS_getrandom -rdynamic CMakeFiles/cmTC_0260d.dir/CheckFunctionExists.c.o -o cmTC_0260d CMakeFiles/cmTC_0260d.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `SYS_getrandom' collect2: error: ld returned 1 exit status CMakeFiles/cmTC_0260d.dir/build.make:97: recipe for target 'cmTC_0260d' failed make[1]: *** [cmTC_0260d] Error 1 make[1]: Leaving directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_0260d/fast' failed make: *** [cmTC_0260d/fast] Error 2 Determining if the function arc4random_buf exists failed with the following output: Change Dir: /home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_7b493/fast" /usr/bin/make -f CMakeFiles/cmTC_7b493.dir/build.make CMakeFiles/cmTC_7b493.dir/build make[1]: Entering directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_7b493.dir/CheckFunctionExists.c.o /usr/bin/cc -w -w -DCHECK_FUNCTION_EXISTS=arc4random_buf -o CMakeFiles/cmTC_7b493.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.10/Modules/CheckFunctionExists.c Linking C executable cmTC_7b493 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7b493.dir/link.txt --verbose=1 /usr/bin/cc -w -w -DCHECK_FUNCTION_EXISTS=arc4random_buf -rdynamic CMakeFiles/cmTC_7b493.dir/CheckFunctionExists.c.o -o cmTC_7b493 CMakeFiles/cmTC_7b493.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `arc4random_buf' collect2: error: ld returned 1 exit status CMakeFiles/cmTC_7b493.dir/build.make:97: recipe for target 'cmTC_7b493' failed make[1]: *** [cmTC_7b493] Error 1 make[1]: Leaving directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_7b493/fast' failed make: *** [cmTC_7b493/fast] Error 2 Determining if the function arc4random exists failed with the following output: Change Dir: /home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_7bd13/fast" /usr/bin/make -f CMakeFiles/cmTC_7bd13.dir/build.make CMakeFiles/cmTC_7bd13.dir/build make[1]: Entering directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_7bd13.dir/CheckFunctionExists.c.o /usr/bin/cc -w -w -DCHECK_FUNCTION_EXISTS=arc4random -o CMakeFiles/cmTC_7bd13.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.10/Modules/CheckFunctionExists.c Linking C executable cmTC_7bd13 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7bd13.dir/link.txt --verbose=1 /usr/bin/cc -w -w -DCHECK_FUNCTION_EXISTS=arc4random -rdynamic CMakeFiles/cmTC_7bd13.dir/CheckFunctionExists.c.o -o cmTC_7bd13 CMakeFiles/cmTC_7bd13.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `arc4random' collect2: error: ld returned 1 exit status CMakeFiles/cmTC_7bd13.dir/build.make:97: recipe for target 'cmTC_7bd13' failed make[1]: *** [cmTC_7bd13] Error 1 make[1]: Leaving directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_7bd13/fast' failed make: *** [cmTC_7bd13/fast] Error 2 Determining if the off_t exist failed with the following output: Change Dir: /home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_a2ebf/fast" /usr/bin/make -f CMakeFiles/cmTC_a2ebf.dir/build.make CMakeFiles/cmTC_a2ebf.dir/build make[1]: Entering directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_a2ebf.dir/CheckSymbolExists.c.o /usr/bin/cc -w -w -o CMakeFiles/cmTC_a2ebf.dir/CheckSymbolExists.c.o -c /home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c /home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function main: /home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: expected expression before off_t return ((int*)(&off_t))[argc]; ^~~~~ CMakeFiles/cmTC_a2ebf.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_a2ebf.dir/CheckSymbolExists.c.o' failed make[1]: *** [CMakeFiles/cmTC_a2ebf.dir/CheckSymbolExists.c.o] Error 1 make[1]: Leaving directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_a2ebf/fast' failed make: *** [cmTC_a2ebf/fast] Error 2 File /home/aras/VTK-8.1.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/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_9a237/fast" /usr/bin/make -f CMakeFiles/cmTC_9a237.dir/build.make CMakeFiles/cmTC_9a237.dir/build make[1]: Entering directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_9a237.dir/CheckSymbolExists.c.o /usr/bin/cc -w -w -o CMakeFiles/cmTC_9a237.dir/CheckSymbolExists.c.o -c /home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c /home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function main: /home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: expected expression before size_t return ((int*)(&size_t))[argc]; ^~~~~~ CMakeFiles/cmTC_9a237.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_9a237.dir/CheckSymbolExists.c.o' failed make[1]: *** [CMakeFiles/cmTC_9a237.dir/CheckSymbolExists.c.o] Error 1 make[1]: Leaving directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_9a237/fast' failed make: *** [cmTC_9a237/fast] Error 2 File /home/aras/VTK-8.1.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 include file io.h exists failed with the following output: Change Dir: /home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_a4892/fast" /usr/bin/make -f CMakeFiles/cmTC_a4892.dir/build.make CMakeFiles/cmTC_a4892.dir/build make[1]: Entering directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_a4892.dir/CheckIncludeFile.c.o /usr/bin/cc -w -w -Wall -Winline -W -Wformat-security -Wpointer-arith -Wdisabled-optimization -Wno-unknown-pragmas -Wdeclaration-after-statement -fstrict-aliasing -o CMakeFiles/cmTC_a4892.dir/CheckIncludeFile.c.o -c /home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c /home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: io.h: No such file or directory #include ^~~~~~ compilation terminated. CMakeFiles/cmTC_a4892.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_a4892.dir/CheckIncludeFile.c.o' failed make[1]: *** [CMakeFiles/cmTC_a4892.dir/CheckIncludeFile.c.o] Error 1 make[1]: Leaving directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_a4892/fast' failed make: *** [cmTC_a4892/fast] Error 2 Determining size of INT8 failed with the following output: Change Dir: /home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_0756f/fast" /usr/bin/make -f CMakeFiles/cmTC_0756f.dir/build.make CMakeFiles/cmTC_0756f.dir/build make[1]: Entering directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_0756f.dir/int8.c.o /usr/bin/cc -w -w -Wall -Winline -W -Wformat-security -Wpointer-arith -Wdisabled-optimization -Wno-unknown-pragmas -Wdeclaration-after-statement -fstrict-aliasing -o CMakeFiles/cmTC_0756f.dir/int8.c.o -c /home/aras/VTK-8.1.0/build/CMakeFiles/CheckTypeSize/int8.c /home/aras/VTK-8.1.0/build/CMakeFiles/CheckTypeSize/int8.c:23:22: error: INT8 undeclared here (not in a function); did you mean INT8_C? #define SIZE (sizeof(INT8)) ^ /home/aras/VTK-8.1.0/build/CMakeFiles/CheckTypeSize/int8.c:25:12: note: in expansion of macro SIZE ('0' + ((SIZE / 10000)%10)), ^~~~ CMakeFiles/cmTC_0756f.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_0756f.dir/int8.c.o' failed make[1]: *** [CMakeFiles/cmTC_0756f.dir/int8.c.o] Error 1 make[1]: Leaving directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_0756f/fast' failed make: *** [cmTC_0756f/fast] Error 2 /home/aras/VTK-8.1.0/build/CMakeFiles/CheckTypeSize/int8.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(__ppc__) # define KEY '_','_','p','p','c','_','_' #elif defined(__ppc64__) # define KEY '_','_','p','p','c','6','4','_','_' #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(INT8)) 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 INT16 failed with the following output: Change Dir: /home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_0f344/fast" /usr/bin/make -f CMakeFiles/cmTC_0f344.dir/build.make CMakeFiles/cmTC_0f344.dir/build make[1]: Entering directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_0f344.dir/int16.c.o /usr/bin/cc -w -w -Wall -Winline -W -Wformat-security -Wpointer-arith -Wdisabled-optimization -Wno-unknown-pragmas -Wdeclaration-after-statement -fstrict-aliasing -o CMakeFiles/cmTC_0f344.dir/int16.c.o -c /home/aras/VTK-8.1.0/build/CMakeFiles/CheckTypeSize/int16.c /home/aras/VTK-8.1.0/build/CMakeFiles/CheckTypeSize/int16.c:23:22: error: INT16 undeclared here (not in a function); did you mean INT16_C? #define SIZE (sizeof(INT16)) ^ /home/aras/VTK-8.1.0/build/CMakeFiles/CheckTypeSize/int16.c:25:12: note: in expansion of macro SIZE ('0' + ((SIZE / 10000)%10)), ^~~~ CMakeFiles/cmTC_0f344.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_0f344.dir/int16.c.o' failed make[1]: *** [CMakeFiles/cmTC_0f344.dir/int16.c.o] Error 1 make[1]: Leaving directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_0f344/fast' failed make: *** [cmTC_0f344/fast] Error 2 /home/aras/VTK-8.1.0/build/CMakeFiles/CheckTypeSize/int16.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(__ppc__) # define KEY '_','_','p','p','c','_','_' #elif defined(__ppc64__) # define KEY '_','_','p','p','c','6','4','_','_' #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(INT16)) 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 INT32 failed with the following output: Change Dir: /home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_c900d/fast" /usr/bin/make -f CMakeFiles/cmTC_c900d.dir/build.make CMakeFiles/cmTC_c900d.dir/build make[1]: Entering directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_c900d.dir/int32.c.o /usr/bin/cc -w -w -Wall -Winline -W -Wformat-security -Wpointer-arith -Wdisabled-optimization -Wno-unknown-pragmas -Wdeclaration-after-statement -fstrict-aliasing -o CMakeFiles/cmTC_c900d.dir/int32.c.o -c /home/aras/VTK-8.1.0/build/CMakeFiles/CheckTypeSize/int32.c /home/aras/VTK-8.1.0/build/CMakeFiles/CheckTypeSize/int32.c:23:22: error: INT32 undeclared here (not in a function); did you mean INT32_C? #define SIZE (sizeof(INT32)) ^ /home/aras/VTK-8.1.0/build/CMakeFiles/CheckTypeSize/int32.c:25:12: note: in expansion of macro SIZE ('0' + ((SIZE / 10000)%10)), ^~~~ CMakeFiles/cmTC_c900d.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_c900d.dir/int32.c.o' failed make[1]: *** [CMakeFiles/cmTC_c900d.dir/int32.c.o] Error 1 make[1]: Leaving directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_c900d/fast' failed make: *** [cmTC_c900d/fast] Error 2 /home/aras/VTK-8.1.0/build/CMakeFiles/CheckTypeSize/int32.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(__ppc__) # define KEY '_','_','p','p','c','_','_' #elif defined(__ppc64__) # define KEY '_','_','p','p','c','6','4','_','_' #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(INT32)) 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 function setmode exists failed with the following output: Change Dir: /home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_8753e/fast" /usr/bin/make -f CMakeFiles/cmTC_8753e.dir/build.make CMakeFiles/cmTC_8753e.dir/build make[1]: Entering directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_8753e.dir/CheckFunctionExists.c.o /usr/bin/cc -w -w -Wall -Winline -W -Wformat-security -Wpointer-arith -Wdisabled-optimization -Wno-unknown-pragmas -Wdeclaration-after-statement -fstrict-aliasing -DCHECK_FUNCTION_EXISTS=setmode -o CMakeFiles/cmTC_8753e.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.10/Modules/CheckFunctionExists.c Linking C executable cmTC_8753e /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8753e.dir/link.txt --verbose=1 /usr/bin/cc -w -w -Wall -Winline -W -Wformat-security -Wpointer-arith -Wdisabled-optimization -Wno-unknown-pragmas -Wdeclaration-after-statement -fstrict-aliasing -DCHECK_FUNCTION_EXISTS=setmode -rdynamic CMakeFiles/cmTC_8753e.dir/CheckFunctionExists.c.o -o cmTC_8753e CMakeFiles/cmTC_8753e.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `setmode' collect2: error: ld returned 1 exit status CMakeFiles/cmTC_8753e.dir/build.make:97: recipe for target 'cmTC_8753e' failed make[1]: *** [cmTC_8753e] Error 1 make[1]: Leaving directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_8753e/fast' failed make: *** [cmTC_8753e/fast] Error 2 Determining if the function jbg_newlen exists failed with the following output: Change Dir: /home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_61d4b/fast" /usr/bin/make -f CMakeFiles/cmTC_61d4b.dir/build.make CMakeFiles/cmTC_61d4b.dir/build make[1]: Entering directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_61d4b.dir/CheckFunctionExists.c.o /usr/bin/cc -w -w -Wall -Winline -W -Wformat-security -Wpointer-arith -Wdisabled-optimization -Wno-unknown-pragmas -Wdeclaration-after-statement -fstrict-aliasing -DCHECK_FUNCTION_EXISTS=jbg_newlen -o CMakeFiles/cmTC_61d4b.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.10/Modules/CheckFunctionExists.c Linking C executable cmTC_61d4b /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_61d4b.dir/link.txt --verbose=1 /usr/bin/cc -w -w -Wall -Winline -W -Wformat-security -Wpointer-arith -Wdisabled-optimization -Wno-unknown-pragmas -Wdeclaration-after-statement -fstrict-aliasing -DCHECK_FUNCTION_EXISTS=jbg_newlen -rdynamic CMakeFiles/cmTC_61d4b.dir/CheckFunctionExists.c.o -o cmTC_61d4b CMakeFiles/cmTC_61d4b.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `jbg_newlen' collect2: error: ld returned 1 exit status CMakeFiles/cmTC_61d4b.dir/build.make:97: recipe for target 'cmTC_61d4b' failed make[1]: *** [cmTC_61d4b] Error 1 make[1]: Leaving directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_61d4b/fast' failed make: *** [cmTC_61d4b/fast] Error 2 Determining if files jni.h exist failed with the following output: Change Dir: /home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_3d43e/fast" /usr/bin/make -f CMakeFiles/cmTC_3d43e.dir/build.make CMakeFiles/cmTC_3d43e.dir/build make[1]: Entering directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_3d43e.dir/CheckIncludeFiles.c.o /usr/bin/cc -w -w -o CMakeFiles/cmTC_3d43e.dir/CheckIncludeFiles.c.o -c /home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: jni.h: No such file or directory #include ^~~~~~~ compilation terminated. CMakeFiles/cmTC_3d43e.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_3d43e.dir/CheckIncludeFiles.c.o' failed make[1]: *** [CMakeFiles/cmTC_3d43e.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_3d43e/fast' failed make: *** [cmTC_3d43e/fast] Error 2 Source: /* */ #include int main(void){return 0;} Determining if the PTHREAD_MUTEX_RECURSIVE exist failed with the following output: Change Dir: /home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_f341a/fast" /usr/bin/make -f CMakeFiles/cmTC_f341a.dir/build.make CMakeFiles/cmTC_f341a.dir/build make[1]: Entering directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_f341a.dir/CheckSymbolExists.c.o /usr/bin/cc -w -w -o CMakeFiles/cmTC_f341a.dir/CheckSymbolExists.c.o -c /home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c /home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function main: /home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:18: error: lvalue required as unary & operand return ((int*)(&PTHREAD_MUTEX_RECURSIVE))[argc]; ^ CMakeFiles/cmTC_f341a.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_f341a.dir/CheckSymbolExists.c.o' failed make[1]: *** [CMakeFiles/cmTC_f341a.dir/CheckSymbolExists.c.o] Error 1 make[1]: Leaving directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_f341a/fast' failed make: *** [cmTC_f341a/fast] Error 2 File /home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef PTHREAD_MUTEX_RECURSIVE return ((int*)(&PTHREAD_MUTEX_RECURSIVE))[argc]; #else (void)argc; return 0; #endif } Determining if the function WSAStartup exists in the ws2_32;m;dl failed with the following output: Change Dir: /home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_856e3/fast" /usr/bin/make -f CMakeFiles/cmTC_856e3.dir/build.make CMakeFiles/cmTC_856e3.dir/build make[1]: Entering directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_856e3.dir/CheckFunctionExists.c.o /usr/bin/cc -w -w -DCHECK_FUNCTION_EXISTS=WSAStartup -o CMakeFiles/cmTC_856e3.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.10/Modules/CheckFunctionExists.c Linking C executable cmTC_856e3 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_856e3.dir/link.txt --verbose=1 /usr/bin/cc -w -w -DCHECK_FUNCTION_EXISTS=WSAStartup -Wl,-lc -Wl,-lc -rdynamic CMakeFiles/cmTC_856e3.dir/CheckFunctionExists.c.o -o cmTC_856e3 -lws2_32 -lm -ldl /usr/bin/ld: cannot find -lws2_32 collect2: error: ld returned 1 exit status CMakeFiles/cmTC_856e3.dir/build.make:97: recipe for target 'cmTC_856e3' failed make[1]: *** [cmTC_856e3] Error 1 make[1]: Leaving directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_856e3/fast' failed make: *** [cmTC_856e3/fast] Error 2 Determining if the function gethostbyname exists in the wsock32;m;dl failed with the following output: Change Dir: /home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_27cfb/fast" /usr/bin/make -f CMakeFiles/cmTC_27cfb.dir/build.make CMakeFiles/cmTC_27cfb.dir/build make[1]: Entering directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_27cfb.dir/CheckFunctionExists.c.o /usr/bin/cc -w -w -DCHECK_FUNCTION_EXISTS=gethostbyname -o CMakeFiles/cmTC_27cfb.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.10/Modules/CheckFunctionExists.c Linking C executable cmTC_27cfb /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_27cfb.dir/link.txt --verbose=1 /usr/bin/cc -w -w -DCHECK_FUNCTION_EXISTS=gethostbyname -Wl,-lc -Wl,-lc -rdynamic CMakeFiles/cmTC_27cfb.dir/CheckFunctionExists.c.o -o cmTC_27cfb -lwsock32 -lm -ldl /usr/bin/ld: cannot find -lwsock32 collect2: error: ld returned 1 exit status CMakeFiles/cmTC_27cfb.dir/build.make:97: recipe for target 'cmTC_27cfb' failed make[1]: *** [cmTC_27cfb] Error 1 make[1]: Leaving directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_27cfb/fast' failed make: *** [cmTC_27cfb/fast] Error 2 Determining if the function gethostname exists in the ucb;m;dl failed with the following output: Change Dir: /home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_62c94/fast" /usr/bin/make -f CMakeFiles/cmTC_62c94.dir/build.make CMakeFiles/cmTC_62c94.dir/build make[1]: Entering directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_62c94.dir/CheckFunctionExists.c.o /usr/bin/cc -w -w -DCHECK_FUNCTION_EXISTS=gethostname -o CMakeFiles/cmTC_62c94.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.10/Modules/CheckFunctionExists.c Linking C executable cmTC_62c94 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_62c94.dir/link.txt --verbose=1 /usr/bin/cc -w -w -DCHECK_FUNCTION_EXISTS=gethostname -Wl,-lc -Wl,-lc -rdynamic CMakeFiles/cmTC_62c94.dir/CheckFunctionExists.c.o -o cmTC_62c94 -lucb -lm -ldl /usr/bin/ld: cannot find -lucb collect2: error: ld returned 1 exit status CMakeFiles/cmTC_62c94.dir/build.make:97: recipe for target 'cmTC_62c94' failed make[1]: *** [cmTC_62c94] Error 1 make[1]: Leaving directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_62c94/fast' failed make: *** [cmTC_62c94/fast] Error 2 Determining if the function connect exists in the socket;m;dl failed with the following output: Change Dir: /home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_2ecea/fast" /usr/bin/make -f CMakeFiles/cmTC_2ecea.dir/build.make CMakeFiles/cmTC_2ecea.dir/build make[1]: Entering directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_2ecea.dir/CheckFunctionExists.c.o /usr/bin/cc -w -w -DCHECK_FUNCTION_EXISTS=connect -o CMakeFiles/cmTC_2ecea.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.10/Modules/CheckFunctionExists.c Linking C executable cmTC_2ecea /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2ecea.dir/link.txt --verbose=1 /usr/bin/cc -w -w -DCHECK_FUNCTION_EXISTS=connect -Wl,-lc -Wl,-lc -rdynamic CMakeFiles/cmTC_2ecea.dir/CheckFunctionExists.c.o -o cmTC_2ecea -lsocket -lm -ldl /usr/bin/ld: cannot find -lsocket collect2: error: ld returned 1 exit status CMakeFiles/cmTC_2ecea.dir/build.make:97: recipe for target 'cmTC_2ecea' failed make[1]: *** [cmTC_2ecea] Error 1 make[1]: Leaving directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_2ecea/fast' failed make: *** [cmTC_2ecea/fast] Error 2 Determining if the function clock_gettime exists in the posix4 failed with the following output: Change Dir: /home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_dec1c/fast" /usr/bin/make -f CMakeFiles/cmTC_dec1c.dir/build.make CMakeFiles/cmTC_dec1c.dir/build make[1]: Entering directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_dec1c.dir/CheckFunctionExists.c.o /usr/bin/cc -w -w -DCHECK_FUNCTION_EXISTS=clock_gettime -o CMakeFiles/cmTC_dec1c.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.10/Modules/CheckFunctionExists.c Linking C executable cmTC_dec1c /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_dec1c.dir/link.txt --verbose=1 /usr/bin/cc -w -w -DCHECK_FUNCTION_EXISTS=clock_gettime -Wl,-lc -Wl,-lc -rdynamic CMakeFiles/cmTC_dec1c.dir/CheckFunctionExists.c.o -o cmTC_dec1c -lposix4 -lm -ldl /usr/bin/ld: cannot find -lposix4 collect2: error: ld returned 1 exit status CMakeFiles/cmTC_dec1c.dir/build.make:97: recipe for target 'cmTC_dec1c' failed make[1]: *** [cmTC_dec1c] Error 1 make[1]: Leaving directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_dec1c/fast' failed make: *** [cmTC_dec1c/fast] Error 2 Determining if files sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;features.h;dirent.h;stdint.h;mach/mach_time.h exist failed with the following output: Change Dir: /home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_0647e/fast" /usr/bin/make -f CMakeFiles/cmTC_0647e.dir/build.make CMakeFiles/cmTC_0647e.dir/build make[1]: Entering directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_0647e.dir/CheckIncludeFiles.c.o /usr/bin/cc -w -w -o CMakeFiles/cmTC_0647e.dir/CheckIncludeFiles.c.o -c /home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:14:10: fatal error: mach/mach_time.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~ compilation terminated. CMakeFiles/cmTC_0647e.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_0647e.dir/CheckIncludeFiles.c.o' failed make[1]: *** [CMakeFiles/cmTC_0647e.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_0647e/fast' failed make: *** [cmTC_0647e/fast] Error 2 Source: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include int main(void){return 0;} Determining if files sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;features.h;dirent.h;stdint.h;io.h exist failed with the following output: Change Dir: /home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_02244/fast" /usr/bin/make -f CMakeFiles/cmTC_02244.dir/build.make CMakeFiles/cmTC_02244.dir/build make[1]: Entering directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_02244.dir/CheckIncludeFiles.c.o /usr/bin/cc -w -w -o CMakeFiles/cmTC_02244.dir/CheckIncludeFiles.c.o -c /home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:14:10: fatal error: io.h: No such file or directory #include ^~~~~~ compilation terminated. CMakeFiles/cmTC_02244.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_02244.dir/CheckIncludeFiles.c.o' failed make[1]: *** [CMakeFiles/cmTC_02244.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_02244/fast' failed make: *** [cmTC_02244/fast] Error 2 Source: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include int main(void){return 0;} Determining if files sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;features.h;dirent.h;stdint.h;winsock2.h exist failed with the following output: Change Dir: /home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_d2e02/fast" /usr/bin/make -f CMakeFiles/cmTC_d2e02.dir/build.make CMakeFiles/cmTC_d2e02.dir/build make[1]: Entering directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_d2e02.dir/CheckIncludeFiles.c.o /usr/bin/cc -w -w -o CMakeFiles/cmTC_d2e02.dir/CheckIncludeFiles.c.o -c /home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:14:10: fatal error: winsock2.h: No such file or directory #include ^~~~~~~~~~~~ compilation terminated. CMakeFiles/cmTC_d2e02.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_d2e02.dir/CheckIncludeFiles.c.o' failed make[1]: *** [CMakeFiles/cmTC_d2e02.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_d2e02/fast' failed make: *** [cmTC_d2e02/fast] Error 2 Source: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include int main(void){return 0;} Determining if files sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;features.h;dirent.h;stdint.h;sys/timeb.h;globus/common.h exist failed with the following output: Change Dir: /home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_f2292/fast" /usr/bin/make -f CMakeFiles/cmTC_f2292.dir/build.make CMakeFiles/cmTC_f2292.dir/build make[1]: Entering directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_f2292.dir/CheckIncludeFiles.c.o /usr/bin/cc -w -w -o CMakeFiles/cmTC_f2292.dir/CheckIncludeFiles.c.o -c /home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:15:10: fatal error: globus/common.h: No such file or directory #include ^~~~~~~~~~~~~~~~~ compilation terminated. CMakeFiles/cmTC_f2292.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_f2292.dir/CheckIncludeFiles.c.o' failed make[1]: *** [CMakeFiles/cmTC_f2292.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_f2292/fast' failed make: *** [cmTC_f2292/fast] Error 2 Source: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(void){return 0;} Determining if files sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;features.h;dirent.h;stdint.h;sys/timeb.h;pdb.h exist failed with the following output: Change Dir: /home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_175c6/fast" /usr/bin/make -f CMakeFiles/cmTC_175c6.dir/build.make CMakeFiles/cmTC_175c6.dir/build make[1]: Entering directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_175c6.dir/CheckIncludeFiles.c.o /usr/bin/cc -w -w -o CMakeFiles/cmTC_175c6.dir/CheckIncludeFiles.c.o -c /home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:15:10: fatal error: pdb.h: No such file or directory #include ^~~~~~~ compilation terminated. CMakeFiles/cmTC_175c6.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_175c6.dir/CheckIncludeFiles.c.o' failed make[1]: *** [CMakeFiles/cmTC_175c6.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_175c6/fast' failed make: *** [cmTC_175c6/fast] Error 2 Source: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(void){return 0;} Determining if files sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;features.h;dirent.h;stdint.h;sys/timeb.h;pthread.h;srbclient.h exist failed with the following output: Change Dir: /home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_d001b/fast" /usr/bin/make -f CMakeFiles/cmTC_d001b.dir/build.make CMakeFiles/cmTC_d001b.dir/build make[1]: Entering directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_d001b.dir/CheckIncludeFiles.c.o /usr/bin/cc -w -w -o CMakeFiles/cmTC_d001b.dir/CheckIncludeFiles.c.o -c /home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:16:10: fatal error: srbclient.h: No such file or directory #include ^~~~~~~~~~~~~ compilation terminated. CMakeFiles/cmTC_d001b.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_d001b.dir/CheckIncludeFiles.c.o' failed make[1]: *** [CMakeFiles/cmTC_d001b.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_d001b/fast' failed make: *** [cmTC_d001b/fast] Error 2 Source: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(void){return 0;} Determining size of __int64 failed with the following output: Change Dir: /home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_12b71/fast" /usr/bin/make -f CMakeFiles/cmTC_12b71.dir/build.make CMakeFiles/cmTC_12b71.dir/build make[1]: Entering directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_12b71.dir/H5_SIZEOF___INT64.c.o /usr/bin/cc -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -w -w -o CMakeFiles/cmTC_12b71.dir/H5_SIZEOF___INT64.c.o -c /home/aras/VTK-8.1.0/build/CMakeFiles/CheckTypeSize/H5_SIZEOF___INT64.c /home/aras/VTK-8.1.0/build/CMakeFiles/CheckTypeSize/H5_SIZEOF___INT64.c:23:22: error: __int64 undeclared here (not in a function); did you mean __int64_t? #define SIZE (sizeof(__int64)) ^ /home/aras/VTK-8.1.0/build/CMakeFiles/CheckTypeSize/H5_SIZEOF___INT64.c:25:12: note: in expansion of macro SIZE ('0' + ((SIZE / 10000)%10)), ^~~~ CMakeFiles/cmTC_12b71.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_12b71.dir/H5_SIZEOF___INT64.c.o' failed make[1]: *** [CMakeFiles/cmTC_12b71.dir/H5_SIZEOF___INT64.c.o] Error 1 make[1]: Leaving directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_12b71/fast' failed make: *** [cmTC_12b71/fast] Error 2 /home/aras/VTK-8.1.0/build/CMakeFiles/CheckTypeSize/H5_SIZEOF___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(__ppc__) # define KEY '_','_','p','p','c','_','_' #elif defined(__ppc64__) # define KEY '_','_','p','p','c','6','4','_','_' #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)) 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 variable CLOCK_MONOTONIC exists failed with the following output: Change Dir: /home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_ac917/fast" /usr/bin/make -f CMakeFiles/cmTC_ac917.dir/build.make CMakeFiles/cmTC_ac917.dir/build make[1]: Entering directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_ac917.dir/CheckVariableExists.c.o /usr/bin/cc -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -w -w -DCHECK_VARIABLE_EXISTS=CLOCK_MONOTONIC -o CMakeFiles/cmTC_ac917.dir/CheckVariableExists.c.o -c /usr/share/cmake-3.10/Modules/CheckVariableExists.c Linking C executable cmTC_ac917 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ac917.dir/link.txt --verbose=1 /usr/bin/cc -w -w -DCHECK_VARIABLE_EXISTS=CLOCK_MONOTONIC -Wl,-lc -Wl,-lc -rdynamic CMakeFiles/cmTC_ac917.dir/CheckVariableExists.c.o -o cmTC_ac917 -lm -ldl CMakeFiles/cmTC_ac917.dir/CheckVariableExists.c.o: In function `main': CheckVariableExists.c:(.text+0x25): undefined reference to `CLOCK_MONOTONIC' collect2: error: ld returned 1 exit status CMakeFiles/cmTC_ac917.dir/build.make:97: recipe for target 'cmTC_ac917' failed make[1]: *** [cmTC_ac917] Error 1 make[1]: Leaving directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_ac917/fast' failed make: *** [cmTC_ac917/fast] Error 2 Performing Other Test HAVE___TM_GMTOFF failed with the following output: Change Dir: /home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_c400c/fast" /usr/bin/make -f CMakeFiles/cmTC_c400c.dir/build.make CMakeFiles/cmTC_c400c.dir/build make[1]: Entering directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_c400c.dir/HDF5Tests.c.o /usr/bin/cc -w -w -DHAVE___TM_GMTOFF -DHAVE_SYS_TIME_H -DHAVE_UNISTD_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_SOCKET_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -o CMakeFiles/cmTC_c400c.dir/HDF5Tests.c.o -c /home/aras/VTK-8.1.0/ThirdParty/hdf5/vtkhdf5/config/cmake/HDF5Tests.c /home/aras/VTK-8.1.0/ThirdParty/hdf5/vtkhdf5/config/cmake/HDF5Tests.c: In function main: /home/aras/VTK-8.1.0/ThirdParty/hdf5/vtkhdf5/config/cmake/HDF5Tests.c:191:30: error: struct tm has no member named __tm_gmtoff; did you mean tm_gmtoff? SIMPLE_TEST(struct tm tm; tm.__tm_gmtoff=0); ^ /home/aras/VTK-8.1.0/ThirdParty/hdf5/vtkhdf5/config/cmake/HDF5Tests.c:1:36: note: in definition of macro SIMPLE_TEST #define SIMPLE_TEST(x) int main(){ x; return 0; } ^ CMakeFiles/cmTC_c400c.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_c400c.dir/HDF5Tests.c.o' failed make[1]: *** [CMakeFiles/cmTC_c400c.dir/HDF5Tests.c.o] Error 1 make[1]: Leaving directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_c400c/fast' failed make: *** [cmTC_c400c/fast] Error 2 Performing Other Test HAVE_STRUCT_VIDEOCONFIG failed with the following output: Change Dir: /home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_4cff0/fast" /usr/bin/make -f CMakeFiles/cmTC_4cff0.dir/build.make CMakeFiles/cmTC_4cff0.dir/build make[1]: Entering directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_4cff0.dir/HDF5Tests.c.o /usr/bin/cc -w -w -DHAVE_STRUCT_VIDEOCONFIG -DHAVE_SYS_TIME_H -DHAVE_UNISTD_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_SOCKET_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -o CMakeFiles/cmTC_4cff0.dir/HDF5Tests.c.o -c /home/aras/VTK-8.1.0/ThirdParty/hdf5/vtkhdf5/config/cmake/HDF5Tests.c /home/aras/VTK-8.1.0/ThirdParty/hdf5/vtkhdf5/config/cmake/HDF5Tests.c: In function main: /home/aras/VTK-8.1.0/ThirdParty/hdf5/vtkhdf5/config/cmake/HDF5Tests.c:474:32: error: storage size of w isnt known SIMPLE_TEST(struct videoconfig w; w.numtextcols=0); ^ /home/aras/VTK-8.1.0/ThirdParty/hdf5/vtkhdf5/config/cmake/HDF5Tests.c:1:36: note: in definition of macro SIMPLE_TEST #define SIMPLE_TEST(x) int main(){ x; return 0; } ^ CMakeFiles/cmTC_4cff0.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_4cff0.dir/HDF5Tests.c.o' failed make[1]: *** [CMakeFiles/cmTC_4cff0.dir/HDF5Tests.c.o] Error 1 make[1]: Leaving directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_4cff0/fast' failed make: *** [cmTC_4cff0/fast] Error 2 Performing Other Test HAVE_STRUCT_TEXT_INFO failed with the following output: Change Dir: /home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_7fd8e/fast" /usr/bin/make -f CMakeFiles/cmTC_7fd8e.dir/build.make CMakeFiles/cmTC_7fd8e.dir/build make[1]: Entering directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_7fd8e.dir/HDF5Tests.c.o /usr/bin/cc -w -w -DHAVE_STRUCT_TEXT_INFO -DHAVE_SYS_TIME_H -DHAVE_UNISTD_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_SOCKET_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -o CMakeFiles/cmTC_7fd8e.dir/HDF5Tests.c.o -c /home/aras/VTK-8.1.0/ThirdParty/hdf5/vtkhdf5/config/cmake/HDF5Tests.c /home/aras/VTK-8.1.0/ThirdParty/hdf5/vtkhdf5/config/cmake/HDF5Tests.c: In function main: /home/aras/VTK-8.1.0/ThirdParty/hdf5/vtkhdf5/config/cmake/HDF5Tests.c:480:30: error: storage size of w isnt known SIMPLE_TEST(struct text_info w; w.screenwidth=0); ^ /home/aras/VTK-8.1.0/ThirdParty/hdf5/vtkhdf5/config/cmake/HDF5Tests.c:1:36: note: in definition of macro SIMPLE_TEST #define SIMPLE_TEST(x) int main(){ x; return 0; } ^ CMakeFiles/cmTC_7fd8e.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_7fd8e.dir/HDF5Tests.c.o' failed make[1]: *** [CMakeFiles/cmTC_7fd8e.dir/HDF5Tests.c.o] Error 1 make[1]: Leaving directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_7fd8e/fast' failed make: *** [cmTC_7fd8e/fast] Error 2 Determining if the function _getvideoconfig exists failed with the following output: Change Dir: /home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_a1543/fast" /usr/bin/make -f CMakeFiles/cmTC_a1543.dir/build.make CMakeFiles/cmTC_a1543.dir/build make[1]: Entering directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_a1543.dir/CheckFunctionExists.c.o /usr/bin/cc -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -w -w -DCHECK_FUNCTION_EXISTS=_getvideoconfig -o CMakeFiles/cmTC_a1543.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.10/Modules/CheckFunctionExists.c Linking C executable cmTC_a1543 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a1543.dir/link.txt --verbose=1 /usr/bin/cc -w -w -DCHECK_FUNCTION_EXISTS=_getvideoconfig -Wl,-lc -Wl,-lc -rdynamic CMakeFiles/cmTC_a1543.dir/CheckFunctionExists.c.o -o cmTC_a1543 -lm -ldl CMakeFiles/cmTC_a1543.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `_getvideoconfig' collect2: error: ld returned 1 exit status CMakeFiles/cmTC_a1543.dir/build.make:97: recipe for target 'cmTC_a1543' failed make[1]: *** [cmTC_a1543] Error 1 make[1]: Leaving directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_a1543/fast' failed make: *** [cmTC_a1543/fast] Error 2 Determining if the function gettextinfo exists failed with the following output: Change Dir: /home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_5365b/fast" /usr/bin/make -f CMakeFiles/cmTC_5365b.dir/build.make CMakeFiles/cmTC_5365b.dir/build make[1]: Entering directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_5365b.dir/CheckFunctionExists.c.o /usr/bin/cc -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -w -w -DCHECK_FUNCTION_EXISTS=gettextinfo -o CMakeFiles/cmTC_5365b.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.10/Modules/CheckFunctionExists.c Linking C executable cmTC_5365b /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5365b.dir/link.txt --verbose=1 /usr/bin/cc -w -w -DCHECK_FUNCTION_EXISTS=gettextinfo -Wl,-lc -Wl,-lc -rdynamic CMakeFiles/cmTC_5365b.dir/CheckFunctionExists.c.o -o cmTC_5365b -lm -ldl CMakeFiles/cmTC_5365b.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `gettextinfo' collect2: error: ld returned 1 exit status CMakeFiles/cmTC_5365b.dir/build.make:97: recipe for target 'cmTC_5365b' failed make[1]: *** [cmTC_5365b] Error 1 make[1]: Leaving directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_5365b/fast' failed make: *** [cmTC_5365b/fast] Error 2 Determining if the function _scrsize exists failed with the following output: Change Dir: /home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_3821a/fast" /usr/bin/make -f CMakeFiles/cmTC_3821a.dir/build.make CMakeFiles/cmTC_3821a.dir/build make[1]: Entering directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_3821a.dir/CheckFunctionExists.c.o /usr/bin/cc -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -w -w -DCHECK_FUNCTION_EXISTS=_scrsize -o CMakeFiles/cmTC_3821a.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.10/Modules/CheckFunctionExists.c Linking C executable cmTC_3821a /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3821a.dir/link.txt --verbose=1 /usr/bin/cc -w -w -DCHECK_FUNCTION_EXISTS=_scrsize -Wl,-lc -Wl,-lc -rdynamic CMakeFiles/cmTC_3821a.dir/CheckFunctionExists.c.o -o cmTC_3821a -lm -ldl CMakeFiles/cmTC_3821a.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `_scrsize' collect2: error: ld returned 1 exit status CMakeFiles/cmTC_3821a.dir/build.make:97: recipe for target 'cmTC_3821a' failed make[1]: *** [cmTC_3821a] Error 1 make[1]: Leaving directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_3821a/fast' failed make: *** [cmTC_3821a/fast] Error 2 Determining if the function GetConsoleScreenBufferInfo exists failed with the following output: Change Dir: /home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_0edcc/fast" /usr/bin/make -f CMakeFiles/cmTC_0edcc.dir/build.make CMakeFiles/cmTC_0edcc.dir/build make[1]: Entering directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_0edcc.dir/CheckFunctionExists.c.o /usr/bin/cc -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -w -w -DCHECK_FUNCTION_EXISTS=GetConsoleScreenBufferInfo -o CMakeFiles/cmTC_0edcc.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.10/Modules/CheckFunctionExists.c Linking C executable cmTC_0edcc /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0edcc.dir/link.txt --verbose=1 /usr/bin/cc -w -w -DCHECK_FUNCTION_EXISTS=GetConsoleScreenBufferInfo -Wl,-lc -Wl,-lc -rdynamic CMakeFiles/cmTC_0edcc.dir/CheckFunctionExists.c.o -o cmTC_0edcc -lm -ldl CMakeFiles/cmTC_0edcc.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `GetConsoleScreenBufferInfo' collect2: error: ld returned 1 exit status CMakeFiles/cmTC_0edcc.dir/build.make:97: recipe for target 'cmTC_0edcc' failed make[1]: *** [cmTC_0edcc] Error 1 make[1]: Leaving directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_0edcc/fast' failed make: *** [cmTC_0edcc/fast] Error 2 Determining if the function setsysinfo exists failed with the following output: Change Dir: /home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_cd8a7/fast" /usr/bin/make -f CMakeFiles/cmTC_cd8a7.dir/build.make CMakeFiles/cmTC_cd8a7.dir/build make[1]: Entering directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_cd8a7.dir/CheckFunctionExists.c.o /usr/bin/cc -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -w -w -DCHECK_FUNCTION_EXISTS=setsysinfo -o CMakeFiles/cmTC_cd8a7.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.10/Modules/CheckFunctionExists.c Linking C executable cmTC_cd8a7 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_cd8a7.dir/link.txt --verbose=1 /usr/bin/cc -w -w -DCHECK_FUNCTION_EXISTS=setsysinfo -Wl,-lc -Wl,-lc -rdynamic CMakeFiles/cmTC_cd8a7.dir/CheckFunctionExists.c.o -o cmTC_cd8a7 -lm -ldl CMakeFiles/cmTC_cd8a7.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `setsysinfo' collect2: error: ld returned 1 exit status CMakeFiles/cmTC_cd8a7.dir/build.make:97: recipe for target 'cmTC_cd8a7' failed make[1]: *** [cmTC_cd8a7] Error 1 make[1]: Leaving directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_cd8a7/fast' failed make: *** [cmTC_cd8a7/fast] Error 2 Determining if the function sigsetjmp exists failed with the following output: Change Dir: /home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_0ad07/fast" /usr/bin/make -f CMakeFiles/cmTC_0ad07.dir/build.make CMakeFiles/cmTC_0ad07.dir/build make[1]: Entering directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_0ad07.dir/CheckFunctionExists.c.o /usr/bin/cc -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -w -w -DCHECK_FUNCTION_EXISTS=sigsetjmp -o CMakeFiles/cmTC_0ad07.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.10/Modules/CheckFunctionExists.c Linking C executable cmTC_0ad07 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0ad07.dir/link.txt --verbose=1 /usr/bin/cc -w -w -DCHECK_FUNCTION_EXISTS=sigsetjmp -Wl,-lc -Wl,-lc -rdynamic CMakeFiles/cmTC_0ad07.dir/CheckFunctionExists.c.o -o cmTC_0ad07 -lm -ldl CMakeFiles/cmTC_0ad07.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `sigsetjmp' collect2: error: ld returned 1 exit status CMakeFiles/cmTC_0ad07.dir/build.make:97: recipe for target 'cmTC_0ad07' failed make[1]: *** [cmTC_0ad07] Error 1 make[1]: Leaving directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_0ad07/fast' failed make: *** [cmTC_0ad07/fast] Error 2 Performing CXX Test OLD_HEADER_FILENAME failed with the following output: Change Dir: /home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_5932b/fast" /usr/bin/make -f CMakeFiles/cmTC_5932b.dir/build.make CMakeFiles/cmTC_5932b.dir/build make[1]: Entering directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_5932b.dir/HDF5CXXTests.cpp.o /usr/bin/c++ -w -w -DOLD_HEADER_FILENAME -DHAVE_SYS_TIME_H -DHAVE_UNISTD_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_SOCKET_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -o CMakeFiles/cmTC_5932b.dir/HDF5CXXTests.cpp.o -c /home/aras/VTK-8.1.0/ThirdParty/hdf5/vtkhdf5/config/cmake/HDF5CXXTests.cpp Linking CXX executable cmTC_5932b /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5932b.dir/link.txt --verbose=1 /usr/bin/c++ -w -w -DOLD_HEADER_FILENAME -DHAVE_SYS_TIME_H -DHAVE_UNISTD_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_SOCKET_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -Wl,-lc -Wl,-lc -rdynamic CMakeFiles/cmTC_5932b.dir/HDF5CXXTests.cpp.o -o cmTC_5932b -lm -ldl make[1]: Leaving directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Performing CXX Test H5_NO_NAMESPACE failed with the following output: Change Dir: /home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_94215/fast" /usr/bin/make -f CMakeFiles/cmTC_94215.dir/build.make CMakeFiles/cmTC_94215.dir/build make[1]: Entering directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_94215.dir/HDF5CXXTests.cpp.o /usr/bin/c++ -w -w -DH5_NO_NAMESPACE -DHAVE_SYS_TIME_H -DHAVE_UNISTD_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_SOCKET_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -o CMakeFiles/cmTC_94215.dir/HDF5CXXTests.cpp.o -c /home/aras/VTK-8.1.0/ThirdParty/hdf5/vtkhdf5/config/cmake/HDF5CXXTests.cpp Linking CXX executable cmTC_94215 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_94215.dir/link.txt --verbose=1 /usr/bin/c++ -w -w -DH5_NO_NAMESPACE -DHAVE_SYS_TIME_H -DHAVE_UNISTD_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_SOCKET_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -Wl,-lc -Wl,-lc -rdynamic CMakeFiles/cmTC_94215.dir/HDF5CXXTests.cpp.o -o cmTC_94215 -lm -ldl make[1]: Leaving directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Performing CXX Test H5_NO_STD failed with the following output: Change Dir: /home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_4b6b8/fast" /usr/bin/make -f CMakeFiles/cmTC_4b6b8.dir/build.make CMakeFiles/cmTC_4b6b8.dir/build make[1]: Entering directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_4b6b8.dir/HDF5CXXTests.cpp.o /usr/bin/c++ -w -w -DH5_NO_STD -DHAVE_SYS_TIME_H -DHAVE_UNISTD_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_SOCKET_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -o CMakeFiles/cmTC_4b6b8.dir/HDF5CXXTests.cpp.o -c /home/aras/VTK-8.1.0/ThirdParty/hdf5/vtkhdf5/config/cmake/HDF5CXXTests.cpp Linking CXX executable cmTC_4b6b8 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4b6b8.dir/link.txt --verbose=1 /usr/bin/c++ -w -w -DH5_NO_STD -DHAVE_SYS_TIME_H -DHAVE_UNISTD_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_SOCKET_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -Wl,-lc -Wl,-lc -rdynamic CMakeFiles/cmTC_4b6b8.dir/HDF5CXXTests.cpp.o -o cmTC_4b6b8 -lm -ldl make[1]: Leaving directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Performing CXX Test BOOL_NOTDEFINED failed with the following output: Change Dir: /home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_41cfa/fast" /usr/bin/make -f CMakeFiles/cmTC_41cfa.dir/build.make CMakeFiles/cmTC_41cfa.dir/build make[1]: Entering directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_41cfa.dir/HDF5CXXTests.cpp.o /usr/bin/c++ -w -w -DBOOL_NOTDEFINED -DHAVE_SYS_TIME_H -DHAVE_UNISTD_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_SOCKET_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -o CMakeFiles/cmTC_41cfa.dir/HDF5CXXTests.cpp.o -c /home/aras/VTK-8.1.0/ThirdParty/hdf5/vtkhdf5/config/cmake/HDF5CXXTests.cpp Linking CXX executable cmTC_41cfa /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_41cfa.dir/link.txt --verbose=1 /usr/bin/c++ -w -w -DBOOL_NOTDEFINED -DHAVE_SYS_TIME_H -DHAVE_UNISTD_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_SOCKET_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -Wl,-lc -Wl,-lc -rdynamic CMakeFiles/cmTC_41cfa.dir/HDF5CXXTests.cpp.o -o cmTC_41cfa -lm -ldl make[1]: Leaving directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Performing CXX Test NO_STATIC_CAST failed with the following output: Change Dir: /home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_b9c35/fast" /usr/bin/make -f CMakeFiles/cmTC_b9c35.dir/build.make CMakeFiles/cmTC_b9c35.dir/build make[1]: Entering directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_b9c35.dir/HDF5CXXTests.cpp.o /usr/bin/c++ -w -w -DNO_STATIC_CAST -DHAVE_SYS_TIME_H -DHAVE_UNISTD_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_SOCKET_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -o CMakeFiles/cmTC_b9c35.dir/HDF5CXXTests.cpp.o -c /home/aras/VTK-8.1.0/ThirdParty/hdf5/vtkhdf5/config/cmake/HDF5CXXTests.cpp Linking CXX executable cmTC_b9c35 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b9c35.dir/link.txt --verbose=1 /usr/bin/c++ -w -w -DNO_STATIC_CAST -DHAVE_SYS_TIME_H -DHAVE_UNISTD_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_SOCKET_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -Wl,-lc -Wl,-lc -rdynamic CMakeFiles/cmTC_b9c35.dir/HDF5CXXTests.cpp.o -o cmTC_b9c35 -lm -ldl make[1]: Leaving directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Test H5_FP_TO_ULLONG_RIGHT_MAXIMUM Run failed with the following output and exit code: Change Dir: /home/aras/VTK-8.1.0/build/ThirdParty/hdf5/vtkhdf5/CMake/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_b066c/fast" /usr/bin/make -f CMakeFiles/cmTC_b066c.dir/build.make CMakeFiles/cmTC_b066c.dir/build make[1]: Entering directory '/home/aras/VTK-8.1.0/build/ThirdParty/hdf5/vtkhdf5/CMake/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_b066c.dir/ConversionTests.c.o /usr/bin/cc -w -w -DH5_FP_TO_ULLONG_RIGHT_MAXIMUM_TEST -o CMakeFiles/cmTC_b066c.dir/ConversionTests.c.o -c /home/aras/VTK-8.1.0/ThirdParty/hdf5/vtkhdf5/config/cmake/ConversionTests.c Linking C executable cmTC_b066c /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b066c.dir/link.txt --verbose=1 /usr/bin/cc -w -w -DH5_FP_TO_ULLONG_RIGHT_MAXIMUM_TEST -Wl,-lc -Wl,-lc -rdynamic CMakeFiles/cmTC_b066c.dir/ConversionTests.c.o -o cmTC_b066c make[1]: Leaving directory '/home/aras/VTK-8.1.0/build/ThirdParty/hdf5/vtkhdf5/CMake/CMakeFiles/CMakeTmp' Test H5_ULLONG_TO_LDOUBLE_PRECISION Run failed with the following output and exit code: Change Dir: /home/aras/VTK-8.1.0/build/ThirdParty/hdf5/vtkhdf5/CMake/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_19b0a/fast" /usr/bin/make -f CMakeFiles/cmTC_19b0a.dir/build.make CMakeFiles/cmTC_19b0a.dir/build make[1]: Entering directory '/home/aras/VTK-8.1.0/build/ThirdParty/hdf5/vtkhdf5/CMake/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_19b0a.dir/ConversionTests.c.o /usr/bin/cc -w -w -DH5_ULLONG_TO_LDOUBLE_PRECISION_TEST -o CMakeFiles/cmTC_19b0a.dir/ConversionTests.c.o -c /home/aras/VTK-8.1.0/ThirdParty/hdf5/vtkhdf5/config/cmake/ConversionTests.c Linking C executable cmTC_19b0a /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_19b0a.dir/link.txt --verbose=1 /usr/bin/cc -w -w -DH5_ULLONG_TO_LDOUBLE_PRECISION_TEST -Wl,-lc -Wl,-lc -rdynamic CMakeFiles/cmTC_19b0a.dir/ConversionTests.c.o -o cmTC_19b0a make[1]: Leaving directory '/home/aras/VTK-8.1.0/build/ThirdParty/hdf5/vtkhdf5/CMake/CMakeFiles/CMakeTmp' Segmentation fault Determining size of uchar failed with the following output: Change Dir: /home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_5e0b5/fast" /usr/bin/make -f CMakeFiles/cmTC_5e0b5.dir/build.make CMakeFiles/cmTC_5e0b5.dir/build make[1]: Entering directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_5e0b5.dir/SIZEOF_UCHAR.c.o /usr/bin/cc -w -w -o CMakeFiles/cmTC_5e0b5.dir/SIZEOF_UCHAR.c.o -c /home/aras/VTK-8.1.0/build/CMakeFiles/CheckTypeSize/SIZEOF_UCHAR.c /home/aras/VTK-8.1.0/build/CMakeFiles/CheckTypeSize/SIZEOF_UCHAR.c:23:22: error: uchar undeclared here (not in a function); did you mean u_char? #define SIZE (sizeof(uchar)) ^ /home/aras/VTK-8.1.0/build/CMakeFiles/CheckTypeSize/SIZEOF_UCHAR.c:25:12: note: in expansion of macro SIZE ('0' + ((SIZE / 10000)%10)), ^~~~ CMakeFiles/cmTC_5e0b5.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_5e0b5.dir/SIZEOF_UCHAR.c.o' failed make[1]: *** [CMakeFiles/cmTC_5e0b5.dir/SIZEOF_UCHAR.c.o] Error 1 make[1]: Leaving directory '/home/aras/VTK-8.1.0/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_5e0b5/fast' failed make: *** [cmTC_5e0b5/fast] Error 2 /home/aras/VTK-8.1.0/build/CMakeFiles/CheckTypeSize/SIZEOF_UCHAR.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(__ppc__) # define KEY '_','_','p','p','c','_','_' #elif defined(__ppc64__) # define KEY '_','_','p','p','c','6','4','_','_' #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(uchar)) 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; }