Performing C SOURCE FILE Test QUNUSED_ARGUMENTS_C_FLAG_FOUND failed with the following output: Change Dir: /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec1448413980/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec1448413980.dir/build.make CMakeFiles/cmTryCompileExec1448413980.dir/build make[1]: Entering directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec1448413980.dir/src.c.o /usr/bin/cc -pipe -fno-strict-aliasing -fno-common -fexceptions -msse3 -std=gnu89 -DQUNUSED_ARGUMENTS_C_FLAG_FOUND -I/usr/local/include -Qunused-arguments -o CMakeFiles/cmTryCompileExec1448413980.dir/src.c.o -c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/src.c cc: error: unrecognized command line option '-Qunused-arguments' make[1]: *** [CMakeFiles/cmTryCompileExec1448413980.dir/src.c.o] Error 1 make[1]: Leaving directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec1448413980/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/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec2985859578/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec2985859578.dir/build.make CMakeFiles/cmTryCompileExec2985859578.dir/build make[1]: Entering directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building CXX object CMakeFiles/cmTryCompileExec2985859578.dir/src.cxx.o /usr/bin/c++ -pipe -fno-strict-aliasing -fno-common -fexceptions -ftemplate-depth-128 -std=gnu++98 -DQUNUSED_ARGUMENTS_CXX_FLAG_FOUND -I/usr/local/include -Qunused-arguments -o CMakeFiles/cmTryCompileExec2985859578.dir/src.cxx.o -c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/src.cxx c++: error: unrecognized command line option '-Qunused-arguments' make[1]: Leaving directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec2985859578.dir/src.cxx.o] Error 1 make: *** [cmTryCompileExec2985859578/fast] Error 2 Source file was: int main() { return 0;} Performing C SOURCE FILE Test QSTACKPROTECT_C_FLAG_FOUND failed with the following output: Change Dir: /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec2377005141/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec2377005141.dir/build.make CMakeFiles/cmTryCompileExec2377005141.dir/build make[1]: Entering directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec2377005141.dir/src.c.o /usr/bin/cc -pipe -fno-strict-aliasing -fno-common -fexceptions -msse3 -std=gnu89 -m64 -g -ggdb3 -fstack-protector-all -DQSTACKPROTECT_C_FLAG_FOUND -I/usr/local/include -qstackprotect -o CMakeFiles/cmTryCompileExec2377005141.dir/src.c.o -c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/src.c cc: error: unrecognized command line option '-qstackprotect' make[1]: *** [CMakeFiles/cmTryCompileExec2377005141.dir/src.c.o] Error 1 make[1]: Leaving directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec2377005141/fast] Error 2 Source file was: int main(void) { return 0; } Performing C++ SOURCE FILE Test QSTACKPROTECT_CXX_FLAG_FOUND failed with the following output: Change Dir: /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec2817738596/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec2817738596.dir/build.make CMakeFiles/cmTryCompileExec2817738596.dir/build make[1]: Entering directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building CXX object CMakeFiles/cmTryCompileExec2817738596.dir/src.cxx.o /usr/bin/c++ -pipe -fno-strict-aliasing -fno-common -fexceptions -ftemplate-depth-128 -std=gnu++98 -m64 -g -ggdb3 -fstack-protector-all -DQSTACKPROTECT_CXX_FLAG_FOUND -I/usr/local/include -qstackprotect -o CMakeFiles/cmTryCompileExec2817738596.dir/src.cxx.o -c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/src.cxx c++: error: unrecognized command line option '-qstackprotect' make[1]: Leaving directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec2817738596.dir/src.cxx.o] Error 1 make: *** [cmTryCompileExec2817738596/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/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec1673936605/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec1673936605.dir/build.make CMakeFiles/cmTryCompileExec1673936605.dir/build make[1]: Entering directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building CXX object CMakeFiles/cmTryCompileExec1673936605.dir/src.cxx.o /usr/bin/c++ -pipe -fno-strict-aliasing -fno-common -fexceptions -ftemplate-depth-128 -std=gnu++98 -m64 -g -ggdb3 -fstack-protector-all -pedantic -Wall -Wextra -Wundef -Wfloat-equal -Wshadow -DWBAD_FUNCTION_CAST_CXX_FLAG_FOUND -I/usr/local/include -Wbad-function-cast -o CMakeFiles/cmTryCompileExec1673936605.dir/src.cxx.o -c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/src.cxx cc1plus: warning: command line option '-Wbad-function-cast' is valid for C/ObjC but not for C++ [enabled by default] Linking CXX executable cmTryCompileExec1673936605 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1673936605.dir/link.txt --verbose=1 /usr/bin/c++ -pipe -fno-strict-aliasing -fno-common -fexceptions -ftemplate-depth-128 -std=gnu++98 -m64 -g -ggdb3 -fstack-protector-all -pedantic -Wall -Wextra -Wundef -Wfloat-equal -Wshadow -DWBAD_FUNCTION_CAST_CXX_FLAG_FOUND CMakeFiles/cmTryCompileExec1673936605.dir/src.cxx.o -o cmTryCompileExec1673936605 -rdynamic make[1]: Leaving directory `/home/nathan/Projects/brlcad-svn-trunk/.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/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec3950909269/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec3950909269.dir/build.make CMakeFiles/cmTryCompileExec3950909269.dir/build make[1]: Entering directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building CXX object CMakeFiles/cmTryCompileExec3950909269.dir/src.cxx.o /usr/bin/c++ -pipe -fno-strict-aliasing -fno-common -fexceptions -ftemplate-depth-128 -std=gnu++98 -m64 -g -ggdb3 -fstack-protector-all -pedantic -Wall -Wextra -Wundef -Wfloat-equal -Wshadow -DWDECLARATION_AFTER_STATEMENT_CXX_FLAG_FOUND -I/usr/local/include -Wdeclaration-after-statement -o CMakeFiles/cmTryCompileExec3950909269.dir/src.cxx.o -c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/src.cxx cc1plus: warning: command line option '-Wdeclaration-after-statement' is valid for C/ObjC but not for C++ [enabled by default] Linking CXX executable cmTryCompileExec3950909269 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3950909269.dir/link.txt --verbose=1 /usr/bin/c++ -pipe -fno-strict-aliasing -fno-common -fexceptions -ftemplate-depth-128 -std=gnu++98 -m64 -g -ggdb3 -fstack-protector-all -pedantic -Wall -Wextra -Wundef -Wfloat-equal -Wshadow -DWDECLARATION_AFTER_STATEMENT_CXX_FLAG_FOUND CMakeFiles/cmTryCompileExec3950909269.dir/src.cxx.o -o cmTryCompileExec3950909269 -rdynamic make[1]: Leaving directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' Source file was: int main() { return 0;} Performing C SOURCE FILE Test HAVE_C_WUNUSED_CONST_VARIABLE failed with the following output: Change Dir: /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec3211876153/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec3211876153.dir/build.make CMakeFiles/cmTryCompileExec3211876153.dir/build make[1]: Entering directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec3211876153.dir/src.c.o /usr/bin/cc -pipe -fno-strict-aliasing -fno-common -fexceptions -msse3 -std=gnu89 -m64 -g -ggdb3 -fstack-protector-all -pedantic -Wall -Wextra -Wundef -Wfloat-equal -Wshadow -Wbad-function-cast -Wdeclaration-after-statement -Wc++-compat -Winline -Wno-long-long -Wno-variadic-macros -Werror -DHAVE_C_WUNUSED_CONST_VARIABLE -I/usr/local/include -Wunused-const-variable -o CMakeFiles/cmTryCompileExec3211876153.dir/src.c.o -c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/src.c cc: error: unrecognized command line option '-Wunused-const-variable' make[1]: Leaving directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec3211876153.dir/src.c.o] Error 1 make: *** [cmTryCompileExec3211876153/fast] Error 2 Source file was: int main(void) { return 0; } Determining if the pthread_create exist failed with the following output: Change Dir: /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec2042582882/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec2042582882.dir/build.make CMakeFiles/cmTryCompileExec2042582882.dir/build make[1]: Entering directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec2042582882.dir/CheckSymbolExists.c.o /usr/bin/cc -pipe -fno-strict-aliasing -fno-common -fexceptions -msse3 -std=gnu89 -m64 -g -ggdb3 -fstack-protector-all -pedantic -Wall -Wextra -Wundef -Wfloat-equal -Wshadow -Wbad-function-cast -Wdeclaration-after-statement -Wc++-compat -Winline -Wno-long-long -Wno-variadic-macros -Werror -I/usr/local/include -o CMakeFiles/cmTryCompileExec2042582882.dir/CheckSymbolExists.c.o -c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CheckSymbolExists.c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main': /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:11: error: ISO C forbids conversion of function pointer to object pointer type [-Werror=pedantic] return ((int*)(&pthread_create))[argc]; ^ cc1: all warnings being treated as errors make[1]: Leaving directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec2042582882.dir/CheckSymbolExists.c.o] Error 1 make: *** [cmTryCompileExec2042582882/fast] Error 2 File /home/nathan/Projects/brlcad-svn-trunk/.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/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec1809091393/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec1809091393.dir/build.make CMakeFiles/cmTryCompileExec1809091393.dir/build make[1]: Entering directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec1809091393.dir/CheckFunctionExists.c.o /usr/bin/cc -pipe -fno-strict-aliasing -fno-common -fexceptions -msse3 -std=gnu89 -m64 -g -ggdb3 -fstack-protector-all -pedantic -Wall -Wextra -Wundef -Wfloat-equal -Wshadow -Wbad-function-cast -Wdeclaration-after-statement -Wc++-compat -Winline -Wno-long-long -Wno-variadic-macros -Werror -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTryCompileExec1809091393.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec1809091393 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1809091393.dir/link.txt --verbose=1 /usr/bin/cc -pipe -fno-strict-aliasing -fno-common -fexceptions -msse3 -std=gnu89 -m64 -g -ggdb3 -fstack-protector-all -pedantic -Wall -Wextra -Wundef -Wfloat-equal -Wshadow -Wbad-function-cast -Wdeclaration-after-statement -Wc++-compat -Winline -Wno-long-long -Wno-variadic-macros -Werror -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTryCompileExec1809091393.dir/CheckFunctionExists.c.o -o cmTryCompileExec1809091393 -rdynamic -lpthreads /usr/bin/ld: cannot find -lpthreads collect2: error: ld returned 1 exit status make[1]: *** [cmTryCompileExec1809091393] Error 1 make[1]: Leaving directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec1809091393/fast] Error 2 Determining if files JavaVM/jni.h exist failed with the following output: Change Dir: /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec1321514321/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec1321514321.dir/build.make CMakeFiles/cmTryCompileExec1321514321.dir/build make[1]: Entering directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec1321514321.dir/CheckIncludeFiles.c.o /usr/bin/cc -I/usr/local/include -o CMakeFiles/cmTryCompileExec1321514321.dir/CheckIncludeFiles.c.o -c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:24: fatal error: JavaVM/jni.h: No such file or directory #include ^ compilation terminated. make[1]: *** [CMakeFiles/cmTryCompileExec1321514321.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec1321514321/fast] Error 2 Source: /* */ #include int main(){return 0;} Determining if the function socket exists in the socket failed with the following output: Change Dir: /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec1519702073/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec1519702073.dir/build.make CMakeFiles/cmTryCompileExec1519702073.dir/build make[1]: Entering directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec1519702073.dir/CheckFunctionExists.c.o /usr/bin/cc -DCHECK_FUNCTION_EXISTS=socket -o CMakeFiles/cmTryCompileExec1519702073.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec1519702073 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1519702073.dir/link.txt --verbose=1 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=socket CMakeFiles/cmTryCompileExec1519702073.dir/CheckFunctionExists.c.o -o cmTryCompileExec1519702073 -rdynamic -lsocket /usr/bin/ld: cannot find -lsocket collect2: error: ld returned 1 exit status make[1]: *** [cmTryCompileExec1519702073] Error 1 make[1]: Leaving directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec1519702073/fast] Error 2 Determining if the function socket exists in the network failed with the following output: Change Dir: /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec999063921/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec999063921.dir/build.make CMakeFiles/cmTryCompileExec999063921.dir/build make[1]: Entering directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec999063921.dir/CheckFunctionExists.c.o /usr/bin/cc -DCHECK_FUNCTION_EXISTS=socket -o CMakeFiles/cmTryCompileExec999063921.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec999063921 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec999063921.dir/link.txt --verbose=1 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=socket CMakeFiles/cmTryCompileExec999063921.dir/CheckFunctionExists.c.o -o cmTryCompileExec999063921 -rdynamic -lnetwork /usr/bin/ld: cannot find -lnetwork collect2: error: ld returned 1 exit status make[1]: Leaving directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' make[1]: *** [cmTryCompileExec999063921] Error 1 make: *** [cmTryCompileExec999063921/fast] Error 2 Determining if the function yyless exists in the l failed with the following output: Change Dir: /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec471777025/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec471777025.dir/build.make CMakeFiles/cmTryCompileExec471777025.dir/build make[1]: Entering directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec471777025.dir/CheckFunctionExists.c.o /usr/bin/cc -DCHECK_FUNCTION_EXISTS=yyless -o CMakeFiles/cmTryCompileExec471777025.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec471777025 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec471777025.dir/link.txt --verbose=1 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=yyless CMakeFiles/cmTryCompileExec471777025.dir/CheckFunctionExists.c.o -o cmTryCompileExec471777025 -rdynamic -ll CMakeFiles/cmTryCompileExec471777025.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x15): undefined reference to `yyless' collect2: error: ld returned 1 exit status make[1]: *** [cmTryCompileExec471777025] Error 1 make[1]: Leaving directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec471777025/fast] Error 2 Performing C SOURCE FILE Test HAVE_TIMESETEVENT failed with the following output: Change Dir: /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec1792081953/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec1792081953.dir/build.make CMakeFiles/cmTryCompileExec1792081953.dir/build make[1]: Entering directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec1792081953.dir/src.c.o /usr/bin/cc -pipe -fno-strict-aliasing -fno-common -fexceptions -msse3 -std=gnu89 -m64 -g -ggdb3 -fstack-protector-all -pedantic -Wall -Wextra -Wundef -Wfloat-equal -Wshadow -Wbad-function-cast -Wdeclaration-after-statement -Wc++-compat -Winline -Wno-long-long -Wno-variadic-macros -Werror -DHAVE_TIMESETEVENT -I/usr/local/include -o CMakeFiles/cmTryCompileExec1792081953.dir/src.c.o -c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/src.c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/src.c:1:21: fatal error: windows.h: No such file or directory #include ^ compilation terminated. make[1]: *** [CMakeFiles/cmTryCompileExec1792081953.dir/src.c.o] Error 1 make[1]: Leaving directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec1792081953/fast] Error 2 Source file was: #include int main() {(void)timeSetEvent(1000, 100, (LPTIMECALLBACK)NULL, (DWORD_PTR)NULL, TIME_ONESHOT);} Determining if files curses.h exist failed with the following output: Change Dir: /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec1249351751/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec1249351751.dir/build.make CMakeFiles/cmTryCompileExec1249351751.dir/build make[1]: Entering directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec1249351751.dir/CheckIncludeFiles.c.o /usr/bin/cc -I/usr/local/include -o CMakeFiles/cmTryCompileExec1249351751.dir/CheckIncludeFiles.c.o -c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:20: fatal error: curses.h: No such file or directory #include ^ compilation terminated. make[1]: Leaving directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec1249351751.dir/CheckIncludeFiles.c.o] Error 1 make: *** [cmTryCompileExec1249351751/fast] Error 2 Source: /* */ #include int main(){return 0;} Determining if files direct.h exist failed with the following output: Change Dir: /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec3271197697/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec3271197697.dir/build.make CMakeFiles/cmTryCompileExec3271197697.dir/build make[1]: Entering directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec3271197697.dir/CheckIncludeFiles.c.o /usr/bin/cc -I/usr/local/include -o CMakeFiles/cmTryCompileExec3271197697.dir/CheckIncludeFiles.c.o -c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:20: fatal error: direct.h: No such file or directory #include ^ compilation terminated. make[1]: *** [CMakeFiles/cmTryCompileExec3271197697.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec3271197697/fast] Error 2 Source: /* */ #include int main(){return 0;} Determining if files dslib.h exist failed with the following output: Change Dir: /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec1934495685/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec1934495685.dir/build.make CMakeFiles/cmTryCompileExec1934495685.dir/build make[1]: Entering directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec1934495685.dir/CheckIncludeFiles.c.o /usr/bin/cc -I/usr/local/include -o CMakeFiles/cmTryCompileExec1934495685.dir/CheckIncludeFiles.c.o -c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:19: fatal error: dslib.h: No such file or directory #include ^ compilation terminated. make[1]: *** [CMakeFiles/cmTryCompileExec1934495685.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec1934495685/fast] Error 2 Source: /* */ #include int main(){return 0;} Determining if files gl/device.h exist failed with the following output: Change Dir: /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec3450506381/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec3450506381.dir/build.make CMakeFiles/cmTryCompileExec3450506381.dir/build make[1]: Entering directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec3450506381.dir/CheckIncludeFiles.c.o /usr/bin/cc -I/usr/local/include -o CMakeFiles/cmTryCompileExec3450506381.dir/CheckIncludeFiles.c.o -c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:23: fatal error: gl/device.h: No such file or directory #include ^ compilation terminated. make[1]: *** [CMakeFiles/cmTryCompileExec3450506381.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec3450506381/fast] Error 2 Source: /* */ #include int main(){return 0;} Determining if files gl/glext.h exist failed with the following output: Change Dir: /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec2289770264/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec2289770264.dir/build.make CMakeFiles/cmTryCompileExec2289770264.dir/build make[1]: Entering directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec2289770264.dir/CheckIncludeFiles.c.o /usr/bin/cc -I/usr/local/include -o CMakeFiles/cmTryCompileExec2289770264.dir/CheckIncludeFiles.c.o -c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:22: fatal error: gl/glext.h: No such file or directory #include ^ compilation terminated. make[1]: *** [CMakeFiles/cmTryCompileExec2289770264.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec2289770264/fast] Error 2 Source: /* */ #include int main(){return 0;} Determining if files gl/wglext.h exist failed with the following output: Change Dir: /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec1183609605/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec1183609605.dir/build.make CMakeFiles/cmTryCompileExec1183609605.dir/build make[1]: Entering directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec1183609605.dir/CheckIncludeFiles.c.o /usr/bin/cc -I/usr/local/include -o CMakeFiles/cmTryCompileExec1183609605.dir/CheckIncludeFiles.c.o -c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:23: fatal error: gl/wglext.h: No such file or directory #include ^ compilation terminated. make[1]: Leaving directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec1183609605.dir/CheckIncludeFiles.c.o] Error 1 make: *** [cmTryCompileExec1183609605/fast] Error 2 Source: /* */ #include int main(){return 0;} Determining if files io.h exist failed with the following output: Change Dir: /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec442678581/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec442678581.dir/build.make CMakeFiles/cmTryCompileExec442678581.dir/build make[1]: Entering directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec442678581.dir/CheckIncludeFiles.c.o /usr/bin/cc -I/usr/local/include -o CMakeFiles/cmTryCompileExec442678581.dir/CheckIncludeFiles.c.o -c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:16: fatal error: io.h: No such file or directory #include ^ compilation terminated. make[1]: *** [CMakeFiles/cmTryCompileExec442678581.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec442678581/fast] Error 2 Source: /* */ #include int main(){return 0;} Determining if files mach/thread_policy.h exist failed with the following output: Change Dir: /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec1990509566/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec1990509566.dir/build.make CMakeFiles/cmTryCompileExec1990509566.dir/build make[1]: Entering directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec1990509566.dir/CheckIncludeFiles.c.o /usr/bin/cc -I/usr/local/include -o CMakeFiles/cmTryCompileExec1990509566.dir/CheckIncludeFiles.c.o -c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:32: fatal error: mach/thread_policy.h: No such file or directory #include ^ compilation terminated. make[1]: *** [CMakeFiles/cmTryCompileExec1990509566.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec1990509566/fast] Error 2 Source: /* */ #include int main(){return 0;} Determining if files ncurses.h exist failed with the following output: Change Dir: /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec593762183/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec593762183.dir/build.make CMakeFiles/cmTryCompileExec593762183.dir/build make[1]: Entering directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec593762183.dir/CheckIncludeFiles.c.o /usr/bin/cc -I/usr/local/include -o CMakeFiles/cmTryCompileExec593762183.dir/CheckIncludeFiles.c.o -c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:21: fatal error: ncurses.h: No such file or directory #include ^ compilation terminated. make[1]: *** [CMakeFiles/cmTryCompileExec593762183.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec593762183/fast] Error 2 Source: /* */ #include int main(){return 0;} Determining if files pthread_np.h exist failed with the following output: Change Dir: /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec2761426608/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec2761426608.dir/build.make CMakeFiles/cmTryCompileExec2761426608.dir/build make[1]: Entering directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec2761426608.dir/CheckIncludeFiles.c.o /usr/bin/cc -I/usr/local/include -o CMakeFiles/cmTryCompileExec2761426608.dir/CheckIncludeFiles.c.o -c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:24: fatal error: pthread_np.h: No such file or directory #include ^ compilation terminated. make[1]: Leaving directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec2761426608.dir/CheckIncludeFiles.c.o] Error 1 make: *** [cmTryCompileExec2761426608/fast] Error 2 Source: /* */ #include int main(){return 0;} Determining if files rle.h exist failed with the following output: Change Dir: /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec61084745/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec61084745.dir/build.make CMakeFiles/cmTryCompileExec61084745.dir/build make[1]: Entering directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec61084745.dir/CheckIncludeFiles.c.o /usr/bin/cc -I/usr/local/include -o CMakeFiles/cmTryCompileExec61084745.dir/CheckIncludeFiles.c.o -c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:17: fatal error: rle.h: No such file or directory #include ^ compilation terminated. make[1]: *** [CMakeFiles/cmTryCompileExec61084745.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec61084745/fast] Error 2 Source: /* */ #include int main(){return 0;} Determining if files sys/_ioctl.h exist failed with the following output: Change Dir: /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec1277718878/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec1277718878.dir/build.make CMakeFiles/cmTryCompileExec1277718878.dir/build make[1]: Entering directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec1277718878.dir/CheckIncludeFiles.c.o /usr/bin/cc -I/usr/local/include -o CMakeFiles/cmTryCompileExec1277718878.dir/CheckIncludeFiles.c.o -c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:24: fatal error: sys/_ioctl.h: No such file or directory #include ^ compilation terminated. make[1]: *** [CMakeFiles/cmTryCompileExec1277718878.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec1277718878/fast] Error 2 Source: /* */ #include int main(){return 0;} Determining if files sys/cpuset.h exist failed with the following output: Change Dir: /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec3578029829/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec3578029829.dir/build.make CMakeFiles/cmTryCompileExec3578029829.dir/build make[1]: Entering directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec3578029829.dir/CheckIncludeFiles.c.o /usr/bin/cc -I/usr/local/include -o CMakeFiles/cmTryCompileExec3578029829.dir/CheckIncludeFiles.c.o -c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:24: fatal error: sys/cpuset.h: No such file or directory #include ^ compilation terminated. make[1]: *** [CMakeFiles/cmTryCompileExec3578029829.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec3578029829/fast] Error 2 Source: /* */ #include int main(){return 0;} Determining if files sys/ioctl_compat.h exist failed with the following output: Change Dir: /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec3985659768/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec3985659768.dir/build.make CMakeFiles/cmTryCompileExec3985659768.dir/build make[1]: Entering directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec3985659768.dir/CheckIncludeFiles.c.o /usr/bin/cc -I/usr/local/include -o CMakeFiles/cmTryCompileExec3985659768.dir/CheckIncludeFiles.c.o -c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:30: fatal error: sys/ioctl_compat.h: No such file or directory #include ^ compilation terminated. make[1]: *** [CMakeFiles/cmTryCompileExec3985659768.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec3985659768/fast] Error 2 Source: /* */ #include int main(){return 0;} Determining if files sys/machd.h exist failed with the following output: Change Dir: /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec2469705145/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec2469705145.dir/build.make CMakeFiles/cmTryCompileExec2469705145.dir/build make[1]: Entering directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec2469705145.dir/CheckIncludeFiles.c.o /usr/bin/cc -I/usr/local/include -o CMakeFiles/cmTryCompileExec2469705145.dir/CheckIncludeFiles.c.o -c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:23: fatal error: sys/machd.h: No such file or directory #include ^ compilation terminated. make[1]: *** [CMakeFiles/cmTryCompileExec2469705145.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec2469705145/fast] Error 2 Source: /* */ #include int main(){return 0;} Determining if files sys/sched.h exist failed with the following output: Change Dir: /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec2902721323/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec2902721323.dir/build.make CMakeFiles/cmTryCompileExec2902721323.dir/build make[1]: Entering directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec2902721323.dir/CheckIncludeFiles.c.o /usr/bin/cc -I/usr/local/include -o CMakeFiles/cmTryCompileExec2902721323.dir/CheckIncludeFiles.c.o -c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:23: fatal error: sys/sched.h: No such file or directory #include ^ compilation terminated. make[1]: *** [CMakeFiles/cmTryCompileExec2902721323.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec2902721323/fast] Error 2 Source: /* */ #include int main(){return 0;} Determining if files sys/sysmp.h exist failed with the following output: Change Dir: /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec476661983/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec476661983.dir/build.make CMakeFiles/cmTryCompileExec476661983.dir/build make[1]: Entering directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec476661983.dir/CheckIncludeFiles.c.o /usr/bin/cc -I/usr/local/include -o CMakeFiles/cmTryCompileExec476661983.dir/CheckIncludeFiles.c.o -c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:23: fatal error: sys/sysmp.h: No such file or directory #include ^ compilation terminated. make[1]: *** [CMakeFiles/cmTryCompileExec476661983.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec476661983/fast] Error 2 Source: /* */ #include int main(){return 0;} Determining if files term.h exist failed with the following output: Change Dir: /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec4021158828/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec4021158828.dir/build.make CMakeFiles/cmTryCompileExec4021158828.dir/build make[1]: Entering directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec4021158828.dir/CheckIncludeFiles.c.o /usr/bin/cc -I/usr/local/include -o CMakeFiles/cmTryCompileExec4021158828.dir/CheckIncludeFiles.c.o -c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:18: fatal error: term.h: No such file or directory #include ^ compilation terminated. make[1]: Leaving directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec4021158828.dir/CheckIncludeFiles.c.o] Error 1 make: *** [cmTryCompileExec4021158828/fast] Error 2 Source: /* */ #include int main(){return 0;} Determining if files termcap.h exist failed with the following output: Change Dir: /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec941334099/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec941334099.dir/build.make CMakeFiles/cmTryCompileExec941334099.dir/build make[1]: Entering directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec941334099.dir/CheckIncludeFiles.c.o /usr/bin/cc -I/usr/local/include -o CMakeFiles/cmTryCompileExec941334099.dir/CheckIncludeFiles.c.o -c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:21: fatal error: termcap.h: No such file or directory #include ^ compilation terminated. make[1]: Leaving directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec941334099.dir/CheckIncludeFiles.c.o] Error 1 make: *** [cmTryCompileExec941334099/fast] Error 2 Source: /* */ #include int main(){return 0;} Determining if files terminfo.h exist failed with the following output: Change Dir: /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec3811414117/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec3811414117.dir/build.make CMakeFiles/cmTryCompileExec3811414117.dir/build make[1]: Entering directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec3811414117.dir/CheckIncludeFiles.c.o /usr/bin/cc -I/usr/local/include -o CMakeFiles/cmTryCompileExec3811414117.dir/CheckIncludeFiles.c.o -c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:22: fatal error: terminfo.h: No such file or directory #include ^ compilation terminated. make[1]: *** [CMakeFiles/cmTryCompileExec3811414117.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec3811414117/fast] Error 2 Source: /* */ #include int main(){return 0;} Determining if files termlib.h exist failed with the following output: Change Dir: /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec2232024251/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec2232024251.dir/build.make CMakeFiles/cmTryCompileExec2232024251.dir/build make[1]: Entering directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec2232024251.dir/CheckIncludeFiles.c.o /usr/bin/cc -I/usr/local/include -o CMakeFiles/cmTryCompileExec2232024251.dir/CheckIncludeFiles.c.o -c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:21: fatal error: termlib.h: No such file or directory #include ^ compilation terminated. make[1]: *** [CMakeFiles/cmTryCompileExec2232024251.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec2232024251/fast] Error 2 Source: /* */ #include int main(){return 0;} Determining if files tinfo.h exist failed with the following output: Change Dir: /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec2909035835/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec2909035835.dir/build.make CMakeFiles/cmTryCompileExec2909035835.dir/build make[1]: Entering directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec2909035835.dir/CheckIncludeFiles.c.o /usr/bin/cc -I/usr/local/include -o CMakeFiles/cmTryCompileExec2909035835.dir/CheckIncludeFiles.c.o -c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:19: fatal error: tinfo.h: No such file or directory #include ^ compilation terminated. make[1]: *** [CMakeFiles/cmTryCompileExec2909035835.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec2909035835/fast] Error 2 Source: /* */ #include int main(){return 0;} Determining if files ulocks.h exist failed with the following output: Change Dir: /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec2077870953/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec2077870953.dir/build.make CMakeFiles/cmTryCompileExec2077870953.dir/build make[1]: Entering directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec2077870953.dir/CheckIncludeFiles.c.o /usr/bin/cc -I/usr/local/include -o CMakeFiles/cmTryCompileExec2077870953.dir/CheckIncludeFiles.c.o -c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:20: fatal error: ulocks.h: No such file or directory #include ^ compilation terminated. make[1]: *** [CMakeFiles/cmTryCompileExec2077870953.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec2077870953/fast] Error 2 Source: /* */ #include int main(){return 0;} Determining if files windows.h exist failed with the following output: Change Dir: /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec7177467/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec7177467.dir/build.make CMakeFiles/cmTryCompileExec7177467.dir/build make[1]: Entering directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec7177467.dir/CheckIncludeFiles.c.o /usr/bin/cc -I/usr/local/include -o CMakeFiles/cmTryCompileExec7177467.dir/CheckIncludeFiles.c.o -c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:21: fatal error: windows.h: No such file or directory #include ^ compilation terminated. make[1]: *** [CMakeFiles/cmTryCompileExec7177467.dir/CheckIncludeFiles.c.o] Error 1 make[1]: Leaving directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec7177467/fast] Error 2 Source: /* */ #include int main(){return 0;} Determining size of socklen_t failed with the following output: Change Dir: /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec4063181051/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec4063181051.dir/build.make CMakeFiles/cmTryCompileExec4063181051.dir/build make[1]: Entering directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec4063181051.dir/HAVE_SOCKLEN_TSYS_TYPES_H.c.o /usr/bin/cc -I/usr/local/include -o CMakeFiles/cmTryCompileExec4063181051.dir/HAVE_SOCKLEN_TSYS_TYPES_H.c.o -c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CheckTypeSize/HAVE_SOCKLEN_TSYS_TYPES_H.c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CheckTypeSize/HAVE_SOCKLEN_TSYS_TYPES_H.c:18:22: error: 'socklen_t' undeclared here (not in a function) #define SIZE (sizeof(socklen_t)) ^ /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CheckTypeSize/HAVE_SOCKLEN_TSYS_TYPES_H.c:20:12: note: in expansion of macro 'SIZE' ('0' + ((SIZE / 10000)%10)), ^ make[1]: Leaving directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec4063181051.dir/HAVE_SOCKLEN_TSYS_TYPES_H.c.o] Error 1 make: *** [cmTryCompileExec4063181051/fast] Error 2 /home/nathan/Projects/brlcad-svn-trunk/.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; } Performing C++ SOURCE FILE Test HAVE_THREAD_LOCAL failed with the following output: Change Dir: /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec1168099225/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec1168099225.dir/build.make CMakeFiles/cmTryCompileExec1168099225.dir/build make[1]: Entering directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building CXX object CMakeFiles/cmTryCompileExec1168099225.dir/src.cxx.o /usr/bin/c++ -pipe -fno-strict-aliasing -fno-common -fexceptions -ftemplate-depth-128 -std=gnu++98 -m64 -g -ggdb3 -fstack-protector-all -pedantic -Wall -Wextra -Wundef -Wfloat-equal -Wshadow -Wno-inline -Wno-long-long -Wno-variadic-macros -Werror -DHAVE_THREAD_LOCAL -I/usr/local/include -o CMakeFiles/cmTryCompileExec1168099225.dir/src.cxx.o -c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/src.cxx /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/src.cxx:1:8: error: 'thread_local' does not name a type static thread_local int i = 0; int main() { return i; } ^ /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/src.cxx: In function 'int main()': /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/src.cxx:1:52: error: 'i' was not declared in this scope static thread_local int i = 0; int main() { return i; } ^ make[1]: *** [CMakeFiles/cmTryCompileExec1168099225.dir/src.cxx.o] Error 1 make[1]: Leaving directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec1168099225/fast] Error 2 Source file was: static thread_local int i = 0; int main() { return i; } Determining if the function XQueryExtension exists failed with the following output: Change Dir: /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec2603131944/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec2603131944.dir/build.make CMakeFiles/cmTryCompileExec2603131944.dir/build make[1]: Entering directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec2603131944.dir/CheckFunctionExists.c.o /usr/bin/cc -DCHECK_FUNCTION_EXISTS=XQueryExtension -I/usr/local/include -o CMakeFiles/cmTryCompileExec2603131944.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec2603131944 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2603131944.dir/link.txt --verbose=1 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=XQueryExtension CMakeFiles/cmTryCompileExec2603131944.dir/CheckFunctionExists.c.o -o cmTryCompileExec2603131944 -rdynamic CMakeFiles/cmTryCompileExec2603131944.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x15): undefined reference to `XQueryExtension' collect2: error: ld returned 1 exit status make[1]: *** [cmTryCompileExec2603131944] Error 1 make[1]: Leaving directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec2603131944/fast] Error 2 Determining if the function _putenv_s exists failed with the following output: Change Dir: /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec1278274442/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec1278274442.dir/build.make CMakeFiles/cmTryCompileExec1278274442.dir/build make[1]: Entering directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec1278274442.dir/CheckFunctionExists.c.o /usr/bin/cc -DCHECK_FUNCTION_EXISTS=_putenv_s -I/usr/local/include -o CMakeFiles/cmTryCompileExec1278274442.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec1278274442 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1278274442.dir/link.txt --verbose=1 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=_putenv_s CMakeFiles/cmTryCompileExec1278274442.dir/CheckFunctionExists.c.o -o cmTryCompileExec1278274442 -rdynamic CMakeFiles/cmTryCompileExec1278274442.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x15): undefined reference to `_putenv_s' collect2: error: ld returned 1 exit status make[1]: *** [cmTryCompileExec1278274442] Error 1 make[1]: Leaving directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec1278274442/fast] Error 2 Determining if the function dlopen exists failed with the following output: Change Dir: /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec1092312297/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec1092312297.dir/build.make CMakeFiles/cmTryCompileExec1092312297.dir/build make[1]: Entering directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec1092312297.dir/CheckFunctionExists.c.o /usr/bin/cc -DCHECK_FUNCTION_EXISTS=dlopen -I/usr/local/include -o CMakeFiles/cmTryCompileExec1092312297.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec1092312297 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1092312297.dir/link.txt --verbose=1 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=dlopen CMakeFiles/cmTryCompileExec1092312297.dir/CheckFunctionExists.c.o -o cmTryCompileExec1092312297 -rdynamic CMakeFiles/cmTryCompileExec1092312297.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x15): undefined reference to `dlopen' collect2: error: ld returned 1 exit status make[1]: *** [cmTryCompileExec1092312297] Error 1 make[1]: Leaving directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec1092312297/fast] Error 2 Determining if the function getenv_s exists failed with the following output: Change Dir: /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec1845367394/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec1845367394.dir/build.make CMakeFiles/cmTryCompileExec1845367394.dir/build make[1]: Entering directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec1845367394.dir/CheckFunctionExists.c.o /usr/bin/cc -DCHECK_FUNCTION_EXISTS=getenv_s -I/usr/local/include -o CMakeFiles/cmTryCompileExec1845367394.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec1845367394 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1845367394.dir/link.txt --verbose=1 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=getenv_s CMakeFiles/cmTryCompileExec1845367394.dir/CheckFunctionExists.c.o -o cmTryCompileExec1845367394 -rdynamic CMakeFiles/cmTryCompileExec1845367394.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x15): undefined reference to `getenv_s' collect2: error: ld returned 1 exit status make[1]: *** [cmTryCompileExec1845367394] Error 1 make[1]: Leaving directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec1845367394/fast] Error 2 Determining if the function getprogname exists failed with the following output: Change Dir: /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec2436324300/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec2436324300.dir/build.make CMakeFiles/cmTryCompileExec2436324300.dir/build make[1]: Entering directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec2436324300.dir/CheckFunctionExists.c.o /usr/bin/cc -DCHECK_FUNCTION_EXISTS=getprogname -I/usr/local/include -o CMakeFiles/cmTryCompileExec2436324300.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec2436324300 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2436324300.dir/link.txt --verbose=1 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=getprogname CMakeFiles/cmTryCompileExec2436324300.dir/CheckFunctionExists.c.o -o cmTryCompileExec2436324300 -rdynamic CMakeFiles/cmTryCompileExec2436324300.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x15): undefined reference to `getprogname' collect2: error: ld returned 1 exit status make[1]: Leaving directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' make[1]: *** [cmTryCompileExec2436324300] Error 1 make: *** [cmTryCompileExec2436324300/fast] Error 2 Determining if the function htonll exists failed with the following output: Change Dir: /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec800146530/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec800146530.dir/build.make CMakeFiles/cmTryCompileExec800146530.dir/build make[1]: Entering directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec800146530.dir/CheckFunctionExists.c.o /usr/bin/cc -DCHECK_FUNCTION_EXISTS=htonll -I/usr/local/include -o CMakeFiles/cmTryCompileExec800146530.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec800146530 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec800146530.dir/link.txt --verbose=1 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=htonll CMakeFiles/cmTryCompileExec800146530.dir/CheckFunctionExists.c.o -o cmTryCompileExec800146530 -rdynamic CMakeFiles/cmTryCompileExec800146530.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x15): undefined reference to `htonll' collect2: error: ld returned 1 exit status make[1]: Leaving directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' make[1]: *** [cmTryCompileExec800146530] Error 1 make: *** [cmTryCompileExec800146530/fast] Error 2 Determining if the function ntohll exists failed with the following output: Change Dir: /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec3795986072/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec3795986072.dir/build.make CMakeFiles/cmTryCompileExec3795986072.dir/build make[1]: Entering directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec3795986072.dir/CheckFunctionExists.c.o /usr/bin/cc -DCHECK_FUNCTION_EXISTS=ntohll -I/usr/local/include -o CMakeFiles/cmTryCompileExec3795986072.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec3795986072 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3795986072.dir/link.txt --verbose=1 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=ntohll CMakeFiles/cmTryCompileExec3795986072.dir/CheckFunctionExists.c.o -o cmTryCompileExec3795986072 -rdynamic -lm CMakeFiles/cmTryCompileExec3795986072.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x15): undefined reference to `ntohll' collect2: error: ld returned 1 exit status make[1]: Leaving directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' make[1]: *** [cmTryCompileExec3795986072] Error 1 make: *** [cmTryCompileExec3795986072/fast] Error 2 Determining if the function strlcat exists failed with the following output: Change Dir: /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec1845005056/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec1845005056.dir/build.make CMakeFiles/cmTryCompileExec1845005056.dir/build make[1]: Entering directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec1845005056.dir/CheckFunctionExists.c.o /usr/bin/cc -DCHECK_FUNCTION_EXISTS=strlcat -I/usr/local/include -o CMakeFiles/cmTryCompileExec1845005056.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec1845005056 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1845005056.dir/link.txt --verbose=1 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=strlcat CMakeFiles/cmTryCompileExec1845005056.dir/CheckFunctionExists.c.o -o cmTryCompileExec1845005056 -rdynamic -lm CMakeFiles/cmTryCompileExec1845005056.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x15): undefined reference to `strlcat' collect2: error: ld returned 1 exit status make[1]: *** [cmTryCompileExec1845005056] Error 1 make[1]: Leaving directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec1845005056/fast] Error 2 Determining if the function strlcpy exists failed with the following output: Change Dir: /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec2005081602/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec2005081602.dir/build.make CMakeFiles/cmTryCompileExec2005081602.dir/build make[1]: Entering directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec2005081602.dir/CheckFunctionExists.c.o /usr/bin/cc -DCHECK_FUNCTION_EXISTS=strlcpy -I/usr/local/include -o CMakeFiles/cmTryCompileExec2005081602.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec2005081602 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2005081602.dir/link.txt --verbose=1 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=strlcpy CMakeFiles/cmTryCompileExec2005081602.dir/CheckFunctionExists.c.o -o cmTryCompileExec2005081602 -rdynamic -lm CMakeFiles/cmTryCompileExec2005081602.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x15): undefined reference to `strlcpy' collect2: error: ld returned 1 exit status make[1]: *** [cmTryCompileExec2005081602] Error 1 make[1]: Leaving directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec2005081602/fast] Error 2 Determining if the function sysmp exists failed with the following output: Change Dir: /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec396780778/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec396780778.dir/build.make CMakeFiles/cmTryCompileExec396780778.dir/build make[1]: Entering directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec396780778.dir/CheckFunctionExists.c.o /usr/bin/cc -DCHECK_FUNCTION_EXISTS=sysmp -I/usr/local/include -o CMakeFiles/cmTryCompileExec396780778.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec396780778 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec396780778.dir/link.txt --verbose=1 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=sysmp CMakeFiles/cmTryCompileExec396780778.dir/CheckFunctionExists.c.o -o cmTryCompileExec396780778 -rdynamic -lm CMakeFiles/cmTryCompileExec396780778.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x15): undefined reference to `sysmp' collect2: error: ld returned 1 exit status make[1]: *** [cmTryCompileExec396780778] Error 1 make[1]: Leaving directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec396780778/fast] Error 2 Determining if the ntohll exist failed with the following output: Change Dir: /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec2362359411/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec2362359411.dir/build.make CMakeFiles/cmTryCompileExec2362359411.dir/build make[1]: Entering directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec2362359411.dir/CheckSymbolExists.c.o /usr/bin/cc -pipe -fno-strict-aliasing -fno-common -fexceptions -msse3 -std=gnu89 -m64 -g -ggdb3 -fstack-protector-all -pedantic -Wall -Wextra -Wundef -Wfloat-equal -Wshadow -Wbad-function-cast -Wdeclaration-after-statement -Wc++-compat -Winline -Wno-long-long -Wno-variadic-macros -Werror -I/usr/local/include -o CMakeFiles/cmTryCompileExec2362359411.dir/CheckSymbolExists.c.o -c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CheckSymbolExists.c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:25: fatal error: sys/_endian.h: No such file or directory #include ^ compilation terminated. make[1]: *** [CMakeFiles/cmTryCompileExec2362359411.dir/CheckSymbolExists.c.o] Error 1 make[1]: Leaving directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec2362359411/fast] Error 2 File /home/nathan/Projects/brlcad-svn-trunk/.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/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec2725416967/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec2725416967.dir/build.make CMakeFiles/cmTryCompileExec2725416967.dir/build make[1]: Entering directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec2725416967.dir/CheckSymbolExists.c.o /usr/bin/cc -pipe -fno-strict-aliasing -fno-common -fexceptions -msse3 -std=gnu89 -m64 -g -ggdb3 -fstack-protector-all -pedantic -Wall -Wextra -Wundef -Wfloat-equal -Wshadow -Wbad-function-cast -Wdeclaration-after-statement -Wc++-compat -Winline -Wno-long-long -Wno-variadic-macros -Werror -I/usr/local/include -o CMakeFiles/cmTryCompileExec2725416967.dir/CheckSymbolExists.c.o -c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CheckSymbolExists.c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:25: fatal error: sys/_endian.h: No such file or directory #include ^ compilation terminated. make[1]: Leaving directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec2725416967.dir/CheckSymbolExists.c.o] Error 1 make: *** [cmTryCompileExec2725416967/fast] Error 2 File /home/nathan/Projects/brlcad-svn-trunk/.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_TGAMMA_tgamma_test_COMPILE failed with the following output: Change Dir: /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec800361553/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec800361553.dir/build.make CMakeFiles/cmTryCompileExec800361553.dir/build make[1]: Entering directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec800361553.dir/src.c.o /usr/bin/cc -pipe -fno-strict-aliasing -fno-common -fexceptions -msse3 -std=gnu89 -m64 -g -ggdb3 -fstack-protector-all -pedantic -Wall -Wextra -Wundef -Wfloat-equal -Wshadow -Wbad-function-cast -Wdeclaration-after-statement -Wc++-compat -Winline -Wno-long-long -Wno-variadic-macros -Werror -DHAVE_TGAMMA_tgamma_test_COMPILE -I/usr/local/include -o CMakeFiles/cmTryCompileExec800361553.dir/src.c.o -c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/src.c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/src.c: In function 'main': /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/src.c:2:20: error: unused variable 'tga' [-Werror=unused-variable] int main() {double tga = tgamma(3.14); return 0;} ^ cc1: all warnings being treated as errors make[1]: *** [CMakeFiles/cmTryCompileExec800361553.dir/src.c.o] Error 1 make[1]: Leaving directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec800361553/fast] Error 2 Source file was: #include int main() {double tga = tgamma(3.14); return 0;} Determining if the function tputs exists in the termlib failed with the following output: Change Dir: /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec3093522750/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec3093522750.dir/build.make CMakeFiles/cmTryCompileExec3093522750.dir/build make[1]: Entering directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec3093522750.dir/CheckFunctionExists.c.o /usr/bin/cc -DCHECK_FUNCTION_EXISTS=tputs -o CMakeFiles/cmTryCompileExec3093522750.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec3093522750 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3093522750.dir/link.txt --verbose=1 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=tputs CMakeFiles/cmTryCompileExec3093522750.dir/CheckFunctionExists.c.o -o cmTryCompileExec3093522750 -rdynamic -ltermlib -lm /usr/bin/ld: cannot find -ltermlib collect2: error: ld returned 1 exit status make[1]: *** [cmTryCompileExec3093522750] Error 1 make[1]: Leaving directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec3093522750/fast] Error 2 Determining if the function tputs exists in the ncurses failed with the following output: Change Dir: /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec2293452033/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec2293452033.dir/build.make CMakeFiles/cmTryCompileExec2293452033.dir/build make[1]: Entering directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec2293452033.dir/CheckFunctionExists.c.o /usr/bin/cc -DCHECK_FUNCTION_EXISTS=tputs -o CMakeFiles/cmTryCompileExec2293452033.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec2293452033 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2293452033.dir/link.txt --verbose=1 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=tputs CMakeFiles/cmTryCompileExec2293452033.dir/CheckFunctionExists.c.o -o cmTryCompileExec2293452033 -rdynamic -lncurses -lm /usr/bin/ld: cannot find -lncurses collect2: error: ld returned 1 exit status make[1]: *** [cmTryCompileExec2293452033] Error 1 make[1]: Leaving directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec2293452033/fast] Error 2 Determining if the function tputs exists in the curses failed with the following output: Change Dir: /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec2152752461/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec2152752461.dir/build.make CMakeFiles/cmTryCompileExec2152752461.dir/build make[1]: Entering directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec2152752461.dir/CheckFunctionExists.c.o /usr/bin/cc -DCHECK_FUNCTION_EXISTS=tputs -o CMakeFiles/cmTryCompileExec2152752461.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec2152752461 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2152752461.dir/link.txt --verbose=1 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=tputs CMakeFiles/cmTryCompileExec2152752461.dir/CheckFunctionExists.c.o -o cmTryCompileExec2152752461 -rdynamic -lcurses -lm /usr/bin/ld: cannot find -lcurses collect2: error: ld returned 1 exit status make[1]: *** [cmTryCompileExec2152752461] Error 1 make[1]: Leaving directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec2152752461/fast] Error 2 Determining if the function tputs exists in the termcap failed with the following output: Change Dir: /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec1541881331/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec1541881331.dir/build.make CMakeFiles/cmTryCompileExec1541881331.dir/build make[1]: Entering directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec1541881331.dir/CheckFunctionExists.c.o /usr/bin/cc -DCHECK_FUNCTION_EXISTS=tputs -o CMakeFiles/cmTryCompileExec1541881331.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec1541881331 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1541881331.dir/link.txt --verbose=1 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=tputs CMakeFiles/cmTryCompileExec1541881331.dir/CheckFunctionExists.c.o -o cmTryCompileExec1541881331 -rdynamic -ltermcap -lm /usr/bin/ld: cannot find -ltermcap collect2: error: ld returned 1 exit status make[1]: Leaving directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' make[1]: *** [cmTryCompileExec1541881331] Error 1 make: *** [cmTryCompileExec1541881331/fast] Error 2 Determining if the function tputs exists in the terminfo failed with the following output: Change Dir: /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec920563529/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec920563529.dir/build.make CMakeFiles/cmTryCompileExec920563529.dir/build make[1]: Entering directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec920563529.dir/CheckFunctionExists.c.o /usr/bin/cc -DCHECK_FUNCTION_EXISTS=tputs -o CMakeFiles/cmTryCompileExec920563529.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec920563529 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec920563529.dir/link.txt --verbose=1 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=tputs CMakeFiles/cmTryCompileExec920563529.dir/CheckFunctionExists.c.o -o cmTryCompileExec920563529 -rdynamic -lterminfo -lm /usr/bin/ld: cannot find -lterminfo collect2: error: ld returned 1 exit status make[1]: *** [cmTryCompileExec920563529] Error 1 make[1]: Leaving directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec920563529/fast] Error 2 Determining if the function tputs exists in the tinfo failed with the following output: Change Dir: /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec3732111798/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec3732111798.dir/build.make CMakeFiles/cmTryCompileExec3732111798.dir/build make[1]: Entering directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec3732111798.dir/CheckFunctionExists.c.o /usr/bin/cc -DCHECK_FUNCTION_EXISTS=tputs -o CMakeFiles/cmTryCompileExec3732111798.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec3732111798 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3732111798.dir/link.txt --verbose=1 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=tputs CMakeFiles/cmTryCompileExec3732111798.dir/CheckFunctionExists.c.o -o cmTryCompileExec3732111798 -rdynamic -ltinfo -lm /usr/bin/ld: cannot find -ltinfo collect2: error: ld returned 1 exit status make[1]: *** [cmTryCompileExec3732111798] Error 1 make[1]: Leaving directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec3732111798/fast] Error 2 Determining if the function tputs exists in the ccurses failed with the following output: Change Dir: /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec3200116284/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec3200116284.dir/build.make CMakeFiles/cmTryCompileExec3200116284.dir/build make[1]: Entering directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec3200116284.dir/CheckFunctionExists.c.o /usr/bin/cc -DCHECK_FUNCTION_EXISTS=tputs -o CMakeFiles/cmTryCompileExec3200116284.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c Linking C executable cmTryCompileExec3200116284 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3200116284.dir/link.txt --verbose=1 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=tputs CMakeFiles/cmTryCompileExec3200116284.dir/CheckFunctionExists.c.o -o cmTryCompileExec3200116284 -rdynamic -lccurses -lm /usr/bin/ld: cannot find -lccurses collect2: error: ld returned 1 exit status make[1]: Leaving directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' make[1]: *** [cmTryCompileExec3200116284] Error 1 make: *** [cmTryCompileExec3200116284/fast] Error 2 Performing C SOURCE FILE Test LIBTERM_RESULT failed with the following output: Change Dir: /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec1862977653/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec1862977653.dir/build.make CMakeFiles/cmTryCompileExec1862977653.dir/build make[1]: Entering directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec1862977653.dir/termlib.c.o /usr/bin/cc -DLIBTERM_RESULT -I/usr/local/include -o CMakeFiles/cmTryCompileExec1862977653.dir/termlib.c.o -c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeTmp/termlib.c Linking C executable cmTryCompileExec1862977653 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1862977653.dir/link.txt --verbose=1 /usr/bin/cc -DLIBTERM_RESULT CMakeFiles/cmTryCompileExec1862977653.dir/termlib.c.o -o cmTryCompileExec1862977653 -rdynamic CMakeFiles/cmTryCompileExec1862977653.dir/termlib.c.o: In function `main': termlib.c:(.text+0x4a): undefined reference to `tgetent' collect2: error: ld returned 1 exit status make[1]: *** [cmTryCompileExec1862977653] Error 1 make[1]: Leaving directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec1862977653/fast] Error 2 Return value: 1 Source file was: /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeTmp/termlib.c Determining if files tk.h exist failed with the following output: Change Dir: /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec4084633010/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec4084633010.dir/build.make CMakeFiles/cmTryCompileExec4084633010.dir/build make[1]: Entering directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec4084633010.dir/CheckIncludeFiles.c.o /usr/bin/cc -I/usr/local/include -o CMakeFiles/cmTryCompileExec4084633010.dir/CheckIncludeFiles.c.o -c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:16: fatal error: tk.h: No such file or directory #include ^ compilation terminated. make[1]: Leaving directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec4084633010.dir/CheckIncludeFiles.c.o] Error 1 make: *** [cmTryCompileExec4084633010/fast] Error 2 Source: /* */ #include int main(){return 0;} Determining if the include file ieeefp.h exists failed with the following output: Change Dir: /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec3309168692/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec3309168692.dir/build.make CMakeFiles/cmTryCompileExec3309168692.dir/build make[1]: Entering directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec3309168692.dir/CheckIncludeFile.c.o /usr/bin/cc -I/usr/local/include -o CMakeFiles/cmTryCompileExec3309168692.dir/CheckIncludeFile.c.o -c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CheckIncludeFile.c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:20: fatal error: ieeefp.h: No such file or directory #include ^ compilation terminated. make[1]: *** [CMakeFiles/cmTryCompileExec3309168692.dir/CheckIncludeFile.c.o] Error 1 make[1]: Leaving directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec3309168692/fast] Error 2 Determining if the include file ndir.h exists failed with the following output: Change Dir: /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec933624844/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec933624844.dir/build.make CMakeFiles/cmTryCompileExec933624844.dir/build make[1]: Entering directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec933624844.dir/CheckIncludeFile.c.o /usr/bin/cc -I/usr/local/include -o CMakeFiles/cmTryCompileExec933624844.dir/CheckIncludeFile.c.o -c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CheckIncludeFile.c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:18: fatal error: ndir.h: No such file or directory #include ^ compilation terminated. make[1]: *** [CMakeFiles/cmTryCompileExec933624844.dir/CheckIncludeFile.c.o] Error 1 make[1]: Leaving directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec933624844/fast] Error 2 Determining if the include file sysent.h exists failed with the following output: Change Dir: /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec1366292311/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec1366292311.dir/build.make CMakeFiles/cmTryCompileExec1366292311.dir/build make[1]: Entering directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec1366292311.dir/CheckIncludeFile.c.o /usr/bin/cc -I/usr/local/include -o CMakeFiles/cmTryCompileExec1366292311.dir/CheckIncludeFile.c.o -c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CheckIncludeFile.c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:20: fatal error: sysent.h: No such file or directory #include ^ compilation terminated. make[1]: *** [CMakeFiles/cmTryCompileExec1366292311.dir/CheckIncludeFile.c.o] Error 1 make[1]: Leaving directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec1366292311/fast] Error 2 Determining if the include file process.h exists failed with the following output: Change Dir: /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec4109061037/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec4109061037.dir/build.make CMakeFiles/cmTryCompileExec4109061037.dir/build make[1]: Entering directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec4109061037.dir/CheckIncludeFile.c.o /usr/bin/cc -I/usr/local/include -o CMakeFiles/cmTryCompileExec4109061037.dir/CheckIncludeFile.c.o -c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CheckIncludeFile.c /home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:21: fatal error: process.h: No such file or directory #include ^ compilation terminated. make[1]: *** [CMakeFiles/cmTryCompileExec4109061037.dir/CheckIncludeFile.c.o] Error 1 make[1]: Leaving directory `/home/nathan/Projects/brlcad-svn-trunk/.build/CMakeFiles/CMakeTmp' make: *** [cmTryCompileExec4109061037/fast] Error 2