Performing C SOURCE FILE Test vtk_have_compiler_flag_Weverything failed with the following output: Change Dir: /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_c0167/fast && /usr/bin/gmake -f CMakeFiles/cmTC_c0167.dir/build.make CMakeFiles/cmTC_c0167.dir/build gmake[1]: Entering directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_c0167.dir/src.c.o /usr/bin/cc -Dvtk_have_compiler_flag_Weverything -Weverything -o CMakeFiles/cmTC_c0167.dir/src.c.o -c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/src.c cc: error: unrecognized command-line option '-Weverything' gmake[1]: *** [CMakeFiles/cmTC_c0167.dir/build.make:78: CMakeFiles/cmTC_c0167.dir/src.c.o] Error 1 gmake[1]: Leaving directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_c0167/fast] Error 2 Source file was: int main(void) { return 0; } Performing C++ SOURCE FILE Test vtk_have_compiler_flag-CXX--wd4251 failed with the following output: Change Dir: /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_6eb96/fast && /usr/bin/gmake -f CMakeFiles/cmTC_6eb96.dir/build.make CMakeFiles/cmTC_6eb96.dir/build gmake[1]: Entering directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_6eb96.dir/src.cxx.o /usr/bin/c++ -Dvtk_have_compiler_flag-CXX--wd4251 -wd4251 -std=c++11 -o CMakeFiles/cmTC_6eb96.dir/src.cxx.o -c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/src.cxx c++: error: unrecognized command-line option '-wd4251' gmake[1]: *** [CMakeFiles/cmTC_6eb96.dir/build.make:78: CMakeFiles/cmTC_6eb96.dir/src.cxx.o] Error 1 gmake[1]: Leaving directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_6eb96/fast] Error 2 Source file was: int main() { return 0; } Performing C++ SOURCE FILE Test vtk_have_compiler_flag-CXX--EHsc failed with the following output: Change Dir: /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_271f3/fast && /usr/bin/gmake -f CMakeFiles/cmTC_271f3.dir/build.make CMakeFiles/cmTC_271f3.dir/build gmake[1]: Entering directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_271f3.dir/src.cxx.o /usr/bin/c++ -Dvtk_have_compiler_flag-CXX--EHsc -EHsc -std=c++11 -o CMakeFiles/cmTC_271f3.dir/src.cxx.o -c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/src.cxx c++: error: unrecognized command-line option '-EHsc' gmake[1]: *** [CMakeFiles/cmTC_271f3.dir/build.make:78: CMakeFiles/cmTC_271f3.dir/src.cxx.o] Error 1 gmake[1]: Leaving directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_271f3/fast] Error 2 Source file was: int main() { return 0; } Checking whether CXX compiler has environ in stdlib.h failed to compile with the following output: Change Dir: /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/Utilities/KWSys/vtksys/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_39a0c/fast && /usr/bin/gmake -f CMakeFiles/cmTC_39a0c.dir/build.make CMakeFiles/cmTC_39a0c.dir/build gmake[1]: Entering directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/Utilities/KWSys/vtksys/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_39a0c.dir/kwsysPlatformTestsCXX.cxx.o /usr/bin/c++ -DTEST_KWSYS_CXX_HAS_ENVIRON_IN_STDLIB_H -fPIE -std=c++11 -o CMakeFiles/cmTC_39a0c.dir/kwsysPlatformTestsCXX.cxx.o -c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx: In function ‘int main()’: /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx:53:13: error: ‘environ’ was not declared in this scope; did you mean ‘union’? 53 | char* e = environ[0]; | ^~~~~~~ | union gmake[1]: *** [CMakeFiles/cmTC_39a0c.dir/build.make:78: CMakeFiles/cmTC_39a0c.dir/kwsysPlatformTestsCXX.cxx.o] Error 1 gmake[1]: Leaving directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/Utilities/KWSys/vtksys/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_39a0c/fast] Error 2 Checking whether CXX compiler struct stat has st_mtimespec member failed to compile with the following output: Change Dir: /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/Utilities/KWSys/vtksys/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_ca061/fast && /usr/bin/gmake -f CMakeFiles/cmTC_ca061.dir/build.make CMakeFiles/cmTC_ca061.dir/build gmake[1]: Entering directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/Utilities/KWSys/vtksys/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_ca061.dir/kwsysPlatformTestsCXX.cxx.o /usr/bin/c++ -DTEST_KWSYS_CXX_STAT_HAS_ST_MTIMESPEC -fPIE -std=c++11 -o CMakeFiles/cmTC_ca061.dir/kwsysPlatformTestsCXX.cxx.o -c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx: In function ‘int main()’: /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx:26:15: error: ‘struct stat’ has no member named ‘st_mtimespec’ 26 | (void)stat1.st_mtimespec.tv_sec; | ^~~~~~~~~~~~ /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx:27:15: error: ‘struct stat’ has no member named ‘st_mtimespec’ 27 | (void)stat1.st_mtimespec.tv_nsec; | ^~~~~~~~~~~~ gmake[1]: *** [CMakeFiles/cmTC_ca061.dir/build.make:78: CMakeFiles/cmTC_ca061.dir/kwsysPlatformTestsCXX.cxx.o] Error 1 gmake[1]: Leaving directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/Utilities/KWSys/vtksys/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_ca061/fast] Error 2 Determining if the include file exists failed with the following output: Change Dir: /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_2e432/fast && /usr/bin/gmake -f CMakeFiles/cmTC_2e432.dir/build.make CMakeFiles/cmTC_2e432.dir/build gmake[1]: Entering directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_2e432.dir/CheckIncludeFile.c.o /usr/bin/cc -fPIE -o CMakeFiles/cmTC_2e432.dir/CheckIncludeFile.c.o -c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:21: warning: extra tokens at end of #include directive 1 | #include <> | ^ /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: > | ^~~~~~~~~~~ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_2e432.dir/build.make:78: CMakeFiles/cmTC_2e432.dir/CheckIncludeFile.c.o] Error 1 gmake[1]: Leaving directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_2e432/fast] Error 2 Determining if the include file exists failed with the following output: Change Dir: /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_b2c1b/fast && /usr/bin/gmake -f CMakeFiles/cmTC_b2c1b.dir/build.make CMakeFiles/cmTC_b2c1b.dir/build gmake[1]: Entering directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_b2c1b.dir/CheckIncludeFile.c.o /usr/bin/cc -fPIE -o CMakeFiles/cmTC_b2c1b.dir/CheckIncludeFile.c.o -c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:20: warning: extra tokens at end of #include directive 1 | #include <> | ^ /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: > | ^~~~~~~~~~ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_b2c1b.dir/build.make:78: CMakeFiles/cmTC_b2c1b.dir/CheckIncludeFile.c.o] Error 1 gmake[1]: Leaving directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_b2c1b/fast] Error 2 Determining if the include file exists failed with the following output: Change Dir: /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_94cf8/fast && /usr/bin/gmake -f CMakeFiles/cmTC_94cf8.dir/build.make CMakeFiles/cmTC_94cf8.dir/build gmake[1]: Entering directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_94cf8.dir/CheckIncludeFile.c.o /usr/bin/cc -fPIE -o CMakeFiles/cmTC_94cf8.dir/CheckIncludeFile.c.o -c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:23: warning: extra tokens at end of #include directive 1 | #include <> | ^ /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: > | ^~~~~~~~~~~~~ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_94cf8.dir/build.make:78: CMakeFiles/cmTC_94cf8.dir/CheckIncludeFile.c.o] Error 1 gmake[1]: Leaving directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_94cf8/fast] Error 2 Determining if the function getsockname exists in the socket failed with the following output: Change Dir: /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_d668c/fast && /usr/bin/gmake -f CMakeFiles/cmTC_d668c.dir/build.make CMakeFiles/cmTC_d668c.dir/build gmake[1]: Entering directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_d668c.dir/CheckFunctionExists.c.o /usr/bin/cc -DCHECK_FUNCTION_EXISTS=getsockname -fPIE -o CMakeFiles/cmTC_d668c.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.22/Modules/CheckFunctionExists.c Linking C executable cmTC_d668c /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d668c.dir/link.txt --verbose=1 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=getsockname -Wl,-lc -Wl,-lc CMakeFiles/cmTC_d668c.dir/CheckFunctionExists.c.o -o cmTC_d668c -lsocket /usr/bin/ld: cannot find -lsocket: No such file or directory collect2: error: ld returned 1 exit status gmake[1]: *** [CMakeFiles/cmTC_d668c.dir/build.make:99: cmTC_d668c] Error 1 gmake[1]: Leaving directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_d668c/fast] Error 2 Determining if the strtod_l exist failed with the following output: Change Dir: /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_d1937/fast && /usr/bin/gmake -f CMakeFiles/cmTC_d1937.dir/build.make CMakeFiles/cmTC_d1937.dir/build gmake[1]: Entering directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_d1937.dir/CheckSymbolExists.c.o /usr/bin/cc -fPIE -o CMakeFiles/cmTC_d1937.dir/CheckSymbolExists.c.o -c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’: /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:7:19: error: ‘strtod_l’ undeclared (first use in this function) 7 | return ((int*)(&strtod_l))[argc]; | ^~~~~~~~ /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:7:19: note: each undeclared identifier is reported only once for each function it appears in gmake[1]: *** [CMakeFiles/cmTC_d1937.dir/build.make:78: CMakeFiles/cmTC_d1937.dir/CheckSymbolExists.c.o] Error 1 gmake[1]: Leaving directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_d1937/fast] Error 2 File /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ int main(int argc, char** argv) { (void)argv; #ifndef strtod_l return ((int*)(&strtod_l))[argc]; #else (void)argc; return 0; #endif } Performing C++ SOURCE FILE Test COMPILER_SUPPORT_Wshorten64to32 failed with the following output: Change Dir: /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_c9a1d/fast && /usr/bin/gmake -f CMakeFiles/cmTC_c9a1d.dir/build.make CMakeFiles/cmTC_c9a1d.dir/build gmake[1]: Entering directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_c9a1d.dir/src.cxx.o /usr/bin/c++ -DCOMPILER_SUPPORT_Wshorten64to32 -std=c++11 -pedantic -Wall -Wextra -Wundef -Wcast-align -Wchar-subscripts -Wnon-virtual-dtor -Wunused-local-typedefs -Wpointer-arith -Wwrite-strings -Wformat-security -Werror -fPIE -Wshorten-64-to-32 -std=c++11 -o CMakeFiles/cmTC_c9a1d.dir/src.cxx.o -c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/src.cxx c++: error: unrecognized command-line option '-Wshorten-64-to-32' gmake[1]: *** [CMakeFiles/cmTC_c9a1d.dir/build.make:78: CMakeFiles/cmTC_c9a1d.dir/src.cxx.o] Error 1 gmake[1]: Leaving directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_c9a1d/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/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_28064/fast && /usr/bin/gmake -f CMakeFiles/cmTC_28064.dir/build.make CMakeFiles/cmTC_28064.dir/build gmake[1]: Entering directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_28064.dir/src.cxx.o /usr/bin/c++ -DCOMPILER_SUPPORT_Wcpp11extensions -std=c++11 -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 -fPIE -Wc++11-extensions -std=c++11 -o CMakeFiles/cmTC_28064.dir/src.cxx.o -c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/src.cxx c++: error: unrecognized command-line option '-Wc++11-extensions'; did you mean '-fms-extensions'? gmake[1]: *** [CMakeFiles/cmTC_28064.dir/build.make:78: CMakeFiles/cmTC_28064.dir/src.cxx.o] Error 1 gmake[1]: Leaving directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_28064/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/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_64bba/fast && /usr/bin/gmake -f CMakeFiles/cmTC_64bba.dir/build.make CMakeFiles/cmTC_64bba.dir/build gmake[1]: Entering directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_64bba.dir/src.cxx.o /usr/bin/c++ -DCOMPILER_SUPPORT_wd981 -std=c++11 -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 -fPIE -wd981 -std=c++11 -o CMakeFiles/cmTC_64bba.dir/src.cxx.o -c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/src.cxx c++: error: unrecognized command-line option '-wd981' gmake[1]: *** [CMakeFiles/cmTC_64bba.dir/build.make:78: CMakeFiles/cmTC_64bba.dir/src.cxx.o] Error 1 gmake[1]: Leaving directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_64bba/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/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_2b886/fast && /usr/bin/gmake -f CMakeFiles/cmTC_2b886.dir/build.make CMakeFiles/cmTC_2b886.dir/build gmake[1]: Entering directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_2b886.dir/src.cxx.o /usr/bin/c++ -DCOMPILER_SUPPORT_wd2304 -std=c++11 -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 -fPIE -wd2304 -std=c++11 -o CMakeFiles/cmTC_2b886.dir/src.cxx.o -c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/src.cxx c++: error: unrecognized command-line option '-wd2304' gmake[1]: *** [CMakeFiles/cmTC_2b886.dir/build.make:78: CMakeFiles/cmTC_2b886.dir/src.cxx.o] Error 1 gmake[1]: Leaving directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_2b886/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/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_4305f/fast && /usr/bin/gmake -f CMakeFiles/cmTC_4305f.dir/build.make CMakeFiles/cmTC_4305f.dir/build gmake[1]: Entering directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_4305f.dir/src.cxx.o /usr/bin/c++ -DCOMPILER_SUPPORT_STRICTANSI -std=c++11 -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 -fPIE -strict-ansi -std=c++11 -o CMakeFiles/cmTC_4305f.dir/src.cxx.o -c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/src.cxx c++: error: unrecognized command-line option '-strict-ansi'; did you mean '-fstrict-enums'? gmake[1]: *** [CMakeFiles/cmTC_4305f.dir/build.make:78: CMakeFiles/cmTC_4305f.dir/src.cxx.o] Error 1 gmake[1]: Leaving directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_4305f/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/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_fc678/fast && /usr/bin/gmake -f CMakeFiles/cmTC_fc678.dir/build.make CMakeFiles/cmTC_fc678.dir/build gmake[1]: Entering directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_fc678.dir/src.cxx.o /usr/bin/c++ -DCOMPILER_SUPPORT_Qunusedarguments -std=c++11 -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 -fPIE -Qunused-arguments -std=c++11 -o CMakeFiles/cmTC_fc678.dir/src.cxx.o -c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/src.cxx c++: error: unrecognized command-line option '-Qunused-arguments' gmake[1]: *** [CMakeFiles/cmTC_fc678.dir/build.make:78: CMakeFiles/cmTC_fc678.dir/src.cxx.o] Error 1 gmake[1]: Leaving directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_fc678/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/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_fb719/fast && /usr/bin/gmake -f CMakeFiles/cmTC_fb719.dir/build.make CMakeFiles/cmTC_fb719.dir/build gmake[1]: Entering directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_fb719.dir/CheckIncludeFile.c.o /usr/bin/cc -fPIE -o CMakeFiles/cmTC_fb719.dir/CheckIncludeFile.c.o -c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c /home/syntec/Desktop/VTK_GLES/vtk-9.4.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_fb719.dir/build.make:78: CMakeFiles/cmTC_fb719.dir/CheckIncludeFile.c.o] Error 1 gmake[1]: Leaving directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_fb719/fast] Error 2 Determining if the HAVE_BSWAP_16 exist failed with the following output: Change Dir: /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_7cf7b/fast && /usr/bin/gmake -f CMakeFiles/cmTC_7cf7b.dir/build.make CMakeFiles/cmTC_7cf7b.dir/build gmake[1]: Entering directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_7cf7b.dir/CheckSymbolExists.c.o /usr/bin/cc -fPIE -o CMakeFiles/cmTC_7cf7b.dir/CheckSymbolExists.c.o -c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’: /home/syntec/Desktop/VTK_GLES/vtk-9.4.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/syntec/Desktop/VTK_GLES/vtk-9.4.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_7cf7b.dir/build.make:78: CMakeFiles/cmTC_7cf7b.dir/CheckSymbolExists.c.o] Error 1 gmake[1]: Leaving directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_7cf7b/fast] Error 2 File /home/syntec/Desktop/VTK_GLES/vtk-9.4.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/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_1e2e1/fast && /usr/bin/gmake -f CMakeFiles/cmTC_1e2e1.dir/build.make CMakeFiles/cmTC_1e2e1.dir/build gmake[1]: Entering directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_1e2e1.dir/CheckSymbolExists.c.o /usr/bin/cc -fPIE -o CMakeFiles/cmTC_1e2e1.dir/CheckSymbolExists.c.o -c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’: /home/syntec/Desktop/VTK_GLES/vtk-9.4.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/syntec/Desktop/VTK_GLES/vtk-9.4.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_1e2e1.dir/build.make:78: CMakeFiles/cmTC_1e2e1.dir/CheckSymbolExists.c.o] Error 1 gmake[1]: Leaving directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_1e2e1/fast] Error 2 File /home/syntec/Desktop/VTK_GLES/vtk-9.4.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/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_c47d2/fast && /usr/bin/gmake -f CMakeFiles/cmTC_c47d2.dir/build.make CMakeFiles/cmTC_c47d2.dir/build gmake[1]: Entering directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_c47d2.dir/CheckSymbolExists.c.o /usr/bin/cc -fPIE -o CMakeFiles/cmTC_c47d2.dir/CheckSymbolExists.c.o -c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’: /home/syntec/Desktop/VTK_GLES/vtk-9.4.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/syntec/Desktop/VTK_GLES/vtk-9.4.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_c47d2.dir/build.make:78: CMakeFiles/cmTC_c47d2.dir/CheckSymbolExists.c.o] Error 1 gmake[1]: Leaving directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_c47d2/fast] Error 2 File /home/syntec/Desktop/VTK_GLES/vtk-9.4.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/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_3c9e1/fast && /usr/bin/gmake -f CMakeFiles/cmTC_3c9e1.dir/build.make CMakeFiles/cmTC_3c9e1.dir/build gmake[1]: Entering directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_3c9e1.dir/__INT64.c.o /usr/bin/cc -fPIE -o CMakeFiles/cmTC_3c9e1.dir/__INT64.c.o -c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CheckTypeSize/__INT64.c /home/syntec/Desktop/VTK_GLES/vtk-9.4.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/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CheckTypeSize/__INT64.c:29:12: note: in expansion of macro ‘SIZE’ 29 | ('0' + ((SIZE / 10000)%10)), | ^~~~ gmake[1]: *** [CMakeFiles/cmTC_3c9e1.dir/build.make:78: CMakeFiles/cmTC_3c9e1.dir/__INT64.c.o] Error 1 gmake[1]: Leaving directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_3c9e1/fast] Error 2 /home/syntec/Desktop/VTK_GLES/vtk-9.4.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/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_15b92/fast && /usr/bin/gmake -f CMakeFiles/cmTC_15b92.dir/build.make CMakeFiles/cmTC_15b92.dir/build gmake[1]: Entering directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_15b92.dir/UNSIGNED___INT64.c.o /usr/bin/cc -fPIE -o CMakeFiles/cmTC_15b92.dir/UNSIGNED___INT64.c.o -c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:27:31: error: expected ‘)’ before ‘__int64’ 27 | #define SIZE (sizeof(unsigned __int64)) | ~ ^~~~~~~ /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:29:12: note: in expansion of macro ‘SIZE’ 29 | ('0' + ((SIZE / 10000)%10)), | ^~~~ /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:27:31: error: expected ‘)’ before ‘__int64’ 27 | #define SIZE (sizeof(unsigned __int64)) | ~ ^~~~~~~ /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:30:12: note: in expansion of macro ‘SIZE’ 30 | ('0' + ((SIZE / 1000)%10)), | ^~~~ /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:27:31: error: expected ‘)’ before ‘__int64’ 27 | #define SIZE (sizeof(unsigned __int64)) | ~ ^~~~~~~ /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:31:12: note: in expansion of macro ‘SIZE’ 31 | ('0' + ((SIZE / 100)%10)), | ^~~~ /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:27:31: error: expected ‘)’ before ‘__int64’ 27 | #define SIZE (sizeof(unsigned __int64)) | ~ ^~~~~~~ /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:32:12: note: in expansion of macro ‘SIZE’ 32 | ('0' + ((SIZE / 10)%10)), | ^~~~ /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:27:31: error: expected ‘)’ before ‘__int64’ 27 | #define SIZE (sizeof(unsigned __int64)) | ~ ^~~~~~~ /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:33:12: note: in expansion of macro ‘SIZE’ 33 | ('0' + (SIZE % 10)), | ^~~~ gmake[1]: *** [CMakeFiles/cmTC_15b92.dir/build.make:78: CMakeFiles/cmTC_15b92.dir/UNSIGNED___INT64.c.o] Error 1 gmake[1]: Leaving directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_15b92/fast] Error 2 /home/syntec/Desktop/VTK_GLES/vtk-9.4.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/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_6fbb9/fast && /usr/bin/gmake -f CMakeFiles/cmTC_6fbb9.dir/build.make CMakeFiles/cmTC_6fbb9.dir/build gmake[1]: Entering directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_6fbb9.dir/CheckSymbolExists.c.o /usr/bin/cc -fPIE -o CMakeFiles/cmTC_6fbb9.dir/CheckSymbolExists.c.o -c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’: /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: ‘arc4random_buf’ undeclared (first use in this function) 8 | return ((int*)(&arc4random_buf))[argc]; | ^~~~~~~~~~~~~~ /home/syntec/Desktop/VTK_GLES/vtk-9.4.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_6fbb9.dir/build.make:78: CMakeFiles/cmTC_6fbb9.dir/CheckSymbolExists.c.o] Error 1 gmake[1]: Leaving directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_6fbb9/fast] Error 2 File /home/syntec/Desktop/VTK_GLES/vtk-9.4.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/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_3a906/fast && /usr/bin/gmake -f CMakeFiles/cmTC_3a906.dir/build.make CMakeFiles/cmTC_3a906.dir/build gmake[1]: Entering directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_3a906.dir/CheckSymbolExists.c.o /usr/bin/cc -fPIE -o CMakeFiles/cmTC_3a906.dir/CheckSymbolExists.c.o -c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’: /home/syntec/Desktop/VTK_GLES/vtk-9.4.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/syntec/Desktop/VTK_GLES/vtk-9.4.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_3a906.dir/build.make:78: CMakeFiles/cmTC_3a906.dir/CheckSymbolExists.c.o] Error 1 gmake[1]: Leaving directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_3a906/fast] Error 2 File /home/syntec/Desktop/VTK_GLES/vtk-9.4.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/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_b7315/fast && /usr/bin/gmake -f CMakeFiles/cmTC_b7315.dir/build.make CMakeFiles/cmTC_b7315.dir/build gmake[1]: Entering directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_b7315.dir/CheckSymbolExists.c.o /usr/bin/cc -fPIE -o CMakeFiles/cmTC_b7315.dir/CheckSymbolExists.c.o -c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’: /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: expected expression before ‘off_t’ 8 | return ((int*)(&off_t))[argc]; | ^~~~~ gmake[1]: *** [CMakeFiles/cmTC_b7315.dir/build.make:78: CMakeFiles/cmTC_b7315.dir/CheckSymbolExists.c.o] Error 1 gmake[1]: Leaving directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_b7315/fast] Error 2 File /home/syntec/Desktop/VTK_GLES/vtk-9.4.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/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_5322f/fast && /usr/bin/gmake -f CMakeFiles/cmTC_5322f.dir/build.make CMakeFiles/cmTC_5322f.dir/build gmake[1]: Entering directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_5322f.dir/CheckSymbolExists.c.o /usr/bin/cc -fPIE -o CMakeFiles/cmTC_5322f.dir/CheckSymbolExists.c.o -c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’: /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: expected expression before ‘size_t’ 8 | return ((int*)(&size_t))[argc]; | ^~~~~~ gmake[1]: *** [CMakeFiles/cmTC_5322f.dir/build.make:78: CMakeFiles/cmTC_5322f.dir/CheckSymbolExists.c.o] Error 1 gmake[1]: Leaving directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_5322f/fast] Error 2 File /home/syntec/Desktop/VTK_GLES/vtk-9.4.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/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_466bd/fast && /usr/bin/gmake -f CMakeFiles/cmTC_466bd.dir/build.make CMakeFiles/cmTC_466bd.dir/build gmake[1]: Entering directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_466bd.dir/CheckIncludeFile.c.o /usr/bin/cc -Wall -Winline -Wformat-security -Wpointer-arith -Wdisabled-optimization -Wno-unknown-pragmas -fstrict-aliasing -fPIE -std=gnu99 -o CMakeFiles/cmTC_466bd.dir/CheckIncludeFile.c.o -c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: io.h: No such file or directory 1 | #include | ^~~~~~ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_466bd.dir/build.make:78: CMakeFiles/cmTC_466bd.dir/CheckIncludeFile.c.o] Error 1 gmake[1]: Leaving directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_466bd/fast] Error 2 Determining if the setmode exist failed with the following output: Change Dir: /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_d3a00/fast && /usr/bin/gmake -f CMakeFiles/cmTC_d3a00.dir/build.make CMakeFiles/cmTC_d3a00.dir/build gmake[1]: Entering directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_d3a00.dir/CheckSymbolExists.c.o /usr/bin/cc -Wall -Winline -Wformat-security -Wpointer-arith -Wdisabled-optimization -Wno-unknown-pragmas -fstrict-aliasing -fPIE -std=gnu99 -o CMakeFiles/cmTC_d3a00.dir/CheckSymbolExists.c.o -c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’: /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: ‘setmode’ undeclared (first use in this function) 8 | return ((int*)(&setmode))[argc]; | ^~~~~~~ /home/syntec/Desktop/VTK_GLES/vtk-9.4.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_d3a00.dir/build.make:78: CMakeFiles/cmTC_d3a00.dir/CheckSymbolExists.c.o] Error 1 gmake[1]: Leaving directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_d3a00/fast] Error 2 File /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef setmode return ((int*)(&setmode))[argc]; #else (void)argc; return 0; #endif } Determining if the pow exist failed with the following output: Change Dir: /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_44500/fast && /usr/bin/gmake -f CMakeFiles/cmTC_44500.dir/build.make CMakeFiles/cmTC_44500.dir/build gmake[1]: Entering directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_44500.dir/CheckSymbolExists.c.o /usr/bin/cc -Wall -Winline -Wformat-security -Wpointer-arith -Wdisabled-optimization -Wno-unknown-pragmas -fstrict-aliasing -fPIE -std=gnu99 -o CMakeFiles/cmTC_44500.dir/CheckSymbolExists.c.o -c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c Linking C executable cmTC_44500 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_44500.dir/link.txt --verbose=1 /usr/bin/cc -Wall -Winline -Wformat-security -Wpointer-arith -Wdisabled-optimization -Wno-unknown-pragmas -fstrict-aliasing -Wl,-lc -Wl,-lc CMakeFiles/cmTC_44500.dir/CheckSymbolExists.c.o -o cmTC_44500 /usr/bin/ld: CMakeFiles/cmTC_44500.dir/CheckSymbolExists.c.o: in function `main': CheckSymbolExists.c:(.text+0x1f): undefined reference to `pow' collect2: error: ld returned 1 exit status gmake[1]: *** [CMakeFiles/cmTC_44500.dir/build.make:99: cmTC_44500] Error 1 gmake[1]: Leaving directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_44500/fast] Error 2 File /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef pow return ((int*)(&pow))[argc]; #else (void)argc; return 0; #endif } Determining if files sys/file.h;sys/ioctl.h;sys/resource.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;features.h;dirent.h;unistd.h;pwd.h;globus/common.h exist failed with the following output: Change Dir: /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_ae52e/fast && /usr/bin/gmake -f CMakeFiles/cmTC_ae52e.dir/build.make CMakeFiles/cmTC_ae52e.dir/build gmake[1]: Entering directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_ae52e.dir/H5_HAVE_GLOBUS_COMMON_H.c.o /usr/bin/cc -fPIE -o CMakeFiles/cmTC_ae52e.dir/H5_HAVE_GLOBUS_COMMON_H.c.o -c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CheckIncludeFiles/H5_HAVE_GLOBUS_COMMON_H.c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CheckIncludeFiles/H5_HAVE_GLOBUS_COMMON_H.c:13:10: fatal error: globus/common.h: No such file or directory 13 | #include | ^~~~~~~~~~~~~~~~~ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_ae52e.dir/build.make:78: CMakeFiles/cmTC_ae52e.dir/H5_HAVE_GLOBUS_COMMON_H.c.o] Error 1 gmake[1]: Leaving directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_ae52e/fast] Error 2 Source: /* */ #include #include #include #include #include #include #include #include #include #include #include #include int main(void){return 0;} Determining if files sys/file.h;sys/ioctl.h;sys/resource.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;features.h;dirent.h;unistd.h;pwd.h;pdb.h exist failed with the following output: Change Dir: /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_cb67a/fast && /usr/bin/gmake -f CMakeFiles/cmTC_cb67a.dir/build.make CMakeFiles/cmTC_cb67a.dir/build gmake[1]: Entering directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_cb67a.dir/H5_HAVE_PDB_H.c.o /usr/bin/cc -fPIE -o CMakeFiles/cmTC_cb67a.dir/H5_HAVE_PDB_H.c.o -c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CheckIncludeFiles/H5_HAVE_PDB_H.c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CheckIncludeFiles/H5_HAVE_PDB_H.c:13:10: fatal error: pdb.h: No such file or directory 13 | #include | ^~~~~~~ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_cb67a.dir/build.make:78: CMakeFiles/cmTC_cb67a.dir/H5_HAVE_PDB_H.c.o] Error 1 gmake[1]: Leaving directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_cb67a/fast] Error 2 Source: /* */ #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/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_cb82f/fast && /usr/bin/gmake -f CMakeFiles/cmTC_cb82f.dir/build.make CMakeFiles/cmTC_cb82f.dir/build gmake[1]: Entering directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_cb82f.dir/H5_SIZEOF___INT64.c.o /usr/bin/cc -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -fPIE -o CMakeFiles/cmTC_cb82f.dir/H5_SIZEOF___INT64.c.o -c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CheckTypeSize/H5_SIZEOF___INT64.c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CheckTypeSize/H5_SIZEOF___INT64.c:27:22: error: ‘__int64’ undeclared here (not in a function); did you mean ‘__int64_t’? 27 | #define SIZE (sizeof(__int64)) | ^~~~~~~ /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CheckTypeSize/H5_SIZEOF___INT64.c:29:12: note: in expansion of macro ‘SIZE’ 29 | ('0' + ((SIZE / 10000)%10)), | ^~~~ gmake[1]: *** [CMakeFiles/cmTC_cb82f.dir/build.make:78: CMakeFiles/cmTC_cb82f.dir/H5_SIZEOF___INT64.c.o] Error 1 gmake[1]: Leaving directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_cb82f/fast] Error 2 /home/syntec/Desktop/VTK_GLES/vtk-9.4.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(__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; } Performing C SOURCE FILE Test H5_HAVE___TM_GMTOFF failed with the following output: Change Dir: /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_c608f/fast && /usr/bin/gmake -f CMakeFiles/cmTC_c608f.dir/build.make CMakeFiles/cmTC_c608f.dir/build gmake[1]: Entering directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_c608f.dir/src.c.o /usr/bin/cc -DH5_HAVE___TM_GMTOFF -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -fPIE -o CMakeFiles/cmTC_c608f.dir/src.c.o -c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/src.c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/src.c:6:34: error: ‘struct tm’ has no member named ‘__tm_gmtoff’; did you mean ‘tm_gmtoff’? 6 | (void)sizeof(((struct tm *)0)->__tm_gmtoff); | ^~~~~~~~~~~ | tm_gmtoff gmake[1]: *** [CMakeFiles/cmTC_c608f.dir/build.make:78: CMakeFiles/cmTC_c608f.dir/src.c.o] Error 1 gmake[1]: Leaving directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_c608f/fast] Error 2 Source file was: #include int main() { (void)sizeof(((struct tm *)0)->__tm_gmtoff); return 0; } Performing C SOURCE FILE Test H5_HAVE_STRUCT_TIMEZONE failed with the following output: Change Dir: /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_6d86f/fast && /usr/bin/gmake -f CMakeFiles/cmTC_6d86f.dir/build.make CMakeFiles/cmTC_6d86f.dir/build gmake[1]: Entering directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_6d86f.dir/src.c.o /usr/bin/cc -DH5_HAVE_STRUCT_TIMEZONE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -fPIE -o CMakeFiles/cmTC_6d86f.dir/src.c.o -c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/src.c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/src.c:8:32: error: ‘struct tm’ has no member named ‘tz_minuteswest’ 8 | (void)sizeof(((struct tm *)0)->tz_minuteswest); | ^~ gmake[1]: *** [CMakeFiles/cmTC_6d86f.dir/build.make:78: CMakeFiles/cmTC_6d86f.dir/src.c.o] Error 1 gmake[1]: Leaving directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_6d86f/fast] Error 2 Source file was: #include #include #include int main() { (void)sizeof(((struct tm *)0)->tz_minuteswest); return 0; } Performing Other Test HAVE_TM_ZONE failed with the following output: Change Dir: /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_15faa/fast && /usr/bin/gmake -f CMakeFiles/cmTC_15faa.dir/build.make CMakeFiles/cmTC_15faa.dir/build gmake[1]: Entering directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_15faa.dir/HDFTests.c.o /usr/bin/cc -fPIE -DHAVE_TM_ZONE -DHAVE_SYS_TIME_H -DHAVE_UNISTD_H -DHAVE_SYS_TYPES_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -o CMakeFiles/cmTC_15faa.dir/HDFTests.c.o -c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/ThirdParty/hdf5/vtkhdf5/config/cmake_ext_mod/HDFTests.c Linking C executable cmTC_15faa /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_15faa.dir/link.txt --verbose=1 /usr/bin/cc -Wl,-lc -Wl,-lc CMakeFiles/cmTC_15faa.dir/HDFTests.c.o -o cmTC_15faa -lm /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/Scrt1.o: in function `_start': (.text+0x1b): undefined reference to `main' collect2: error: ld returned 1 exit status gmake[1]: *** [CMakeFiles/cmTC_15faa.dir/build.make:99: cmTC_15faa] Error 1 gmake[1]: Leaving directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_15faa/fast] Error 2 Performing Other Test HAVE_STRUCT_TM_TM_ZONE failed with the following output: Change Dir: /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_7e571/fast && /usr/bin/gmake -f CMakeFiles/cmTC_7e571.dir/build.make CMakeFiles/cmTC_7e571.dir/build gmake[1]: Entering directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_7e571.dir/HDFTests.c.o /usr/bin/cc -fPIE -DHAVE_STRUCT_TM_TM_ZONE -DHAVE_SYS_TIME_H -DHAVE_UNISTD_H -DHAVE_SYS_TYPES_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -o CMakeFiles/cmTC_7e571.dir/HDFTests.c.o -c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/ThirdParty/hdf5/vtkhdf5/config/cmake_ext_mod/HDFTests.c Linking C executable cmTC_7e571 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7e571.dir/link.txt --verbose=1 /usr/bin/cc -Wl,-lc -Wl,-lc CMakeFiles/cmTC_7e571.dir/HDFTests.c.o -o cmTC_7e571 -lm /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/Scrt1.o: in function `_start': (.text+0x1b): undefined reference to `main' collect2: error: ld returned 1 exit status gmake[1]: *** [CMakeFiles/cmTC_7e571.dir/build.make:99: cmTC_7e571] Error 1 gmake[1]: Leaving directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_7e571/fast] Error 2 Performing C SOURCE FILE Test H5_HAVE_STRUCT_VIDEOCONFIG failed with the following output: Change Dir: /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_cc58e/fast && /usr/bin/gmake -f CMakeFiles/cmTC_cc58e.dir/build.make CMakeFiles/cmTC_cc58e.dir/build gmake[1]: Entering directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_cc58e.dir/src.c.o /usr/bin/cc -DH5_HAVE_STRUCT_VIDEOCONFIG -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -fPIE -o CMakeFiles/cmTC_cc58e.dir/src.c.o -c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/src.c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/src.c:5:41: error: invalid use of undefined type ‘struct videoconfig’ 5 | (void)sizeof(((struct videoconfig *)0)->numtextcols); | ^~ gmake[1]: *** [CMakeFiles/cmTC_cc58e.dir/build.make:78: CMakeFiles/cmTC_cc58e.dir/src.c.o] Error 1 gmake[1]: Leaving directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_cc58e/fast] Error 2 Source file was: int main() { (void)sizeof(((struct videoconfig *)0)->numtextcols); return 0; } Performing C SOURCE FILE Test H5_HAVE_STRUCT_TEXT_INFO failed with the following output: Change Dir: /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_94eb8/fast && /usr/bin/gmake -f CMakeFiles/cmTC_94eb8.dir/build.make CMakeFiles/cmTC_94eb8.dir/build gmake[1]: Entering directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_94eb8.dir/src.c.o /usr/bin/cc -DH5_HAVE_STRUCT_TEXT_INFO -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -fPIE -o CMakeFiles/cmTC_94eb8.dir/src.c.o -c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/src.c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/src.c:5:39: error: invalid use of undefined type ‘struct text_info’ 5 | (void)sizeof(((struct text_info *)0)->screenwidth); | ^~ gmake[1]: *** [CMakeFiles/cmTC_94eb8.dir/build.make:78: CMakeFiles/cmTC_94eb8.dir/src.c.o] Error 1 gmake[1]: Leaving directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_94eb8/fast] Error 2 Source file was: int main() { (void)sizeof(((struct text_info *)0)->screenwidth); return 0; } Determining if the function _getvideoconfig exists failed with the following output: Change Dir: /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_b03af/fast && /usr/bin/gmake -f CMakeFiles/cmTC_b03af.dir/build.make CMakeFiles/cmTC_b03af.dir/build gmake[1]: Entering directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_b03af.dir/CheckFunctionExists.c.o /usr/bin/cc -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DCHECK_FUNCTION_EXISTS=_getvideoconfig -fPIE -o CMakeFiles/cmTC_b03af.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.22/Modules/CheckFunctionExists.c Linking C executable cmTC_b03af /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b03af.dir/link.txt --verbose=1 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=_getvideoconfig -Wl,-lc -Wl,-lc CMakeFiles/cmTC_b03af.dir/CheckFunctionExists.c.o -o cmTC_b03af /usr/bin/ld: CMakeFiles/cmTC_b03af.dir/CheckFunctionExists.c.o: in function `main': CheckFunctionExists.c:(.text+0x14): undefined reference to `_getvideoconfig' collect2: error: ld returned 1 exit status gmake[1]: *** [CMakeFiles/cmTC_b03af.dir/build.make:99: cmTC_b03af] Error 1 gmake[1]: Leaving directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_b03af/fast] Error 2 Determining if the function gettextinfo exists failed with the following output: Change Dir: /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_9e150/fast && /usr/bin/gmake -f CMakeFiles/cmTC_9e150.dir/build.make CMakeFiles/cmTC_9e150.dir/build gmake[1]: Entering directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_9e150.dir/CheckFunctionExists.c.o /usr/bin/cc -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DCHECK_FUNCTION_EXISTS=gettextinfo -fPIE -o CMakeFiles/cmTC_9e150.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.22/Modules/CheckFunctionExists.c Linking C executable cmTC_9e150 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9e150.dir/link.txt --verbose=1 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=gettextinfo -Wl,-lc -Wl,-lc CMakeFiles/cmTC_9e150.dir/CheckFunctionExists.c.o -o cmTC_9e150 /usr/bin/ld: CMakeFiles/cmTC_9e150.dir/CheckFunctionExists.c.o: in function `main': CheckFunctionExists.c:(.text+0x14): undefined reference to `gettextinfo' collect2: error: ld returned 1 exit status gmake[1]: *** [CMakeFiles/cmTC_9e150.dir/build.make:99: cmTC_9e150] Error 1 gmake[1]: Leaving directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_9e150/fast] Error 2 Determining if the function _scrsize exists failed with the following output: Change Dir: /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_84c24/fast && /usr/bin/gmake -f CMakeFiles/cmTC_84c24.dir/build.make CMakeFiles/cmTC_84c24.dir/build gmake[1]: Entering directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_84c24.dir/CheckFunctionExists.c.o /usr/bin/cc -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DCHECK_FUNCTION_EXISTS=_scrsize -fPIE -o CMakeFiles/cmTC_84c24.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.22/Modules/CheckFunctionExists.c Linking C executable cmTC_84c24 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_84c24.dir/link.txt --verbose=1 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=_scrsize -Wl,-lc -Wl,-lc CMakeFiles/cmTC_84c24.dir/CheckFunctionExists.c.o -o cmTC_84c24 /usr/bin/ld: CMakeFiles/cmTC_84c24.dir/CheckFunctionExists.c.o: in function `main': CheckFunctionExists.c:(.text+0x14): undefined reference to `_scrsize' collect2: error: ld returned 1 exit status gmake[1]: *** [CMakeFiles/cmTC_84c24.dir/build.make:99: cmTC_84c24] Error 1 gmake[1]: Leaving directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_84c24/fast] Error 2 Determining if the function GetConsoleScreenBufferInfo exists failed with the following output: Change Dir: /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_9bc19/fast && /usr/bin/gmake -f CMakeFiles/cmTC_9bc19.dir/build.make CMakeFiles/cmTC_9bc19.dir/build gmake[1]: Entering directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_9bc19.dir/CheckFunctionExists.c.o /usr/bin/cc -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DCHECK_FUNCTION_EXISTS=GetConsoleScreenBufferInfo -fPIE -o CMakeFiles/cmTC_9bc19.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.22/Modules/CheckFunctionExists.c Linking C executable cmTC_9bc19 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9bc19.dir/link.txt --verbose=1 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=GetConsoleScreenBufferInfo -Wl,-lc -Wl,-lc CMakeFiles/cmTC_9bc19.dir/CheckFunctionExists.c.o -o cmTC_9bc19 /usr/bin/ld: CMakeFiles/cmTC_9bc19.dir/CheckFunctionExists.c.o: in function `main': CheckFunctionExists.c:(.text+0x14): undefined reference to `GetConsoleScreenBufferInfo' collect2: error: ld returned 1 exit status gmake[1]: *** [CMakeFiles/cmTC_9bc19.dir/build.make:99: cmTC_9bc19] Error 1 gmake[1]: Leaving directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_9bc19/fast] Error 2 Determining if the function setsysinfo exists failed with the following output: Change Dir: /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_70e6c/fast && /usr/bin/gmake -f CMakeFiles/cmTC_70e6c.dir/build.make CMakeFiles/cmTC_70e6c.dir/build gmake[1]: Entering directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_70e6c.dir/CheckFunctionExists.c.o /usr/bin/cc -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DCHECK_FUNCTION_EXISTS=setsysinfo -fPIE -o CMakeFiles/cmTC_70e6c.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.22/Modules/CheckFunctionExists.c Linking C executable cmTC_70e6c /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_70e6c.dir/link.txt --verbose=1 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=setsysinfo -Wl,-lc -Wl,-lc CMakeFiles/cmTC_70e6c.dir/CheckFunctionExists.c.o -o cmTC_70e6c /usr/bin/ld: CMakeFiles/cmTC_70e6c.dir/CheckFunctionExists.c.o: in function `main': CheckFunctionExists.c:(.text+0x14): undefined reference to `setsysinfo' collect2: error: ld returned 1 exit status gmake[1]: *** [CMakeFiles/cmTC_70e6c.dir/build.make:99: cmTC_70e6c] Error 1 gmake[1]: Leaving directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_70e6c/fast] Error 2 Determining if the function sigsetjmp exists failed with the following output: Change Dir: /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_fa0de/fast && /usr/bin/gmake -f CMakeFiles/cmTC_fa0de.dir/build.make CMakeFiles/cmTC_fa0de.dir/build gmake[1]: Entering directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_fa0de.dir/CheckFunctionExists.c.o /usr/bin/cc -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DCHECK_FUNCTION_EXISTS=sigsetjmp -fPIE -o CMakeFiles/cmTC_fa0de.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.22/Modules/CheckFunctionExists.c Linking C executable cmTC_fa0de /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fa0de.dir/link.txt --verbose=1 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=sigsetjmp -Wl,-lc -Wl,-lc CMakeFiles/cmTC_fa0de.dir/CheckFunctionExists.c.o -o cmTC_fa0de /usr/bin/ld: CMakeFiles/cmTC_fa0de.dir/CheckFunctionExists.c.o: in function `main': CheckFunctionExists.c:(.text+0x14): undefined reference to `sigsetjmp' collect2: error: ld returned 1 exit status gmake[1]: *** [CMakeFiles/cmTC_fa0de.dir/build.make:99: cmTC_fa0de] Error 1 gmake[1]: Leaving directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_fa0de/fast] Error 2 Determining if the function clock_gettime exists in the posix4 failed with the following output: Change Dir: /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_0ce8a/fast && /usr/bin/gmake -f CMakeFiles/cmTC_0ce8a.dir/build.make CMakeFiles/cmTC_0ce8a.dir/build gmake[1]: Entering directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_0ce8a.dir/CheckFunctionExists.c.o /usr/bin/cc -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DCHECK_FUNCTION_EXISTS=clock_gettime -fPIE -o CMakeFiles/cmTC_0ce8a.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.22/Modules/CheckFunctionExists.c Linking C executable cmTC_0ce8a /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0ce8a.dir/link.txt --verbose=1 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=clock_gettime -Wl,-lc -Wl,-lc CMakeFiles/cmTC_0ce8a.dir/CheckFunctionExists.c.o -o cmTC_0ce8a -lposix4 /usr/bin/ld: cannot find -lposix4: No such file or directory collect2: error: ld returned 1 exit status gmake[1]: *** [CMakeFiles/cmTC_0ce8a.dir/build.make:99: cmTC_0ce8a] Error 1 gmake[1]: Leaving directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_0ce8a/fast] Error 2 Determining size of _Quad failed with the following output: Change Dir: /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_13197/fast && /usr/bin/gmake -f CMakeFiles/cmTC_13197.dir/build.make CMakeFiles/cmTC_13197.dir/build gmake[1]: Entering directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_13197.dir/_SIZEOF__QUAD.c.o /usr/bin/cc -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -fPIE -o CMakeFiles/cmTC_13197.dir/_SIZEOF__QUAD.c.o -c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CheckTypeSize/_SIZEOF__QUAD.c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CheckTypeSize/_SIZEOF__QUAD.c:28:22: error: ‘_Quad’ undeclared here (not in a function) 28 | #define SIZE (sizeof(_Quad)) | ^~~~~ /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CheckTypeSize/_SIZEOF__QUAD.c:30:12: note: in expansion of macro ‘SIZE’ 30 | ('0' + ((SIZE / 10000)%10)), | ^~~~ gmake[1]: *** [CMakeFiles/cmTC_13197.dir/build.make:78: CMakeFiles/cmTC_13197.dir/_SIZEOF__QUAD.c.o] Error 1 gmake[1]: Leaving directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_13197/fast] Error 2 /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CheckTypeSize/_SIZEOF__QUAD.c: #include #include #include #include "stdbool.h" #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(_Quad)) 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; } Test H5_LDOUBLE_TO_LONG_SPECIAL Run failed with the following output and exit code: Change Dir: /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_995ac/fast && /usr/bin/gmake -f CMakeFiles/cmTC_995ac.dir/build.make CMakeFiles/cmTC_995ac.dir/build gmake[1]: Entering directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_995ac.dir/ConversionTests.c.o /usr/bin/cc -DH5_LDOUBLE_TO_LONG_SPECIAL_TEST -fPIE -o CMakeFiles/cmTC_995ac.dir/ConversionTests.c.o -c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/ThirdParty/hdf5/vtkhdf5/config/cmake/ConversionTests.c Linking C executable cmTC_995ac /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_995ac.dir/link.txt --verbose=1 /usr/bin/cc -DH5_LDOUBLE_TO_LONG_SPECIAL_TEST -Wl,-lc -Wl,-lc CMakeFiles/cmTC_995ac.dir/ConversionTests.c.o -o cmTC_995ac gmake[1]: Leaving directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' Test H5_LONG_TO_LDOUBLE_SPECIAL Run failed with the following output and exit code: Change Dir: /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_71eef/fast && /usr/bin/gmake -f CMakeFiles/cmTC_71eef.dir/build.make CMakeFiles/cmTC_71eef.dir/build gmake[1]: Entering directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_71eef.dir/ConversionTests.c.o /usr/bin/cc -DH5_LONG_TO_LDOUBLE_SPECIAL_TEST -fPIE -o CMakeFiles/cmTC_71eef.dir/ConversionTests.c.o -c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/ThirdParty/hdf5/vtkhdf5/config/cmake/ConversionTests.c Linking C executable cmTC_71eef /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_71eef.dir/link.txt --verbose=1 /usr/bin/cc -DH5_LONG_TO_LDOUBLE_SPECIAL_TEST -Wl,-lc -Wl,-lc CMakeFiles/cmTC_71eef.dir/ConversionTests.c.o -o cmTC_71eef gmake[1]: Leaving directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' Test H5_DISABLE_SOME_LDOUBLE_CONV Run failed with the following output and exit code: Change Dir: /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_c1ec6/fast && /usr/bin/gmake -f CMakeFiles/cmTC_c1ec6.dir/build.make CMakeFiles/cmTC_c1ec6.dir/build gmake[1]: Entering directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_c1ec6.dir/ConversionTests.c.o /usr/bin/cc -DH5_DISABLE_SOME_LDOUBLE_CONV_TEST -fPIE -o CMakeFiles/cmTC_c1ec6.dir/ConversionTests.c.o -c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/ThirdParty/hdf5/vtkhdf5/config/cmake/ConversionTests.c Linking C executable cmTC_c1ec6 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c1ec6.dir/link.txt --verbose=1 /usr/bin/cc -DH5_DISABLE_SOME_LDOUBLE_CONV_TEST -Wl,-lc -Wl,-lc CMakeFiles/cmTC_c1ec6.dir/ConversionTests.c.o -o cmTC_c1ec6 gmake[1]: Leaving directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' Performing C SOURCE FILE Test have_flag_logical-op-parentheses failed with the following output: Change Dir: /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_54441/fast && /usr/bin/gmake -f CMakeFiles/cmTC_54441.dir/build.make CMakeFiles/cmTC_54441.dir/build gmake[1]: Entering directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_54441.dir/src.c.o /usr/bin/cc -fPIE -Dhave_flag_logical-op-parentheses -Wno-logical-op-parentheses -o CMakeFiles/cmTC_54441.dir/src.c.o -c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/src.c : warning: ISO C99 requires whitespace after the macro name cc1: note: unrecognized command-line option '-Wno-logical-op-parentheses' may have been intended to silence earlier diagnostics Linking C executable cmTC_54441 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_54441.dir/link.txt --verbose=1 /usr/bin/cc -Wl,-lc -Wl,-lc CMakeFiles/cmTC_54441.dir/src.c.o -o cmTC_54441 gmake[1]: Leaving directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' Source file was: int main(void) { return 0; } Performing C SOURCE FILE Test have_flag_shift-op-parentheses failed with the following output: Change Dir: /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_f12b8/fast && /usr/bin/gmake -f CMakeFiles/cmTC_f12b8.dir/build.make CMakeFiles/cmTC_f12b8.dir/build gmake[1]: Entering directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_f12b8.dir/src.c.o /usr/bin/cc -fPIE -Dhave_flag_shift-op-parentheses -Wno-shift-op-parentheses -o CMakeFiles/cmTC_f12b8.dir/src.c.o -c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/src.c : warning: ISO C99 requires whitespace after the macro name cc1: note: unrecognized command-line option '-Wno-shift-op-parentheses' may have been intended to silence earlier diagnostics Linking C executable cmTC_f12b8 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f12b8.dir/link.txt --verbose=1 /usr/bin/cc -Wl,-lc -Wl,-lc CMakeFiles/cmTC_f12b8.dir/src.c.o -o cmTC_f12b8 gmake[1]: Leaving directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' Source file was: int main(void) { return 0; } Determining if the _filelengthi64 exist failed with the following output: Change Dir: /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_40bbd/fast && /usr/bin/gmake -f CMakeFiles/cmTC_40bbd.dir/build.make CMakeFiles/cmTC_40bbd.dir/build gmake[1]: Entering directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_40bbd.dir/CheckSymbolExists.c.o /usr/bin/cc -fPIE -o CMakeFiles/cmTC_40bbd.dir/CheckSymbolExists.c.o -c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:10: fatal error: io.h: No such file or directory 2 | #include | ^~~~~~ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_40bbd.dir/build.make:78: CMakeFiles/cmTC_40bbd.dir/CheckSymbolExists.c.o] Error 1 gmake[1]: Leaving directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_40bbd/fast] Error 2 File /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef _filelengthi64 return ((int*)(&_filelengthi64))[argc]; #else (void)argc; return 0; #endif } Determining if the strlcat exist failed with the following output: Change Dir: /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_1651c/fast && /usr/bin/gmake -f CMakeFiles/cmTC_1651c.dir/build.make CMakeFiles/cmTC_1651c.dir/build gmake[1]: Entering directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_1651c.dir/CheckSymbolExists.c.o /usr/bin/cc -fPIE -o CMakeFiles/cmTC_1651c.dir/CheckSymbolExists.c.o -c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’: /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: ‘strlcat’ undeclared (first use in this function); did you mean ‘strncat’? 8 | return ((int*)(&strlcat))[argc]; | ^~~~~~~ | strncat /home/syntec/Desktop/VTK_GLES/vtk-9.4.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_1651c.dir/build.make:78: CMakeFiles/cmTC_1651c.dir/CheckSymbolExists.c.o] Error 1 gmake[1]: Leaving directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_1651c/fast] Error 2 File /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef strlcat return ((int*)(&strlcat))[argc]; #else (void)argc; return 0; #endif } Determining if the st_blocksize exist failed with the following output: Change Dir: /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_0fdc4/fast && /usr/bin/gmake -f CMakeFiles/cmTC_0fdc4.dir/build.make CMakeFiles/cmTC_0fdc4.dir/build gmake[1]: Entering directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_0fdc4.dir/CheckSymbolExists.c.o /usr/bin/cc -fPIE -o CMakeFiles/cmTC_0fdc4.dir/CheckSymbolExists.c.o -c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’: /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: ‘st_blocksize’ undeclared (first use in this function) 8 | return ((int*)(&st_blocksize))[argc]; | ^~~~~~~~~~~~ /home/syntec/Desktop/VTK_GLES/vtk-9.4.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_0fdc4.dir/build.make:78: CMakeFiles/cmTC_0fdc4.dir/CheckSymbolExists.c.o] Error 1 gmake[1]: Leaving directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_0fdc4/fast] Error 2 File /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef st_blocksize return ((int*)(&st_blocksize))[argc]; #else (void)argc; return 0; #endif } Determining size of longlong failed with the following output: Change Dir: /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_47fb1/fast && /usr/bin/gmake -f CMakeFiles/cmTC_47fb1.dir/build.make CMakeFiles/cmTC_47fb1.dir/build gmake[1]: Entering directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_47fb1.dir/HAVE_LONGLONG.c.o /usr/bin/cc -fPIE -o CMakeFiles/cmTC_47fb1.dir/HAVE_LONGLONG.c.o -c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CheckTypeSize/HAVE_LONGLONG.c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CheckTypeSize/HAVE_LONGLONG.c:27:22: error: ‘longlong’ undeclared here (not in a function) 27 | #define SIZE (sizeof(longlong)) | ^~~~~~~~ /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CheckTypeSize/HAVE_LONGLONG.c:29:12: note: in expansion of macro ‘SIZE’ 29 | ('0' + ((SIZE / 10000)%10)), | ^~~~ gmake[1]: *** [CMakeFiles/cmTC_47fb1.dir/build.make:78: CMakeFiles/cmTC_47fb1.dir/HAVE_LONGLONG.c.o] Error 1 gmake[1]: Leaving directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_47fb1/fast] Error 2 /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CheckTypeSize/HAVE_LONGLONG.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(longlong)) 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 uchar failed with the following output: Change Dir: /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_765d8/fast && /usr/bin/gmake -f CMakeFiles/cmTC_765d8.dir/build.make CMakeFiles/cmTC_765d8.dir/build gmake[1]: Entering directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_765d8.dir/HAVE_UCHAR.c.o /usr/bin/cc -fPIE -o CMakeFiles/cmTC_765d8.dir/HAVE_UCHAR.c.o -c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CheckTypeSize/HAVE_UCHAR.c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CheckTypeSize/HAVE_UCHAR.c:27:22: error: ‘uchar’ undeclared here (not in a function); did you mean ‘u_char’? 27 | #define SIZE (sizeof(uchar)) | ^~~~~ /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CheckTypeSize/HAVE_UCHAR.c:29:12: note: in expansion of macro ‘SIZE’ 29 | ('0' + ((SIZE / 10000)%10)), | ^~~~ gmake[1]: *** [CMakeFiles/cmTC_765d8.dir/build.make:78: CMakeFiles/cmTC_765d8.dir/HAVE_UCHAR.c.o] Error 1 gmake[1]: Leaving directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_765d8/fast] Error 2 /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CheckTypeSize/HAVE_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(__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(uchar)) 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 schar failed with the following output: Change Dir: /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_053bd/fast && /usr/bin/gmake -f CMakeFiles/cmTC_053bd.dir/build.make CMakeFiles/cmTC_053bd.dir/build gmake[1]: Entering directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_053bd.dir/HAVE_SCHAR.c.o /usr/bin/cc -fPIE -o CMakeFiles/cmTC_053bd.dir/HAVE_SCHAR.c.o -c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CheckTypeSize/HAVE_SCHAR.c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CheckTypeSize/HAVE_SCHAR.c:27:22: error: ‘schar’ undeclared here (not in a function); did you mean ‘char’? 27 | #define SIZE (sizeof(schar)) | ^~~~~ /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CheckTypeSize/HAVE_SCHAR.c:29:12: note: in expansion of macro ‘SIZE’ 29 | ('0' + ((SIZE / 10000)%10)), | ^~~~ gmake[1]: *** [CMakeFiles/cmTC_053bd.dir/build.make:78: CMakeFiles/cmTC_053bd.dir/HAVE_SCHAR.c.o] Error 1 gmake[1]: Leaving directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_053bd/fast] Error 2 /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CheckTypeSize/HAVE_SCHAR.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(schar)) 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 HDF5 Multi_Dataset exists failed with the following output: Change Dir: /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_b6e04/fast && /usr/bin/gmake -f CMakeFiles/cmTC_b6e04.dir/build.make CMakeFiles/cmTC_b6e04.dir/build gmake[1]: Entering directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_b6e04.dir/test_HDF.c.o /usr/bin/cc -fPIE -std=gnu99 -o CMakeFiles/cmTC_b6e04.dir/test_HDF.c.o -c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/test_HDF.c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/test_HDF.c:2:11: fatal error: hdf5.h: No such file or directory 2 | #include "hdf5.h" | ^~~~~~~~ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_b6e04.dir/build.make:78: CMakeFiles/cmTC_b6e04.dir/test_HDF.c.o] Error 1 gmake[1]: Leaving directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_b6e04/fast] Error 2 Determining if the HDF5 Collective_metadata exists failed with the following output: Change Dir: /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_385ae/fast && /usr/bin/gmake -f CMakeFiles/cmTC_385ae.dir/build.make CMakeFiles/cmTC_385ae.dir/build gmake[1]: Entering directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_385ae.dir/test_HDF.c.o /usr/bin/cc -fPIE -std=gnu99 -o CMakeFiles/cmTC_385ae.dir/test_HDF.c.o -c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/test_HDF.c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/test_HDF.c:2:11: fatal error: hdf5.h: No such file or directory 2 | #include "hdf5.h" | ^~~~~~~~ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_385ae.dir/build.make:78: CMakeFiles/cmTC_385ae.dir/test_HDF.c.o] Error 1 gmake[1]: Leaving directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_385ae/fast] Error 2 Determining if the HDF5 H5Pset_file_space_strategy exists failed with the following output: Change Dir: /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_5db9d/fast && /usr/bin/gmake -f CMakeFiles/cmTC_5db9d.dir/build.make CMakeFiles/cmTC_5db9d.dir/build gmake[1]: Entering directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_5db9d.dir/test_HDF.c.o /usr/bin/cc -fPIE -std=gnu99 -o CMakeFiles/cmTC_5db9d.dir/test_HDF.c.o -c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/test_HDF.c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/test_HDF.c:2:11: fatal error: hdf5.h: No such file or directory 2 | #include "hdf5.h" | ^~~~~~~~ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_5db9d.dir/build.make:78: CMakeFiles/cmTC_5db9d.dir/test_HDF.c.o] Error 1 gmake[1]: Leaving directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_5db9d/fast] Error 2 Performing C SOURCE FILE Test CHECK_HAVE_STAT64_STRUCT failed with the following output: Change Dir: /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_75485/fast && /usr/bin/gmake -f CMakeFiles/cmTC_75485.dir/build.make CMakeFiles/cmTC_75485.dir/build gmake[1]: Entering directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_75485.dir/src.c.o /usr/bin/cc -DCHECK_HAVE_STAT64_STRUCT -fPIE -std=gnu99 -o CMakeFiles/cmTC_75485.dir/src.c.o -c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/src.c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/src.c:6:36: error: invalid use of undefined type ‘struct stat64’ 6 | (void)sizeof(((struct stat64 *)0)->st_atime); | ^~ gmake[1]: *** [CMakeFiles/cmTC_75485.dir/build.make:78: CMakeFiles/cmTC_75485.dir/src.c.o] Error 1 gmake[1]: Leaving directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_75485/fast] Error 2 Source file was: #include int main() { (void)sizeof(((struct stat64 *)0)->st_atime); return 0; } Determining if the function class exists failed with the following output: Change Dir: /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_0765c/fast && /usr/bin/gmake -f CMakeFiles/cmTC_0765c.dir/build.make CMakeFiles/cmTC_0765c.dir/build gmake[1]: Entering directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_0765c.dir/CheckFunctionExists.c.o /usr/bin/cc -DCHECK_FUNCTION_EXISTS=class -fPIE -o CMakeFiles/cmTC_0765c.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.22/Modules/CheckFunctionExists.c Linking C executable cmTC_0765c /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0765c.dir/link.txt --verbose=1 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=class -Wl,-lc -Wl,-lc CMakeFiles/cmTC_0765c.dir/CheckFunctionExists.c.o -o cmTC_0765c /usr/bin/ld: CMakeFiles/cmTC_0765c.dir/CheckFunctionExists.c.o: in function `main': CheckFunctionExists.c:(.text+0x14): undefined reference to `class' collect2: error: ld returned 1 exit status gmake[1]: *** [CMakeFiles/cmTC_0765c.dir/build.make:99: cmTC_0765c] Error 1 gmake[1]: Leaving directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_0765c/fast] Error 2 Determining if files dl.h exist failed with the following output: Change Dir: /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_15993/fast && /usr/bin/gmake -f CMakeFiles/cmTC_15993.dir/build.make CMakeFiles/cmTC_15993.dir/build gmake[1]: Entering directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_15993.dir/HAVE_DL_H.c.o /usr/bin/cc -fPIE -o CMakeFiles/cmTC_15993.dir/HAVE_DL_H.c.o -c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CheckIncludeFiles/HAVE_DL_H.c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CheckIncludeFiles/HAVE_DL_H.c:2:10: fatal error: dl.h: No such file or directory 2 | #include | ^~~~~~ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_15993.dir/build.make:78: CMakeFiles/cmTC_15993.dir/HAVE_DL_H.c.o] Error 1 gmake[1]: Leaving directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_15993/fast] Error 2 Source: /* */ #include int main(void){return 0;} Determining if the function fpclass exists failed with the following output: Change Dir: /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_60256/fast && /usr/bin/gmake -f CMakeFiles/cmTC_60256.dir/build.make CMakeFiles/cmTC_60256.dir/build gmake[1]: Entering directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_60256.dir/CheckFunctionExists.c.o /usr/bin/cc -DCHECK_FUNCTION_EXISTS=fpclass -fPIE -o CMakeFiles/cmTC_60256.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.22/Modules/CheckFunctionExists.c Linking C executable cmTC_60256 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_60256.dir/link.txt --verbose=1 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=fpclass -Wl,-lc -Wl,-lc CMakeFiles/cmTC_60256.dir/CheckFunctionExists.c.o -o cmTC_60256 /usr/bin/ld: CMakeFiles/cmTC_60256.dir/CheckFunctionExists.c.o: in function `main': CheckFunctionExists.c:(.text+0x14): undefined reference to `fpclass' collect2: error: ld returned 1 exit status gmake[1]: *** [CMakeFiles/cmTC_60256.dir/build.make:99: cmTC_60256] Error 1 gmake[1]: Leaving directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_60256/fast] Error 2 Determining if the function shl_load exists in the dld failed with the following output: Change Dir: /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_f26a4/fast && /usr/bin/gmake -f CMakeFiles/cmTC_f26a4.dir/build.make CMakeFiles/cmTC_f26a4.dir/build gmake[1]: Entering directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_f26a4.dir/CheckFunctionExists.c.o /usr/bin/cc -DCHECK_FUNCTION_EXISTS=shl_load -fPIE -o CMakeFiles/cmTC_f26a4.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.22/Modules/CheckFunctionExists.c Linking C executable cmTC_f26a4 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f26a4.dir/link.txt --verbose=1 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=shl_load -Wl,-lc -Wl,-lc CMakeFiles/cmTC_f26a4.dir/CheckFunctionExists.c.o -o cmTC_f26a4 -ldld /usr/bin/ld: cannot find -ldld: No such file or directory collect2: error: ld returned 1 exit status gmake[1]: *** [CMakeFiles/cmTC_f26a4.dir/build.make:99: cmTC_f26a4] Error 1 gmake[1]: Leaving directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_f26a4/fast] Error 2 Performing C SOURCE FILE Test HAVE_PTHREAD_MUTEX_RECURSIVE_DEFN failed with the following output: Change Dir: /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_050d1/fast && /usr/bin/gmake -f CMakeFiles/cmTC_050d1.dir/build.make CMakeFiles/cmTC_050d1.dir/build gmake[1]: Entering directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_050d1.dir/src.c.o /usr/bin/cc -DHAVE_PTHREAD_MUTEX_RECURSIVE_DEFN -Werror -Wall -fPIE -std=c99 -o CMakeFiles/cmTC_050d1.dir/src.c.o -c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/src.c /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/src.c:5:9: error: ‘PTHREAD_MUTEX_RECURSIVE’ undeclared (first use in this function); did you mean ‘PTHREAD_MUTEX_RECURSIVE_NP’? 5 | (void)PTHREAD_MUTEX_RECURSIVE; | ^~~~~~~~~~~~~~~~~~~~~~~ | PTHREAD_MUTEX_RECURSIVE_NP /home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp/src.c:5:9: note: each undeclared identifier is reported only once for each function it appears in gmake[1]: *** [CMakeFiles/cmTC_050d1.dir/build.make:78: CMakeFiles/cmTC_050d1.dir/src.c.o] Error 1 gmake[1]: Leaving directory '/home/syntec/Desktop/VTK_GLES/vtk-9.4.0/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_050d1/fast] Error 2 Source file was: #include int main(int argc, char* argv[]) { (void)PTHREAD_MUTEX_RECURSIVE; (void)argv; return argc; }