Performing C SOURCE FILE Test HAVE_ANALYZER_NORETURN_ATTRIBUTE failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_5e405/fast" /usr/bin/make -f CMakeFiles/cmTC_5e405.dir/build.make CMakeFiles/cmTC_5e405.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_5e405.dir/src.c.o /usr/bin/cc -I/usr/local/include -std=gnu99 -pipe -fno-strict-aliasing -fno-common -fexceptions -m64 -g -ggdb3 -DHAVE_ANALYZER_NORETURN_ATTRIBUTE -Werror -fPIE -o CMakeFiles/cmTC_5e405.dir/src.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.c:1:1: error: 'analyzer_noreturn' attribute directive ignored [-Werror=attributes] void anoret() __attribute__((analyzer_noreturn)); void anoret(){return;} int main(int argc, char *argv[]) {anoret(); return 0;} ^~~~ cc1: all warnings being treated as errors CMakeFiles/cmTC_5e405.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_5e405.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_5e405.dir/src.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_5e405/fast' failed make: *** [cmTC_5e405/fast] Error 2 Source file was: void anoret() __attribute__((analyzer_noreturn)); void anoret(){return;} int main(int argc, char *argv[]) {anoret(); return 0;} Performing C SOURCE FILE Test QUNUSED_ARGUMENTS_C_FLAG_FOUND failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_e4f53/fast" /usr/bin/make -f CMakeFiles/cmTC_e4f53.dir/build.make CMakeFiles/cmTC_e4f53.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_e4f53.dir/src.c.o /usr/bin/cc -I/usr/local/include -std=gnu99 -pipe -fno-strict-aliasing -fno-common -fexceptions -m64 -g -ggdb3 -DQUNUSED_ARGUMENTS_C_FLAG_FOUND -Werror -fPIE -Qunused-arguments -o CMakeFiles/cmTC_e4f53.dir/src.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.c cc: error: unrecognized command line option '-Qunused-arguments'; did you mean '-Wunused-parameter'? CMakeFiles/cmTC_e4f53.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_e4f53.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_e4f53.dir/src.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_e4f53/fast' failed make: *** [cmTC_e4f53/fast] Error 2 Source file was: int main(void) { return 0; } Performing C++ SOURCE FILE Test QUNUSED_ARGUMENTS_CXX_FLAG_FOUND failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_2fe07/fast" /usr/bin/make -f CMakeFiles/cmTC_2fe07.dir/build.make CMakeFiles/cmTC_2fe07.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_2fe07.dir/src.cxx.o /usr/bin/c++ -I/usr/local/include -std=c++11 -pipe -fno-strict-aliasing -fno-common -fexceptions -ftemplate-depth-128 -m64 -g -ggdb3 -DQUNUSED_ARGUMENTS_CXX_FLAG_FOUND -Werror -fPIE -Qunused-arguments -o CMakeFiles/cmTC_2fe07.dir/src.cxx.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.cxx c++: error: unrecognized command line option '-Qunused-arguments'; did you mean '-Wunused-parameter'? CMakeFiles/cmTC_2fe07.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_2fe07.dir/src.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_2fe07.dir/src.cxx.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_2fe07/fast' failed make: *** [cmTC_2fe07/fast] Error 2 Source file was: int main() { return 0; } Performing C++ SOURCE FILE Test WBAD_FUNCTION_CAST_CXX_FLAG_FOUND failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_43087/fast" /usr/bin/make -f CMakeFiles/cmTC_43087.dir/build.make CMakeFiles/cmTC_43087.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_43087.dir/src.cxx.o /usr/bin/c++ -I/usr/local/include -std=c++11 -pipe -fno-strict-aliasing -fno-common -fexceptions -ftemplate-depth-128 -m64 -g -ggdb3 -O3 -march=native -fipa-pta -fstrength-reduce -fexpensive-optimizations -finline-functions -flto -fno-omit-frame-pointer -pedantic -Wall -Wextra -Wundef -Wfloat-equal -Wshadow -DWBAD_FUNCTION_CAST_CXX_FLAG_FOUND -fPIE -Wbad-function-cast -o CMakeFiles/cmTC_43087.dir/src.cxx.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.cxx cc1plus: warning: command line option '-Wbad-function-cast' is valid for C/ObjC but not for C++ Linking CXX executable cmTC_43087 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_43087.dir/link.txt --verbose=1 /usr/bin/c++ -std=c++11 -pipe -fno-strict-aliasing -fno-common -fexceptions -ftemplate-depth-128 -m64 -g -ggdb3 -O3 -march=native -fipa-pta -fstrength-reduce -fexpensive-optimizations -finline-functions -flto -fno-omit-frame-pointer -pedantic -Wall -Wextra -Wundef -Wfloat-equal -Wshadow -DWBAD_FUNCTION_CAST_CXX_FLAG_FOUND -rdynamic CMakeFiles/cmTC_43087.dir/src.cxx.o -o cmTC_43087 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Source file was: int main() { return 0; } Performing C++ SOURCE FILE Test WDECLARATION_AFTER_STATEMENT_CXX_FLAG_FOUND failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_ad84a/fast" /usr/bin/make -f CMakeFiles/cmTC_ad84a.dir/build.make CMakeFiles/cmTC_ad84a.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_ad84a.dir/src.cxx.o /usr/bin/c++ -I/usr/local/include -std=c++11 -pipe -fno-strict-aliasing -fno-common -fexceptions -ftemplate-depth-128 -m64 -g -ggdb3 -O3 -march=native -fipa-pta -fstrength-reduce -fexpensive-optimizations -finline-functions -flto -fno-omit-frame-pointer -pedantic -Wall -Wextra -Wundef -Wfloat-equal -Wshadow -DWDECLARATION_AFTER_STATEMENT_CXX_FLAG_FOUND -fPIE -Wdeclaration-after-statement -o CMakeFiles/cmTC_ad84a.dir/src.cxx.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.cxx cc1plus: warning: command line option '-Wdeclaration-after-statement' is valid for C/ObjC but not for C++ Linking CXX executable cmTC_ad84a /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ad84a.dir/link.txt --verbose=1 /usr/bin/c++ -std=c++11 -pipe -fno-strict-aliasing -fno-common -fexceptions -ftemplate-depth-128 -m64 -g -ggdb3 -O3 -march=native -fipa-pta -fstrength-reduce -fexpensive-optimizations -finline-functions -flto -fno-omit-frame-pointer -pedantic -Wall -Wextra -Wundef -Wfloat-equal -Wshadow -DWDECLARATION_AFTER_STATEMENT_CXX_FLAG_FOUND -rdynamic CMakeFiles/cmTC_ad84a.dir/src.cxx.o -o cmTC_ad84a make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Source file was: int main() { return 0; } Performing C++ SOURCE FILE Test WNINLINE_CXX_FLAG_FOUND failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_9c55c/fast" /usr/bin/make -f CMakeFiles/cmTC_9c55c.dir/build.make CMakeFiles/cmTC_9c55c.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_9c55c.dir/src.cxx.o /usr/bin/c++ -I/usr/local/include -std=c++11 -pipe -fno-strict-aliasing -fno-common -fexceptions -ftemplate-depth-128 -m64 -g -ggdb3 -O3 -march=native -fipa-pta -fstrength-reduce -fexpensive-optimizations -finline-functions -flto -fno-omit-frame-pointer -pedantic -Wall -Wextra -Wundef -Wfloat-equal -Wshadow -DWNINLINE_CXX_FLAG_FOUND -fPIE -Wninline -o CMakeFiles/cmTC_9c55c.dir/src.cxx.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.cxx c++: error: unrecognized command line option '-Wninline'; did you mean '-Winline'? CMakeFiles/cmTC_9c55c.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_9c55c.dir/src.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_9c55c.dir/src.cxx.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_9c55c/fast' failed make: *** [cmTC_9c55c/fast] Error 2 Source file was: int main() { return 0; } Performing C SOURCE FILE Test WDOCUMENTATION_C_FLAG_FOUND failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_0f230/fast" /usr/bin/make -f CMakeFiles/cmTC_0f230.dir/build.make CMakeFiles/cmTC_0f230.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_0f230.dir/src.c.o /usr/bin/cc -I/usr/local/include -std=gnu99 -pipe -fno-strict-aliasing -fno-common -fexceptions -m64 -g -ggdb3 -O3 -march=native -fipa-pta -fstrength-reduce -fexpensive-optimizations -finline-functions -flto -fno-omit-frame-pointer -pedantic -pedantic-errors -Wall -Wextra -Wundef -Wfloat-equal -Wshadow -Wbad-function-cast -Wdeclaration-after-statement -Wc++-compat -Winline -Wno-long-long -Wno-variadic-macros -DWDOCUMENTATION_C_FLAG_FOUND -fPIE -Wdocumentation -o CMakeFiles/cmTC_0f230.dir/src.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.c cc: error: unrecognized command line option '-Wdocumentation' CMakeFiles/cmTC_0f230.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_0f230.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_0f230.dir/src.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_0f230/fast' failed make: *** [cmTC_0f230/fast] Error 2 Source file was: int main(void) { return 0; } Performing C++ SOURCE FILE Test WDOCUMENTATION_CXX_FLAG_FOUND failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_660d2/fast" /usr/bin/make -f CMakeFiles/cmTC_660d2.dir/build.make CMakeFiles/cmTC_660d2.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_660d2.dir/src.cxx.o /usr/bin/c++ -I/usr/local/include -std=c++11 -pipe -fno-strict-aliasing -fno-common -fexceptions -ftemplate-depth-128 -m64 -g -ggdb3 -O3 -march=native -fipa-pta -fstrength-reduce -fexpensive-optimizations -finline-functions -flto -fno-omit-frame-pointer -pedantic -Wall -Wextra -Wundef -Wfloat-equal -Wshadow -Wno-long-long -Wno-variadic-macros -DWDOCUMENTATION_CXX_FLAG_FOUND -fPIE -Wdocumentation -o CMakeFiles/cmTC_660d2.dir/src.cxx.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.cxx c++: error: unrecognized command line option '-Wdocumentation' CMakeFiles/cmTC_660d2.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_660d2.dir/src.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_660d2.dir/src.cxx.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_660d2/fast' failed make: *** [cmTC_660d2/fast] Error 2 Source file was: int main() { return 0; } Determining if the pthread_create exist failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_5c71a/fast" /usr/bin/make -f CMakeFiles/cmTC_5c71a.dir/build.make CMakeFiles/cmTC_5c71a.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_5c71a.dir/CheckSymbolExists.c.o /usr/bin/cc -I/usr/local/include -std=gnu99 -pipe -fno-strict-aliasing -fno-common -fexceptions -m64 -g -ggdb3 -O3 -march=native -fipa-pta -fstrength-reduce -fexpensive-optimizations -finline-functions -flto -fno-omit-frame-pointer -pedantic -pedantic-errors -Wall -Wextra -Wundef -Wfloat-equal -Wshadow -Wbad-function-cast -Wdeclaration-after-statement -Wc++-compat -Winline -Wno-long-long -Wno-variadic-macros -fPIE -o CMakeFiles/cmTC_5c71a.dir/CheckSymbolExists.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main': /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:11: error: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] return ((int*)(&pthread_create))[argc]; ^ CMakeFiles/cmTC_5c71a.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_5c71a.dir/CheckSymbolExists.c.o' failed make[1]: *** [CMakeFiles/cmTC_5c71a.dir/CheckSymbolExists.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_5c71a/fast' failed make: *** [cmTC_5c71a/fast] Error 2 File /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef pthread_create return ((int*)(&pthread_create))[argc]; #else (void)argc; return 0; #endif } Determining if the function pthread_create exists in the pthreads failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_21674/fast" /usr/bin/make -f CMakeFiles/cmTC_21674.dir/build.make CMakeFiles/cmTC_21674.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_21674.dir/CheckFunctionExists.c.o /usr/bin/cc -std=gnu99 -pipe -fno-strict-aliasing -fno-common -fexceptions -m64 -g -ggdb3 -O3 -march=native -fipa-pta -fstrength-reduce -fexpensive-optimizations -finline-functions -flto -fno-omit-frame-pointer -pedantic -pedantic-errors -Wall -Wextra -Wundef -Wfloat-equal -Wshadow -Wbad-function-cast -Wdeclaration-after-statement -Wc++-compat -Winline -Wno-long-long -Wno-variadic-macros -DCHECK_FUNCTION_EXISTS=pthread_create -fPIE -o CMakeFiles/cmTC_21674.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.9/Modules/CheckFunctionExists.c Linking C executable cmTC_21674 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_21674.dir/link.txt --verbose=1 /usr/bin/cc -std=gnu99 -pipe -fno-strict-aliasing -fno-common -fexceptions -m64 -g -ggdb3 -O3 -march=native -fipa-pta -fstrength-reduce -fexpensive-optimizations -finline-functions -flto -fno-omit-frame-pointer -pedantic -pedantic-errors -Wall -Wextra -Wundef -Wfloat-equal -Wshadow -Wbad-function-cast -Wdeclaration-after-statement -Wc++-compat -Winline -Wno-long-long -Wno-variadic-macros -DCHECK_FUNCTION_EXISTS=pthread_create -rdynamic CMakeFiles/cmTC_21674.dir/CheckFunctionExists.c.o -o cmTC_21674 -lpthreads /usr/bin/ld: cannot find -lpthreads collect2: error: ld returned 1 exit status CMakeFiles/cmTC_21674.dir/build.make:97: recipe for target 'cmTC_21674' failed make[1]: *** [cmTC_21674] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_21674/fast' failed make: *** [cmTC_21674/fast] Error 2 Determining if the function daemon exists in the bsd failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_a07f0/fast" /usr/bin/make -f CMakeFiles/cmTC_a07f0.dir/build.make CMakeFiles/cmTC_a07f0.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_a07f0.dir/CheckFunctionExists.c.o /usr/bin/cc -std=gnu99 -DCHECK_FUNCTION_EXISTS=daemon -fPIE -o CMakeFiles/cmTC_a07f0.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.9/Modules/CheckFunctionExists.c Linking C executable cmTC_a07f0 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a07f0.dir/link.txt --verbose=1 /usr/bin/cc -std=gnu99 -DCHECK_FUNCTION_EXISTS=daemon -rdynamic CMakeFiles/cmTC_a07f0.dir/CheckFunctionExists.c.o -o cmTC_a07f0 -lbsd /usr/bin/ld: cannot find -lbsd collect2: error: ld returned 1 exit status CMakeFiles/cmTC_a07f0.dir/build.make:97: recipe for target 'cmTC_a07f0' failed make[1]: *** [cmTC_a07f0] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_a07f0/fast' failed make: *** [cmTC_a07f0/fast] Error 2 Determining if the function socket exists in the socket failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_90180/fast" /usr/bin/make -f CMakeFiles/cmTC_90180.dir/build.make CMakeFiles/cmTC_90180.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_90180.dir/CheckFunctionExists.c.o /usr/bin/cc -std=gnu99 -DCHECK_FUNCTION_EXISTS=socket -fPIE -o CMakeFiles/cmTC_90180.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.9/Modules/CheckFunctionExists.c Linking C executable cmTC_90180 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_90180.dir/link.txt --verbose=1 /usr/bin/cc -std=gnu99 -DCHECK_FUNCTION_EXISTS=socket -rdynamic CMakeFiles/cmTC_90180.dir/CheckFunctionExists.c.o -o cmTC_90180 -lsocket /usr/bin/ld: cannot find -lsocket collect2: error: ld returned 1 exit status CMakeFiles/cmTC_90180.dir/build.make:97: recipe for target 'cmTC_90180' failed make[1]: *** [cmTC_90180] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_90180/fast' failed make: *** [cmTC_90180/fast] Error 2 Determining if the function socket exists in the network failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_35802/fast" /usr/bin/make -f CMakeFiles/cmTC_35802.dir/build.make CMakeFiles/cmTC_35802.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_35802.dir/CheckFunctionExists.c.o /usr/bin/cc -std=gnu99 -DCHECK_FUNCTION_EXISTS=socket -fPIE -o CMakeFiles/cmTC_35802.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.9/Modules/CheckFunctionExists.c Linking C executable cmTC_35802 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_35802.dir/link.txt --verbose=1 /usr/bin/cc -std=gnu99 -DCHECK_FUNCTION_EXISTS=socket -rdynamic CMakeFiles/cmTC_35802.dir/CheckFunctionExists.c.o -o cmTC_35802 -lnetwork /usr/bin/ld: cannot find -lnetwork collect2: error: ld returned 1 exit status CMakeFiles/cmTC_35802.dir/build.make:97: recipe for target 'cmTC_35802' failed make[1]: *** [cmTC_35802] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_35802/fast' failed make: *** [cmTC_35802/fast] Error 2 Determining if the function yyless exists in the l failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_f1c02/fast" /usr/bin/make -f CMakeFiles/cmTC_f1c02.dir/build.make CMakeFiles/cmTC_f1c02.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_f1c02.dir/CheckFunctionExists.c.o /usr/bin/cc -std=gnu99 -DCHECK_FUNCTION_EXISTS=yyless -fPIE -o CMakeFiles/cmTC_f1c02.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.9/Modules/CheckFunctionExists.c Linking C executable cmTC_f1c02 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f1c02.dir/link.txt --verbose=1 /usr/bin/cc -std=gnu99 -DCHECK_FUNCTION_EXISTS=yyless -rdynamic CMakeFiles/cmTC_f1c02.dir/CheckFunctionExists.c.o -o cmTC_f1c02 -ll /usr/bin/ld: cannot find -ll collect2: error: ld returned 1 exit status CMakeFiles/cmTC_f1c02.dir/build.make:97: recipe for target 'cmTC_f1c02' failed make[1]: *** [cmTC_f1c02] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_f1c02/fast' failed make: *** [cmTC_f1c02/fast] Error 2 Performing C SOURCE FILE Test HAVE_TIMESETEVENT failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_bea56/fast" /usr/bin/make -f CMakeFiles/cmTC_bea56.dir/build.make CMakeFiles/cmTC_bea56.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_bea56.dir/src.c.o /usr/bin/cc -I/usr/local/include -std=gnu99 -pipe -fno-strict-aliasing -fno-common -fexceptions -m64 -g -ggdb3 -O3 -march=native -fipa-pta -fstrength-reduce -fexpensive-optimizations -finline-functions -flto -fno-omit-frame-pointer -pedantic -pedantic-errors -Wall -Wextra -Wundef -Wfloat-equal -Wshadow -Wbad-function-cast -Wdeclaration-after-statement -Wc++-compat -Winline -Wno-long-long -Wno-variadic-macros -DHAVE_TIMESETEVENT -fPIE -o CMakeFiles/cmTC_bea56.dir/src.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.c:1:10: fatal error: windows.h: No such file or directory #include ^~~~~~~~~~~ compilation terminated. CMakeFiles/cmTC_bea56.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_bea56.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_bea56.dir/src.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_bea56/fast' failed make: *** [cmTC_bea56/fast] Error 2 Source file was: #include int main() {(void)timeSetEvent(1000, 100, (LPTIMECALLBACK)NULL, (DWORD_PTR)NULL, TIME_ONESHOT);} Determining if files direct.h exist failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_58493/fast" /usr/bin/make -f CMakeFiles/cmTC_58493.dir/build.make CMakeFiles/cmTC_58493.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_58493.dir/CheckIncludeFiles.c.o /usr/bin/cc -I/usr/local/include -std=gnu99 -fPIE -o CMakeFiles/cmTC_58493.dir/CheckIncludeFiles.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: direct.h: No such file or directory #include ^~~~~~~~~~ compilation terminated. CMakeFiles/cmTC_58493.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_58493.dir/CheckIncludeFiles.c.o' failed make[1]: *** [CMakeFiles/cmTC_58493.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_58493/fast' failed make: *** [cmTC_58493/fast] Error 2 Source: /* */ #include int main(void){return 0;} Determining if files dslib.h exist failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_0fcc9/fast" /usr/bin/make -f CMakeFiles/cmTC_0fcc9.dir/build.make CMakeFiles/cmTC_0fcc9.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_0fcc9.dir/CheckIncludeFiles.c.o /usr/bin/cc -I/usr/local/include -std=gnu99 -fPIE -o CMakeFiles/cmTC_0fcc9.dir/CheckIncludeFiles.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: dslib.h: No such file or directory #include ^~~~~~~~~ compilation terminated. CMakeFiles/cmTC_0fcc9.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_0fcc9.dir/CheckIncludeFiles.c.o' failed make[1]: *** [CMakeFiles/cmTC_0fcc9.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_0fcc9/fast' failed make: *** [cmTC_0fcc9/fast] Error 2 Source: /* */ #include int main(void){return 0;} Determining if files gl/device.h exist failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_c7cd0/fast" /usr/bin/make -f CMakeFiles/cmTC_c7cd0.dir/build.make CMakeFiles/cmTC_c7cd0.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_c7cd0.dir/CheckIncludeFiles.c.o /usr/bin/cc -I/usr/local/include -std=gnu99 -fPIE -o CMakeFiles/cmTC_c7cd0.dir/CheckIncludeFiles.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: gl/device.h: No such file or directory #include ^~~~~~~~~~~~~ compilation terminated. CMakeFiles/cmTC_c7cd0.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_c7cd0.dir/CheckIncludeFiles.c.o' failed make[1]: *** [CMakeFiles/cmTC_c7cd0.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_c7cd0/fast' failed make: *** [cmTC_c7cd0/fast] Error 2 Source: /* */ #include int main(void){return 0;} Determining if files gl/glext.h exist failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_c195b/fast" /usr/bin/make -f CMakeFiles/cmTC_c195b.dir/build.make CMakeFiles/cmTC_c195b.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_c195b.dir/CheckIncludeFiles.c.o /usr/bin/cc -I/usr/local/include -std=gnu99 -fPIE -o CMakeFiles/cmTC_c195b.dir/CheckIncludeFiles.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: gl/glext.h: No such file or directory #include ^~~~~~~~~~~~ compilation terminated. CMakeFiles/cmTC_c195b.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_c195b.dir/CheckIncludeFiles.c.o' failed make[1]: *** [CMakeFiles/cmTC_c195b.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_c195b/fast' failed make: *** [cmTC_c195b/fast] Error 2 Source: /* */ #include int main(void){return 0;} Determining if files gl/wglext.h exist failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_25dce/fast" /usr/bin/make -f CMakeFiles/cmTC_25dce.dir/build.make CMakeFiles/cmTC_25dce.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_25dce.dir/CheckIncludeFiles.c.o /usr/bin/cc -I/usr/local/include -std=gnu99 -fPIE -o CMakeFiles/cmTC_25dce.dir/CheckIncludeFiles.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: gl/wglext.h: No such file or directory #include ^~~~~~~~~~~~~ compilation terminated. CMakeFiles/cmTC_25dce.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_25dce.dir/CheckIncludeFiles.c.o' failed make[1]: *** [CMakeFiles/cmTC_25dce.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_25dce/fast' failed make: *** [cmTC_25dce/fast] Error 2 Source: /* */ #include int main(void){return 0;} Determining if files io.h exist failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_aaa35/fast" /usr/bin/make -f CMakeFiles/cmTC_aaa35.dir/build.make CMakeFiles/cmTC_aaa35.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_aaa35.dir/CheckIncludeFiles.c.o /usr/bin/cc -I/usr/local/include -std=gnu99 -fPIE -o CMakeFiles/cmTC_aaa35.dir/CheckIncludeFiles.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: io.h: No such file or directory #include ^~~~~~ compilation terminated. CMakeFiles/cmTC_aaa35.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_aaa35.dir/CheckIncludeFiles.c.o' failed make[1]: *** [CMakeFiles/cmTC_aaa35.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_aaa35/fast' failed make: *** [cmTC_aaa35/fast] Error 2 Source: /* */ #include int main(void){return 0;} Determining if files mach/thread_policy.h exist failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_e8803/fast" /usr/bin/make -f CMakeFiles/cmTC_e8803.dir/build.make CMakeFiles/cmTC_e8803.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_e8803.dir/CheckIncludeFiles.c.o /usr/bin/cc -I/usr/local/include -std=gnu99 -fPIE -o CMakeFiles/cmTC_e8803.dir/CheckIncludeFiles.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: mach/thread_policy.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~~~~~ compilation terminated. CMakeFiles/cmTC_e8803.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_e8803.dir/CheckIncludeFiles.c.o' failed make[1]: *** [CMakeFiles/cmTC_e8803.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_e8803/fast' failed make: *** [cmTC_e8803/fast] Error 2 Source: /* */ #include int main(void){return 0;} Determining if files process.h exist failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_07916/fast" /usr/bin/make -f CMakeFiles/cmTC_07916.dir/build.make CMakeFiles/cmTC_07916.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_07916.dir/CheckIncludeFiles.c.o /usr/bin/cc -I/usr/local/include -std=gnu99 -fPIE -o CMakeFiles/cmTC_07916.dir/CheckIncludeFiles.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: process.h: No such file or directory #include ^~~~~~~~~~~ compilation terminated. CMakeFiles/cmTC_07916.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_07916.dir/CheckIncludeFiles.c.o' failed make[1]: *** [CMakeFiles/cmTC_07916.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_07916/fast' failed make: *** [cmTC_07916/fast] Error 2 Source: /* */ #include int main(void){return 0;} Determining if files pthread_np.h exist failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_bc88c/fast" /usr/bin/make -f CMakeFiles/cmTC_bc88c.dir/build.make CMakeFiles/cmTC_bc88c.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_bc88c.dir/CheckIncludeFiles.c.o /usr/bin/cc -I/usr/local/include -std=gnu99 -fPIE -o CMakeFiles/cmTC_bc88c.dir/CheckIncludeFiles.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: pthread_np.h: No such file or directory #include ^~~~~~~~~~~~~~ compilation terminated. CMakeFiles/cmTC_bc88c.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_bc88c.dir/CheckIncludeFiles.c.o' failed make[1]: *** [CMakeFiles/cmTC_bc88c.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_bc88c/fast' failed make: *** [cmTC_bc88c/fast] Error 2 Source: /* */ #include int main(void){return 0;} Determining if files rle.h exist failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_3395e/fast" /usr/bin/make -f CMakeFiles/cmTC_3395e.dir/build.make CMakeFiles/cmTC_3395e.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_3395e.dir/CheckIncludeFiles.c.o /usr/bin/cc -I/usr/local/include -std=gnu99 -fPIE -o CMakeFiles/cmTC_3395e.dir/CheckIncludeFiles.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: rle.h: No such file or directory #include ^~~~~~~ compilation terminated. CMakeFiles/cmTC_3395e.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_3395e.dir/CheckIncludeFiles.c.o' failed make[1]: *** [CMakeFiles/cmTC_3395e.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_3395e/fast' failed make: *** [cmTC_3395e/fast] Error 2 Source: /* */ #include int main(void){return 0;} Determining if files strsafe.h exist failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_e0403/fast" /usr/bin/make -f CMakeFiles/cmTC_e0403.dir/build.make CMakeFiles/cmTC_e0403.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_e0403.dir/CheckIncludeFiles.c.o /usr/bin/cc -I/usr/local/include -std=gnu99 -fPIE -o CMakeFiles/cmTC_e0403.dir/CheckIncludeFiles.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: strsafe.h: No such file or directory #include ^~~~~~~~~~~ compilation terminated. CMakeFiles/cmTC_e0403.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_e0403.dir/CheckIncludeFiles.c.o' failed make[1]: *** [CMakeFiles/cmTC_e0403.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_e0403/fast' failed make: *** [cmTC_e0403/fast] Error 2 Source: /* */ #include int main(void){return 0;} Determining if files sys/_ioctl.h exist failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_a8954/fast" /usr/bin/make -f CMakeFiles/cmTC_a8954.dir/build.make CMakeFiles/cmTC_a8954.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_a8954.dir/CheckIncludeFiles.c.o /usr/bin/cc -I/usr/local/include -std=gnu99 -fPIE -o CMakeFiles/cmTC_a8954.dir/CheckIncludeFiles.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: sys/_ioctl.h: No such file or directory #include ^~~~~~~~~~~~~~ compilation terminated. CMakeFiles/cmTC_a8954.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_a8954.dir/CheckIncludeFiles.c.o' failed make[1]: *** [CMakeFiles/cmTC_a8954.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_a8954/fast' failed make: *** [cmTC_a8954/fast] Error 2 Source: /* */ #include int main(void){return 0;} Determining if files sys/cpuset.h exist failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_c597f/fast" /usr/bin/make -f CMakeFiles/cmTC_c597f.dir/build.make CMakeFiles/cmTC_c597f.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_c597f.dir/CheckIncludeFiles.c.o /usr/bin/cc -I/usr/local/include -std=gnu99 -fPIE -o CMakeFiles/cmTC_c597f.dir/CheckIncludeFiles.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: sys/cpuset.h: No such file or directory #include ^~~~~~~~~~~~~~ compilation terminated. CMakeFiles/cmTC_c597f.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_c597f.dir/CheckIncludeFiles.c.o' failed make[1]: *** [CMakeFiles/cmTC_c597f.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_c597f/fast' failed make: *** [cmTC_c597f/fast] Error 2 Source: /* */ #include int main(void){return 0;} Determining if files sys/ioctl_compat.h exist failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_7a7ec/fast" /usr/bin/make -f CMakeFiles/cmTC_7a7ec.dir/build.make CMakeFiles/cmTC_7a7ec.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_7a7ec.dir/CheckIncludeFiles.c.o /usr/bin/cc -I/usr/local/include -std=gnu99 -fPIE -o CMakeFiles/cmTC_7a7ec.dir/CheckIncludeFiles.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: sys/ioctl_compat.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~~~ compilation terminated. CMakeFiles/cmTC_7a7ec.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_7a7ec.dir/CheckIncludeFiles.c.o' failed make[1]: *** [CMakeFiles/cmTC_7a7ec.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_7a7ec/fast' failed make: *** [cmTC_7a7ec/fast] Error 2 Source: /* */ #include int main(void){return 0;} Determining if files sys/machd.h exist failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_171ce/fast" /usr/bin/make -f CMakeFiles/cmTC_171ce.dir/build.make CMakeFiles/cmTC_171ce.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_171ce.dir/CheckIncludeFiles.c.o /usr/bin/cc -I/usr/local/include -std=gnu99 -fPIE -o CMakeFiles/cmTC_171ce.dir/CheckIncludeFiles.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: sys/machd.h: No such file or directory #include ^~~~~~~~~~~~~ compilation terminated. CMakeFiles/cmTC_171ce.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_171ce.dir/CheckIncludeFiles.c.o' failed make[1]: *** [CMakeFiles/cmTC_171ce.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_171ce/fast' failed make: *** [cmTC_171ce/fast] Error 2 Source: /* */ #include int main(void){return 0;} Determining if files sys/sched.h exist failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_72dc0/fast" /usr/bin/make -f CMakeFiles/cmTC_72dc0.dir/build.make CMakeFiles/cmTC_72dc0.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_72dc0.dir/CheckIncludeFiles.c.o /usr/bin/cc -I/usr/local/include -std=gnu99 -fPIE -o CMakeFiles/cmTC_72dc0.dir/CheckIncludeFiles.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: sys/sched.h: No such file or directory #include ^~~~~~~~~~~~~ compilation terminated. CMakeFiles/cmTC_72dc0.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_72dc0.dir/CheckIncludeFiles.c.o' failed make[1]: *** [CMakeFiles/cmTC_72dc0.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_72dc0/fast' failed make: *** [cmTC_72dc0/fast] Error 2 Source: /* */ #include int main(void){return 0;} Determining if files sys/sysmp.h exist failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_88e87/fast" /usr/bin/make -f CMakeFiles/cmTC_88e87.dir/build.make CMakeFiles/cmTC_88e87.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_88e87.dir/CheckIncludeFiles.c.o /usr/bin/cc -I/usr/local/include -std=gnu99 -fPIE -o CMakeFiles/cmTC_88e87.dir/CheckIncludeFiles.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: sys/sysmp.h: No such file or directory #include ^~~~~~~~~~~~~ compilation terminated. CMakeFiles/cmTC_88e87.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_88e87.dir/CheckIncludeFiles.c.o' failed make[1]: *** [CMakeFiles/cmTC_88e87.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_88e87/fast' failed make: *** [cmTC_88e87/fast] Error 2 Source: /* */ #include int main(void){return 0;} Determining if files ulocks.h exist failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_a3c2d/fast" /usr/bin/make -f CMakeFiles/cmTC_a3c2d.dir/build.make CMakeFiles/cmTC_a3c2d.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_a3c2d.dir/CheckIncludeFiles.c.o /usr/bin/cc -I/usr/local/include -std=gnu99 -fPIE -o CMakeFiles/cmTC_a3c2d.dir/CheckIncludeFiles.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: ulocks.h: No such file or directory #include ^~~~~~~~~~ compilation terminated. CMakeFiles/cmTC_a3c2d.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_a3c2d.dir/CheckIncludeFiles.c.o' failed make[1]: *** [CMakeFiles/cmTC_a3c2d.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_a3c2d/fast' failed make: *** [cmTC_a3c2d/fast] Error 2 Source: /* */ #include int main(void){return 0;} Determining if files uuid.h exist failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_71af4/fast" /usr/bin/make -f CMakeFiles/cmTC_71af4.dir/build.make CMakeFiles/cmTC_71af4.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_71af4.dir/CheckIncludeFiles.c.o /usr/bin/cc -I/usr/local/include -std=gnu99 -fPIE -o CMakeFiles/cmTC_71af4.dir/CheckIncludeFiles.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: uuid.h: No such file or directory #include ^~~~~~~~ compilation terminated. CMakeFiles/cmTC_71af4.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_71af4.dir/CheckIncludeFiles.c.o' failed make[1]: *** [CMakeFiles/cmTC_71af4.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_71af4/fast' failed make: *** [cmTC_71af4/fast] Error 2 Source: /* */ #include int main(void){return 0;} Determining if files uuid/uuid.h exist failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_a9936/fast" /usr/bin/make -f CMakeFiles/cmTC_a9936.dir/build.make CMakeFiles/cmTC_a9936.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_a9936.dir/CheckIncludeFiles.c.o /usr/bin/cc -I/usr/local/include -std=gnu99 -fPIE -o CMakeFiles/cmTC_a9936.dir/CheckIncludeFiles.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: uuid/uuid.h: No such file or directory #include ^~~~~~~~~~~~~ compilation terminated. CMakeFiles/cmTC_a9936.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_a9936.dir/CheckIncludeFiles.c.o' failed make[1]: *** [CMakeFiles/cmTC_a9936.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_a9936/fast' failed make: *** [cmTC_a9936/fast] Error 2 Source: /* */ #include int main(void){return 0;} Determining if files windows.h exist failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_2b79b/fast" /usr/bin/make -f CMakeFiles/cmTC_2b79b.dir/build.make CMakeFiles/cmTC_2b79b.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_2b79b.dir/CheckIncludeFiles.c.o /usr/bin/cc -I/usr/local/include -std=gnu99 -fPIE -o CMakeFiles/cmTC_2b79b.dir/CheckIncludeFiles.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: windows.h: No such file or directory #include ^~~~~~~~~~~ compilation terminated. CMakeFiles/cmTC_2b79b.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_2b79b.dir/CheckIncludeFiles.c.o' failed make[1]: *** [CMakeFiles/cmTC_2b79b.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_2b79b/fast' failed make: *** [cmTC_2b79b/fast] Error 2 Source: /* */ #include int main(void){return 0;} Determining size of socklen_t failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_1cda0/fast" /usr/bin/make -f CMakeFiles/cmTC_1cda0.dir/build.make CMakeFiles/cmTC_1cda0.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_1cda0.dir/HAVE_SOCKLEN_T.c.o /usr/bin/cc -I/usr/local/include -std=gnu99 -fPIE -o CMakeFiles/cmTC_1cda0.dir/HAVE_SOCKLEN_T.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CheckTypeSize/HAVE_SOCKLEN_T.c /home/naseef/Code/brlcad/build/CMakeFiles/CheckTypeSize/HAVE_SOCKLEN_T.c:17:22: error: 'socklen_t' undeclared here (not in a function); did you mean '__socklen_t'? #define SIZE (sizeof(socklen_t)) ^ /home/naseef/Code/brlcad/build/CMakeFiles/CheckTypeSize/HAVE_SOCKLEN_T.c:19:12: note: in expansion of macro 'SIZE' ('0' + ((SIZE / 10000)%10)), ^~~~ CMakeFiles/cmTC_1cda0.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_1cda0.dir/HAVE_SOCKLEN_T.c.o' failed make[1]: *** [CMakeFiles/cmTC_1cda0.dir/HAVE_SOCKLEN_T.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_1cda0/fast' failed make: *** [cmTC_1cda0/fast] Error 2 /home/naseef/Code/brlcad/build/CMakeFiles/CheckTypeSize/HAVE_SOCKLEN_T.c: #include #include #include #undef KEY #if defined(__i386) # define KEY '_','_','i','3','8','6' #elif defined(__x86_64) # define KEY '_','_','x','8','6','_','6','4' #elif defined(__ppc__) # define KEY '_','_','p','p','c','_','_' #elif defined(__ppc64__) # define KEY '_','_','p','p','c','6','4','_','_' #endif #define SIZE (sizeof(socklen_t)) 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 socklen_t failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_0c535/fast" /usr/bin/make -f CMakeFiles/cmTC_0c535.dir/build.make CMakeFiles/cmTC_0c535.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_0c535.dir/HAVE_SOCKLEN_TSYS_TYPES_H.c.o /usr/bin/cc -I/usr/local/include -std=gnu99 -fPIE -o CMakeFiles/cmTC_0c535.dir/HAVE_SOCKLEN_TSYS_TYPES_H.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CheckTypeSize/HAVE_SOCKLEN_TSYS_TYPES_H.c /home/naseef/Code/brlcad/build/CMakeFiles/CheckTypeSize/HAVE_SOCKLEN_TSYS_TYPES_H.c:18:22: error: 'socklen_t' undeclared here (not in a function); did you mean '__socklen_t'? #define SIZE (sizeof(socklen_t)) ^ /home/naseef/Code/brlcad/build/CMakeFiles/CheckTypeSize/HAVE_SOCKLEN_TSYS_TYPES_H.c:20:12: note: in expansion of macro 'SIZE' ('0' + ((SIZE / 10000)%10)), ^~~~ CMakeFiles/cmTC_0c535.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_0c535.dir/HAVE_SOCKLEN_TSYS_TYPES_H.c.o' failed make[1]: *** [CMakeFiles/cmTC_0c535.dir/HAVE_SOCKLEN_TSYS_TYPES_H.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_0c535/fast' failed make: *** [cmTC_0c535/fast] Error 2 /home/naseef/Code/brlcad/build/CMakeFiles/CheckTypeSize/HAVE_SOCKLEN_TSYS_TYPES_H.c: #include #include #include #include "sys/types.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(__ppc__) # define KEY '_','_','p','p','c','_','_' #elif defined(__ppc64__) # define KEY '_','_','p','p','c','6','4','_','_' #endif #define SIZE (sizeof(socklen_t)) char info_size[] = {'I', 'N', 'F', 'O', ':', 's','i','z','e','[', ('0' + ((SIZE / 10000)%10)), ('0' + ((SIZE / 1000)%10)), ('0' + ((SIZE / 100)%10)), ('0' + ((SIZE / 10)%10)), ('0' + (SIZE % 10)), ']', #ifdef KEY ' ','k','e','y','[', KEY, ']', #endif '\0'}; #ifdef __CLASSIC_C__ int main(argc, argv) int argc; char *argv[]; #else int main(int argc, char *argv[]) #endif { int require = 0; require += info_size[argc]; (void)argv; return require; } Determining if the function XQueryExtension exists failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_dee14/fast" /usr/bin/make -f CMakeFiles/cmTC_dee14.dir/build.make CMakeFiles/cmTC_dee14.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_dee14.dir/CheckFunctionExists.c.o /usr/bin/cc -DHAVE_GETOPT_H=1 -DHAVE_SIGNAL_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SHM_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_SYSCTL_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_UIO_H=1 -DHAVE_UNISTD_H=1 -I/usr/local/include -DCHECK_FUNCTION_EXISTS=XQueryExtension -fPIE -o CMakeFiles/cmTC_dee14.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.9/Modules/CheckFunctionExists.c Linking C executable cmTC_dee14 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_dee14.dir/link.txt --verbose=1 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=XQueryExtension -rdynamic CMakeFiles/cmTC_dee14.dir/CheckFunctionExists.c.o -o cmTC_dee14 CMakeFiles/cmTC_dee14.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `XQueryExtension' collect2: error: ld returned 1 exit status CMakeFiles/cmTC_dee14.dir/build.make:97: recipe for target 'cmTC_dee14' failed make[1]: *** [cmTC_dee14] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_dee14/fast' failed make: *** [cmTC_dee14/fast] Error 2 Determining if the function _putenv_s exists failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_ceaf3/fast" /usr/bin/make -f CMakeFiles/cmTC_ceaf3.dir/build.make CMakeFiles/cmTC_ceaf3.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_ceaf3.dir/CheckFunctionExists.c.o /usr/bin/cc -DHAVE_GETOPT_H=1 -DHAVE_SIGNAL_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SHM_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_SYSCTL_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_UIO_H=1 -DHAVE_UNISTD_H=1 -I/usr/local/include -DCHECK_FUNCTION_EXISTS=_putenv_s -fPIE -o CMakeFiles/cmTC_ceaf3.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.9/Modules/CheckFunctionExists.c Linking C executable cmTC_ceaf3 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ceaf3.dir/link.txt --verbose=1 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=_putenv_s -rdynamic CMakeFiles/cmTC_ceaf3.dir/CheckFunctionExists.c.o -o cmTC_ceaf3 CMakeFiles/cmTC_ceaf3.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `_putenv_s' collect2: error: ld returned 1 exit status CMakeFiles/cmTC_ceaf3.dir/build.make:97: recipe for target 'cmTC_ceaf3' failed make[1]: *** [cmTC_ceaf3] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_ceaf3/fast' failed make: *** [cmTC_ceaf3/fast] Error 2 Determining if the function _splitpath exists failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_af67a/fast" /usr/bin/make -f CMakeFiles/cmTC_af67a.dir/build.make CMakeFiles/cmTC_af67a.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_af67a.dir/CheckFunctionExists.c.o /usr/bin/cc -DHAVE_GETOPT_H=1 -DHAVE_SIGNAL_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SHM_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_SYSCTL_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_UIO_H=1 -DHAVE_UNISTD_H=1 -I/usr/local/include -DCHECK_FUNCTION_EXISTS=_splitpath -fPIE -o CMakeFiles/cmTC_af67a.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.9/Modules/CheckFunctionExists.c Linking C executable cmTC_af67a /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_af67a.dir/link.txt --verbose=1 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=_splitpath -rdynamic CMakeFiles/cmTC_af67a.dir/CheckFunctionExists.c.o -o cmTC_af67a CMakeFiles/cmTC_af67a.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `_splitpath' collect2: error: ld returned 1 exit status CMakeFiles/cmTC_af67a.dir/build.make:97: recipe for target 'cmTC_af67a' failed make[1]: *** [cmTC_af67a] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_af67a/fast' failed make: *** [cmTC_af67a/fast] Error 2 Determining if the function _strtoi64 exists failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_5b1ec/fast" /usr/bin/make -f CMakeFiles/cmTC_5b1ec.dir/build.make CMakeFiles/cmTC_5b1ec.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_5b1ec.dir/CheckFunctionExists.c.o /usr/bin/cc -DHAVE_GETOPT_H=1 -DHAVE_SIGNAL_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SHM_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_SYSCTL_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_UIO_H=1 -DHAVE_UNISTD_H=1 -I/usr/local/include -DCHECK_FUNCTION_EXISTS=_strtoi64 -fPIE -o CMakeFiles/cmTC_5b1ec.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.9/Modules/CheckFunctionExists.c Linking C executable cmTC_5b1ec /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5b1ec.dir/link.txt --verbose=1 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=_strtoi64 -rdynamic CMakeFiles/cmTC_5b1ec.dir/CheckFunctionExists.c.o -o cmTC_5b1ec CMakeFiles/cmTC_5b1ec.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `_strtoi64' collect2: error: ld returned 1 exit status CMakeFiles/cmTC_5b1ec.dir/build.make:97: recipe for target 'cmTC_5b1ec' failed make[1]: *** [cmTC_5b1ec] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_5b1ec/fast' failed make: *** [cmTC_5b1ec/fast] Error 2 Determining if the function dlopen exists failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_ebaf8/fast" /usr/bin/make -f CMakeFiles/cmTC_ebaf8.dir/build.make CMakeFiles/cmTC_ebaf8.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_ebaf8.dir/CheckFunctionExists.c.o /usr/bin/cc -DHAVE_GETOPT_H=1 -DHAVE_SIGNAL_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SHM_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_SYSCTL_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_UIO_H=1 -DHAVE_UNISTD_H=1 -I/usr/local/include -DCHECK_FUNCTION_EXISTS=dlopen -fPIE -o CMakeFiles/cmTC_ebaf8.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.9/Modules/CheckFunctionExists.c Linking C executable cmTC_ebaf8 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ebaf8.dir/link.txt --verbose=1 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=dlopen -rdynamic CMakeFiles/cmTC_ebaf8.dir/CheckFunctionExists.c.o -o cmTC_ebaf8 CMakeFiles/cmTC_ebaf8.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `dlopen' collect2: error: ld returned 1 exit status CMakeFiles/cmTC_ebaf8.dir/build.make:97: recipe for target 'cmTC_ebaf8' failed make[1]: *** [cmTC_ebaf8] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_ebaf8/fast' failed make: *** [cmTC_ebaf8/fast] Error 2 Determining if the function getenv_s exists failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_eb40b/fast" /usr/bin/make -f CMakeFiles/cmTC_eb40b.dir/build.make CMakeFiles/cmTC_eb40b.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_eb40b.dir/CheckFunctionExists.c.o /usr/bin/cc -DHAVE_GETOPT_H=1 -DHAVE_SIGNAL_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SHM_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_SYSCTL_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_UIO_H=1 -DHAVE_UNISTD_H=1 -I/usr/local/include -DCHECK_FUNCTION_EXISTS=getenv_s -fPIE -o CMakeFiles/cmTC_eb40b.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.9/Modules/CheckFunctionExists.c Linking C executable cmTC_eb40b /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_eb40b.dir/link.txt --verbose=1 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=getenv_s -rdynamic CMakeFiles/cmTC_eb40b.dir/CheckFunctionExists.c.o -o cmTC_eb40b CMakeFiles/cmTC_eb40b.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `getenv_s' collect2: error: ld returned 1 exit status CMakeFiles/cmTC_eb40b.dir/build.make:97: recipe for target 'cmTC_eb40b' failed make[1]: *** [cmTC_eb40b] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_eb40b/fast' failed make: *** [cmTC_eb40b/fast] Error 2 Determining if the function getprogname exists failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_ba796/fast" /usr/bin/make -f CMakeFiles/cmTC_ba796.dir/build.make CMakeFiles/cmTC_ba796.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_ba796.dir/CheckFunctionExists.c.o /usr/bin/cc -DHAVE_GETOPT_H=1 -DHAVE_SIGNAL_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SHM_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_SYSCTL_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_UIO_H=1 -DHAVE_UNISTD_H=1 -I/usr/local/include -DCHECK_FUNCTION_EXISTS=getprogname -fPIE -o CMakeFiles/cmTC_ba796.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.9/Modules/CheckFunctionExists.c Linking C executable cmTC_ba796 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ba796.dir/link.txt --verbose=1 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=getprogname -rdynamic CMakeFiles/cmTC_ba796.dir/CheckFunctionExists.c.o -o cmTC_ba796 CMakeFiles/cmTC_ba796.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `getprogname' collect2: error: ld returned 1 exit status CMakeFiles/cmTC_ba796.dir/build.make:97: recipe for target 'cmTC_ba796' failed make[1]: *** [cmTC_ba796] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_ba796/fast' failed make: *** [cmTC_ba796/fast] Error 2 Determining if the function htonll exists failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_73208/fast" /usr/bin/make -f CMakeFiles/cmTC_73208.dir/build.make CMakeFiles/cmTC_73208.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_73208.dir/CheckFunctionExists.c.o /usr/bin/cc -DHAVE_GETOPT_H=1 -DHAVE_SIGNAL_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SHM_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_SYSCTL_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_UIO_H=1 -DHAVE_UNISTD_H=1 -I/usr/local/include -DCHECK_FUNCTION_EXISTS=htonll -fPIE -o CMakeFiles/cmTC_73208.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.9/Modules/CheckFunctionExists.c Linking C executable cmTC_73208 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_73208.dir/link.txt --verbose=1 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=htonll -rdynamic CMakeFiles/cmTC_73208.dir/CheckFunctionExists.c.o -o cmTC_73208 CMakeFiles/cmTC_73208.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `htonll' collect2: error: ld returned 1 exit status CMakeFiles/cmTC_73208.dir/build.make:97: recipe for target 'cmTC_73208' failed make[1]: *** [cmTC_73208] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_73208/fast' failed make: *** [cmTC_73208/fast] Error 2 Determining if the function ntohll exists failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_545f3/fast" /usr/bin/make -f CMakeFiles/cmTC_545f3.dir/build.make CMakeFiles/cmTC_545f3.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_545f3.dir/CheckFunctionExists.c.o /usr/bin/cc -DHAVE_GETOPT_H=1 -DHAVE_SIGNAL_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SHM_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_SYSCTL_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_UIO_H=1 -DHAVE_UNISTD_H=1 -I/usr/local/include -DCHECK_FUNCTION_EXISTS=ntohll -fPIE -o CMakeFiles/cmTC_545f3.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.9/Modules/CheckFunctionExists.c Linking C executable cmTC_545f3 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_545f3.dir/link.txt --verbose=1 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=ntohll -rdynamic CMakeFiles/cmTC_545f3.dir/CheckFunctionExists.c.o -o cmTC_545f3 CMakeFiles/cmTC_545f3.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `ntohll' collect2: error: ld returned 1 exit status CMakeFiles/cmTC_545f3.dir/build.make:97: recipe for target 'cmTC_545f3' failed make[1]: *** [cmTC_545f3] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_545f3/fast' failed make: *** [cmTC_545f3/fast] Error 2 Determining if the function strlcat exists failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_09679/fast" /usr/bin/make -f CMakeFiles/cmTC_09679.dir/build.make CMakeFiles/cmTC_09679.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_09679.dir/CheckFunctionExists.c.o /usr/bin/cc -DHAVE_GETOPT_H=1 -DHAVE_SIGNAL_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SHM_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_SYSCTL_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_UIO_H=1 -DHAVE_UNISTD_H=1 -I/usr/local/include -DCHECK_FUNCTION_EXISTS=strlcat -fPIE -o CMakeFiles/cmTC_09679.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.9/Modules/CheckFunctionExists.c Linking C executable cmTC_09679 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_09679.dir/link.txt --verbose=1 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=strlcat -rdynamic CMakeFiles/cmTC_09679.dir/CheckFunctionExists.c.o -o cmTC_09679 CMakeFiles/cmTC_09679.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `strlcat' collect2: error: ld returned 1 exit status CMakeFiles/cmTC_09679.dir/build.make:97: recipe for target 'cmTC_09679' failed make[1]: *** [cmTC_09679] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_09679/fast' failed make: *** [cmTC_09679/fast] Error 2 Determining if the function strlcpy exists failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_fe7f8/fast" /usr/bin/make -f CMakeFiles/cmTC_fe7f8.dir/build.make CMakeFiles/cmTC_fe7f8.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_fe7f8.dir/CheckFunctionExists.c.o /usr/bin/cc -DHAVE_GETOPT_H=1 -DHAVE_SIGNAL_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SHM_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_SYSCTL_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_UIO_H=1 -DHAVE_UNISTD_H=1 -I/usr/local/include -DCHECK_FUNCTION_EXISTS=strlcpy -fPIE -o CMakeFiles/cmTC_fe7f8.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.9/Modules/CheckFunctionExists.c Linking C executable cmTC_fe7f8 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fe7f8.dir/link.txt --verbose=1 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=strlcpy -rdynamic CMakeFiles/cmTC_fe7f8.dir/CheckFunctionExists.c.o -o cmTC_fe7f8 CMakeFiles/cmTC_fe7f8.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `strlcpy' collect2: error: ld returned 1 exit status CMakeFiles/cmTC_fe7f8.dir/build.make:97: recipe for target 'cmTC_fe7f8' failed make[1]: *** [cmTC_fe7f8] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_fe7f8/fast' failed make: *** [cmTC_fe7f8/fast] Error 2 Determining if the function sysmp exists failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_b684b/fast" /usr/bin/make -f CMakeFiles/cmTC_b684b.dir/build.make CMakeFiles/cmTC_b684b.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_b684b.dir/CheckFunctionExists.c.o /usr/bin/cc -DHAVE_GETOPT_H=1 -DHAVE_SIGNAL_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SHM_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_SYSCTL_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_UIO_H=1 -DHAVE_UNISTD_H=1 -I/usr/local/include -DCHECK_FUNCTION_EXISTS=sysmp -fPIE -o CMakeFiles/cmTC_b684b.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.9/Modules/CheckFunctionExists.c Linking C executable cmTC_b684b /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b684b.dir/link.txt --verbose=1 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=sysmp -rdynamic CMakeFiles/cmTC_b684b.dir/CheckFunctionExists.c.o -o cmTC_b684b CMakeFiles/cmTC_b684b.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `sysmp' collect2: error: ld returned 1 exit status CMakeFiles/cmTC_b684b.dir/build.make:97: recipe for target 'cmTC_b684b' failed make[1]: *** [cmTC_b684b] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_b684b/fast' failed make: *** [cmTC_b684b/fast] Error 2 Performing C SOURCE FILE Test HAVE_WORKING_DAEMON_FUNCTION failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_2091f/fast" /usr/bin/make -f CMakeFiles/cmTC_2091f.dir/build.make CMakeFiles/cmTC_2091f.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_2091f.dir/src.c.o /usr/bin/cc -I/usr/local/include -std=gnu99 -pipe -fno-strict-aliasing -fno-common -fexceptions -m64 -g -ggdb3 -O3 -march=native -fipa-pta -fstrength-reduce -fexpensive-optimizations -finline-functions -flto -fno-omit-frame-pointer -pedantic -pedantic-errors -Wall -Wextra -Wundef -Wfloat-equal -Wshadow -Wbad-function-cast -Wdeclaration-after-statement -Wc++-compat -Winline -Wno-long-long -Wno-variadic-macros -DHAVE_WORKING_DAEMON_FUNCTION -fPIE -o CMakeFiles/cmTC_2091f.dir/src.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.c: In function 'main': /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.c:2:20: error: 'daemon' undeclared (first use in this function) int main() { (void)daemon; return 0; } ^~~~~~ /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.c:2:20: note: each undeclared identifier is reported only once for each function it appears in CMakeFiles/cmTC_2091f.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_2091f.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_2091f.dir/src.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_2091f/fast' failed make: *** [cmTC_2091f/fast] Error 2 Source file was: #include int main() { (void)daemon; return 0; } Determining if the ntohll exist failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_3bc6b/fast" /usr/bin/make -f CMakeFiles/cmTC_3bc6b.dir/build.make CMakeFiles/cmTC_3bc6b.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_3bc6b.dir/CheckSymbolExists.c.o /usr/bin/cc -I/usr/local/include -std=gnu99 -pipe -fno-strict-aliasing -fno-common -fexceptions -m64 -g -ggdb3 -O3 -march=native -fipa-pta -fstrength-reduce -fexpensive-optimizations -finline-functions -flto -fno-omit-frame-pointer -pedantic -pedantic-errors -Wall -Wextra -Wundef -Wfloat-equal -Wshadow -Wbad-function-cast -Wdeclaration-after-statement -Wc++-compat -Winline -Wno-long-long -Wno-variadic-macros -fPIE -o CMakeFiles/cmTC_3bc6b.dir/CheckSymbolExists.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:10: fatal error: sys/_endian.h: No such file or directory #include ^~~~~~~~~~~~~~~ compilation terminated. CMakeFiles/cmTC_3bc6b.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_3bc6b.dir/CheckSymbolExists.c.o' failed make[1]: *** [CMakeFiles/cmTC_3bc6b.dir/CheckSymbolExists.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_3bc6b/fast' failed make: *** [cmTC_3bc6b/fast] Error 2 File /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef ntohll return ((int*)(&ntohll))[argc]; #else (void)argc; return 0; #endif } Determining if the htonll exist failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_38fcf/fast" /usr/bin/make -f CMakeFiles/cmTC_38fcf.dir/build.make CMakeFiles/cmTC_38fcf.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_38fcf.dir/CheckSymbolExists.c.o /usr/bin/cc -I/usr/local/include -std=gnu99 -pipe -fno-strict-aliasing -fno-common -fexceptions -m64 -g -ggdb3 -O3 -march=native -fipa-pta -fstrength-reduce -fexpensive-optimizations -finline-functions -flto -fno-omit-frame-pointer -pedantic -pedantic-errors -Wall -Wextra -Wundef -Wfloat-equal -Wshadow -Wbad-function-cast -Wdeclaration-after-statement -Wc++-compat -Winline -Wno-long-long -Wno-variadic-macros -fPIE -o CMakeFiles/cmTC_38fcf.dir/CheckSymbolExists.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:10: fatal error: sys/_endian.h: No such file or directory #include ^~~~~~~~~~~~~~~ compilation terminated. CMakeFiles/cmTC_38fcf.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_38fcf.dir/CheckSymbolExists.c.o' failed make[1]: *** [CMakeFiles/cmTC_38fcf.dir/CheckSymbolExists.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_38fcf/fast' failed make: *** [cmTC_38fcf/fast] Error 2 File /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef htonll return ((int*)(&htonll))[argc]; #else (void)argc; return 0; #endif } Performing C SOURCE FILE Test HAVE_GETFULLPATHNAME failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_73156/fast" /usr/bin/make -f CMakeFiles/cmTC_73156.dir/build.make CMakeFiles/cmTC_73156.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_73156.dir/src.c.o /usr/bin/cc -I/usr/local/include -std=gnu99 -pipe -fno-strict-aliasing -fno-common -fexceptions -m64 -g -ggdb3 -O3 -march=native -fipa-pta -fstrength-reduce -fexpensive-optimizations -finline-functions -flto -fno-omit-frame-pointer -pedantic -pedantic-errors -Wall -Wextra -Wundef -Wfloat-equal -Wshadow -Wbad-function-cast -Wdeclaration-after-statement -Wc++-compat -Winline -Wno-long-long -Wno-variadic-macros -DHAVE_GETFULLPATHNAME -fPIE -o CMakeFiles/cmTC_73156.dir/src.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.c:2:10: fatal error: windows.h: No such file or directory #include ^~~~~~~~~~~ compilation terminated. CMakeFiles/cmTC_73156.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_73156.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_73156.dir/src.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_73156/fast' failed make: *** [cmTC_73156/fast] Error 2 Source file was: #include int main() { const char *path = "Windows"; char *resolved_path; (void)GetFullPathName(path, MAX_PATH, resolved_path, NULL); return 0; } Performing C SOURCE FILE Test HAVE_DECL_LRINT failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_17f84/fast" /usr/bin/make -f CMakeFiles/cmTC_17f84.dir/build.make CMakeFiles/cmTC_17f84.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_17f84.dir/src.c.o /usr/bin/cc -DHAVE_GETOPT_H=1 -DHAVE_SIGNAL_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SHM_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_SYSCTL_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_UIO_H=1 -DHAVE_UNISTD_H=1 -std=gnu99 -pipe -fno-strict-aliasing -fno-common -fexceptions -m64 -g -ggdb3 -O3 -march=native -fipa-pta -fstrength-reduce -fexpensive-optimizations -finline-functions -flto -fno-omit-frame-pointer -pedantic -pedantic-errors -Wall -Wextra -Wundef -Wfloat-equal -Wshadow -Wbad-function-cast -Wdeclaration-after-statement -Wc++-compat -Winline -Wno-long-long -Wno-variadic-macros -DHAVE_DECL_LRINT -fPIE -o CMakeFiles/cmTC_17f84.dir/src.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.c:1:1: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input lrint_decl_test ^~~~~~~~~~~~~~~ CMakeFiles/cmTC_17f84.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_17f84.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_17f84.dir/src.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_17f84/fast' failed make: *** [cmTC_17f84/fast] Error 2 Source file was: lrint_decl_test Performing C SOURCE FILE Test W__C_FLAG_FOUND failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_1d98f/fast" /usr/bin/make -f CMakeFiles/cmTC_1d98f.dir/build.make CMakeFiles/cmTC_1d98f.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_1d98f.dir/src.c.o /usr/bin/cc -I/usr/local/include -DW__C_FLAG_FOUND -fPIE -w- -o CMakeFiles/cmTC_1d98f.dir/src.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.c cc: error: unrecognized command line option '-w-'; did you mean '-w'? CMakeFiles/cmTC_1d98f.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_1d98f.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_1d98f.dir/src.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_1d98f/fast' failed make: *** [cmTC_1d98f/fast] Error 2 Source file was: int main(void) { return 0; } Performing C++ SOURCE FILE Test W__CXX_FLAG_FOUND failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_7cabd/fast" /usr/bin/make -f CMakeFiles/cmTC_7cabd.dir/build.make CMakeFiles/cmTC_7cabd.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_7cabd.dir/src.cxx.o /usr/bin/c++ -I/usr/local/include -DW__CXX_FLAG_FOUND -fPIE -w- -o CMakeFiles/cmTC_7cabd.dir/src.cxx.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.cxx c++: error: unrecognized command line option '-w-'; did you mean '-w'? CMakeFiles/cmTC_7cabd.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_7cabd.dir/src.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_7cabd.dir/src.cxx.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_7cabd/fast' failed make: *** [cmTC_7cabd/fast] Error 2 Source file was: int main() { return 0; } Performing C SOURCE FILE Test W0_C_FLAG_FOUND failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_0d1f8/fast" /usr/bin/make -f CMakeFiles/cmTC_0d1f8.dir/build.make CMakeFiles/cmTC_0d1f8.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_0d1f8.dir/src.c.o /usr/bin/cc -I/usr/local/include -DW0_C_FLAG_FOUND -fPIE -W0 -o CMakeFiles/cmTC_0d1f8.dir/src.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.c cc: error: unrecognized command line option '-W0'; did you mean '-W'? CMakeFiles/cmTC_0d1f8.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_0d1f8.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_0d1f8.dir/src.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_0d1f8/fast' failed make: *** [cmTC_0d1f8/fast] Error 2 Source file was: int main(void) { return 0; } Performing C++ SOURCE FILE Test W0_CXX_FLAG_FOUND failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_51084/fast" /usr/bin/make -f CMakeFiles/cmTC_51084.dir/build.make CMakeFiles/cmTC_51084.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_51084.dir/src.cxx.o /usr/bin/c++ -I/usr/local/include -DW0_CXX_FLAG_FOUND -fPIE -W0 -o CMakeFiles/cmTC_51084.dir/src.cxx.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.cxx c++: error: unrecognized command line option '-W0'; did you mean '-W'? CMakeFiles/cmTC_51084.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_51084.dir/src.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_51084.dir/src.cxx.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_51084/fast' failed make: *** [cmTC_51084/fast] Error 2 Source file was: int main() { return 0; } Determining if the include file ansidecl.h exists failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_36cb8/fast" /usr/bin/make -f CMakeFiles/cmTC_36cb8.dir/build.make CMakeFiles/cmTC_36cb8.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_36cb8.dir/CheckIncludeFile.c.o /usr/bin/cc -I/usr/local/include -w -fPIE -o CMakeFiles/cmTC_36cb8.dir/CheckIncludeFile.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: ansidecl.h: No such file or directory #include ^~~~~~~~~~~~ compilation terminated. CMakeFiles/cmTC_36cb8.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_36cb8.dir/CheckIncludeFile.c.o' failed make[1]: *** [CMakeFiles/cmTC_36cb8.dir/CheckIncludeFile.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_36cb8/fast' failed make: *** [cmTC_36cb8/fast] Error 2 Determining if the include file dl.h exists failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_f5154/fast" /usr/bin/make -f CMakeFiles/cmTC_f5154.dir/build.make CMakeFiles/cmTC_f5154.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_f5154.dir/CheckIncludeFile.c.o /usr/bin/cc -I/usr/local/include -w -fPIE -o CMakeFiles/cmTC_f5154.dir/CheckIncludeFile.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: dl.h: No such file or directory #include ^~~~~~ compilation terminated. CMakeFiles/cmTC_f5154.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_f5154.dir/CheckIncludeFile.c.o' failed make[1]: *** [CMakeFiles/cmTC_f5154.dir/CheckIncludeFile.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_f5154/fast' failed make: *** [cmTC_f5154/fast] Error 2 Determining if the include file fp_class.h exists failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_bfb69/fast" /usr/bin/make -f CMakeFiles/cmTC_bfb69.dir/build.make CMakeFiles/cmTC_bfb69.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_bfb69.dir/CheckIncludeFile.c.o /usr/bin/cc -I/usr/local/include -w -fPIE -o CMakeFiles/cmTC_bfb69.dir/CheckIncludeFile.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: fp_class.h: No such file or directory #include ^~~~~~~~~~~~ compilation terminated. CMakeFiles/cmTC_bfb69.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_bfb69.dir/CheckIncludeFile.c.o' failed make[1]: *** [CMakeFiles/cmTC_bfb69.dir/CheckIncludeFile.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_bfb69/fast' failed make: *** [cmTC_bfb69/fast] Error 2 Determining if the include file ieeefp.h exists failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_523ee/fast" /usr/bin/make -f CMakeFiles/cmTC_523ee.dir/build.make CMakeFiles/cmTC_523ee.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_523ee.dir/CheckIncludeFile.c.o /usr/bin/cc -I/usr/local/include -w -fPIE -o CMakeFiles/cmTC_523ee.dir/CheckIncludeFile.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: ieeefp.h: No such file or directory #include ^~~~~~~~~~ compilation terminated. CMakeFiles/cmTC_523ee.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_523ee.dir/CheckIncludeFile.c.o' failed make[1]: *** [CMakeFiles/cmTC_523ee.dir/CheckIncludeFile.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_523ee/fast' failed make: *** [cmTC_523ee/fast] Error 2 Determining if the include file inttypes.h.h exists failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_2e183/fast" /usr/bin/make -f CMakeFiles/cmTC_2e183.dir/build.make CMakeFiles/cmTC_2e183.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_2e183.dir/CheckIncludeFile.c.o /usr/bin/cc -I/usr/local/include -w -fPIE -o CMakeFiles/cmTC_2e183.dir/CheckIncludeFile.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: inttypes.h.h: No such file or directory #include ^~~~~~~~~~~~~~ compilation terminated. CMakeFiles/cmTC_2e183.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_2e183.dir/CheckIncludeFile.c.o' failed make[1]: *** [CMakeFiles/cmTC_2e183.dir/CheckIncludeFile.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_2e183/fast' failed make: *** [cmTC_2e183/fast] Error 2 Determining if the include file nan.h exists failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_dc3d6/fast" /usr/bin/make -f CMakeFiles/cmTC_dc3d6.dir/build.make CMakeFiles/cmTC_dc3d6.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_dc3d6.dir/CheckIncludeFile.c.o /usr/bin/cc -I/usr/local/include -w -fPIE -o CMakeFiles/cmTC_dc3d6.dir/CheckIncludeFile.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: nan.h: No such file or directory #include ^~~~~~~ compilation terminated. CMakeFiles/cmTC_dc3d6.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_dc3d6.dir/CheckIncludeFile.c.o' failed make[1]: *** [CMakeFiles/cmTC_dc3d6.dir/CheckIncludeFile.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_dc3d6/fast' failed make: *** [cmTC_dc3d6/fast] Error 2 Determining if the include file ndir.h exists failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_d6d2d/fast" /usr/bin/make -f CMakeFiles/cmTC_d6d2d.dir/build.make CMakeFiles/cmTC_d6d2d.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_d6d2d.dir/CheckIncludeFile.c.o /usr/bin/cc -I/usr/local/include -w -fPIE -o CMakeFiles/cmTC_d6d2d.dir/CheckIncludeFile.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: ndir.h: No such file or directory #include ^~~~~~~~ compilation terminated. CMakeFiles/cmTC_d6d2d.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_d6d2d.dir/CheckIncludeFile.c.o' failed make[1]: *** [CMakeFiles/cmTC_d6d2d.dir/CheckIncludeFile.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_d6d2d/fast' failed make: *** [cmTC_d6d2d/fast] Error 2 Determining if the include file sys/ndir.h exists failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_7fe02/fast" /usr/bin/make -f CMakeFiles/cmTC_7fe02.dir/build.make CMakeFiles/cmTC_7fe02.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_7fe02.dir/CheckIncludeFile.c.o /usr/bin/cc -I/usr/local/include -w -fPIE -o CMakeFiles/cmTC_7fe02.dir/CheckIncludeFile.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: sys/ndir.h: No such file or directory #include ^~~~~~~~~~~~ compilation terminated. CMakeFiles/cmTC_7fe02.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_7fe02.dir/CheckIncludeFile.c.o' failed make[1]: *** [CMakeFiles/cmTC_7fe02.dir/CheckIncludeFile.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_7fe02/fast' failed make: *** [cmTC_7fe02/fast] Error 2 Determining if the function __va_copy exists failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_3e0e2/fast" /usr/bin/make -f CMakeFiles/cmTC_3e0e2.dir/build.make CMakeFiles/cmTC_3e0e2.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_3e0e2.dir/CheckFunctionExists.c.o /usr/bin/cc -I/usr/local/include -w -DCHECK_FUNCTION_EXISTS=__va_copy -fPIE -o CMakeFiles/cmTC_3e0e2.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.9/Modules/CheckFunctionExists.c Linking C executable cmTC_3e0e2 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3e0e2.dir/link.txt --verbose=1 /usr/bin/cc -w -DCHECK_FUNCTION_EXISTS=__va_copy -rdynamic CMakeFiles/cmTC_3e0e2.dir/CheckFunctionExists.c.o -o cmTC_3e0e2 CMakeFiles/cmTC_3e0e2.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `__va_copy' collect2: error: ld returned 1 exit status CMakeFiles/cmTC_3e0e2.dir/build.make:97: recipe for target 'cmTC_3e0e2' failed make[1]: *** [cmTC_3e0e2] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_3e0e2/fast' failed make: *** [cmTC_3e0e2/fast] Error 2 Determining if the include file xlocale.h exists failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_68126/fast" /usr/bin/make -f CMakeFiles/cmTC_68126.dir/build.make CMakeFiles/cmTC_68126.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_68126.dir/CheckIncludeFile.c.o /usr/bin/cc -I/usr/local/include -w -fPIE -o CMakeFiles/cmTC_68126.dir/CheckIncludeFile.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: xlocale.h: No such file or directory #include ^~~~~~~~~~~ compilation terminated. CMakeFiles/cmTC_68126.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_68126.dir/CheckIncludeFile.c.o' failed make[1]: *** [CMakeFiles/cmTC_68126.dir/CheckIncludeFile.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_68126/fast' failed make: *** [cmTC_68126/fast] Error 2 Determining if the include file sys/filio.h exists failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_1b6f3/fast" /usr/bin/make -f CMakeFiles/cmTC_1b6f3.dir/build.make CMakeFiles/cmTC_1b6f3.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_1b6f3.dir/CheckIncludeFile.c.o /usr/bin/cc -I/usr/local/include -w -fPIE -o CMakeFiles/cmTC_1b6f3.dir/CheckIncludeFile.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: sys/filio.h: No such file or directory #include ^~~~~~~~~~~~~ compilation terminated. CMakeFiles/cmTC_1b6f3.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_1b6f3.dir/CheckIncludeFile.c.o' failed make[1]: *** [CMakeFiles/cmTC_1b6f3.dir/CheckIncludeFile.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_1b6f3/fast' failed make: *** [cmTC_1b6f3/fast] Error 2 Determining if the function pthread_attr_setstacksize exists failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_46318/fast" /usr/bin/make -f CMakeFiles/cmTC_46318.dir/build.make CMakeFiles/cmTC_46318.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_46318.dir/CheckFunctionExists.c.o /usr/bin/cc -I/usr/local/include -w -pipe -DCHECK_FUNCTION_EXISTS=pthread_attr_setstacksize -fPIE -o CMakeFiles/cmTC_46318.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.9/Modules/CheckFunctionExists.c Linking C executable cmTC_46318 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_46318.dir/link.txt --verbose=1 /usr/bin/cc -w -pipe -DCHECK_FUNCTION_EXISTS=pthread_attr_setstacksize -rdynamic CMakeFiles/cmTC_46318.dir/CheckFunctionExists.c.o -o cmTC_46318 CMakeFiles/cmTC_46318.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `pthread_attr_setstacksize' collect2: error: ld returned 1 exit status CMakeFiles/cmTC_46318.dir/build.make:97: recipe for target 'cmTC_46318' failed make[1]: *** [cmTC_46318] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_46318/fast' failed make: *** [cmTC_46318/fast] Error 2 Determining if the function pthread_atfork exists failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_52fc7/fast" /usr/bin/make -f CMakeFiles/cmTC_52fc7.dir/build.make CMakeFiles/cmTC_52fc7.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_52fc7.dir/CheckFunctionExists.c.o /usr/bin/cc -I/usr/local/include -w -pipe -DCHECK_FUNCTION_EXISTS=pthread_atfork -fPIE -o CMakeFiles/cmTC_52fc7.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.9/Modules/CheckFunctionExists.c Linking C executable cmTC_52fc7 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_52fc7.dir/link.txt --verbose=1 /usr/bin/cc -w -pipe -DCHECK_FUNCTION_EXISTS=pthread_atfork -rdynamic CMakeFiles/cmTC_52fc7.dir/CheckFunctionExists.c.o -o cmTC_52fc7 CMakeFiles/cmTC_52fc7.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `pthread_atfork' collect2: error: ld returned 1 exit status CMakeFiles/cmTC_52fc7.dir/build.make:97: recipe for target 'cmTC_52fc7' failed make[1]: *** [cmTC_52fc7] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_52fc7/fast' failed make: *** [cmTC_52fc7/fast] Error 2 Determining if the function pthread_attr_get_np exists failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_3be57/fast" /usr/bin/make -f CMakeFiles/cmTC_3be57.dir/build.make CMakeFiles/cmTC_3be57.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_3be57.dir/CheckFunctionExists.c.o /usr/bin/cc -I/usr/local/include -w -pipe -DCHECK_FUNCTION_EXISTS=pthread_attr_get_np -fPIE -o CMakeFiles/cmTC_3be57.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.9/Modules/CheckFunctionExists.c Linking C executable cmTC_3be57 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3be57.dir/link.txt --verbose=1 /usr/bin/cc -w -pipe -DCHECK_FUNCTION_EXISTS=pthread_attr_get_np -rdynamic CMakeFiles/cmTC_3be57.dir/CheckFunctionExists.c.o -o cmTC_3be57 CMakeFiles/cmTC_3be57.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `pthread_attr_get_np' collect2: error: ld returned 1 exit status CMakeFiles/cmTC_3be57.dir/build.make:97: recipe for target 'cmTC_3be57' failed make[1]: *** [cmTC_3be57] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_3be57/fast' failed make: *** [cmTC_3be57/fast] Error 2 Determining if the function pthread_getattr_np exists failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_4cf1c/fast" /usr/bin/make -f CMakeFiles/cmTC_4cf1c.dir/build.make CMakeFiles/cmTC_4cf1c.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_4cf1c.dir/CheckFunctionExists.c.o /usr/bin/cc -I/usr/local/include -w -pipe -DCHECK_FUNCTION_EXISTS=pthread_getattr_np -fPIE -o CMakeFiles/cmTC_4cf1c.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.9/Modules/CheckFunctionExists.c Linking C executable cmTC_4cf1c /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4cf1c.dir/link.txt --verbose=1 /usr/bin/cc -w -pipe -DCHECK_FUNCTION_EXISTS=pthread_getattr_np -rdynamic CMakeFiles/cmTC_4cf1c.dir/CheckFunctionExists.c.o -o cmTC_4cf1c CMakeFiles/cmTC_4cf1c.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `pthread_getattr_np' collect2: error: ld returned 1 exit status CMakeFiles/cmTC_4cf1c.dir/build.make:97: recipe for target 'cmTC_4cf1c' failed make[1]: *** [cmTC_4cf1c] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_4cf1c/fast' failed make: *** [cmTC_4cf1c/fast] Error 2 Determining if the function pthread_get_stacksize_np exists failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_3d69b/fast" /usr/bin/make -f CMakeFiles/cmTC_3d69b.dir/build.make CMakeFiles/cmTC_3d69b.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_3d69b.dir/CheckFunctionExists.c.o /usr/bin/cc -I/usr/local/include -w -pipe -DCHECK_FUNCTION_EXISTS=pthread_get_stacksize_np -fPIE -o CMakeFiles/cmTC_3d69b.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.9/Modules/CheckFunctionExists.c Linking C executable cmTC_3d69b /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3d69b.dir/link.txt --verbose=1 /usr/bin/cc -w -pipe -DCHECK_FUNCTION_EXISTS=pthread_get_stacksize_np -rdynamic CMakeFiles/cmTC_3d69b.dir/CheckFunctionExists.c.o -o cmTC_3d69b CMakeFiles/cmTC_3d69b.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `pthread_get_stacksize_np' collect2: error: ld returned 1 exit status CMakeFiles/cmTC_3d69b.dir/build.make:97: recipe for target 'cmTC_3d69b' failed make[1]: *** [cmTC_3d69b] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_3d69b/fast' failed make: *** [cmTC_3d69b/fast] Error 2 Determining if the function ieee_flags exists in the sunmath failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_57fdb/fast" /usr/bin/make -f CMakeFiles/cmTC_57fdb.dir/build.make CMakeFiles/cmTC_57fdb.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_57fdb.dir/CheckFunctionExists.c.o /usr/bin/cc -w -pipe -DCHECK_FUNCTION_EXISTS=ieee_flags -fPIE -o CMakeFiles/cmTC_57fdb.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.9/Modules/CheckFunctionExists.c Linking C executable cmTC_57fdb /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_57fdb.dir/link.txt --verbose=1 /usr/bin/cc -w -pipe -DCHECK_FUNCTION_EXISTS=ieee_flags -rdynamic CMakeFiles/cmTC_57fdb.dir/CheckFunctionExists.c.o -o cmTC_57fdb -lsunmath /usr/bin/ld: cannot find -lsunmath collect2: error: ld returned 1 exit status CMakeFiles/cmTC_57fdb.dir/build.make:97: recipe for target 'cmTC_57fdb' failed make[1]: *** [cmTC_57fdb] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_57fdb/fast' failed make: *** [cmTC_57fdb/fast] Error 2 Determining if the include file net/errno.h exists failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_ccf20/fast" /usr/bin/make -f CMakeFiles/cmTC_ccf20.dir/build.make CMakeFiles/cmTC_ccf20.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_ccf20.dir/CheckIncludeFile.c.o /usr/bin/cc -I/usr/local/include -w -pipe -fPIE -o CMakeFiles/cmTC_ccf20.dir/CheckIncludeFile.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: net/errno.h: No such file or directory #include ^~~~~~~~~~~~~ compilation terminated. CMakeFiles/cmTC_ccf20.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_ccf20.dir/CheckIncludeFile.c.o' failed make[1]: *** [CMakeFiles/cmTC_ccf20.dir/CheckIncludeFile.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_ccf20/fast' failed make: *** [cmTC_ccf20/fast] Error 2 Performing C SOURCE FILE Test LONG_NOT_LONG_LONG failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_22bfe/fast" /usr/bin/make -f CMakeFiles/cmTC_22bfe.dir/build.make CMakeFiles/cmTC_22bfe.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_22bfe.dir/src.c.o /usr/bin/cc -I/usr/local/include -w -pipe -DLONG_NOT_LONG_LONG -fPIE -o CMakeFiles/cmTC_22bfe.dir/src.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.c: In function 'main': /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.c:4:17: error: duplicate case value case 1: case (sizeof(long long)==sizeof(long)): ; ^~~~ /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.c:4:9: note: previously used here case 1: case (sizeof(long long)==sizeof(long)): ; ^~~~ CMakeFiles/cmTC_22bfe.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_22bfe.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_22bfe.dir/src.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_22bfe/fast' failed make: *** [cmTC_22bfe/fast] Error 2 Source file was: int main () { switch (0) { case 1: case (sizeof(long long)==sizeof(long)): ; } return 0; } Performing C SOURCE FILE Test TCL_HAVE_GETHOSTBYADDR_R_7 failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_fe30d/fast" /usr/bin/make -f CMakeFiles/cmTC_fe30d.dir/build.make CMakeFiles/cmTC_fe30d.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_fe30d.dir/src.c.o /usr/bin/cc -I/usr/local/include -w -pipe -m64 -DNDEBUG=1 -O2 -DTCL_HAVE_GETHOSTBYADDR_R_7 -fPIE -o CMakeFiles/cmTC_fe30d.dir/src.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.c: In function 'main': /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.c:12:8: error: too few arguments to function 'gethostbyaddr_r' (void) gethostbyaddr_r(addr, length, type, result, buffer, buflen, &h_errnop); ^~~~~~~~~~~~~~~ In file included from /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.c:2:0: /usr/include/netdb.h:170:12: note: declared here extern int gethostbyaddr_r (const void *__restrict __addr, __socklen_t __len, ^~~~~~~~~~~~~~~ CMakeFiles/cmTC_fe30d.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_fe30d.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_fe30d.dir/src.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_fe30d/fast' failed make: *** [cmTC_fe30d/fast] Error 2 Source file was: #include int main(){ char *addr; int length; int type; struct hostent *result; char buffer[2048]; int buflen = 2048; int h_errnop; (void) gethostbyaddr_r(addr, length, type, result, buffer, buflen, &h_errnop); return 0;} Performing C SOURCE FILE Test HAVE_TM_TZADJ failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_ef438/fast" /usr/bin/make -f CMakeFiles/cmTC_ef438.dir/build.make CMakeFiles/cmTC_ef438.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_ef438.dir/src.c.o /usr/bin/cc -I/usr/local/include -w -pipe -m64 -DNDEBUG=1 -O2 -DHAVE_TM_TZADJ -fPIE -o CMakeFiles/cmTC_ef438.dir/src.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.c: In function 'main': /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.c:6:35: error: 'struct tm' has no member named 'tm_tzadj'; did you mean 'tm_mday'? (void)sizeof(((struct tm *)0)->tm_tzadj); ^~~~~~~~ tm_mday CMakeFiles/cmTC_ef438.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_ef438.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_ef438.dir/src.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_ef438/fast' failed make: *** [cmTC_ef438/fast] Error 2 Source file was: #include int main() { (void)sizeof(((struct tm *)0)->tm_tzadj); return 0; } Determining if the function fstatfs, exists failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_708cd/fast" /usr/bin/make -f CMakeFiles/cmTC_708cd.dir/build.make CMakeFiles/cmTC_708cd.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_708cd.dir/CheckFunctionExists.c.o /usr/bin/cc -I/usr/local/include -w -pipe -m64 -DNDEBUG=1 -O2 -DCHECK_FUNCTION_EXISTS=fstatfs, -fPIE -o CMakeFiles/cmTC_708cd.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.9/Modules/CheckFunctionExists.c /usr/share/cmake-3.9/Modules/CheckFunctionExists.c:7:25: error: expected identifier or '(' before 'void' CHECK_FUNCTION_EXISTS(void); ^~~~ /usr/share/cmake-3.9/Modules/CheckFunctionExists.c: In function 'main': /usr/share/cmake-3.9/Modules/CheckFunctionExists.c:17:25: error: expected expression before ')' token CHECK_FUNCTION_EXISTS(); ^ CMakeFiles/cmTC_708cd.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_708cd.dir/CheckFunctionExists.c.o' failed make[1]: *** [CMakeFiles/cmTC_708cd.dir/CheckFunctionExists.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_708cd/fast' failed make: *** [cmTC_708cd/fast] Error 2 Performing C SOURCE FILE Test HAVE_UNION_WAIT failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_1a330/fast" /usr/bin/make -f CMakeFiles/cmTC_1a330.dir/build.make CMakeFiles/cmTC_1a330.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_1a330.dir/src.c.o /usr/bin/cc -I/usr/local/include -w -pipe -m64 -DNDEBUG=1 -O2 -DHAVE_UNION_WAIT -fPIE -o CMakeFiles/cmTC_1a330.dir/src.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.c: In function 'main': /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.c:8:12: error: storage size of 'x' isn't known union wait x; ^ CMakeFiles/cmTC_1a330.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_1a330.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_1a330.dir/src.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_1a330/fast' failed make: *** [cmTC_1a330/fast] Error 2 Return value: 1 Source file was: #include #include int main () { union wait x; WIFEXITED(x); /* Generates compiler error if WIFEXITED * uses an int. */ return 0; } Determining if the function BSDgettimeofday exists failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_0277e/fast" /usr/bin/make -f CMakeFiles/cmTC_0277e.dir/build.make CMakeFiles/cmTC_0277e.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_0277e.dir/CheckFunctionExists.c.o /usr/bin/cc -I/usr/local/include -w -pipe -m64 -DNDEBUG=1 -O2 -DCHECK_FUNCTION_EXISTS=BSDgettimeofday -fPIE -o CMakeFiles/cmTC_0277e.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.9/Modules/CheckFunctionExists.c Linking C executable cmTC_0277e /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0277e.dir/link.txt --verbose=1 /usr/bin/cc -w -pipe -m64 -DNDEBUG=1 -O2 -DCHECK_FUNCTION_EXISTS=BSDgettimeofday -rdynamic CMakeFiles/cmTC_0277e.dir/CheckFunctionExists.c.o -o cmTC_0277e CMakeFiles/cmTC_0277e.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `BSDgettimeofday' collect2: error: ld returned 1 exit status CMakeFiles/cmTC_0277e.dir/build.make:97: recipe for target 'cmTC_0277e' failed make[1]: *** [cmTC_0277e] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_0277e/fast' failed make: *** [cmTC_0277e/fast] Error 2 Determining if the include file sys/fstatfs.h exists failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_24b6b/fast" /usr/bin/make -f CMakeFiles/cmTC_24b6b.dir/build.make CMakeFiles/cmTC_24b6b.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_24b6b.dir/CheckIncludeFile.c.o /usr/bin/cc -I/usr/local/include -w -pipe -m64 -DNDEBUG=1 -O2 -fPIE -o CMakeFiles/cmTC_24b6b.dir/CheckIncludeFile.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: sys/fstatfs.h: No such file or directory #include ^~~~~~~~~~~~~~~ compilation terminated. CMakeFiles/cmTC_24b6b.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_24b6b.dir/CheckIncludeFile.c.o' failed make[1]: *** [CMakeFiles/cmTC_24b6b.dir/CheckIncludeFile.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_24b6b/fast' failed make: *** [cmTC_24b6b/fast] Error 2 Determining if the include file AvailabilityMacros.h exists failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_17a44/fast" /usr/bin/make -f CMakeFiles/cmTC_17a44.dir/build.make CMakeFiles/cmTC_17a44.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_17a44.dir/CheckIncludeFile.c.o /usr/bin/cc -I/usr/local/include -w -pipe -m64 -DNDEBUG=1 -O2 -fPIE -o CMakeFiles/cmTC_17a44.dir/CheckIncludeFile.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: AvailabilityMacros.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~~~~~ compilation terminated. CMakeFiles/cmTC_17a44.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_17a44.dir/CheckIncludeFile.c.o' failed make[1]: *** [CMakeFiles/cmTC_17a44.dir/CheckIncludeFile.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_17a44/fast' failed make: *** [cmTC_17a44/fast] Error 2 Determining if the include file sys/modem.h exists failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_b8ae4/fast" /usr/bin/make -f CMakeFiles/cmTC_b8ae4.dir/build.make CMakeFiles/cmTC_b8ae4.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_b8ae4.dir/CheckIncludeFile.c.o /usr/bin/cc -I/usr/local/include -w -pipe -m64 -DNDEBUG=1 -O2 -fPIE -o CMakeFiles/cmTC_b8ae4.dir/CheckIncludeFile.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: sys/modem.h: No such file or directory #include ^~~~~~~~~~~~~ compilation terminated. CMakeFiles/cmTC_b8ae4.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_b8ae4.dir/CheckIncludeFile.c.o' failed make[1]: *** [CMakeFiles/cmTC_b8ae4.dir/CheckIncludeFile.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_b8ae4/fast' failed make: *** [cmTC_b8ae4/fast] Error 2 Determining if the include file sysent.h exists failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_7bce7/fast" /usr/bin/make -f CMakeFiles/cmTC_7bce7.dir/build.make CMakeFiles/cmTC_7bce7.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_7bce7.dir/CheckIncludeFile.c.o /usr/bin/cc -I/usr/local/include -w -fPIE -o CMakeFiles/cmTC_7bce7.dir/CheckIncludeFile.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: sysent.h: No such file or directory #include ^~~~~~~~~~ compilation terminated. CMakeFiles/cmTC_7bce7.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_7bce7.dir/CheckIncludeFile.c.o' failed make[1]: *** [CMakeFiles/cmTC_7bce7.dir/CheckIncludeFile.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_7bce7/fast' failed make: *** [cmTC_7bce7/fast] Error 2 Determining if files jni.h exist failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_9c2b7/fast" /usr/bin/make -f CMakeFiles/cmTC_9c2b7.dir/build.make CMakeFiles/cmTC_9c2b7.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_9c2b7.dir/CheckIncludeFiles.c.o /usr/bin/cc -I/usr/local/include -w -fPIE -o CMakeFiles/cmTC_9c2b7.dir/CheckIncludeFiles.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: jni.h: No such file or directory #include ^~~~~~~ compilation terminated. CMakeFiles/cmTC_9c2b7.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_9c2b7.dir/CheckIncludeFiles.c.o' failed make[1]: *** [CMakeFiles/cmTC_9c2b7.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_9c2b7/fast' failed make: *** [cmTC_9c2b7/fast] Error 2 Source: /* */ #include int main(void){return 0;} Determining if the PTHREAD_MUTEX_RECURSIVE exist failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_94034/fast" /usr/bin/make -f CMakeFiles/cmTC_94034.dir/build.make CMakeFiles/cmTC_94034.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_94034.dir/CheckSymbolExists.c.o /usr/bin/cc -I/usr/local/include -w -fPIE -o CMakeFiles/cmTC_94034.dir/CheckSymbolExists.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main': /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:18: error: lvalue required as unary '&' operand return ((int*)(&PTHREAD_MUTEX_RECURSIVE))[argc]; ^ CMakeFiles/cmTC_94034.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_94034.dir/CheckSymbolExists.c.o' failed make[1]: *** [CMakeFiles/cmTC_94034.dir/CheckSymbolExists.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_94034/fast' failed make: *** [cmTC_94034/fast] Error 2 File /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef PTHREAD_MUTEX_RECURSIVE return ((int*)(&PTHREAD_MUTEX_RECURSIVE))[argc]; #else (void)argc; return 0; #endif } Performing C++ SOURCE FILE Test CXX_HAS_AVX_1 failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_628b9/fast" /usr/bin/make -f CMakeFiles/cmTC_628b9.dir/build.make CMakeFiles/cmTC_628b9.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_628b9.dir/src.cxx.o /usr/bin/c++ -I/usr/local/include -w -DCXX_HAS_AVX_1 -fPIE -o CMakeFiles/cmTC_628b9.dir/src.cxx.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.cxx In file included from /usr/lib/gcc/x86_64-linux-gnu/7/include/immintrin.h:41:0, from /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.cxx:2: /usr/lib/gcc/x86_64-linux-gnu/7/include/avxintrin.h: In function 'int main()': /usr/lib/gcc/x86_64-linux-gnu/7/include/avxintrin.h:1310:1: error: inlining failed in call to always_inline '__m256 _mm256_set1_ps(float)': target specific option mismatch _mm256_set1_ps (float __A) ^~~~~~~~~~~~~~ /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.cxx:7:7: note: called from here a = _mm256_set1_ps(0); ~~^~~~~~~~~~~~~~~~~~~ CMakeFiles/cmTC_628b9.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_628b9.dir/src.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_628b9.dir/src.cxx.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_628b9/fast' failed make: *** [cmTC_628b9/fast] Error 2 Return value: 1 Source file was: #include int main() { __m256 a; a = _mm256_set1_ps(0); return 0; } Performing C++ SOURCE FILE Test CXX_HAS_AVX_2 failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_c6dbd/fast" /usr/bin/make -f CMakeFiles/cmTC_c6dbd.dir/build.make CMakeFiles/cmTC_c6dbd.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_c6dbd.dir/src.cxx.o /usr/bin/c++ -I/usr/local/include -w -DCXX_HAS_AVX_2 -mavx -fPIE -o CMakeFiles/cmTC_c6dbd.dir/src.cxx.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.cxx Linking CXX executable cmTC_c6dbd /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c6dbd.dir/link.txt --verbose=1 /usr/bin/c++ -w -DCXX_HAS_AVX_2 -mavx -rdynamic CMakeFiles/cmTC_c6dbd.dir/src.cxx.o -o cmTC_c6dbd make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Return value: FAILED_TO_RUN Source file was: #include int main() { __m256 a; a = _mm256_set1_ps(0); return 0; } Performing C++ SOURCE FILE Test CXX_HAS_AVX_3 failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_e804f/fast" /usr/bin/make -f CMakeFiles/cmTC_e804f.dir/build.make CMakeFiles/cmTC_e804f.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_e804f.dir/src.cxx.o /usr/bin/c++ -I/usr/local/include -w -DCXX_HAS_AVX_3 /arch:AVX -fPIE -o CMakeFiles/cmTC_e804f.dir/src.cxx.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.cxx c++: error: /arch:AVX: No such file or directory CMakeFiles/cmTC_e804f.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_e804f.dir/src.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_e804f.dir/src.cxx.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_e804f/fast' failed make: *** [cmTC_e804f/fast] Error 2 Return value: 1 Source file was: #include int main() { __m256 a; a = _mm256_set1_ps(0); return 0; } Performing C++ SOURCE FILE Test CXX_HAS_SSE_1 failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_91210/fast" /usr/bin/make -f CMakeFiles/cmTC_91210.dir/build.make CMakeFiles/cmTC_91210.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_91210.dir/src.cxx.o /usr/bin/c++ -I/usr/local/include -w -DCXX_HAS_SSE_1 -fPIE -o CMakeFiles/cmTC_91210.dir/src.cxx.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.cxx Linking CXX executable cmTC_91210 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_91210.dir/link.txt --verbose=1 /usr/bin/c++ -w -DCXX_HAS_SSE_1 -rdynamic CMakeFiles/cmTC_91210.dir/src.cxx.o -o cmTC_91210 /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o: In function `_start': (.text+0x20): undefined reference to `main' collect2: error: ld returned 1 exit status CMakeFiles/cmTC_91210.dir/build.make:97: recipe for target 'cmTC_91210' failed make[1]: *** [cmTC_91210] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_91210/fast' failed make: *** [cmTC_91210/fast] Error 2 Return value: 1 Source file was: Performing C++ SOURCE FILE Test CXX_HAS_SSE_2 failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_9ea2c/fast" /usr/bin/make -f CMakeFiles/cmTC_9ea2c.dir/build.make CMakeFiles/cmTC_9ea2c.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_9ea2c.dir/src.cxx.o /usr/bin/c++ -I/usr/local/include -w -DCXX_HAS_SSE_2 -msse -fPIE -o CMakeFiles/cmTC_9ea2c.dir/src.cxx.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.cxx Linking CXX executable cmTC_9ea2c /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9ea2c.dir/link.txt --verbose=1 /usr/bin/c++ -w -DCXX_HAS_SSE_2 -msse -rdynamic CMakeFiles/cmTC_9ea2c.dir/src.cxx.o -o cmTC_9ea2c /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o: In function `_start': (.text+0x20): undefined reference to `main' collect2: error: ld returned 1 exit status CMakeFiles/cmTC_9ea2c.dir/build.make:97: recipe for target 'cmTC_9ea2c' failed make[1]: *** [cmTC_9ea2c] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_9ea2c/fast' failed make: *** [cmTC_9ea2c/fast] Error 2 Return value: 1 Source file was: Performing C++ SOURCE FILE Test CXX_HAS_SSE_3 failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_91b3f/fast" /usr/bin/make -f CMakeFiles/cmTC_91b3f.dir/build.make CMakeFiles/cmTC_91b3f.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_91b3f.dir/src.cxx.o /usr/bin/c++ -I/usr/local/include -w -DCXX_HAS_SSE_3 /arch:SSE -fPIE -o CMakeFiles/cmTC_91b3f.dir/src.cxx.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.cxx c++: error: /arch:SSE: No such file or directory CMakeFiles/cmTC_91b3f.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_91b3f.dir/src.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_91b3f.dir/src.cxx.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_91b3f/fast' failed make: *** [cmTC_91b3f/fast] Error 2 Return value: 1 Source file was: Performing C++ SOURCE FILE Test CXX_HAS_SSSE3_1 failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_87aa6/fast" /usr/bin/make -f CMakeFiles/cmTC_87aa6.dir/build.make CMakeFiles/cmTC_87aa6.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_87aa6.dir/src.cxx.o /usr/bin/c++ -I/usr/local/include -w -DCXX_HAS_SSSE3_1 -fPIE -o CMakeFiles/cmTC_87aa6.dir/src.cxx.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.cxx Linking CXX executable cmTC_87aa6 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_87aa6.dir/link.txt --verbose=1 /usr/bin/c++ -w -DCXX_HAS_SSSE3_1 -rdynamic CMakeFiles/cmTC_87aa6.dir/src.cxx.o -o cmTC_87aa6 /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o: In function `_start': (.text+0x20): undefined reference to `main' collect2: error: ld returned 1 exit status CMakeFiles/cmTC_87aa6.dir/build.make:97: recipe for target 'cmTC_87aa6' failed make[1]: *** [cmTC_87aa6] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_87aa6/fast' failed make: *** [cmTC_87aa6/fast] Error 2 Return value: 1 Source file was: Performing C++ SOURCE FILE Test CXX_HAS_SSSE3_2 failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_c6590/fast" /usr/bin/make -f CMakeFiles/cmTC_c6590.dir/build.make CMakeFiles/cmTC_c6590.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_c6590.dir/src.cxx.o /usr/bin/c++ -I/usr/local/include -w -DCXX_HAS_SSSE3_2 -mssse3 -fPIE -o CMakeFiles/cmTC_c6590.dir/src.cxx.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.cxx Linking CXX executable cmTC_c6590 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c6590.dir/link.txt --verbose=1 /usr/bin/c++ -w -DCXX_HAS_SSSE3_2 -mssse3 -rdynamic CMakeFiles/cmTC_c6590.dir/src.cxx.o -o cmTC_c6590 /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o: In function `_start': (.text+0x20): undefined reference to `main' collect2: error: ld returned 1 exit status CMakeFiles/cmTC_c6590.dir/build.make:97: recipe for target 'cmTC_c6590' failed make[1]: *** [cmTC_c6590] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_c6590/fast' failed make: *** [cmTC_c6590/fast] Error 2 Return value: 1 Source file was: Performing C++ SOURCE FILE Test CXX_HAS_SSSE3_3 failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_65d39/fast" /usr/bin/make -f CMakeFiles/cmTC_65d39.dir/build.make CMakeFiles/cmTC_65d39.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_65d39.dir/src.cxx.o /usr/bin/c++ -I/usr/local/include -w -DCXX_HAS_SSSE3_3 /arch:SSE3 -fPIE -o CMakeFiles/cmTC_65d39.dir/src.cxx.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.cxx c++: error: /arch:SSE3: No such file or directory CMakeFiles/cmTC_65d39.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_65d39.dir/src.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_65d39.dir/src.cxx.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_65d39/fast' failed make: *** [cmTC_65d39/fast] Error 2 Return value: 1 Source file was: Determining size of int8 failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_b3dc8/fast" /usr/bin/make -f CMakeFiles/cmTC_b3dc8.dir/build.make CMakeFiles/cmTC_b3dc8.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_b3dc8.dir/HAVE_INT8.c.o /usr/bin/cc -I/usr/local/include -w -fPIE -o CMakeFiles/cmTC_b3dc8.dir/HAVE_INT8.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CheckTypeSize/HAVE_INT8.c /home/naseef/Code/brlcad/build/CMakeFiles/CheckTypeSize/HAVE_INT8.c:17:22: error: 'int8' undeclared here (not in a function); did you mean 'int'? #define SIZE (sizeof(int8)) ^ /home/naseef/Code/brlcad/build/CMakeFiles/CheckTypeSize/HAVE_INT8.c:19:12: note: in expansion of macro 'SIZE' ('0' + ((SIZE / 10000)%10)), ^~~~ CMakeFiles/cmTC_b3dc8.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_b3dc8.dir/HAVE_INT8.c.o' failed make[1]: *** [CMakeFiles/cmTC_b3dc8.dir/HAVE_INT8.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_b3dc8/fast' failed make: *** [cmTC_b3dc8/fast] Error 2 /home/naseef/Code/brlcad/build/CMakeFiles/CheckTypeSize/HAVE_INT8.c: #include #include #include #undef KEY #if defined(__i386) # define KEY '_','_','i','3','8','6' #elif defined(__x86_64) # define KEY '_','_','x','8','6','_','6','4' #elif defined(__ppc__) # define KEY '_','_','p','p','c','_','_' #elif defined(__ppc64__) # define KEY '_','_','p','p','c','6','4','_','_' #endif #define SIZE (sizeof(int8)) char info_size[] = {'I', 'N', 'F', 'O', ':', 's','i','z','e','[', ('0' + ((SIZE / 10000)%10)), ('0' + ((SIZE / 1000)%10)), ('0' + ((SIZE / 100)%10)), ('0' + ((SIZE / 10)%10)), ('0' + (SIZE % 10)), ']', #ifdef KEY ' ','k','e','y','[', KEY, ']', #endif '\0'}; #ifdef __CLASSIC_C__ int main(argc, argv) int argc; char *argv[]; #else int main(int argc, char *argv[]) #endif { int require = 0; require += info_size[argc]; (void)argv; return require; } Determining size of int16 failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_50a9d/fast" /usr/bin/make -f CMakeFiles/cmTC_50a9d.dir/build.make CMakeFiles/cmTC_50a9d.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_50a9d.dir/HAVE_INT16.c.o /usr/bin/cc -I/usr/local/include -w -fPIE -o CMakeFiles/cmTC_50a9d.dir/HAVE_INT16.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CheckTypeSize/HAVE_INT16.c /home/naseef/Code/brlcad/build/CMakeFiles/CheckTypeSize/HAVE_INT16.c:17:22: error: 'int16' undeclared here (not in a function); did you mean 'int16_t'? #define SIZE (sizeof(int16)) ^ /home/naseef/Code/brlcad/build/CMakeFiles/CheckTypeSize/HAVE_INT16.c:19:12: note: in expansion of macro 'SIZE' ('0' + ((SIZE / 10000)%10)), ^~~~ CMakeFiles/cmTC_50a9d.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_50a9d.dir/HAVE_INT16.c.o' failed make[1]: *** [CMakeFiles/cmTC_50a9d.dir/HAVE_INT16.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_50a9d/fast' failed make: *** [cmTC_50a9d/fast] Error 2 /home/naseef/Code/brlcad/build/CMakeFiles/CheckTypeSize/HAVE_INT16.c: #include #include #include #undef KEY #if defined(__i386) # define KEY '_','_','i','3','8','6' #elif defined(__x86_64) # define KEY '_','_','x','8','6','_','6','4' #elif defined(__ppc__) # define KEY '_','_','p','p','c','_','_' #elif defined(__ppc64__) # define KEY '_','_','p','p','c','6','4','_','_' #endif #define SIZE (sizeof(int16)) char info_size[] = {'I', 'N', 'F', 'O', ':', 's','i','z','e','[', ('0' + ((SIZE / 10000)%10)), ('0' + ((SIZE / 1000)%10)), ('0' + ((SIZE / 100)%10)), ('0' + ((SIZE / 10)%10)), ('0' + (SIZE % 10)), ']', #ifdef KEY ' ','k','e','y','[', KEY, ']', #endif '\0'}; #ifdef __CLASSIC_C__ int main(argc, argv) int argc; char *argv[]; #else int main(int argc, char *argv[]) #endif { int require = 0; require += info_size[argc]; (void)argv; return require; } Determining size of int32 failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_3681e/fast" /usr/bin/make -f CMakeFiles/cmTC_3681e.dir/build.make CMakeFiles/cmTC_3681e.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_3681e.dir/HAVE_INT32.c.o /usr/bin/cc -I/usr/local/include -w -fPIE -o CMakeFiles/cmTC_3681e.dir/HAVE_INT32.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CheckTypeSize/HAVE_INT32.c /home/naseef/Code/brlcad/build/CMakeFiles/CheckTypeSize/HAVE_INT32.c:17:22: error: 'int32' undeclared here (not in a function); did you mean 'int32_t'? #define SIZE (sizeof(int32)) ^ /home/naseef/Code/brlcad/build/CMakeFiles/CheckTypeSize/HAVE_INT32.c:19:12: note: in expansion of macro 'SIZE' ('0' + ((SIZE / 10000)%10)), ^~~~ CMakeFiles/cmTC_3681e.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_3681e.dir/HAVE_INT32.c.o' failed make[1]: *** [CMakeFiles/cmTC_3681e.dir/HAVE_INT32.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_3681e/fast' failed make: *** [cmTC_3681e/fast] Error 2 /home/naseef/Code/brlcad/build/CMakeFiles/CheckTypeSize/HAVE_INT32.c: #include #include #include #undef KEY #if defined(__i386) # define KEY '_','_','i','3','8','6' #elif defined(__x86_64) # define KEY '_','_','x','8','6','_','6','4' #elif defined(__ppc__) # define KEY '_','_','p','p','c','_','_' #elif defined(__ppc64__) # define KEY '_','_','p','p','c','6','4','_','_' #endif #define SIZE (sizeof(int32)) char info_size[] = {'I', 'N', 'F', 'O', ':', 's','i','z','e','[', ('0' + ((SIZE / 10000)%10)), ('0' + ((SIZE / 1000)%10)), ('0' + ((SIZE / 100)%10)), ('0' + ((SIZE / 10)%10)), ('0' + (SIZE % 10)), ']', #ifdef KEY ' ','k','e','y','[', KEY, ']', #endif '\0'}; #ifdef __CLASSIC_C__ int main(argc, argv) int argc; char *argv[]; #else int main(int argc, char *argv[]) #endif { int require = 0; require += info_size[argc]; (void)argv; return require; } Determining if files csf.h exist failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_e65ea/fast" /usr/bin/make -f CMakeFiles/cmTC_e65ea.dir/build.make CMakeFiles/cmTC_e65ea.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_e65ea.dir/CheckIncludeFiles.c.o /usr/bin/cc -I/usr/local/include -w -fPIE -o CMakeFiles/cmTC_e65ea.dir/CheckIncludeFiles.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: csf.h: No such file or directory #include ^~~~~~~ compilation terminated. CMakeFiles/cmTC_e65ea.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_e65ea.dir/CheckIncludeFiles.c.o' failed make[1]: *** [CMakeFiles/cmTC_e65ea.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_e65ea/fast' failed make: *** [cmTC_e65ea/fast] Error 2 Source: /* */ #include int main(void){return 0;} Determining if files dbmalloc.h exist failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_baf2d/fast" /usr/bin/make -f CMakeFiles/cmTC_baf2d.dir/build.make CMakeFiles/cmTC_baf2d.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_baf2d.dir/CheckIncludeFiles.c.o /usr/bin/cc -I/usr/local/include -w -fPIE -o CMakeFiles/cmTC_baf2d.dir/CheckIncludeFiles.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: dbmalloc.h: No such file or directory #include ^~~~~~~~~~~~ compilation terminated. CMakeFiles/cmTC_baf2d.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_baf2d.dir/CheckIncludeFiles.c.o' failed make[1]: *** [CMakeFiles/cmTC_baf2d.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_baf2d/fast' failed make: *** [cmTC_baf2d/fast] Error 2 Source: /* */ #include int main(void){return 0;} Determining if the PTHREAD_MUTEX_RECURSIVE exist failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_67efd/fast" /usr/bin/make -f CMakeFiles/cmTC_67efd.dir/build.make CMakeFiles/cmTC_67efd.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_67efd.dir/CheckSymbolExists.c.o /usr/bin/cc -I/usr/local/include -w -fPIE -o CMakeFiles/cmTC_67efd.dir/CheckSymbolExists.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main': /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:18: error: lvalue required as unary '&' operand return ((int*)(&PTHREAD_MUTEX_RECURSIVE))[argc]; ^ CMakeFiles/cmTC_67efd.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_67efd.dir/CheckSymbolExists.c.o' failed make[1]: *** [CMakeFiles/cmTC_67efd.dir/CheckSymbolExists.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_67efd/fast' failed make: *** [cmTC_67efd/fast] Error 2 File /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef PTHREAD_MUTEX_RECURSIVE return ((int*)(&PTHREAD_MUTEX_RECURSIVE))[argc]; #else (void)argc; return 0; #endif } Determining if the PTHREAD_MUTEX_ADAPTIVE_NP exist failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_8d040/fast" /usr/bin/make -f CMakeFiles/cmTC_8d040.dir/build.make CMakeFiles/cmTC_8d040.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_8d040.dir/CheckSymbolExists.c.o /usr/bin/cc -I/usr/local/include -w -fPIE -o CMakeFiles/cmTC_8d040.dir/CheckSymbolExists.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main': /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:18: error: lvalue required as unary '&' operand return ((int*)(&PTHREAD_MUTEX_ADAPTIVE_NP))[argc]; ^ CMakeFiles/cmTC_8d040.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_8d040.dir/CheckSymbolExists.c.o' failed make[1]: *** [CMakeFiles/cmTC_8d040.dir/CheckSymbolExists.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_8d040/fast' failed make: *** [cmTC_8d040/fast] Error 2 File /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef PTHREAD_MUTEX_ADAPTIVE_NP return ((int*)(&PTHREAD_MUTEX_ADAPTIVE_NP))[argc]; #else (void)argc; return 0; #endif } Performing C SOURCE FILE Test W4_FLAG_C failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_15cb7/fast" /usr/bin/make -f CMakeFiles/cmTC_15cb7.dir/build.make CMakeFiles/cmTC_15cb7.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_15cb7.dir/src.c.o /usr/bin/cc -I/usr/local/include -w -Wno-error -g -O2 -fPIC -DPIC -Wl,--no-undefined -DW4_FLAG_C -fPIE -W4 -o CMakeFiles/cmTC_15cb7.dir/src.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.c cc: error: unrecognized command line option '-W4'; did you mean '-W'? CMakeFiles/cmTC_15cb7.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_15cb7.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_15cb7.dir/src.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_15cb7/fast' failed make: *** [cmTC_15cb7/fast] Error 2 Source file was: int main(void) { return 0; } Performing C++ SOURCE FILE Test W4_FLAG_CXX failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_c896a/fast" /usr/bin/make -f CMakeFiles/cmTC_c896a.dir/build.make CMakeFiles/cmTC_c896a.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_c896a.dir/src.cxx.o /usr/bin/c++ -I/usr/local/include -w -Wno-error -g -O2 -fPIC -DPIC -Wl,--no-undefined -DW4_FLAG_CXX -fPIE -W4 -o CMakeFiles/cmTC_c896a.dir/src.cxx.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.cxx c++: error: unrecognized command line option '-W4'; did you mean '-W'? CMakeFiles/cmTC_c896a.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_c896a.dir/src.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_c896a.dir/src.cxx.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_c896a/fast' failed make: *** [cmTC_c896a/fast] Error 2 Source file was: int main() { return 0; } Performing C SOURCE FILE Test wd4127_FLAG_C failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_4fc57/fast" /usr/bin/make -f CMakeFiles/cmTC_4fc57.dir/build.make CMakeFiles/cmTC_4fc57.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_4fc57.dir/src.c.o /usr/bin/cc -I/usr/local/include -w -Wno-error -g -O2 -fPIC -DPIC -Wl,--no-undefined -Dwd4127_FLAG_C -fPIE -wd4127 -o CMakeFiles/cmTC_4fc57.dir/src.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.c cc: error: unrecognized command line option '-wd4127' CMakeFiles/cmTC_4fc57.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_4fc57.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_4fc57.dir/src.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_4fc57/fast' failed make: *** [cmTC_4fc57/fast] Error 2 Source file was: int main(void) { return 0; } Performing C++ SOURCE FILE Test wd4127_FLAG_CXX failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_cf7fd/fast" /usr/bin/make -f CMakeFiles/cmTC_cf7fd.dir/build.make CMakeFiles/cmTC_cf7fd.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_cf7fd.dir/src.cxx.o /usr/bin/c++ -I/usr/local/include -w -Wno-error -g -O2 -fPIC -DPIC -Wl,--no-undefined -Dwd4127_FLAG_CXX -fPIE -wd4127 -o CMakeFiles/cmTC_cf7fd.dir/src.cxx.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.cxx c++: error: unrecognized command line option '-wd4127' CMakeFiles/cmTC_cf7fd.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_cf7fd.dir/src.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_cf7fd.dir/src.cxx.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_cf7fd/fast' failed make: *** [cmTC_cf7fd/fast] Error 2 Source file was: int main() { return 0; } Performing C SOURCE FILE Test wd4251_FLAG_C failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_ec487/fast" /usr/bin/make -f CMakeFiles/cmTC_ec487.dir/build.make CMakeFiles/cmTC_ec487.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_ec487.dir/src.c.o /usr/bin/cc -I/usr/local/include -w -Wno-error -g -O2 -fPIC -DPIC -Wl,--no-undefined -Dwd4251_FLAG_C -fPIE -wd4251 -o CMakeFiles/cmTC_ec487.dir/src.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.c cc: error: unrecognized command line option '-wd4251' CMakeFiles/cmTC_ec487.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_ec487.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_ec487.dir/src.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_ec487/fast' failed make: *** [cmTC_ec487/fast] Error 2 Source file was: int main(void) { return 0; } Performing C++ SOURCE FILE Test wd4251_FLAG_CXX failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_051ec/fast" /usr/bin/make -f CMakeFiles/cmTC_051ec.dir/build.make CMakeFiles/cmTC_051ec.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_051ec.dir/src.cxx.o /usr/bin/c++ -I/usr/local/include -w -Wno-error -g -O2 -fPIC -DPIC -Wl,--no-undefined -Dwd4251_FLAG_CXX -fPIE -wd4251 -o CMakeFiles/cmTC_051ec.dir/src.cxx.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.cxx c++: error: unrecognized command line option '-wd4251' CMakeFiles/cmTC_051ec.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_051ec.dir/src.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_051ec.dir/src.cxx.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_051ec/fast' failed make: *** [cmTC_051ec/fast] Error 2 Source file was: int main() { return 0; } Performing C SOURCE FILE Test wd4275_FLAG_C failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_bca46/fast" /usr/bin/make -f CMakeFiles/cmTC_bca46.dir/build.make CMakeFiles/cmTC_bca46.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_bca46.dir/src.c.o /usr/bin/cc -I/usr/local/include -w -Wno-error -g -O2 -fPIC -DPIC -Wl,--no-undefined -Dwd4275_FLAG_C -fPIE -wd4275 -o CMakeFiles/cmTC_bca46.dir/src.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.c cc: error: unrecognized command line option '-wd4275' CMakeFiles/cmTC_bca46.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_bca46.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_bca46.dir/src.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_bca46/fast' failed make: *** [cmTC_bca46/fast] Error 2 Source file was: int main(void) { return 0; } Performing C++ SOURCE FILE Test wd4275_FLAG_CXX failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_52e45/fast" /usr/bin/make -f CMakeFiles/cmTC_52e45.dir/build.make CMakeFiles/cmTC_52e45.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_52e45.dir/src.cxx.o /usr/bin/c++ -I/usr/local/include -w -Wno-error -g -O2 -fPIC -DPIC -Wl,--no-undefined -Dwd4275_FLAG_CXX -fPIE -wd4275 -o CMakeFiles/cmTC_52e45.dir/src.cxx.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.cxx c++: error: unrecognized command line option '-wd4275' CMakeFiles/cmTC_52e45.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_52e45.dir/src.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_52e45.dir/src.cxx.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_52e45/fast' failed make: *** [cmTC_52e45/fast] Error 2 Source file was: int main() { return 0; } Performing C SOURCE FILE Test wd4786_FLAG_C failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_6b16c/fast" /usr/bin/make -f CMakeFiles/cmTC_6b16c.dir/build.make CMakeFiles/cmTC_6b16c.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_6b16c.dir/src.c.o /usr/bin/cc -I/usr/local/include -w -Wno-error -g -O2 -fPIC -DPIC -Wl,--no-undefined -Dwd4786_FLAG_C -fPIE -wd4786 -o CMakeFiles/cmTC_6b16c.dir/src.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.c cc: error: unrecognized command line option '-wd4786' CMakeFiles/cmTC_6b16c.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_6b16c.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_6b16c.dir/src.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_6b16c/fast' failed make: *** [cmTC_6b16c/fast] Error 2 Source file was: int main(void) { return 0; } Performing C++ SOURCE FILE Test wd4786_FLAG_CXX failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_b4642/fast" /usr/bin/make -f CMakeFiles/cmTC_b4642.dir/build.make CMakeFiles/cmTC_b4642.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_b4642.dir/src.cxx.o /usr/bin/c++ -I/usr/local/include -w -Wno-error -g -O2 -fPIC -DPIC -Wl,--no-undefined -Dwd4786_FLAG_CXX -fPIE -wd4786 -o CMakeFiles/cmTC_b4642.dir/src.cxx.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.cxx c++: error: unrecognized command line option '-wd4786' CMakeFiles/cmTC_b4642.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_b4642.dir/src.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_b4642.dir/src.cxx.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_b4642/fast' failed make: *** [cmTC_b4642/fast] Error 2 Source file was: int main() { return 0; } Performing C SOURCE FILE Test wd4100_FLAG_C failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_1840c/fast" /usr/bin/make -f CMakeFiles/cmTC_1840c.dir/build.make CMakeFiles/cmTC_1840c.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_1840c.dir/src.c.o /usr/bin/cc -I/usr/local/include -w -Wno-error -g -O2 -fPIC -DPIC -Wl,--no-undefined -Dwd4100_FLAG_C -fPIE -wd4100 -o CMakeFiles/cmTC_1840c.dir/src.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.c cc: error: unrecognized command line option '-wd4100' CMakeFiles/cmTC_1840c.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_1840c.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_1840c.dir/src.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_1840c/fast' failed make: *** [cmTC_1840c/fast] Error 2 Source file was: int main(void) { return 0; } Performing C++ SOURCE FILE Test wd4100_FLAG_CXX failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_b8815/fast" /usr/bin/make -f CMakeFiles/cmTC_b8815.dir/build.make CMakeFiles/cmTC_b8815.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_b8815.dir/src.cxx.o /usr/bin/c++ -I/usr/local/include -w -Wno-error -g -O2 -fPIC -DPIC -Wl,--no-undefined -Dwd4100_FLAG_CXX -fPIE -wd4100 -o CMakeFiles/cmTC_b8815.dir/src.cxx.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.cxx c++: error: unrecognized command line option '-wd4100' CMakeFiles/cmTC_b8815.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_b8815.dir/src.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_b8815.dir/src.cxx.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_b8815/fast' failed make: *** [cmTC_b8815/fast] Error 2 Source file was: int main() { return 0; } Performing C SOURCE FILE Test wd4245_FLAG_C failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_5a325/fast" /usr/bin/make -f CMakeFiles/cmTC_5a325.dir/build.make CMakeFiles/cmTC_5a325.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_5a325.dir/src.c.o /usr/bin/cc -I/usr/local/include -w -Wno-error -g -O2 -fPIC -DPIC -Wl,--no-undefined -Dwd4245_FLAG_C -fPIE -wd4245 -o CMakeFiles/cmTC_5a325.dir/src.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.c cc: error: unrecognized command line option '-wd4245' CMakeFiles/cmTC_5a325.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_5a325.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_5a325.dir/src.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_5a325/fast' failed make: *** [cmTC_5a325/fast] Error 2 Source file was: int main(void) { return 0; } Performing C++ SOURCE FILE Test wd4245_FLAG_CXX failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_42dda/fast" /usr/bin/make -f CMakeFiles/cmTC_42dda.dir/build.make CMakeFiles/cmTC_42dda.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_42dda.dir/src.cxx.o /usr/bin/c++ -I/usr/local/include -w -Wno-error -g -O2 -fPIC -DPIC -Wl,--no-undefined -Dwd4245_FLAG_CXX -fPIE -wd4245 -o CMakeFiles/cmTC_42dda.dir/src.cxx.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.cxx c++: error: unrecognized command line option '-wd4245' CMakeFiles/cmTC_42dda.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_42dda.dir/src.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_42dda.dir/src.cxx.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_42dda/fast' failed make: *** [cmTC_42dda/fast] Error 2 Source file was: int main() { return 0; } Performing C SOURCE FILE Test wd4206_FLAG_C failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_330ad/fast" /usr/bin/make -f CMakeFiles/cmTC_330ad.dir/build.make CMakeFiles/cmTC_330ad.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_330ad.dir/src.c.o /usr/bin/cc -I/usr/local/include -w -Wno-error -g -O2 -fPIC -DPIC -Wl,--no-undefined -Dwd4206_FLAG_C -fPIE -wd4206 -o CMakeFiles/cmTC_330ad.dir/src.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.c cc: error: unrecognized command line option '-wd4206' CMakeFiles/cmTC_330ad.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_330ad.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_330ad.dir/src.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_330ad/fast' failed make: *** [cmTC_330ad/fast] Error 2 Source file was: int main(void) { return 0; } Performing C++ SOURCE FILE Test wd4206_FLAG_CXX failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_42f1e/fast" /usr/bin/make -f CMakeFiles/cmTC_42f1e.dir/build.make CMakeFiles/cmTC_42f1e.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_42f1e.dir/src.cxx.o /usr/bin/c++ -I/usr/local/include -w -Wno-error -g -O2 -fPIC -DPIC -Wl,--no-undefined -Dwd4206_FLAG_CXX -fPIE -wd4206 -o CMakeFiles/cmTC_42f1e.dir/src.cxx.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.cxx c++: error: unrecognized command line option '-wd4206' CMakeFiles/cmTC_42f1e.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_42f1e.dir/src.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_42f1e.dir/src.cxx.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_42f1e/fast' failed make: *** [cmTC_42f1e/fast] Error 2 Source file was: int main() { return 0; } Performing C SOURCE FILE Test wd4351_FLAG_C failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_c6247/fast" /usr/bin/make -f CMakeFiles/cmTC_c6247.dir/build.make CMakeFiles/cmTC_c6247.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_c6247.dir/src.c.o /usr/bin/cc -I/usr/local/include -w -Wno-error -g -O2 -fPIC -DPIC -Wl,--no-undefined -Dwd4351_FLAG_C -fPIE -wd4351 -o CMakeFiles/cmTC_c6247.dir/src.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.c cc: error: unrecognized command line option '-wd4351' CMakeFiles/cmTC_c6247.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_c6247.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_c6247.dir/src.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_c6247/fast' failed make: *** [cmTC_c6247/fast] Error 2 Source file was: int main(void) { return 0; } Performing C++ SOURCE FILE Test wd4351_FLAG_CXX failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_69dd4/fast" /usr/bin/make -f CMakeFiles/cmTC_69dd4.dir/build.make CMakeFiles/cmTC_69dd4.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_69dd4.dir/src.cxx.o /usr/bin/c++ -I/usr/local/include -w -Wno-error -g -O2 -fPIC -DPIC -Wl,--no-undefined -Dwd4351_FLAG_CXX -fPIE -wd4351 -o CMakeFiles/cmTC_69dd4.dir/src.cxx.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.cxx c++: error: unrecognized command line option '-wd4351' CMakeFiles/cmTC_69dd4.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_69dd4.dir/src.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_69dd4.dir/src.cxx.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_69dd4/fast' failed make: *** [cmTC_69dd4/fast] Error 2 Source file was: int main() { return 0; } Performing C SOURCE FILE Test wd4611_FLAG_C failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_18bb9/fast" /usr/bin/make -f CMakeFiles/cmTC_18bb9.dir/build.make CMakeFiles/cmTC_18bb9.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_18bb9.dir/src.c.o /usr/bin/cc -I/usr/local/include -w -Wno-error -g -O2 -fPIC -DPIC -Wl,--no-undefined -Dwd4611_FLAG_C -fPIE -wd4611 -o CMakeFiles/cmTC_18bb9.dir/src.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.c cc: error: unrecognized command line option '-wd4611' CMakeFiles/cmTC_18bb9.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_18bb9.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_18bb9.dir/src.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_18bb9/fast' failed make: *** [cmTC_18bb9/fast] Error 2 Source file was: int main(void) { return 0; } Performing C++ SOURCE FILE Test wd4611_FLAG_CXX failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_0dd4a/fast" /usr/bin/make -f CMakeFiles/cmTC_0dd4a.dir/build.make CMakeFiles/cmTC_0dd4a.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_0dd4a.dir/src.cxx.o /usr/bin/c++ -I/usr/local/include -w -Wno-error -g -O2 -fPIC -DPIC -Wl,--no-undefined -Dwd4611_FLAG_CXX -fPIE -wd4611 -o CMakeFiles/cmTC_0dd4a.dir/src.cxx.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.cxx c++: error: unrecognized command line option '-wd4611' CMakeFiles/cmTC_0dd4a.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_0dd4a.dir/src.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_0dd4a.dir/src.cxx.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_0dd4a/fast' failed make: *** [cmTC_0dd4a/fast] Error 2 Source file was: int main() { return 0; } Performing C++ SOURCE FILE Test WD4065_CXX_FLAG_FOUND failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_f9802/fast" /usr/bin/make -f CMakeFiles/cmTC_f9802.dir/build.make CMakeFiles/cmTC_f9802.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_f9802.dir/src.cxx.o /usr/bin/c++ -I/usr/local/include -std=c++11 -pipe -fno-strict-aliasing -fno-common -fexceptions -ftemplate-depth-128 -m64 -g -ggdb3 -O3 -march=native -fipa-pta -fstrength-reduce -fexpensive-optimizations -finline-functions -flto -fno-omit-frame-pointer -pedantic -Wall -Wextra -Wundef -Wfloat-equal -Wshadow -Wno-long-long -Wno-variadic-macros -DWD4065_CXX_FLAG_FOUND -fPIE -wd4065 -o CMakeFiles/cmTC_f9802.dir/src.cxx.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.cxx c++: error: unrecognized command line option '-wd4065' CMakeFiles/cmTC_f9802.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_f9802.dir/src.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_f9802.dir/src.cxx.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_f9802/fast' failed make: *** [cmTC_f9802/fast] Error 2 Source file was: int main() { return 0; } Performing C++ SOURCE FILE Test WD4251_CXX_FLAG_FOUND failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_abefb/fast" /usr/bin/make -f CMakeFiles/cmTC_abefb.dir/build.make CMakeFiles/cmTC_abefb.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_abefb.dir/src.cxx.o /usr/bin/c++ -I/usr/local/include -std=c++11 -pipe -fno-strict-aliasing -fno-common -fexceptions -ftemplate-depth-128 -m64 -g -ggdb3 -O3 -march=native -fipa-pta -fstrength-reduce -fexpensive-optimizations -finline-functions -flto -fno-omit-frame-pointer -pedantic -Wall -Wextra -Wundef -Wfloat-equal -Wshadow -Wno-long-long -Wno-variadic-macros -DWD4251_CXX_FLAG_FOUND -fPIE -wd4251 -o CMakeFiles/cmTC_abefb.dir/src.cxx.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.cxx c++: error: unrecognized command line option '-wd4251' CMakeFiles/cmTC_abefb.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_abefb.dir/src.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_abefb.dir/src.cxx.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_abefb/fast' failed make: *** [cmTC_abefb/fast] Error 2 Source file was: int main() { return 0; } Performing C++ SOURCE FILE Test WD4800_CXX_FLAG_FOUND failed with the following output: Change Dir: /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_f4f4f/fast" /usr/bin/make -f CMakeFiles/cmTC_f4f4f.dir/build.make CMakeFiles/cmTC_f4f4f.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_f4f4f.dir/src.cxx.o /usr/bin/c++ -I/usr/local/include -std=c++11 -pipe -fno-strict-aliasing -fno-common -fexceptions -ftemplate-depth-128 -m64 -g -ggdb3 -O3 -march=native -fipa-pta -fstrength-reduce -fexpensive-optimizations -finline-functions -flto -fno-omit-frame-pointer -pedantic -Wall -Wextra -Wundef -Wfloat-equal -Wshadow -Wno-long-long -Wno-variadic-macros -DWD4800_CXX_FLAG_FOUND -fPIE -wd4800 -o CMakeFiles/cmTC_f4f4f.dir/src.cxx.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.cxx c++: error: unrecognized command line option '-wd4800' CMakeFiles/cmTC_f4f4f.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_f4f4f.dir/src.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_f4f4f.dir/src.cxx.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_f4f4f/fast' failed make: *** [cmTC_f4f4f/fast] Error 2 Source file was: int main() { return 0; }