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_722e7/fast" /usr/bin/make -f CMakeFiles/cmTC_722e7.dir/build.make CMakeFiles/cmTC_722e7.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_722e7.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_722e7.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_722e7.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_722e7.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_722e7.dir/src.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_722e7/fast' failed make: *** [cmTC_722e7/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_3346f/fast" /usr/bin/make -f CMakeFiles/cmTC_3346f.dir/build.make CMakeFiles/cmTC_3346f.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_3346f.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_3346f.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_3346f.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_3346f.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_3346f.dir/src.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_3346f/fast' failed make: *** [cmTC_3346f/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_dd995/fast" /usr/bin/make -f CMakeFiles/cmTC_dd995.dir/build.make CMakeFiles/cmTC_dd995.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_dd995.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_dd995.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_dd995.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_dd995.dir/src.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_dd995.dir/src.cxx.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_dd995/fast' failed make: *** [cmTC_dd995/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_44bb3/fast" /usr/bin/make -f CMakeFiles/cmTC_44bb3.dir/build.make CMakeFiles/cmTC_44bb3.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_44bb3.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_44bb3.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_44bb3 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_44bb3.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_44bb3.dir/src.cxx.o -o cmTC_44bb3 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_27c75/fast" /usr/bin/make -f CMakeFiles/cmTC_27c75.dir/build.make CMakeFiles/cmTC_27c75.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_27c75.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_27c75.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_27c75 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_27c75.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_27c75.dir/src.cxx.o -o cmTC_27c75 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_b259b/fast" /usr/bin/make -f CMakeFiles/cmTC_b259b.dir/build.make CMakeFiles/cmTC_b259b.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_b259b.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_b259b.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_b259b.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_b259b.dir/src.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_b259b.dir/src.cxx.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_b259b/fast' failed make: *** [cmTC_b259b/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_10778/fast" /usr/bin/make -f CMakeFiles/cmTC_10778.dir/build.make CMakeFiles/cmTC_10778.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_10778.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_10778.dir/src.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.c cc: error: unrecognized command line option '-Wdocumentation' CMakeFiles/cmTC_10778.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_10778.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_10778.dir/src.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_10778/fast' failed make: *** [cmTC_10778/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_31283/fast" /usr/bin/make -f CMakeFiles/cmTC_31283.dir/build.make CMakeFiles/cmTC_31283.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_31283.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_31283.dir/src.cxx.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.cxx c++: error: unrecognized command line option '-Wdocumentation' CMakeFiles/cmTC_31283.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_31283.dir/src.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_31283.dir/src.cxx.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_31283/fast' failed make: *** [cmTC_31283/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_e063b/fast" /usr/bin/make -f CMakeFiles/cmTC_e063b.dir/build.make CMakeFiles/cmTC_e063b.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_e063b.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_e063b.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_e063b.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_e063b.dir/CheckSymbolExists.c.o' failed make[1]: *** [CMakeFiles/cmTC_e063b.dir/CheckSymbolExists.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_e063b/fast' failed make: *** [cmTC_e063b/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_7e957/fast" /usr/bin/make -f CMakeFiles/cmTC_7e957.dir/build.make CMakeFiles/cmTC_7e957.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_7e957.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_7e957.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.9/Modules/CheckFunctionExists.c Linking C executable cmTC_7e957 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7e957.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_7e957.dir/CheckFunctionExists.c.o -o cmTC_7e957 -lpthreads /usr/bin/ld: cannot find -lpthreads collect2: error: ld returned 1 exit status CMakeFiles/cmTC_7e957.dir/build.make:97: recipe for target 'cmTC_7e957' failed make[1]: *** [cmTC_7e957] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_7e957/fast' failed make: *** [cmTC_7e957/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_782ad/fast" /usr/bin/make -f CMakeFiles/cmTC_782ad.dir/build.make CMakeFiles/cmTC_782ad.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_782ad.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=daemon -std=gnu99 -fno-builtin -fPIE -o CMakeFiles/cmTC_782ad.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.9/Modules/CheckFunctionExists.c Linking C executable cmTC_782ad /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_782ad.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=daemon -std=gnu99 -fno-builtin -rdynamic CMakeFiles/cmTC_782ad.dir/CheckFunctionExists.c.o -o cmTC_782ad -lbsd /usr/bin/ld: cannot find -lbsd collect2: error: ld returned 1 exit status CMakeFiles/cmTC_782ad.dir/build.make:97: recipe for target 'cmTC_782ad' failed make[1]: *** [cmTC_782ad] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_782ad/fast' failed make: *** [cmTC_782ad/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_e02ed/fast" /usr/bin/make -f CMakeFiles/cmTC_e02ed.dir/build.make CMakeFiles/cmTC_e02ed.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_e02ed.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=socket -std=gnu99 -fno-builtin -fPIE -o CMakeFiles/cmTC_e02ed.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.9/Modules/CheckFunctionExists.c Linking C executable cmTC_e02ed /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e02ed.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=socket -std=gnu99 -fno-builtin -rdynamic CMakeFiles/cmTC_e02ed.dir/CheckFunctionExists.c.o -o cmTC_e02ed -lsocket /usr/bin/ld: cannot find -lsocket collect2: error: ld returned 1 exit status CMakeFiles/cmTC_e02ed.dir/build.make:97: recipe for target 'cmTC_e02ed' failed make[1]: *** [cmTC_e02ed] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_e02ed/fast' failed make: *** [cmTC_e02ed/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_f7e7f/fast" /usr/bin/make -f CMakeFiles/cmTC_f7e7f.dir/build.make CMakeFiles/cmTC_f7e7f.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_f7e7f.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=socket -std=gnu99 -fno-builtin -fPIE -o CMakeFiles/cmTC_f7e7f.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.9/Modules/CheckFunctionExists.c Linking C executable cmTC_f7e7f /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f7e7f.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=socket -std=gnu99 -fno-builtin -rdynamic CMakeFiles/cmTC_f7e7f.dir/CheckFunctionExists.c.o -o cmTC_f7e7f -lnetwork /usr/bin/ld: cannot find -lnetwork collect2: error: ld returned 1 exit status CMakeFiles/cmTC_f7e7f.dir/build.make:97: recipe for target 'cmTC_f7e7f' failed make[1]: *** [cmTC_f7e7f] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_f7e7f/fast' failed make: *** [cmTC_f7e7f/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_b595d/fast" /usr/bin/make -f CMakeFiles/cmTC_b595d.dir/build.make CMakeFiles/cmTC_b595d.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_b595d.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=yyless -std=gnu99 -fno-builtin -fPIE -o CMakeFiles/cmTC_b595d.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.9/Modules/CheckFunctionExists.c Linking C executable cmTC_b595d /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b595d.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=yyless -std=gnu99 -fno-builtin -rdynamic CMakeFiles/cmTC_b595d.dir/CheckFunctionExists.c.o -o cmTC_b595d -ll /tmp/cc825Tkl.ltrans0.ltrans.o: In function `main': /usr/share/cmake-3.9/Modules/CheckFunctionExists.c:17: undefined reference to `yyless' collect2: error: ld returned 1 exit status CMakeFiles/cmTC_b595d.dir/build.make:97: recipe for target 'cmTC_b595d' failed make[1]: *** [cmTC_b595d] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_b595d/fast' failed make: *** [cmTC_b595d/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_e99ac/fast" /usr/bin/make -f CMakeFiles/cmTC_e99ac.dir/build.make CMakeFiles/cmTC_e99ac.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_e99ac.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_e99ac.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_e99ac.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_e99ac.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_e99ac.dir/src.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_e99ac/fast' failed make: *** [cmTC_e99ac/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_9f85f/fast" /usr/bin/make -f CMakeFiles/cmTC_9f85f.dir/build.make CMakeFiles/cmTC_9f85f.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_9f85f.dir/CheckIncludeFiles.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 -std=gnu99 -fPIE -o CMakeFiles/cmTC_9f85f.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_9f85f.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_9f85f.dir/CheckIncludeFiles.c.o' failed make[1]: *** [CMakeFiles/cmTC_9f85f.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_9f85f/fast' failed make: *** [cmTC_9f85f/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_77696/fast" /usr/bin/make -f CMakeFiles/cmTC_77696.dir/build.make CMakeFiles/cmTC_77696.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_77696.dir/CheckIncludeFiles.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 -std=gnu99 -fPIE -o CMakeFiles/cmTC_77696.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_77696.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_77696.dir/CheckIncludeFiles.c.o' failed make[1]: *** [CMakeFiles/cmTC_77696.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_77696/fast' failed make: *** [cmTC_77696/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_9e142/fast" /usr/bin/make -f CMakeFiles/cmTC_9e142.dir/build.make CMakeFiles/cmTC_9e142.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_9e142.dir/CheckIncludeFiles.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 -std=gnu99 -fPIE -o CMakeFiles/cmTC_9e142.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_9e142.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_9e142.dir/CheckIncludeFiles.c.o' failed make[1]: *** [CMakeFiles/cmTC_9e142.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_9e142/fast' failed make: *** [cmTC_9e142/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_f47f2/fast" /usr/bin/make -f CMakeFiles/cmTC_f47f2.dir/build.make CMakeFiles/cmTC_f47f2.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_f47f2.dir/CheckIncludeFiles.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 -std=gnu99 -fPIE -o CMakeFiles/cmTC_f47f2.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_f47f2.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_f47f2.dir/CheckIncludeFiles.c.o' failed make[1]: *** [CMakeFiles/cmTC_f47f2.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_f47f2/fast' failed make: *** [cmTC_f47f2/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_01a40/fast" /usr/bin/make -f CMakeFiles/cmTC_01a40.dir/build.make CMakeFiles/cmTC_01a40.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_01a40.dir/CheckIncludeFiles.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 -std=gnu99 -fPIE -o CMakeFiles/cmTC_01a40.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_01a40.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_01a40.dir/CheckIncludeFiles.c.o' failed make[1]: *** [CMakeFiles/cmTC_01a40.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_01a40/fast' failed make: *** [cmTC_01a40/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_be0d2/fast" /usr/bin/make -f CMakeFiles/cmTC_be0d2.dir/build.make CMakeFiles/cmTC_be0d2.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_be0d2.dir/CheckIncludeFiles.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 -std=gnu99 -fPIE -o CMakeFiles/cmTC_be0d2.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_be0d2.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_be0d2.dir/CheckIncludeFiles.c.o' failed make[1]: *** [CMakeFiles/cmTC_be0d2.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_be0d2/fast' failed make: *** [cmTC_be0d2/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_38a71/fast" /usr/bin/make -f CMakeFiles/cmTC_38a71.dir/build.make CMakeFiles/cmTC_38a71.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_38a71.dir/CheckIncludeFiles.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 -std=gnu99 -fPIE -o CMakeFiles/cmTC_38a71.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_38a71.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_38a71.dir/CheckIncludeFiles.c.o' failed make[1]: *** [CMakeFiles/cmTC_38a71.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_38a71/fast' failed make: *** [cmTC_38a71/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_6cffe/fast" /usr/bin/make -f CMakeFiles/cmTC_6cffe.dir/build.make CMakeFiles/cmTC_6cffe.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_6cffe.dir/CheckIncludeFiles.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 -std=gnu99 -fPIE -o CMakeFiles/cmTC_6cffe.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_6cffe.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_6cffe.dir/CheckIncludeFiles.c.o' failed make[1]: *** [CMakeFiles/cmTC_6cffe.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_6cffe/fast' failed make: *** [cmTC_6cffe/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_8bfc5/fast" /usr/bin/make -f CMakeFiles/cmTC_8bfc5.dir/build.make CMakeFiles/cmTC_8bfc5.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_8bfc5.dir/CheckIncludeFiles.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 -std=gnu99 -fPIE -o CMakeFiles/cmTC_8bfc5.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_8bfc5.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_8bfc5.dir/CheckIncludeFiles.c.o' failed make[1]: *** [CMakeFiles/cmTC_8bfc5.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_8bfc5/fast' failed make: *** [cmTC_8bfc5/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_3327e/fast" /usr/bin/make -f CMakeFiles/cmTC_3327e.dir/build.make CMakeFiles/cmTC_3327e.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_3327e.dir/CheckIncludeFiles.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 -std=gnu99 -fPIE -o CMakeFiles/cmTC_3327e.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_3327e.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_3327e.dir/CheckIncludeFiles.c.o' failed make[1]: *** [CMakeFiles/cmTC_3327e.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_3327e/fast' failed make: *** [cmTC_3327e/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_96aa7/fast" /usr/bin/make -f CMakeFiles/cmTC_96aa7.dir/build.make CMakeFiles/cmTC_96aa7.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_96aa7.dir/CheckIncludeFiles.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 -std=gnu99 -fPIE -o CMakeFiles/cmTC_96aa7.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_96aa7.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_96aa7.dir/CheckIncludeFiles.c.o' failed make[1]: *** [CMakeFiles/cmTC_96aa7.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_96aa7/fast' failed make: *** [cmTC_96aa7/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_06551/fast" /usr/bin/make -f CMakeFiles/cmTC_06551.dir/build.make CMakeFiles/cmTC_06551.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_06551.dir/CheckIncludeFiles.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 -std=gnu99 -fPIE -o CMakeFiles/cmTC_06551.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_06551.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_06551.dir/CheckIncludeFiles.c.o' failed make[1]: *** [CMakeFiles/cmTC_06551.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_06551/fast' failed make: *** [cmTC_06551/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_c25a3/fast" /usr/bin/make -f CMakeFiles/cmTC_c25a3.dir/build.make CMakeFiles/cmTC_c25a3.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_c25a3.dir/CheckIncludeFiles.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 -std=gnu99 -fPIE -o CMakeFiles/cmTC_c25a3.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_c25a3.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_c25a3.dir/CheckIncludeFiles.c.o' failed make[1]: *** [CMakeFiles/cmTC_c25a3.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_c25a3/fast' failed make: *** [cmTC_c25a3/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_2398a/fast" /usr/bin/make -f CMakeFiles/cmTC_2398a.dir/build.make CMakeFiles/cmTC_2398a.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_2398a.dir/CheckIncludeFiles.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 -std=gnu99 -fPIE -o CMakeFiles/cmTC_2398a.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_2398a.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_2398a.dir/CheckIncludeFiles.c.o' failed make[1]: *** [CMakeFiles/cmTC_2398a.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_2398a/fast' failed make: *** [cmTC_2398a/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_1e7d9/fast" /usr/bin/make -f CMakeFiles/cmTC_1e7d9.dir/build.make CMakeFiles/cmTC_1e7d9.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_1e7d9.dir/CheckIncludeFiles.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 -std=gnu99 -fPIE -o CMakeFiles/cmTC_1e7d9.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_1e7d9.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_1e7d9.dir/CheckIncludeFiles.c.o' failed make[1]: *** [CMakeFiles/cmTC_1e7d9.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_1e7d9/fast' failed make: *** [cmTC_1e7d9/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_5bbc6/fast" /usr/bin/make -f CMakeFiles/cmTC_5bbc6.dir/build.make CMakeFiles/cmTC_5bbc6.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_5bbc6.dir/CheckIncludeFiles.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 -std=gnu99 -fPIE -o CMakeFiles/cmTC_5bbc6.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_5bbc6.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_5bbc6.dir/CheckIncludeFiles.c.o' failed make[1]: *** [CMakeFiles/cmTC_5bbc6.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_5bbc6/fast' failed make: *** [cmTC_5bbc6/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_00f7f/fast" /usr/bin/make -f CMakeFiles/cmTC_00f7f.dir/build.make CMakeFiles/cmTC_00f7f.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_00f7f.dir/CheckIncludeFiles.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 -std=gnu99 -fPIE -o CMakeFiles/cmTC_00f7f.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_00f7f.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_00f7f.dir/CheckIncludeFiles.c.o' failed make[1]: *** [CMakeFiles/cmTC_00f7f.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_00f7f/fast' failed make: *** [cmTC_00f7f/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_439dc/fast" /usr/bin/make -f CMakeFiles/cmTC_439dc.dir/build.make CMakeFiles/cmTC_439dc.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_439dc.dir/CheckIncludeFiles.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 -std=gnu99 -fPIE -o CMakeFiles/cmTC_439dc.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_439dc.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_439dc.dir/CheckIncludeFiles.c.o' failed make[1]: *** [CMakeFiles/cmTC_439dc.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_439dc/fast' failed make: *** [cmTC_439dc/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_560c5/fast" /usr/bin/make -f CMakeFiles/cmTC_560c5.dir/build.make CMakeFiles/cmTC_560c5.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_560c5.dir/CheckIncludeFiles.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 -std=gnu99 -fPIE -o CMakeFiles/cmTC_560c5.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_560c5.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_560c5.dir/CheckIncludeFiles.c.o' failed make[1]: *** [CMakeFiles/cmTC_560c5.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_560c5/fast' failed make: *** [cmTC_560c5/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_0e23c/fast" /usr/bin/make -f CMakeFiles/cmTC_0e23c.dir/build.make CMakeFiles/cmTC_0e23c.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_0e23c.dir/CheckIncludeFiles.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 -std=gnu99 -fPIE -o CMakeFiles/cmTC_0e23c.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_0e23c.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_0e23c.dir/CheckIncludeFiles.c.o' failed make[1]: *** [CMakeFiles/cmTC_0e23c.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_0e23c/fast' failed make: *** [cmTC_0e23c/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_53f93/fast" /usr/bin/make -f CMakeFiles/cmTC_53f93.dir/build.make CMakeFiles/cmTC_53f93.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_53f93.dir/CheckIncludeFiles.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 -std=gnu99 -fPIE -o CMakeFiles/cmTC_53f93.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_53f93.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_53f93.dir/CheckIncludeFiles.c.o' failed make[1]: *** [CMakeFiles/cmTC_53f93.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_53f93/fast' failed make: *** [cmTC_53f93/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_7efaa/fast" /usr/bin/make -f CMakeFiles/cmTC_7efaa.dir/build.make CMakeFiles/cmTC_7efaa.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_7efaa.dir/HAVE_SOCKLEN_T.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 -std=gnu99 -fPIE -o CMakeFiles/cmTC_7efaa.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_7efaa.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_7efaa.dir/HAVE_SOCKLEN_T.c.o' failed make[1]: *** [CMakeFiles/cmTC_7efaa.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_7efaa/fast' failed make: *** [cmTC_7efaa/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_f9e93/fast" /usr/bin/make -f CMakeFiles/cmTC_f9e93.dir/build.make CMakeFiles/cmTC_f9e93.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_f9e93.dir/HAVE_SOCKLEN_TSYS_TYPES_H.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 -std=gnu99 -fPIE -o CMakeFiles/cmTC_f9e93.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_f9e93.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_f9e93.dir/HAVE_SOCKLEN_TSYS_TYPES_H.c.o' failed make[1]: *** [CMakeFiles/cmTC_f9e93.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_f9e93/fast' failed make: *** [cmTC_f9e93/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_ee1f0/fast" /usr/bin/make -f CMakeFiles/cmTC_ee1f0.dir/build.make CMakeFiles/cmTC_ee1f0.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_ee1f0.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_ee1f0.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.9/Modules/CheckFunctionExists.c Linking C executable cmTC_ee1f0 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ee1f0.dir/link.txt --verbose=1 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=XQueryExtension -rdynamic CMakeFiles/cmTC_ee1f0.dir/CheckFunctionExists.c.o -o cmTC_ee1f0 CMakeFiles/cmTC_ee1f0.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `XQueryExtension' collect2: error: ld returned 1 exit status CMakeFiles/cmTC_ee1f0.dir/build.make:97: recipe for target 'cmTC_ee1f0' failed make[1]: *** [cmTC_ee1f0] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_ee1f0/fast' failed make: *** [cmTC_ee1f0/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_8c948/fast" /usr/bin/make -f CMakeFiles/cmTC_8c948.dir/build.make CMakeFiles/cmTC_8c948.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_8c948.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_8c948.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.9/Modules/CheckFunctionExists.c Linking C executable cmTC_8c948 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8c948.dir/link.txt --verbose=1 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=_putenv_s -rdynamic CMakeFiles/cmTC_8c948.dir/CheckFunctionExists.c.o -o cmTC_8c948 CMakeFiles/cmTC_8c948.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_8c948.dir/build.make:97: recipe for target 'cmTC_8c948' failed make[1]: *** [cmTC_8c948] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_8c948/fast' failed make: *** [cmTC_8c948/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_cb6e0/fast" /usr/bin/make -f CMakeFiles/cmTC_cb6e0.dir/build.make CMakeFiles/cmTC_cb6e0.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_cb6e0.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_cb6e0.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.9/Modules/CheckFunctionExists.c Linking C executable cmTC_cb6e0 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_cb6e0.dir/link.txt --verbose=1 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=_splitpath -rdynamic CMakeFiles/cmTC_cb6e0.dir/CheckFunctionExists.c.o -o cmTC_cb6e0 CMakeFiles/cmTC_cb6e0.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `_splitpath' collect2: error: ld returned 1 exit status CMakeFiles/cmTC_cb6e0.dir/build.make:97: recipe for target 'cmTC_cb6e0' failed make[1]: *** [cmTC_cb6e0] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_cb6e0/fast' failed make: *** [cmTC_cb6e0/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_2ee95/fast" /usr/bin/make -f CMakeFiles/cmTC_2ee95.dir/build.make CMakeFiles/cmTC_2ee95.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_2ee95.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_2ee95.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.9/Modules/CheckFunctionExists.c Linking C executable cmTC_2ee95 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2ee95.dir/link.txt --verbose=1 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=_strtoi64 -rdynamic CMakeFiles/cmTC_2ee95.dir/CheckFunctionExists.c.o -o cmTC_2ee95 CMakeFiles/cmTC_2ee95.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `_strtoi64' collect2: error: ld returned 1 exit status CMakeFiles/cmTC_2ee95.dir/build.make:97: recipe for target 'cmTC_2ee95' failed make[1]: *** [cmTC_2ee95] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_2ee95/fast' failed make: *** [cmTC_2ee95/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_5234f/fast" /usr/bin/make -f CMakeFiles/cmTC_5234f.dir/build.make CMakeFiles/cmTC_5234f.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_5234f.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_5234f.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.9/Modules/CheckFunctionExists.c Linking C executable cmTC_5234f /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5234f.dir/link.txt --verbose=1 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=dlopen -rdynamic CMakeFiles/cmTC_5234f.dir/CheckFunctionExists.c.o -o cmTC_5234f CMakeFiles/cmTC_5234f.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `dlopen' collect2: error: ld returned 1 exit status CMakeFiles/cmTC_5234f.dir/build.make:97: recipe for target 'cmTC_5234f' failed make[1]: *** [cmTC_5234f] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_5234f/fast' failed make: *** [cmTC_5234f/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_16e9a/fast" /usr/bin/make -f CMakeFiles/cmTC_16e9a.dir/build.make CMakeFiles/cmTC_16e9a.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_16e9a.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_16e9a.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.9/Modules/CheckFunctionExists.c Linking C executable cmTC_16e9a /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_16e9a.dir/link.txt --verbose=1 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=getenv_s -rdynamic CMakeFiles/cmTC_16e9a.dir/CheckFunctionExists.c.o -o cmTC_16e9a CMakeFiles/cmTC_16e9a.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_16e9a.dir/build.make:97: recipe for target 'cmTC_16e9a' failed make[1]: *** [cmTC_16e9a] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_16e9a/fast' failed make: *** [cmTC_16e9a/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_2a935/fast" /usr/bin/make -f CMakeFiles/cmTC_2a935.dir/build.make CMakeFiles/cmTC_2a935.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_2a935.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_2a935.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.9/Modules/CheckFunctionExists.c Linking C executable cmTC_2a935 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2a935.dir/link.txt --verbose=1 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=getprogname -rdynamic CMakeFiles/cmTC_2a935.dir/CheckFunctionExists.c.o -o cmTC_2a935 CMakeFiles/cmTC_2a935.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `getprogname' collect2: error: ld returned 1 exit status CMakeFiles/cmTC_2a935.dir/build.make:97: recipe for target 'cmTC_2a935' failed make[1]: *** [cmTC_2a935] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_2a935/fast' failed make: *** [cmTC_2a935/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_73495/fast" /usr/bin/make -f CMakeFiles/cmTC_73495.dir/build.make CMakeFiles/cmTC_73495.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_73495.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_73495.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.9/Modules/CheckFunctionExists.c Linking C executable cmTC_73495 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_73495.dir/link.txt --verbose=1 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=htonll -rdynamic CMakeFiles/cmTC_73495.dir/CheckFunctionExists.c.o -o cmTC_73495 CMakeFiles/cmTC_73495.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `htonll' collect2: error: ld returned 1 exit status CMakeFiles/cmTC_73495.dir/build.make:97: recipe for target 'cmTC_73495' failed make[1]: *** [cmTC_73495] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_73495/fast' failed make: *** [cmTC_73495/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_b342b/fast" /usr/bin/make -f CMakeFiles/cmTC_b342b.dir/build.make CMakeFiles/cmTC_b342b.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_b342b.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_b342b.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.9/Modules/CheckFunctionExists.c Linking C executable cmTC_b342b /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b342b.dir/link.txt --verbose=1 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=ntohll -rdynamic CMakeFiles/cmTC_b342b.dir/CheckFunctionExists.c.o -o cmTC_b342b CMakeFiles/cmTC_b342b.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `ntohll' collect2: error: ld returned 1 exit status CMakeFiles/cmTC_b342b.dir/build.make:97: recipe for target 'cmTC_b342b' failed make[1]: *** [cmTC_b342b] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_b342b/fast' failed make: *** [cmTC_b342b/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_cb49f/fast" /usr/bin/make -f CMakeFiles/cmTC_cb49f.dir/build.make CMakeFiles/cmTC_cb49f.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_cb49f.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_cb49f.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.9/Modules/CheckFunctionExists.c Linking C executable cmTC_cb49f /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_cb49f.dir/link.txt --verbose=1 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=strlcat -rdynamic CMakeFiles/cmTC_cb49f.dir/CheckFunctionExists.c.o -o cmTC_cb49f CMakeFiles/cmTC_cb49f.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `strlcat' collect2: error: ld returned 1 exit status CMakeFiles/cmTC_cb49f.dir/build.make:97: recipe for target 'cmTC_cb49f' failed make[1]: *** [cmTC_cb49f] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_cb49f/fast' failed make: *** [cmTC_cb49f/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_e837e/fast" /usr/bin/make -f CMakeFiles/cmTC_e837e.dir/build.make CMakeFiles/cmTC_e837e.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_e837e.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_e837e.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.9/Modules/CheckFunctionExists.c Linking C executable cmTC_e837e /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e837e.dir/link.txt --verbose=1 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=strlcpy -rdynamic CMakeFiles/cmTC_e837e.dir/CheckFunctionExists.c.o -o cmTC_e837e CMakeFiles/cmTC_e837e.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `strlcpy' collect2: error: ld returned 1 exit status CMakeFiles/cmTC_e837e.dir/build.make:97: recipe for target 'cmTC_e837e' failed make[1]: *** [cmTC_e837e] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_e837e/fast' failed make: *** [cmTC_e837e/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_f3a83/fast" /usr/bin/make -f CMakeFiles/cmTC_f3a83.dir/build.make CMakeFiles/cmTC_f3a83.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_f3a83.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_f3a83.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.9/Modules/CheckFunctionExists.c Linking C executable cmTC_f3a83 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f3a83.dir/link.txt --verbose=1 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=sysmp -rdynamic CMakeFiles/cmTC_f3a83.dir/CheckFunctionExists.c.o -o cmTC_f3a83 CMakeFiles/cmTC_f3a83.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `sysmp' collect2: error: ld returned 1 exit status CMakeFiles/cmTC_f3a83.dir/build.make:97: recipe for target 'cmTC_f3a83' failed make[1]: *** [cmTC_f3a83] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_f3a83/fast' failed make: *** [cmTC_f3a83/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_16c5c/fast" /usr/bin/make -f CMakeFiles/cmTC_16c5c.dir/build.make CMakeFiles/cmTC_16c5c.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_16c5c.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_16c5c.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_16c5c.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_16c5c.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_16c5c.dir/src.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_16c5c/fast' failed make: *** [cmTC_16c5c/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_98693/fast" /usr/bin/make -f CMakeFiles/cmTC_98693.dir/build.make CMakeFiles/cmTC_98693.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_98693.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_98693.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_98693.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_98693.dir/CheckSymbolExists.c.o' failed make[1]: *** [CMakeFiles/cmTC_98693.dir/CheckSymbolExists.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_98693/fast' failed make: *** [cmTC_98693/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_e3745/fast" /usr/bin/make -f CMakeFiles/cmTC_e3745.dir/build.make CMakeFiles/cmTC_e3745.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_e3745.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_e3745.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_e3745.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_e3745.dir/CheckSymbolExists.c.o' failed make[1]: *** [CMakeFiles/cmTC_e3745.dir/CheckSymbolExists.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_e3745/fast' failed make: *** [cmTC_e3745/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_c3021/fast" /usr/bin/make -f CMakeFiles/cmTC_c3021.dir/build.make CMakeFiles/cmTC_c3021.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_c3021.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_c3021.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_c3021.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_c3021.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_c3021.dir/src.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_c3021/fast' failed make: *** [cmTC_c3021/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_925d4/fast" /usr/bin/make -f CMakeFiles/cmTC_925d4.dir/build.make CMakeFiles/cmTC_925d4.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_925d4.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_925d4.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_925d4.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_925d4.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_925d4.dir/src.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_925d4/fast' failed make: *** [cmTC_925d4/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_f519b/fast" /usr/bin/make -f CMakeFiles/cmTC_f519b.dir/build.make CMakeFiles/cmTC_f519b.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_f519b.dir/src.c.o /usr/bin/cc -I/usr/local/include -DW__C_FLAG_FOUND -fPIE -w- -o CMakeFiles/cmTC_f519b.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_f519b.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_f519b.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_f519b.dir/src.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_f519b/fast' failed make: *** [cmTC_f519b/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_e9cbc/fast" /usr/bin/make -f CMakeFiles/cmTC_e9cbc.dir/build.make CMakeFiles/cmTC_e9cbc.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_e9cbc.dir/src.cxx.o /usr/bin/c++ -I/usr/local/include -DW__CXX_FLAG_FOUND -fPIE -w- -o CMakeFiles/cmTC_e9cbc.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_e9cbc.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_e9cbc.dir/src.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_e9cbc.dir/src.cxx.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_e9cbc/fast' failed make: *** [cmTC_e9cbc/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_975c7/fast" /usr/bin/make -f CMakeFiles/cmTC_975c7.dir/build.make CMakeFiles/cmTC_975c7.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_975c7.dir/src.c.o /usr/bin/cc -I/usr/local/include -DW0_C_FLAG_FOUND -fPIE -W0 -o CMakeFiles/cmTC_975c7.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_975c7.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_975c7.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_975c7.dir/src.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_975c7/fast' failed make: *** [cmTC_975c7/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_5f362/fast" /usr/bin/make -f CMakeFiles/cmTC_5f362.dir/build.make CMakeFiles/cmTC_5f362.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_5f362.dir/src.cxx.o /usr/bin/c++ -I/usr/local/include -DW0_CXX_FLAG_FOUND -fPIE -W0 -o CMakeFiles/cmTC_5f362.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_5f362.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_5f362.dir/src.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_5f362.dir/src.cxx.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_5f362/fast' failed make: *** [cmTC_5f362/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_fce63/fast" /usr/bin/make -f CMakeFiles/cmTC_fce63.dir/build.make CMakeFiles/cmTC_fce63.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_fce63.dir/CheckIncludeFile.c.o /usr/bin/cc -I/usr/local/include -w -fPIE -o CMakeFiles/cmTC_fce63.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_fce63.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_fce63.dir/CheckIncludeFile.c.o' failed make[1]: *** [CMakeFiles/cmTC_fce63.dir/CheckIncludeFile.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_fce63/fast' failed make: *** [cmTC_fce63/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_87c01/fast" /usr/bin/make -f CMakeFiles/cmTC_87c01.dir/build.make CMakeFiles/cmTC_87c01.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_87c01.dir/CheckIncludeFile.c.o /usr/bin/cc -I/usr/local/include -w -fPIE -o CMakeFiles/cmTC_87c01.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_87c01.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_87c01.dir/CheckIncludeFile.c.o' failed make[1]: *** [CMakeFiles/cmTC_87c01.dir/CheckIncludeFile.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_87c01/fast' failed make: *** [cmTC_87c01/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_41f55/fast" /usr/bin/make -f CMakeFiles/cmTC_41f55.dir/build.make CMakeFiles/cmTC_41f55.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_41f55.dir/CheckIncludeFile.c.o /usr/bin/cc -I/usr/local/include -w -fPIE -o CMakeFiles/cmTC_41f55.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_41f55.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_41f55.dir/CheckIncludeFile.c.o' failed make[1]: *** [CMakeFiles/cmTC_41f55.dir/CheckIncludeFile.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_41f55/fast' failed make: *** [cmTC_41f55/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_3bdb8/fast" /usr/bin/make -f CMakeFiles/cmTC_3bdb8.dir/build.make CMakeFiles/cmTC_3bdb8.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_3bdb8.dir/CheckIncludeFile.c.o /usr/bin/cc -I/usr/local/include -w -fPIE -o CMakeFiles/cmTC_3bdb8.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_3bdb8.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_3bdb8.dir/CheckIncludeFile.c.o' failed make[1]: *** [CMakeFiles/cmTC_3bdb8.dir/CheckIncludeFile.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_3bdb8/fast' failed make: *** [cmTC_3bdb8/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_b9721/fast" /usr/bin/make -f CMakeFiles/cmTC_b9721.dir/build.make CMakeFiles/cmTC_b9721.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_b9721.dir/CheckIncludeFile.c.o /usr/bin/cc -I/usr/local/include -w -fPIE -o CMakeFiles/cmTC_b9721.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_b9721.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_b9721.dir/CheckIncludeFile.c.o' failed make[1]: *** [CMakeFiles/cmTC_b9721.dir/CheckIncludeFile.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_b9721/fast' failed make: *** [cmTC_b9721/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_bc32b/fast" /usr/bin/make -f CMakeFiles/cmTC_bc32b.dir/build.make CMakeFiles/cmTC_bc32b.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_bc32b.dir/CheckIncludeFile.c.o /usr/bin/cc -I/usr/local/include -w -fPIE -o CMakeFiles/cmTC_bc32b.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_bc32b.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_bc32b.dir/CheckIncludeFile.c.o' failed make[1]: *** [CMakeFiles/cmTC_bc32b.dir/CheckIncludeFile.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_bc32b/fast' failed make: *** [cmTC_bc32b/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_cd12b/fast" /usr/bin/make -f CMakeFiles/cmTC_cd12b.dir/build.make CMakeFiles/cmTC_cd12b.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_cd12b.dir/CheckIncludeFile.c.o /usr/bin/cc -I/usr/local/include -w -fPIE -o CMakeFiles/cmTC_cd12b.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_cd12b.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_cd12b.dir/CheckIncludeFile.c.o' failed make[1]: *** [CMakeFiles/cmTC_cd12b.dir/CheckIncludeFile.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_cd12b/fast' failed make: *** [cmTC_cd12b/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_5815a/fast" /usr/bin/make -f CMakeFiles/cmTC_5815a.dir/build.make CMakeFiles/cmTC_5815a.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_5815a.dir/CheckIncludeFile.c.o /usr/bin/cc -I/usr/local/include -w -fPIE -o CMakeFiles/cmTC_5815a.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_5815a.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_5815a.dir/CheckIncludeFile.c.o' failed make[1]: *** [CMakeFiles/cmTC_5815a.dir/CheckIncludeFile.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_5815a/fast' failed make: *** [cmTC_5815a/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_cfdda/fast" /usr/bin/make -f CMakeFiles/cmTC_cfdda.dir/build.make CMakeFiles/cmTC_cfdda.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_cfdda.dir/CheckFunctionExists.c.o /usr/bin/cc -I/usr/local/include -w -DCHECK_FUNCTION_EXISTS=__va_copy -fPIE -o CMakeFiles/cmTC_cfdda.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.9/Modules/CheckFunctionExists.c Linking C executable cmTC_cfdda /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_cfdda.dir/link.txt --verbose=1 /usr/bin/cc -w -DCHECK_FUNCTION_EXISTS=__va_copy -rdynamic CMakeFiles/cmTC_cfdda.dir/CheckFunctionExists.c.o -o cmTC_cfdda CMakeFiles/cmTC_cfdda.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_cfdda.dir/build.make:97: recipe for target 'cmTC_cfdda' failed make[1]: *** [cmTC_cfdda] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_cfdda/fast' failed make: *** [cmTC_cfdda/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_fe475/fast" /usr/bin/make -f CMakeFiles/cmTC_fe475.dir/build.make CMakeFiles/cmTC_fe475.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_fe475.dir/CheckIncludeFile.c.o /usr/bin/cc -I/usr/local/include -w -fPIE -o CMakeFiles/cmTC_fe475.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_fe475.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_fe475.dir/CheckIncludeFile.c.o' failed make[1]: *** [CMakeFiles/cmTC_fe475.dir/CheckIncludeFile.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_fe475/fast' failed make: *** [cmTC_fe475/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_2fdcd/fast" /usr/bin/make -f CMakeFiles/cmTC_2fdcd.dir/build.make CMakeFiles/cmTC_2fdcd.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_2fdcd.dir/CheckIncludeFile.c.o /usr/bin/cc -I/usr/local/include -w -fPIE -o CMakeFiles/cmTC_2fdcd.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_2fdcd.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_2fdcd.dir/CheckIncludeFile.c.o' failed make[1]: *** [CMakeFiles/cmTC_2fdcd.dir/CheckIncludeFile.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_2fdcd/fast' failed make: *** [cmTC_2fdcd/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_c714b/fast" /usr/bin/make -f CMakeFiles/cmTC_c714b.dir/build.make CMakeFiles/cmTC_c714b.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_c714b.dir/CheckFunctionExists.c.o /usr/bin/cc -I/usr/local/include -w -pipe -DCHECK_FUNCTION_EXISTS=pthread_attr_setstacksize -fPIE -o CMakeFiles/cmTC_c714b.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.9/Modules/CheckFunctionExists.c Linking C executable cmTC_c714b /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c714b.dir/link.txt --verbose=1 /usr/bin/cc -w -pipe -DCHECK_FUNCTION_EXISTS=pthread_attr_setstacksize -rdynamic CMakeFiles/cmTC_c714b.dir/CheckFunctionExists.c.o -o cmTC_c714b CMakeFiles/cmTC_c714b.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_c714b.dir/build.make:97: recipe for target 'cmTC_c714b' failed make[1]: *** [cmTC_c714b] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_c714b/fast' failed make: *** [cmTC_c714b/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_3ef55/fast" /usr/bin/make -f CMakeFiles/cmTC_3ef55.dir/build.make CMakeFiles/cmTC_3ef55.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_3ef55.dir/CheckFunctionExists.c.o /usr/bin/cc -I/usr/local/include -w -pipe -DCHECK_FUNCTION_EXISTS=pthread_atfork -fPIE -o CMakeFiles/cmTC_3ef55.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.9/Modules/CheckFunctionExists.c Linking C executable cmTC_3ef55 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3ef55.dir/link.txt --verbose=1 /usr/bin/cc -w -pipe -DCHECK_FUNCTION_EXISTS=pthread_atfork -rdynamic CMakeFiles/cmTC_3ef55.dir/CheckFunctionExists.c.o -o cmTC_3ef55 CMakeFiles/cmTC_3ef55.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_3ef55.dir/build.make:97: recipe for target 'cmTC_3ef55' failed make[1]: *** [cmTC_3ef55] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_3ef55/fast' failed make: *** [cmTC_3ef55/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_9d5e1/fast" /usr/bin/make -f CMakeFiles/cmTC_9d5e1.dir/build.make CMakeFiles/cmTC_9d5e1.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_9d5e1.dir/CheckFunctionExists.c.o /usr/bin/cc -I/usr/local/include -w -pipe -DCHECK_FUNCTION_EXISTS=pthread_attr_get_np -fPIE -o CMakeFiles/cmTC_9d5e1.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.9/Modules/CheckFunctionExists.c Linking C executable cmTC_9d5e1 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9d5e1.dir/link.txt --verbose=1 /usr/bin/cc -w -pipe -DCHECK_FUNCTION_EXISTS=pthread_attr_get_np -rdynamic CMakeFiles/cmTC_9d5e1.dir/CheckFunctionExists.c.o -o cmTC_9d5e1 CMakeFiles/cmTC_9d5e1.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_9d5e1.dir/build.make:97: recipe for target 'cmTC_9d5e1' failed make[1]: *** [cmTC_9d5e1] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_9d5e1/fast' failed make: *** [cmTC_9d5e1/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_dcda6/fast" /usr/bin/make -f CMakeFiles/cmTC_dcda6.dir/build.make CMakeFiles/cmTC_dcda6.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_dcda6.dir/CheckFunctionExists.c.o /usr/bin/cc -I/usr/local/include -w -pipe -DCHECK_FUNCTION_EXISTS=pthread_getattr_np -fPIE -o CMakeFiles/cmTC_dcda6.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.9/Modules/CheckFunctionExists.c Linking C executable cmTC_dcda6 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_dcda6.dir/link.txt --verbose=1 /usr/bin/cc -w -pipe -DCHECK_FUNCTION_EXISTS=pthread_getattr_np -rdynamic CMakeFiles/cmTC_dcda6.dir/CheckFunctionExists.c.o -o cmTC_dcda6 CMakeFiles/cmTC_dcda6.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_dcda6.dir/build.make:97: recipe for target 'cmTC_dcda6' failed make[1]: *** [cmTC_dcda6] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_dcda6/fast' failed make: *** [cmTC_dcda6/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_8c5af/fast" /usr/bin/make -f CMakeFiles/cmTC_8c5af.dir/build.make CMakeFiles/cmTC_8c5af.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_8c5af.dir/CheckFunctionExists.c.o /usr/bin/cc -I/usr/local/include -w -pipe -DCHECK_FUNCTION_EXISTS=pthread_get_stacksize_np -fPIE -o CMakeFiles/cmTC_8c5af.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.9/Modules/CheckFunctionExists.c Linking C executable cmTC_8c5af /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8c5af.dir/link.txt --verbose=1 /usr/bin/cc -w -pipe -DCHECK_FUNCTION_EXISTS=pthread_get_stacksize_np -rdynamic CMakeFiles/cmTC_8c5af.dir/CheckFunctionExists.c.o -o cmTC_8c5af CMakeFiles/cmTC_8c5af.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_8c5af.dir/build.make:97: recipe for target 'cmTC_8c5af' failed make[1]: *** [cmTC_8c5af] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_8c5af/fast' failed make: *** [cmTC_8c5af/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_44b5f/fast" /usr/bin/make -f CMakeFiles/cmTC_44b5f.dir/build.make CMakeFiles/cmTC_44b5f.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_44b5f.dir/CheckFunctionExists.c.o /usr/bin/cc -w -pipe -DCHECK_FUNCTION_EXISTS=ieee_flags -fPIE -o CMakeFiles/cmTC_44b5f.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.9/Modules/CheckFunctionExists.c Linking C executable cmTC_44b5f /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_44b5f.dir/link.txt --verbose=1 /usr/bin/cc -w -pipe -DCHECK_FUNCTION_EXISTS=ieee_flags -rdynamic CMakeFiles/cmTC_44b5f.dir/CheckFunctionExists.c.o -o cmTC_44b5f -lsunmath /usr/bin/ld: cannot find -lsunmath collect2: error: ld returned 1 exit status CMakeFiles/cmTC_44b5f.dir/build.make:97: recipe for target 'cmTC_44b5f' failed make[1]: *** [cmTC_44b5f] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_44b5f/fast' failed make: *** [cmTC_44b5f/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_db0a4/fast" /usr/bin/make -f CMakeFiles/cmTC_db0a4.dir/build.make CMakeFiles/cmTC_db0a4.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_db0a4.dir/CheckIncludeFile.c.o /usr/bin/cc -I/usr/local/include -w -pipe -fPIE -o CMakeFiles/cmTC_db0a4.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_db0a4.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_db0a4.dir/CheckIncludeFile.c.o' failed make[1]: *** [CMakeFiles/cmTC_db0a4.dir/CheckIncludeFile.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_db0a4/fast' failed make: *** [cmTC_db0a4/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_5cb99/fast" /usr/bin/make -f CMakeFiles/cmTC_5cb99.dir/build.make CMakeFiles/cmTC_5cb99.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_5cb99.dir/src.c.o /usr/bin/cc -I/usr/local/include -w -pipe -DLONG_NOT_LONG_LONG -fPIE -o CMakeFiles/cmTC_5cb99.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_5cb99.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_5cb99.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_5cb99.dir/src.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_5cb99/fast' failed make: *** [cmTC_5cb99/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_eb4ea/fast" /usr/bin/make -f CMakeFiles/cmTC_eb4ea.dir/build.make CMakeFiles/cmTC_eb4ea.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_eb4ea.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_eb4ea.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_eb4ea.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_eb4ea.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_eb4ea.dir/src.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_eb4ea/fast' failed make: *** [cmTC_eb4ea/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_a6cae/fast" /usr/bin/make -f CMakeFiles/cmTC_a6cae.dir/build.make CMakeFiles/cmTC_a6cae.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_a6cae.dir/src.c.o /usr/bin/cc -I/usr/local/include -w -pipe -m64 -DNDEBUG=1 -O2 -DHAVE_TM_TZADJ -fPIE -o CMakeFiles/cmTC_a6cae.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_a6cae.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_a6cae.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_a6cae.dir/src.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_a6cae/fast' failed make: *** [cmTC_a6cae/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_ffe2a/fast" /usr/bin/make -f CMakeFiles/cmTC_ffe2a.dir/build.make CMakeFiles/cmTC_ffe2a.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_ffe2a.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_ffe2a.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_ffe2a.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_ffe2a.dir/CheckFunctionExists.c.o' failed make[1]: *** [CMakeFiles/cmTC_ffe2a.dir/CheckFunctionExists.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_ffe2a/fast' failed make: *** [cmTC_ffe2a/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_3756e/fast" /usr/bin/make -f CMakeFiles/cmTC_3756e.dir/build.make CMakeFiles/cmTC_3756e.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_3756e.dir/src.c.o /usr/bin/cc -I/usr/local/include -w -pipe -m64 -DNDEBUG=1 -O2 -DHAVE_UNION_WAIT -fPIE -o CMakeFiles/cmTC_3756e.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_3756e.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_3756e.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_3756e.dir/src.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_3756e/fast' failed make: *** [cmTC_3756e/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_1887b/fast" /usr/bin/make -f CMakeFiles/cmTC_1887b.dir/build.make CMakeFiles/cmTC_1887b.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_1887b.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_1887b.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.9/Modules/CheckFunctionExists.c Linking C executable cmTC_1887b /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1887b.dir/link.txt --verbose=1 /usr/bin/cc -w -pipe -m64 -DNDEBUG=1 -O2 -DCHECK_FUNCTION_EXISTS=BSDgettimeofday -rdynamic CMakeFiles/cmTC_1887b.dir/CheckFunctionExists.c.o -o cmTC_1887b CMakeFiles/cmTC_1887b.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_1887b.dir/build.make:97: recipe for target 'cmTC_1887b' failed make[1]: *** [cmTC_1887b] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_1887b/fast' failed make: *** [cmTC_1887b/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_5e9a8/fast" /usr/bin/make -f CMakeFiles/cmTC_5e9a8.dir/build.make CMakeFiles/cmTC_5e9a8.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_5e9a8.dir/CheckIncludeFile.c.o /usr/bin/cc -I/usr/local/include -w -pipe -m64 -DNDEBUG=1 -O2 -fPIE -o CMakeFiles/cmTC_5e9a8.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_5e9a8.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_5e9a8.dir/CheckIncludeFile.c.o' failed make[1]: *** [CMakeFiles/cmTC_5e9a8.dir/CheckIncludeFile.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_5e9a8/fast' failed make: *** [cmTC_5e9a8/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_f317a/fast" /usr/bin/make -f CMakeFiles/cmTC_f317a.dir/build.make CMakeFiles/cmTC_f317a.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_f317a.dir/CheckIncludeFile.c.o /usr/bin/cc -I/usr/local/include -w -pipe -m64 -DNDEBUG=1 -O2 -fPIE -o CMakeFiles/cmTC_f317a.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_f317a.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_f317a.dir/CheckIncludeFile.c.o' failed make[1]: *** [CMakeFiles/cmTC_f317a.dir/CheckIncludeFile.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_f317a/fast' failed make: *** [cmTC_f317a/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_59d56/fast" /usr/bin/make -f CMakeFiles/cmTC_59d56.dir/build.make CMakeFiles/cmTC_59d56.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_59d56.dir/CheckIncludeFile.c.o /usr/bin/cc -I/usr/local/include -w -pipe -m64 -DNDEBUG=1 -O2 -fPIE -o CMakeFiles/cmTC_59d56.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_59d56.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_59d56.dir/CheckIncludeFile.c.o' failed make[1]: *** [CMakeFiles/cmTC_59d56.dir/CheckIncludeFile.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_59d56/fast' failed make: *** [cmTC_59d56/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_c89eb/fast" /usr/bin/make -f CMakeFiles/cmTC_c89eb.dir/build.make CMakeFiles/cmTC_c89eb.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_c89eb.dir/CheckIncludeFile.c.o /usr/bin/cc -I/usr/local/include -w -fPIE -o CMakeFiles/cmTC_c89eb.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_c89eb.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_c89eb.dir/CheckIncludeFile.c.o' failed make[1]: *** [CMakeFiles/cmTC_c89eb.dir/CheckIncludeFile.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_c89eb/fast' failed make: *** [cmTC_c89eb/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_ae2b2/fast" /usr/bin/make -f CMakeFiles/cmTC_ae2b2.dir/build.make CMakeFiles/cmTC_ae2b2.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_ae2b2.dir/CheckIncludeFiles.c.o /usr/bin/cc -I/usr/local/include -w -fPIE -o CMakeFiles/cmTC_ae2b2.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_ae2b2.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_ae2b2.dir/CheckIncludeFiles.c.o' failed make[1]: *** [CMakeFiles/cmTC_ae2b2.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_ae2b2/fast' failed make: *** [cmTC_ae2b2/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_b67a0/fast" /usr/bin/make -f CMakeFiles/cmTC_b67a0.dir/build.make CMakeFiles/cmTC_b67a0.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_b67a0.dir/CheckSymbolExists.c.o /usr/bin/cc -I/usr/local/include -w -fPIE -o CMakeFiles/cmTC_b67a0.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_b67a0.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_b67a0.dir/CheckSymbolExists.c.o' failed make[1]: *** [CMakeFiles/cmTC_b67a0.dir/CheckSymbolExists.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_b67a0/fast' failed make: *** [cmTC_b67a0/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_f04ac/fast" /usr/bin/make -f CMakeFiles/cmTC_f04ac.dir/build.make CMakeFiles/cmTC_f04ac.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_f04ac.dir/src.cxx.o /usr/bin/c++ -I/usr/local/include -w -DCXX_HAS_AVX_1 -fPIE -o CMakeFiles/cmTC_f04ac.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_f04ac.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_f04ac.dir/src.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_f04ac.dir/src.cxx.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_f04ac/fast' failed make: *** [cmTC_f04ac/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_3ec7d/fast" /usr/bin/make -f CMakeFiles/cmTC_3ec7d.dir/build.make CMakeFiles/cmTC_3ec7d.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_3ec7d.dir/src.cxx.o /usr/bin/c++ -I/usr/local/include -w -DCXX_HAS_AVX_2 -mavx -fPIE -o CMakeFiles/cmTC_3ec7d.dir/src.cxx.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.cxx Linking CXX executable cmTC_3ec7d /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3ec7d.dir/link.txt --verbose=1 /usr/bin/c++ -w -DCXX_HAS_AVX_2 -mavx -rdynamic CMakeFiles/cmTC_3ec7d.dir/src.cxx.o -o cmTC_3ec7d 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_9387b/fast" /usr/bin/make -f CMakeFiles/cmTC_9387b.dir/build.make CMakeFiles/cmTC_9387b.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_9387b.dir/src.cxx.o /usr/bin/c++ -I/usr/local/include -w -DCXX_HAS_AVX_3 /arch:AVX -fPIE -o CMakeFiles/cmTC_9387b.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_9387b.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_9387b.dir/src.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_9387b.dir/src.cxx.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_9387b/fast' failed make: *** [cmTC_9387b/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_0477c/fast" /usr/bin/make -f CMakeFiles/cmTC_0477c.dir/build.make CMakeFiles/cmTC_0477c.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_0477c.dir/src.cxx.o /usr/bin/c++ -I/usr/local/include -w -DCXX_HAS_SSE_1 -fPIE -o CMakeFiles/cmTC_0477c.dir/src.cxx.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.cxx Linking CXX executable cmTC_0477c /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0477c.dir/link.txt --verbose=1 /usr/bin/c++ -w -DCXX_HAS_SSE_1 -rdynamic CMakeFiles/cmTC_0477c.dir/src.cxx.o -o cmTC_0477c /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_0477c.dir/build.make:97: recipe for target 'cmTC_0477c' failed make[1]: *** [cmTC_0477c] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_0477c/fast' failed make: *** [cmTC_0477c/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_920ca/fast" /usr/bin/make -f CMakeFiles/cmTC_920ca.dir/build.make CMakeFiles/cmTC_920ca.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_920ca.dir/src.cxx.o /usr/bin/c++ -I/usr/local/include -w -DCXX_HAS_SSE_2 -msse -fPIE -o CMakeFiles/cmTC_920ca.dir/src.cxx.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.cxx Linking CXX executable cmTC_920ca /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_920ca.dir/link.txt --verbose=1 /usr/bin/c++ -w -DCXX_HAS_SSE_2 -msse -rdynamic CMakeFiles/cmTC_920ca.dir/src.cxx.o -o cmTC_920ca /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_920ca.dir/build.make:97: recipe for target 'cmTC_920ca' failed make[1]: *** [cmTC_920ca] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_920ca/fast' failed make: *** [cmTC_920ca/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_f30d4/fast" /usr/bin/make -f CMakeFiles/cmTC_f30d4.dir/build.make CMakeFiles/cmTC_f30d4.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_f30d4.dir/src.cxx.o /usr/bin/c++ -I/usr/local/include -w -DCXX_HAS_SSE_3 /arch:SSE -fPIE -o CMakeFiles/cmTC_f30d4.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_f30d4.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_f30d4.dir/src.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_f30d4.dir/src.cxx.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_f30d4/fast' failed make: *** [cmTC_f30d4/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_e19a0/fast" /usr/bin/make -f CMakeFiles/cmTC_e19a0.dir/build.make CMakeFiles/cmTC_e19a0.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_e19a0.dir/src.cxx.o /usr/bin/c++ -I/usr/local/include -w -DCXX_HAS_SSSE3_1 -fPIE -o CMakeFiles/cmTC_e19a0.dir/src.cxx.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.cxx Linking CXX executable cmTC_e19a0 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e19a0.dir/link.txt --verbose=1 /usr/bin/c++ -w -DCXX_HAS_SSSE3_1 -rdynamic CMakeFiles/cmTC_e19a0.dir/src.cxx.o -o cmTC_e19a0 /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_e19a0.dir/build.make:97: recipe for target 'cmTC_e19a0' failed make[1]: *** [cmTC_e19a0] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_e19a0/fast' failed make: *** [cmTC_e19a0/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_2facb/fast" /usr/bin/make -f CMakeFiles/cmTC_2facb.dir/build.make CMakeFiles/cmTC_2facb.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_2facb.dir/src.cxx.o /usr/bin/c++ -I/usr/local/include -w -DCXX_HAS_SSSE3_2 -mssse3 -fPIE -o CMakeFiles/cmTC_2facb.dir/src.cxx.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.cxx Linking CXX executable cmTC_2facb /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2facb.dir/link.txt --verbose=1 /usr/bin/c++ -w -DCXX_HAS_SSSE3_2 -mssse3 -rdynamic CMakeFiles/cmTC_2facb.dir/src.cxx.o -o cmTC_2facb /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_2facb.dir/build.make:97: recipe for target 'cmTC_2facb' failed make[1]: *** [cmTC_2facb] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_2facb/fast' failed make: *** [cmTC_2facb/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_1e571/fast" /usr/bin/make -f CMakeFiles/cmTC_1e571.dir/build.make CMakeFiles/cmTC_1e571.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_1e571.dir/src.cxx.o /usr/bin/c++ -I/usr/local/include -w -DCXX_HAS_SSSE3_3 /arch:SSE3 -fPIE -o CMakeFiles/cmTC_1e571.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_1e571.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_1e571.dir/src.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_1e571.dir/src.cxx.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_1e571/fast' failed make: *** [cmTC_1e571/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_dc813/fast" /usr/bin/make -f CMakeFiles/cmTC_dc813.dir/build.make CMakeFiles/cmTC_dc813.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_dc813.dir/HAVE_INT8.c.o /usr/bin/cc -I/usr/local/include -w -fPIE -o CMakeFiles/cmTC_dc813.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_dc813.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_dc813.dir/HAVE_INT8.c.o' failed make[1]: *** [CMakeFiles/cmTC_dc813.dir/HAVE_INT8.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_dc813/fast' failed make: *** [cmTC_dc813/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_89b4f/fast" /usr/bin/make -f CMakeFiles/cmTC_89b4f.dir/build.make CMakeFiles/cmTC_89b4f.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_89b4f.dir/HAVE_INT16.c.o /usr/bin/cc -I/usr/local/include -w -fPIE -o CMakeFiles/cmTC_89b4f.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_89b4f.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_89b4f.dir/HAVE_INT16.c.o' failed make[1]: *** [CMakeFiles/cmTC_89b4f.dir/HAVE_INT16.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_89b4f/fast' failed make: *** [cmTC_89b4f/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_56adf/fast" /usr/bin/make -f CMakeFiles/cmTC_56adf.dir/build.make CMakeFiles/cmTC_56adf.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_56adf.dir/HAVE_INT32.c.o /usr/bin/cc -I/usr/local/include -w -fPIE -o CMakeFiles/cmTC_56adf.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_56adf.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_56adf.dir/HAVE_INT32.c.o' failed make[1]: *** [CMakeFiles/cmTC_56adf.dir/HAVE_INT32.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_56adf/fast' failed make: *** [cmTC_56adf/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_a02a2/fast" /usr/bin/make -f CMakeFiles/cmTC_a02a2.dir/build.make CMakeFiles/cmTC_a02a2.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_a02a2.dir/CheckIncludeFiles.c.o /usr/bin/cc -I/usr/local/include -w -fPIE -o CMakeFiles/cmTC_a02a2.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_a02a2.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_a02a2.dir/CheckIncludeFiles.c.o' failed make[1]: *** [CMakeFiles/cmTC_a02a2.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_a02a2/fast' failed make: *** [cmTC_a02a2/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_4583d/fast" /usr/bin/make -f CMakeFiles/cmTC_4583d.dir/build.make CMakeFiles/cmTC_4583d.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_4583d.dir/CheckIncludeFiles.c.o /usr/bin/cc -I/usr/local/include -w -fPIE -o CMakeFiles/cmTC_4583d.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_4583d.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_4583d.dir/CheckIncludeFiles.c.o' failed make[1]: *** [CMakeFiles/cmTC_4583d.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_4583d/fast' failed make: *** [cmTC_4583d/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_54da9/fast" /usr/bin/make -f CMakeFiles/cmTC_54da9.dir/build.make CMakeFiles/cmTC_54da9.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_54da9.dir/CheckSymbolExists.c.o /usr/bin/cc -I/usr/local/include -w -fPIE -o CMakeFiles/cmTC_54da9.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_54da9.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_54da9.dir/CheckSymbolExists.c.o' failed make[1]: *** [CMakeFiles/cmTC_54da9.dir/CheckSymbolExists.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_54da9/fast' failed make: *** [cmTC_54da9/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_13165/fast" /usr/bin/make -f CMakeFiles/cmTC_13165.dir/build.make CMakeFiles/cmTC_13165.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_13165.dir/CheckSymbolExists.c.o /usr/bin/cc -I/usr/local/include -w -fPIE -o CMakeFiles/cmTC_13165.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_13165.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_13165.dir/CheckSymbolExists.c.o' failed make[1]: *** [CMakeFiles/cmTC_13165.dir/CheckSymbolExists.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_13165/fast' failed make: *** [cmTC_13165/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_81790/fast" /usr/bin/make -f CMakeFiles/cmTC_81790.dir/build.make CMakeFiles/cmTC_81790.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_81790.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_81790.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_81790.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_81790.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_81790.dir/src.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_81790/fast' failed make: *** [cmTC_81790/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_a943e/fast" /usr/bin/make -f CMakeFiles/cmTC_a943e.dir/build.make CMakeFiles/cmTC_a943e.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_a943e.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_a943e.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_a943e.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_a943e.dir/src.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_a943e.dir/src.cxx.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_a943e/fast' failed make: *** [cmTC_a943e/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_39e98/fast" /usr/bin/make -f CMakeFiles/cmTC_39e98.dir/build.make CMakeFiles/cmTC_39e98.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_39e98.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_39e98.dir/src.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.c cc: error: unrecognized command line option '-wd4127' CMakeFiles/cmTC_39e98.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_39e98.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_39e98.dir/src.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_39e98/fast' failed make: *** [cmTC_39e98/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_0fb37/fast" /usr/bin/make -f CMakeFiles/cmTC_0fb37.dir/build.make CMakeFiles/cmTC_0fb37.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_0fb37.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_0fb37.dir/src.cxx.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.cxx c++: error: unrecognized command line option '-wd4127' CMakeFiles/cmTC_0fb37.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_0fb37.dir/src.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_0fb37.dir/src.cxx.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_0fb37/fast' failed make: *** [cmTC_0fb37/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_e1fff/fast" /usr/bin/make -f CMakeFiles/cmTC_e1fff.dir/build.make CMakeFiles/cmTC_e1fff.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_e1fff.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_e1fff.dir/src.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.c cc: error: unrecognized command line option '-wd4251' CMakeFiles/cmTC_e1fff.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_e1fff.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_e1fff.dir/src.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_e1fff/fast' failed make: *** [cmTC_e1fff/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_7bf92/fast" /usr/bin/make -f CMakeFiles/cmTC_7bf92.dir/build.make CMakeFiles/cmTC_7bf92.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_7bf92.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_7bf92.dir/src.cxx.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.cxx c++: error: unrecognized command line option '-wd4251' CMakeFiles/cmTC_7bf92.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_7bf92.dir/src.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_7bf92.dir/src.cxx.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_7bf92/fast' failed make: *** [cmTC_7bf92/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_0e6d4/fast" /usr/bin/make -f CMakeFiles/cmTC_0e6d4.dir/build.make CMakeFiles/cmTC_0e6d4.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_0e6d4.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_0e6d4.dir/src.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.c cc: error: unrecognized command line option '-wd4275' CMakeFiles/cmTC_0e6d4.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_0e6d4.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_0e6d4.dir/src.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_0e6d4/fast' failed make: *** [cmTC_0e6d4/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_bba5c/fast" /usr/bin/make -f CMakeFiles/cmTC_bba5c.dir/build.make CMakeFiles/cmTC_bba5c.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_bba5c.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_bba5c.dir/src.cxx.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.cxx c++: error: unrecognized command line option '-wd4275' CMakeFiles/cmTC_bba5c.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_bba5c.dir/src.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_bba5c.dir/src.cxx.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_bba5c/fast' failed make: *** [cmTC_bba5c/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_14d34/fast" /usr/bin/make -f CMakeFiles/cmTC_14d34.dir/build.make CMakeFiles/cmTC_14d34.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_14d34.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_14d34.dir/src.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.c cc: error: unrecognized command line option '-wd4786' CMakeFiles/cmTC_14d34.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_14d34.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_14d34.dir/src.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_14d34/fast' failed make: *** [cmTC_14d34/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_e402a/fast" /usr/bin/make -f CMakeFiles/cmTC_e402a.dir/build.make CMakeFiles/cmTC_e402a.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_e402a.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_e402a.dir/src.cxx.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.cxx c++: error: unrecognized command line option '-wd4786' CMakeFiles/cmTC_e402a.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_e402a.dir/src.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_e402a.dir/src.cxx.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_e402a/fast' failed make: *** [cmTC_e402a/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_03410/fast" /usr/bin/make -f CMakeFiles/cmTC_03410.dir/build.make CMakeFiles/cmTC_03410.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_03410.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_03410.dir/src.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.c cc: error: unrecognized command line option '-wd4100' CMakeFiles/cmTC_03410.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_03410.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_03410.dir/src.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_03410/fast' failed make: *** [cmTC_03410/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_fc0ad/fast" /usr/bin/make -f CMakeFiles/cmTC_fc0ad.dir/build.make CMakeFiles/cmTC_fc0ad.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_fc0ad.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_fc0ad.dir/src.cxx.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.cxx c++: error: unrecognized command line option '-wd4100' CMakeFiles/cmTC_fc0ad.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_fc0ad.dir/src.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_fc0ad.dir/src.cxx.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_fc0ad/fast' failed make: *** [cmTC_fc0ad/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_a84f9/fast" /usr/bin/make -f CMakeFiles/cmTC_a84f9.dir/build.make CMakeFiles/cmTC_a84f9.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_a84f9.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_a84f9.dir/src.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.c cc: error: unrecognized command line option '-wd4245' CMakeFiles/cmTC_a84f9.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_a84f9.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_a84f9.dir/src.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_a84f9/fast' failed make: *** [cmTC_a84f9/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_8965c/fast" /usr/bin/make -f CMakeFiles/cmTC_8965c.dir/build.make CMakeFiles/cmTC_8965c.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_8965c.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_8965c.dir/src.cxx.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.cxx c++: error: unrecognized command line option '-wd4245' CMakeFiles/cmTC_8965c.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_8965c.dir/src.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_8965c.dir/src.cxx.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_8965c/fast' failed make: *** [cmTC_8965c/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_e56c7/fast" /usr/bin/make -f CMakeFiles/cmTC_e56c7.dir/build.make CMakeFiles/cmTC_e56c7.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_e56c7.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_e56c7.dir/src.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.c cc: error: unrecognized command line option '-wd4206' CMakeFiles/cmTC_e56c7.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_e56c7.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_e56c7.dir/src.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_e56c7/fast' failed make: *** [cmTC_e56c7/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_270bd/fast" /usr/bin/make -f CMakeFiles/cmTC_270bd.dir/build.make CMakeFiles/cmTC_270bd.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_270bd.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_270bd.dir/src.cxx.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.cxx c++: error: unrecognized command line option '-wd4206' CMakeFiles/cmTC_270bd.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_270bd.dir/src.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_270bd.dir/src.cxx.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_270bd/fast' failed make: *** [cmTC_270bd/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_80b67/fast" /usr/bin/make -f CMakeFiles/cmTC_80b67.dir/build.make CMakeFiles/cmTC_80b67.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_80b67.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_80b67.dir/src.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.c cc: error: unrecognized command line option '-wd4351' CMakeFiles/cmTC_80b67.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_80b67.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_80b67.dir/src.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_80b67/fast' failed make: *** [cmTC_80b67/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_b8dfc/fast" /usr/bin/make -f CMakeFiles/cmTC_b8dfc.dir/build.make CMakeFiles/cmTC_b8dfc.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_b8dfc.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_b8dfc.dir/src.cxx.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.cxx c++: error: unrecognized command line option '-wd4351' CMakeFiles/cmTC_b8dfc.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_b8dfc.dir/src.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_b8dfc.dir/src.cxx.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_b8dfc/fast' failed make: *** [cmTC_b8dfc/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_97f35/fast" /usr/bin/make -f CMakeFiles/cmTC_97f35.dir/build.make CMakeFiles/cmTC_97f35.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_97f35.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_97f35.dir/src.c.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.c cc: error: unrecognized command line option '-wd4611' CMakeFiles/cmTC_97f35.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_97f35.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_97f35.dir/src.c.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_97f35/fast' failed make: *** [cmTC_97f35/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_1b430/fast" /usr/bin/make -f CMakeFiles/cmTC_1b430.dir/build.make CMakeFiles/cmTC_1b430.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_1b430.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_1b430.dir/src.cxx.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.cxx c++: error: unrecognized command line option '-wd4611' CMakeFiles/cmTC_1b430.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_1b430.dir/src.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_1b430.dir/src.cxx.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_1b430/fast' failed make: *** [cmTC_1b430/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_dc02f/fast" /usr/bin/make -f CMakeFiles/cmTC_dc02f.dir/build.make CMakeFiles/cmTC_dc02f.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_dc02f.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_dc02f.dir/src.cxx.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.cxx c++: error: unrecognized command line option '-wd4065' CMakeFiles/cmTC_dc02f.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_dc02f.dir/src.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_dc02f.dir/src.cxx.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_dc02f/fast' failed make: *** [cmTC_dc02f/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_85425/fast" /usr/bin/make -f CMakeFiles/cmTC_85425.dir/build.make CMakeFiles/cmTC_85425.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_85425.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_85425.dir/src.cxx.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.cxx c++: error: unrecognized command line option '-wd4251' CMakeFiles/cmTC_85425.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_85425.dir/src.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_85425.dir/src.cxx.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_85425/fast' failed make: *** [cmTC_85425/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_75272/fast" /usr/bin/make -f CMakeFiles/cmTC_75272.dir/build.make CMakeFiles/cmTC_75272.dir/build make[1]: Entering directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_75272.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_75272.dir/src.cxx.o -c /home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp/src.cxx c++: error: unrecognized command line option '-wd4800' CMakeFiles/cmTC_75272.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_75272.dir/src.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_75272.dir/src.cxx.o] Error 1 make[1]: Leaving directory '/home/naseef/Code/brlcad/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_75272/fast' failed make: *** [cmTC_75272/fast] Error 2 Source file was: int main() { return 0; }