Advertisement
Guest User

CMakeError.log

a guest
Dec 16th, 2016
497
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 125.67 KB | None | 0 0
  1. Performing C SOURCE FILE Test YYTEXT_POINTER failed with the following output:
  2. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  3.  
  4. Run Build Command:"/usr/bin/make" "cmTC_47424/fast"
  5. /usr/bin/make -f CMakeFiles/cmTC_47424.dir/build.make CMakeFiles/cmTC_47424.dir/build
  6. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  7. Building C object CMakeFiles/cmTC_47424.dir/sys_wait_test.c.o
  8. /usr/bin/cc -I/usr/local/include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DYYTEXT_POINTER -o CMakeFiles/cmTC_47424.dir/sys_wait_test.c.o -c /home/data/Downloads/brlcad/src/brlcad-7.26.0/misc/CMake/test_srcs/sys_wait_test.c
  9. In file included from /home/data/Downloads/brlcad/src/brlcad-7.26.0/misc/CMake/test_srcs/sys_wait_test.c:2:0:
  10. /usr/include/sys/wait.h:148:20: error: unknown type name 'idtype_t'
  11. extern int waitid (idtype_t __idtype, __id_t __id, siginfo_t *__infop,
  12. ^~~~~~~~
  13. make[1]: *** [CMakeFiles/cmTC_47424.dir/build.make:66: CMakeFiles/cmTC_47424.dir/sys_wait_test.c.o] Error 1
  14. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  15. make: *** [Makefile:126: cmTC_47424/fast] Error 2
  16.  
  17. Return value: 1
  18. Source file was:
  19. /home/data/Downloads/brlcad/src/brlcad-7.26.0/misc/CMake/test_srcs/sys_wait_test.c
  20. Performing C SOURCE FILE Test HAVE_ANALYZER_NORETURN_ATTRIBUTE failed with the following output:
  21. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  22.  
  23. Run Build Command:"/usr/bin/make" "cmTC_c48d4/fast"
  24. /usr/bin/make -f CMakeFiles/cmTC_c48d4.dir/build.make CMakeFiles/cmTC_c48d4.dir/build
  25. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  26. Building C object CMakeFiles/cmTC_c48d4.dir/src.c.o
  27. /usr/bin/cc -I/usr/local/include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -pipe -fno-strict-aliasing -fno-common -fexceptions -std=gnu99 -m64 -DHAVE_ANALYZER_NORETURN_ATTRIBUTE -Werror -o CMakeFiles/cmTC_c48d4.dir/src.c.o -c /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/src.c
  28. /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/src.c:1:1: error: 'analyzer_noreturn' attribute directive ignored [-Werror=attributes]
  29. void anoret() __attribute__((analyzer_noreturn)); void anoret(){return;} int main(int argc, char *argv[]) {anoret(); return 0;}
  30. ^~~~
  31. cc1: all warnings being treated as errors
  32. make[1]: *** [CMakeFiles/cmTC_c48d4.dir/build.make:66: CMakeFiles/cmTC_c48d4.dir/src.c.o] Error 1
  33. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  34. make: *** [Makefile:126: cmTC_c48d4/fast] Error 2
  35.  
  36. Source file was:
  37. void anoret() __attribute__((analyzer_noreturn)); void anoret(){return;} int main(int argc, char *argv[]) {anoret(); return 0;}
  38. Performing C SOURCE FILE Test QUNUSED_ARGUMENTS_C_FLAG_FOUND failed with the following output:
  39. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  40.  
  41. Run Build Command:"/usr/bin/make" "cmTC_f8507/fast"
  42. /usr/bin/make -f CMakeFiles/cmTC_f8507.dir/build.make CMakeFiles/cmTC_f8507.dir/build
  43. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  44. Building C object CMakeFiles/cmTC_f8507.dir/src.c.o
  45. /usr/bin/cc -I/usr/local/include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -pipe -fno-strict-aliasing -fno-common -fexceptions -std=gnu99 -m64 -DQUNUSED_ARGUMENTS_C_FLAG_FOUND -Werror -Qunused-arguments -o CMakeFiles/cmTC_f8507.dir/src.c.o -c /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/src.c
  46. cc: error: unrecognized command line option '-Qunused-arguments'; did you mean '-Wunused-argument'?
  47. make[1]: *** [CMakeFiles/cmTC_f8507.dir/build.make:66: CMakeFiles/cmTC_f8507.dir/src.c.o] Error 1
  48. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  49. make: *** [Makefile:126: cmTC_f8507/fast] Error 2
  50.  
  51. Source file was:
  52. int main(void) { return 0; }
  53. Performing C++ SOURCE FILE Test QUNUSED_ARGUMENTS_CXX_FLAG_FOUND failed with the following output:
  54. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  55.  
  56. Run Build Command:"/usr/bin/make" "cmTC_0ea3e/fast"
  57. /usr/bin/make -f CMakeFiles/cmTC_0ea3e.dir/build.make CMakeFiles/cmTC_0ea3e.dir/build
  58. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  59. Building CXX object CMakeFiles/cmTC_0ea3e.dir/src.cxx.o
  60. /usr/bin/c++ -I/usr/local/include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -pipe -fno-strict-aliasing -fno-common -fexceptions -ftemplate-depth-128 -std=gnu++98 -m64 -DQUNUSED_ARGUMENTS_CXX_FLAG_FOUND -Werror -Qunused-arguments -o CMakeFiles/cmTC_0ea3e.dir/src.cxx.o -c /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/src.cxx
  61. c++: error: unrecognized command line option '-Qunused-arguments'; did you mean '-Wunused-argument'?
  62. make[1]: *** [CMakeFiles/cmTC_0ea3e.dir/build.make:66: CMakeFiles/cmTC_0ea3e.dir/src.cxx.o] Error 1
  63. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  64. make: *** [Makefile:126: cmTC_0ea3e/fast] Error 2
  65.  
  66. Source file was:
  67. int main() { return 0; }
  68. Determining if the pthread_create exist failed with the following output:
  69. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  70.  
  71. Run Build Command:"/usr/bin/make" "cmTC_bd067/fast"
  72. /usr/bin/make -f CMakeFiles/cmTC_bd067.dir/build.make CMakeFiles/cmTC_bd067.dir/build
  73. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  74. Building C object CMakeFiles/cmTC_bd067.dir/CheckSymbolExists.c.o
  75. /usr/bin/cc -I/usr/local/include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -pipe -fno-strict-aliasing -fno-common -fexceptions -std=gnu99 -m64 -O3 -fstrength-reduce -fexpensive-optimizations -finline-functions -finline-limit=10000 --param inline-unit-growth=300 --param large-function-growth=300 -fomit-frame-pointer -o CMakeFiles/cmTC_bd067.dir/CheckSymbolExists.c.o -c /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
  76. Linking C executable cmTC_bd067
  77. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_bd067.dir/link.txt --verbose=1
  78. /usr/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -pipe -fno-strict-aliasing -fno-common -fexceptions -std=gnu99 -m64 -O3 -fstrength-reduce -fexpensive-optimizations -finline-functions -finline-limit=10000 --param inline-unit-growth=300 --param large-function-growth=300 -fomit-frame-pointer -Wl,-O1,--sort-common,--as-needed,-z,relro CMakeFiles/cmTC_bd067.dir/CheckSymbolExists.c.o -o cmTC_bd067 -rdynamic
  79. CMakeFiles/cmTC_bd067.dir/CheckSymbolExists.c.o: In function `main':
  80. CheckSymbolExists.c:(.text.startup+0x6): undefined reference to `pthread_create'
  81. collect2: error: ld returned 1 exit status
  82. make[1]: *** [CMakeFiles/cmTC_bd067.dir/build.make:98: cmTC_bd067] Error 1
  83. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  84. make: *** [Makefile:126: cmTC_bd067/fast] Error 2
  85.  
  86. File /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
  87. /* */
  88. #include <pthread.h>
  89.  
  90. int main(int argc, char** argv)
  91. {
  92. (void)argv;
  93. #ifndef pthread_create
  94. return ((int*)(&pthread_create))[argc];
  95. #else
  96. (void)argc;
  97. return 0;
  98. #endif
  99. }
  100.  
  101. Determining if the function pthread_create exists in the pthreads failed with the following output:
  102. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  103.  
  104. Run Build Command:"/usr/bin/make" "cmTC_da573/fast"
  105. /usr/bin/make -f CMakeFiles/cmTC_da573.dir/build.make CMakeFiles/cmTC_da573.dir/build
  106. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  107. Building C object CMakeFiles/cmTC_da573.dir/CheckFunctionExists.c.o
  108. /usr/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -pipe -fno-strict-aliasing -fno-common -fexceptions -std=gnu99 -m64 -O3 -fstrength-reduce -fexpensive-optimizations -finline-functions -finline-limit=10000 --param inline-unit-growth=300 --param large-function-growth=300 -fomit-frame-pointer -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_da573.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.6/Modules/CheckFunctionExists.c
  109. Linking C executable cmTC_da573
  110. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_da573.dir/link.txt --verbose=1
  111. /usr/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -pipe -fno-strict-aliasing -fno-common -fexceptions -std=gnu99 -m64 -O3 -fstrength-reduce -fexpensive-optimizations -finline-functions -finline-limit=10000 --param inline-unit-growth=300 --param large-function-growth=300 -fomit-frame-pointer -DCHECK_FUNCTION_EXISTS=pthread_create -Wl,-O1,--sort-common,--as-needed,-z,relro CMakeFiles/cmTC_da573.dir/CheckFunctionExists.c.o -o cmTC_da573 -rdynamic -lpthreads
  112. /usr/bin/ld: cannot find -lpthreads
  113. collect2: error: ld returned 1 exit status
  114. make[1]: *** [CMakeFiles/cmTC_da573.dir/build.make:98: cmTC_da573] Error 1
  115. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  116. make: *** [Makefile:126: cmTC_da573/fast] Error 2
  117.  
  118.  
  119. Determining if the function daemon exists in the bsd failed with the following output:
  120. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  121.  
  122. Run Build Command:"/usr/bin/make" "cmTC_e3306/fast"
  123. /usr/bin/make -f CMakeFiles/cmTC_e3306.dir/build.make CMakeFiles/cmTC_e3306.dir/build
  124. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  125. Building C object CMakeFiles/cmTC_e3306.dir/CheckFunctionExists.c.o
  126. /usr/bin/cc -DCHECK_FUNCTION_EXISTS=daemon -o CMakeFiles/cmTC_e3306.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.6/Modules/CheckFunctionExists.c
  127. Linking C executable cmTC_e3306
  128. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e3306.dir/link.txt --verbose=1
  129. /usr/bin/cc -DCHECK_FUNCTION_EXISTS=daemon -Wl,-O1,--sort-common,--as-needed,-z,relro CMakeFiles/cmTC_e3306.dir/CheckFunctionExists.c.o -o cmTC_e3306 -rdynamic -lbsd
  130. /usr/bin/ld: cannot find -lbsd
  131. collect2: error: ld returned 1 exit status
  132. make[1]: *** [CMakeFiles/cmTC_e3306.dir/build.make:98: cmTC_e3306] Error 1
  133. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  134. make: *** [Makefile:126: cmTC_e3306/fast] Error 2
  135.  
  136.  
  137. Determining if the function socket exists in the socket failed with the following output:
  138. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  139.  
  140. Run Build Command:"/usr/bin/make" "cmTC_ea5d4/fast"
  141. /usr/bin/make -f CMakeFiles/cmTC_ea5d4.dir/build.make CMakeFiles/cmTC_ea5d4.dir/build
  142. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  143. Building C object CMakeFiles/cmTC_ea5d4.dir/CheckFunctionExists.c.o
  144. /usr/bin/cc -DCHECK_FUNCTION_EXISTS=socket -o CMakeFiles/cmTC_ea5d4.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.6/Modules/CheckFunctionExists.c
  145. Linking C executable cmTC_ea5d4
  146. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ea5d4.dir/link.txt --verbose=1
  147. /usr/bin/cc -DCHECK_FUNCTION_EXISTS=socket -Wl,-O1,--sort-common,--as-needed,-z,relro CMakeFiles/cmTC_ea5d4.dir/CheckFunctionExists.c.o -o cmTC_ea5d4 -rdynamic -lsocket
  148. /usr/bin/ld: cannot find -lsocket
  149. collect2: error: ld returned 1 exit status
  150. make[1]: *** [CMakeFiles/cmTC_ea5d4.dir/build.make:98: cmTC_ea5d4] Error 1
  151. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  152. make: *** [Makefile:126: cmTC_ea5d4/fast] Error 2
  153.  
  154.  
  155. Determining if the function socket exists in the network failed with the following output:
  156. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  157.  
  158. Run Build Command:"/usr/bin/make" "cmTC_e7ba2/fast"
  159. /usr/bin/make -f CMakeFiles/cmTC_e7ba2.dir/build.make CMakeFiles/cmTC_e7ba2.dir/build
  160. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  161. Building C object CMakeFiles/cmTC_e7ba2.dir/CheckFunctionExists.c.o
  162. /usr/bin/cc -DCHECK_FUNCTION_EXISTS=socket -o CMakeFiles/cmTC_e7ba2.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.6/Modules/CheckFunctionExists.c
  163. Linking C executable cmTC_e7ba2
  164. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e7ba2.dir/link.txt --verbose=1
  165. /usr/bin/cc -DCHECK_FUNCTION_EXISTS=socket -Wl,-O1,--sort-common,--as-needed,-z,relro CMakeFiles/cmTC_e7ba2.dir/CheckFunctionExists.c.o -o cmTC_e7ba2 -rdynamic -lnetwork
  166. /usr/bin/ld: cannot find -lnetwork
  167. collect2: error: ld returned 1 exit status
  168. make[1]: *** [CMakeFiles/cmTC_e7ba2.dir/build.make:98: cmTC_e7ba2] Error 1
  169. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  170. make: *** [Makefile:126: cmTC_e7ba2/fast] Error 2
  171.  
  172.  
  173. Determining if the function yyless exists in the l failed with the following output:
  174. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  175.  
  176. Run Build Command:"/usr/bin/make" "cmTC_c3d10/fast"
  177. /usr/bin/make -f CMakeFiles/cmTC_c3d10.dir/build.make CMakeFiles/cmTC_c3d10.dir/build
  178. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  179. Building C object CMakeFiles/cmTC_c3d10.dir/CheckFunctionExists.c.o
  180. /usr/bin/cc -DCHECK_FUNCTION_EXISTS=yyless -o CMakeFiles/cmTC_c3d10.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.6/Modules/CheckFunctionExists.c
  181. Linking C executable cmTC_c3d10
  182. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c3d10.dir/link.txt --verbose=1
  183. /usr/bin/cc -DCHECK_FUNCTION_EXISTS=yyless -Wl,-O1,--sort-common,--as-needed,-z,relro CMakeFiles/cmTC_c3d10.dir/CheckFunctionExists.c.o -o cmTC_c3d10 -rdynamic -ll
  184. /usr/bin/ld: cannot find -ll
  185. collect2: error: ld returned 1 exit status
  186. make[1]: *** [CMakeFiles/cmTC_c3d10.dir/build.make:98: cmTC_c3d10] Error 1
  187. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  188. make: *** [Makefile:126: cmTC_c3d10/fast] Error 2
  189.  
  190.  
  191. Performing C SOURCE FILE Test HAVE_TIMESETEVENT failed with the following output:
  192. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  193.  
  194. Run Build Command:"/usr/bin/make" "cmTC_6fd15/fast"
  195. /usr/bin/make -f CMakeFiles/cmTC_6fd15.dir/build.make CMakeFiles/cmTC_6fd15.dir/build
  196. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  197. Building C object CMakeFiles/cmTC_6fd15.dir/src.c.o
  198. /usr/bin/cc -I/usr/local/include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -pipe -fno-strict-aliasing -fno-common -fexceptions -std=gnu99 -m64 -O3 -fstrength-reduce -fexpensive-optimizations -finline-functions -finline-limit=10000 --param inline-unit-growth=300 --param large-function-growth=300 -fomit-frame-pointer -DHAVE_TIMESETEVENT -o CMakeFiles/cmTC_6fd15.dir/src.c.o -c /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/src.c
  199. /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/src.c:1:21: fatal error: windows.h: No such file or directory
  200. #include <windows.h>
  201. ^
  202. compilation terminated.
  203. make[1]: *** [CMakeFiles/cmTC_6fd15.dir/build.make:66: CMakeFiles/cmTC_6fd15.dir/src.c.o] Error 1
  204. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  205. make: *** [Makefile:126: cmTC_6fd15/fast] Error 2
  206.  
  207. Source file was:
  208. #include <windows.h>
  209. int main() {(void)timeSetEvent(1000, 100, (LPTIMECALLBACK)NULL, (DWORD_PTR)NULL, TIME_ONESHOT);}
  210. Performing C SOURCE FILE Test WORKING_SYS_WAIT failed with the following output:
  211. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  212.  
  213. Run Build Command:"/usr/bin/make" "cmTC_857dd/fast"
  214. /usr/bin/make -f CMakeFiles/cmTC_857dd.dir/build.make CMakeFiles/cmTC_857dd.dir/build
  215. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  216. Building C object CMakeFiles/cmTC_857dd.dir/sys_wait_test.c.o
  217. /usr/bin/cc -I/usr/local/include -DWORKING_SYS_WAIT -o CMakeFiles/cmTC_857dd.dir/sys_wait_test.c.o -c /home/data/Downloads/brlcad/src/brlcad-7.26.0/misc/CMake/test_srcs/sys_wait_test.c
  218. In file included from /home/data/Downloads/brlcad/src/brlcad-7.26.0/misc/CMake/test_srcs/sys_wait_test.c:2:0:
  219. /usr/include/sys/wait.h:148:20: error: unknown type name 'idtype_t'
  220. extern int waitid (idtype_t __idtype, __id_t __id, siginfo_t *__infop,
  221. ^~~~~~~~
  222. make[1]: *** [CMakeFiles/cmTC_857dd.dir/build.make:66: CMakeFiles/cmTC_857dd.dir/sys_wait_test.c.o] Error 1
  223. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  224. make: *** [Makefile:126: cmTC_857dd/fast] Error 2
  225.  
  226. Return value: 1
  227. Source file was:
  228. /home/data/Downloads/brlcad/src/brlcad-7.26.0/misc/CMake/test_srcs/sys_wait_test.c
  229. Determining if files direct.h exist failed with the following output:
  230. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  231.  
  232. Run Build Command:"/usr/bin/make" "cmTC_c34fe/fast"
  233. /usr/bin/make -f CMakeFiles/cmTC_c34fe.dir/build.make CMakeFiles/cmTC_c34fe.dir/build
  234. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  235. Building C object CMakeFiles/cmTC_c34fe.dir/CheckIncludeFiles.c.o
  236. /usr/bin/cc -I/usr/local/include -o CMakeFiles/cmTC_c34fe.dir/CheckIncludeFiles.c.o -c /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
  237. /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:20: fatal error: direct.h: No such file or directory
  238. #include <direct.h>
  239. ^
  240. compilation terminated.
  241. make[1]: *** [CMakeFiles/cmTC_c34fe.dir/build.make:66: CMakeFiles/cmTC_c34fe.dir/CheckIncludeFiles.c.o] Error 1
  242. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  243. make: *** [Makefile:126: cmTC_c34fe/fast] Error 2
  244.  
  245. Source:
  246. /* */
  247. #include <direct.h>
  248.  
  249.  
  250. int main(void){return 0;}
  251.  
  252. Determining if files dslib.h exist failed with the following output:
  253. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  254.  
  255. Run Build Command:"/usr/bin/make" "cmTC_8fbbd/fast"
  256. /usr/bin/make -f CMakeFiles/cmTC_8fbbd.dir/build.make CMakeFiles/cmTC_8fbbd.dir/build
  257. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  258. Building C object CMakeFiles/cmTC_8fbbd.dir/CheckIncludeFiles.c.o
  259. /usr/bin/cc -I/usr/local/include -o CMakeFiles/cmTC_8fbbd.dir/CheckIncludeFiles.c.o -c /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
  260. /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:19: fatal error: dslib.h: No such file or directory
  261. #include <dslib.h>
  262. ^
  263. compilation terminated.
  264. make[1]: *** [CMakeFiles/cmTC_8fbbd.dir/build.make:66: CMakeFiles/cmTC_8fbbd.dir/CheckIncludeFiles.c.o] Error 1
  265. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  266. make: *** [Makefile:126: cmTC_8fbbd/fast] Error 2
  267.  
  268. Source:
  269. /* */
  270. #include <dslib.h>
  271.  
  272.  
  273. int main(void){return 0;}
  274.  
  275. Determining if files gl/device.h exist failed with the following output:
  276. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  277.  
  278. Run Build Command:"/usr/bin/make" "cmTC_cc8de/fast"
  279. /usr/bin/make -f CMakeFiles/cmTC_cc8de.dir/build.make CMakeFiles/cmTC_cc8de.dir/build
  280. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  281. Building C object CMakeFiles/cmTC_cc8de.dir/CheckIncludeFiles.c.o
  282. /usr/bin/cc -I/usr/local/include -o CMakeFiles/cmTC_cc8de.dir/CheckIncludeFiles.c.o -c /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
  283. /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:23: fatal error: gl/device.h: No such file or directory
  284. #include <gl/device.h>
  285. ^
  286. compilation terminated.
  287. make[1]: *** [CMakeFiles/cmTC_cc8de.dir/build.make:66: CMakeFiles/cmTC_cc8de.dir/CheckIncludeFiles.c.o] Error 1
  288. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  289. make: *** [Makefile:126: cmTC_cc8de/fast] Error 2
  290.  
  291. Source:
  292. /* */
  293. #include <gl/device.h>
  294.  
  295.  
  296. int main(void){return 0;}
  297.  
  298. Determining if files gl/glext.h exist failed with the following output:
  299. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  300.  
  301. Run Build Command:"/usr/bin/make" "cmTC_d30b6/fast"
  302. /usr/bin/make -f CMakeFiles/cmTC_d30b6.dir/build.make CMakeFiles/cmTC_d30b6.dir/build
  303. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  304. Building C object CMakeFiles/cmTC_d30b6.dir/CheckIncludeFiles.c.o
  305. /usr/bin/cc -I/usr/local/include -o CMakeFiles/cmTC_d30b6.dir/CheckIncludeFiles.c.o -c /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
  306. /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:22: fatal error: gl/glext.h: No such file or directory
  307. #include <gl/glext.h>
  308. ^
  309. compilation terminated.
  310. make[1]: *** [CMakeFiles/cmTC_d30b6.dir/build.make:66: CMakeFiles/cmTC_d30b6.dir/CheckIncludeFiles.c.o] Error 1
  311. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  312. make: *** [Makefile:126: cmTC_d30b6/fast] Error 2
  313.  
  314. Source:
  315. /* */
  316. #include <gl/glext.h>
  317.  
  318.  
  319. int main(void){return 0;}
  320.  
  321. Determining if files gl/wglext.h exist failed with the following output:
  322. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  323.  
  324. Run Build Command:"/usr/bin/make" "cmTC_f28b2/fast"
  325. /usr/bin/make -f CMakeFiles/cmTC_f28b2.dir/build.make CMakeFiles/cmTC_f28b2.dir/build
  326. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  327. Building C object CMakeFiles/cmTC_f28b2.dir/CheckIncludeFiles.c.o
  328. /usr/bin/cc -I/usr/local/include -o CMakeFiles/cmTC_f28b2.dir/CheckIncludeFiles.c.o -c /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
  329. /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:23: fatal error: gl/wglext.h: No such file or directory
  330. #include <gl/wglext.h>
  331. ^
  332. compilation terminated.
  333. make[1]: *** [CMakeFiles/cmTC_f28b2.dir/build.make:66: CMakeFiles/cmTC_f28b2.dir/CheckIncludeFiles.c.o] Error 1
  334. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  335. make: *** [Makefile:126: cmTC_f28b2/fast] Error 2
  336.  
  337. Source:
  338. /* */
  339. #include <gl/wglext.h>
  340.  
  341.  
  342. int main(void){return 0;}
  343.  
  344. Determining if files io.h exist failed with the following output:
  345. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  346.  
  347. Run Build Command:"/usr/bin/make" "cmTC_bc982/fast"
  348. /usr/bin/make -f CMakeFiles/cmTC_bc982.dir/build.make CMakeFiles/cmTC_bc982.dir/build
  349. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  350. Building C object CMakeFiles/cmTC_bc982.dir/CheckIncludeFiles.c.o
  351. /usr/bin/cc -I/usr/local/include -o CMakeFiles/cmTC_bc982.dir/CheckIncludeFiles.c.o -c /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
  352. /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:16: fatal error: io.h: No such file or directory
  353. #include <io.h>
  354. ^
  355. compilation terminated.
  356. make[1]: *** [CMakeFiles/cmTC_bc982.dir/build.make:66: CMakeFiles/cmTC_bc982.dir/CheckIncludeFiles.c.o] Error 1
  357. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  358. make: *** [Makefile:126: cmTC_bc982/fast] Error 2
  359.  
  360. Source:
  361. /* */
  362. #include <io.h>
  363.  
  364.  
  365. int main(void){return 0;}
  366.  
  367. Determining if files mach/thread_policy.h exist failed with the following output:
  368. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  369.  
  370. Run Build Command:"/usr/bin/make" "cmTC_dffe4/fast"
  371. /usr/bin/make -f CMakeFiles/cmTC_dffe4.dir/build.make CMakeFiles/cmTC_dffe4.dir/build
  372. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  373. Building C object CMakeFiles/cmTC_dffe4.dir/CheckIncludeFiles.c.o
  374. /usr/bin/cc -I/usr/local/include -o CMakeFiles/cmTC_dffe4.dir/CheckIncludeFiles.c.o -c /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
  375. /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:32: fatal error: mach/thread_policy.h: No such file or directory
  376. #include <mach/thread_policy.h>
  377. ^
  378. compilation terminated.
  379. make[1]: *** [CMakeFiles/cmTC_dffe4.dir/build.make:66: CMakeFiles/cmTC_dffe4.dir/CheckIncludeFiles.c.o] Error 1
  380. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  381. make: *** [Makefile:126: cmTC_dffe4/fast] Error 2
  382.  
  383. Source:
  384. /* */
  385. #include <mach/thread_policy.h>
  386.  
  387.  
  388. int main(void){return 0;}
  389.  
  390. Determining if files process.h exist failed with the following output:
  391. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  392.  
  393. Run Build Command:"/usr/bin/make" "cmTC_7a3d3/fast"
  394. /usr/bin/make -f CMakeFiles/cmTC_7a3d3.dir/build.make CMakeFiles/cmTC_7a3d3.dir/build
  395. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  396. Building C object CMakeFiles/cmTC_7a3d3.dir/CheckIncludeFiles.c.o
  397. /usr/bin/cc -I/usr/local/include -o CMakeFiles/cmTC_7a3d3.dir/CheckIncludeFiles.c.o -c /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
  398. /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:21: fatal error: process.h: No such file or directory
  399. #include <process.h>
  400. ^
  401. compilation terminated.
  402. make[1]: *** [CMakeFiles/cmTC_7a3d3.dir/build.make:66: CMakeFiles/cmTC_7a3d3.dir/CheckIncludeFiles.c.o] Error 1
  403. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  404. make: *** [Makefile:126: cmTC_7a3d3/fast] Error 2
  405.  
  406. Source:
  407. /* */
  408. #include <process.h>
  409.  
  410.  
  411. int main(void){return 0;}
  412.  
  413. Determining if files pthread_np.h exist failed with the following output:
  414. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  415.  
  416. Run Build Command:"/usr/bin/make" "cmTC_229af/fast"
  417. /usr/bin/make -f CMakeFiles/cmTC_229af.dir/build.make CMakeFiles/cmTC_229af.dir/build
  418. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  419. Building C object CMakeFiles/cmTC_229af.dir/CheckIncludeFiles.c.o
  420. /usr/bin/cc -I/usr/local/include -o CMakeFiles/cmTC_229af.dir/CheckIncludeFiles.c.o -c /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
  421. /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:24: fatal error: pthread_np.h: No such file or directory
  422. #include <pthread_np.h>
  423. ^
  424. compilation terminated.
  425. make[1]: *** [CMakeFiles/cmTC_229af.dir/build.make:66: CMakeFiles/cmTC_229af.dir/CheckIncludeFiles.c.o] Error 1
  426. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  427. make: *** [Makefile:126: cmTC_229af/fast] Error 2
  428.  
  429. Source:
  430. /* */
  431. #include <pthread_np.h>
  432.  
  433.  
  434. int main(void){return 0;}
  435.  
  436. Determining if files rle.h exist failed with the following output:
  437. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  438.  
  439. Run Build Command:"/usr/bin/make" "cmTC_ada74/fast"
  440. /usr/bin/make -f CMakeFiles/cmTC_ada74.dir/build.make CMakeFiles/cmTC_ada74.dir/build
  441. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  442. Building C object CMakeFiles/cmTC_ada74.dir/CheckIncludeFiles.c.o
  443. /usr/bin/cc -I/usr/local/include -o CMakeFiles/cmTC_ada74.dir/CheckIncludeFiles.c.o -c /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
  444. /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:17: fatal error: rle.h: No such file or directory
  445. #include <rle.h>
  446. ^
  447. compilation terminated.
  448. make[1]: *** [CMakeFiles/cmTC_ada74.dir/build.make:66: CMakeFiles/cmTC_ada74.dir/CheckIncludeFiles.c.o] Error 1
  449. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  450. make: *** [Makefile:126: cmTC_ada74/fast] Error 2
  451.  
  452. Source:
  453. /* */
  454. #include <rle.h>
  455.  
  456.  
  457. int main(void){return 0;}
  458.  
  459. Determining if files strsafe.h exist failed with the following output:
  460. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  461.  
  462. Run Build Command:"/usr/bin/make" "cmTC_75678/fast"
  463. /usr/bin/make -f CMakeFiles/cmTC_75678.dir/build.make CMakeFiles/cmTC_75678.dir/build
  464. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  465. Building C object CMakeFiles/cmTC_75678.dir/CheckIncludeFiles.c.o
  466. /usr/bin/cc -I/usr/local/include -o CMakeFiles/cmTC_75678.dir/CheckIncludeFiles.c.o -c /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
  467. /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:21: fatal error: strsafe.h: No such file or directory
  468. #include <strsafe.h>
  469. ^
  470. compilation terminated.
  471. make[1]: *** [CMakeFiles/cmTC_75678.dir/build.make:66: CMakeFiles/cmTC_75678.dir/CheckIncludeFiles.c.o] Error 1
  472. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  473. make: *** [Makefile:126: cmTC_75678/fast] Error 2
  474.  
  475. Source:
  476. /* */
  477. #include <strsafe.h>
  478.  
  479.  
  480. int main(void){return 0;}
  481.  
  482. Determining if files sys/_ioctl.h exist failed with the following output:
  483. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  484.  
  485. Run Build Command:"/usr/bin/make" "cmTC_c3bb2/fast"
  486. /usr/bin/make -f CMakeFiles/cmTC_c3bb2.dir/build.make CMakeFiles/cmTC_c3bb2.dir/build
  487. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  488. Building C object CMakeFiles/cmTC_c3bb2.dir/CheckIncludeFiles.c.o
  489. /usr/bin/cc -I/usr/local/include -o CMakeFiles/cmTC_c3bb2.dir/CheckIncludeFiles.c.o -c /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
  490. /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:24: fatal error: sys/_ioctl.h: No such file or directory
  491. #include <sys/_ioctl.h>
  492. ^
  493. compilation terminated.
  494. make[1]: *** [CMakeFiles/cmTC_c3bb2.dir/build.make:66: CMakeFiles/cmTC_c3bb2.dir/CheckIncludeFiles.c.o] Error 1
  495. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  496. make: *** [Makefile:126: cmTC_c3bb2/fast] Error 2
  497.  
  498. Source:
  499. /* */
  500. #include <sys/_ioctl.h>
  501.  
  502.  
  503. int main(void){return 0;}
  504.  
  505. Determining if files sys/cpuset.h exist failed with the following output:
  506. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  507.  
  508. Run Build Command:"/usr/bin/make" "cmTC_ad406/fast"
  509. /usr/bin/make -f CMakeFiles/cmTC_ad406.dir/build.make CMakeFiles/cmTC_ad406.dir/build
  510. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  511. Building C object CMakeFiles/cmTC_ad406.dir/CheckIncludeFiles.c.o
  512. /usr/bin/cc -I/usr/local/include -o CMakeFiles/cmTC_ad406.dir/CheckIncludeFiles.c.o -c /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
  513. /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:24: fatal error: sys/cpuset.h: No such file or directory
  514. #include <sys/cpuset.h>
  515. ^
  516. compilation terminated.
  517. make[1]: *** [CMakeFiles/cmTC_ad406.dir/build.make:66: CMakeFiles/cmTC_ad406.dir/CheckIncludeFiles.c.o] Error 1
  518. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  519. make: *** [Makefile:126: cmTC_ad406/fast] Error 2
  520.  
  521. Source:
  522. /* */
  523. #include <sys/cpuset.h>
  524.  
  525.  
  526. int main(void){return 0;}
  527.  
  528. Determining if files sys/ioctl_compat.h exist failed with the following output:
  529. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  530.  
  531. Run Build Command:"/usr/bin/make" "cmTC_4b328/fast"
  532. /usr/bin/make -f CMakeFiles/cmTC_4b328.dir/build.make CMakeFiles/cmTC_4b328.dir/build
  533. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  534. Building C object CMakeFiles/cmTC_4b328.dir/CheckIncludeFiles.c.o
  535. /usr/bin/cc -I/usr/local/include -o CMakeFiles/cmTC_4b328.dir/CheckIncludeFiles.c.o -c /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
  536. /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:30: fatal error: sys/ioctl_compat.h: No such file or directory
  537. #include <sys/ioctl_compat.h>
  538. ^
  539. compilation terminated.
  540. make[1]: *** [CMakeFiles/cmTC_4b328.dir/build.make:66: CMakeFiles/cmTC_4b328.dir/CheckIncludeFiles.c.o] Error 1
  541. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  542. make: *** [Makefile:126: cmTC_4b328/fast] Error 2
  543.  
  544. Source:
  545. /* */
  546. #include <sys/ioctl_compat.h>
  547.  
  548.  
  549. int main(void){return 0;}
  550.  
  551. Determining if files sys/machd.h exist failed with the following output:
  552. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  553.  
  554. Run Build Command:"/usr/bin/make" "cmTC_a4628/fast"
  555. /usr/bin/make -f CMakeFiles/cmTC_a4628.dir/build.make CMakeFiles/cmTC_a4628.dir/build
  556. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  557. Building C object CMakeFiles/cmTC_a4628.dir/CheckIncludeFiles.c.o
  558. /usr/bin/cc -I/usr/local/include -o CMakeFiles/cmTC_a4628.dir/CheckIncludeFiles.c.o -c /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
  559. /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:23: fatal error: sys/machd.h: No such file or directory
  560. #include <sys/machd.h>
  561. ^
  562. compilation terminated.
  563. make[1]: *** [CMakeFiles/cmTC_a4628.dir/build.make:66: CMakeFiles/cmTC_a4628.dir/CheckIncludeFiles.c.o] Error 1
  564. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  565. make: *** [Makefile:126: cmTC_a4628/fast] Error 2
  566.  
  567. Source:
  568. /* */
  569. #include <sys/machd.h>
  570.  
  571.  
  572. int main(void){return 0;}
  573.  
  574. Determining if files sys/sched.h exist failed with the following output:
  575. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  576.  
  577. Run Build Command:"/usr/bin/make" "cmTC_dcdeb/fast"
  578. /usr/bin/make -f CMakeFiles/cmTC_dcdeb.dir/build.make CMakeFiles/cmTC_dcdeb.dir/build
  579. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  580. Building C object CMakeFiles/cmTC_dcdeb.dir/CheckIncludeFiles.c.o
  581. /usr/bin/cc -I/usr/local/include -o CMakeFiles/cmTC_dcdeb.dir/CheckIncludeFiles.c.o -c /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
  582. /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:23: fatal error: sys/sched.h: No such file or directory
  583. #include <sys/sched.h>
  584. ^
  585. compilation terminated.
  586. make[1]: *** [CMakeFiles/cmTC_dcdeb.dir/build.make:66: CMakeFiles/cmTC_dcdeb.dir/CheckIncludeFiles.c.o] Error 1
  587. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  588. make: *** [Makefile:126: cmTC_dcdeb/fast] Error 2
  589.  
  590. Source:
  591. /* */
  592. #include <sys/sched.h>
  593.  
  594.  
  595. int main(void){return 0;}
  596.  
  597. Determining if files sys/sysmp.h exist failed with the following output:
  598. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  599.  
  600. Run Build Command:"/usr/bin/make" "cmTC_c9820/fast"
  601. /usr/bin/make -f CMakeFiles/cmTC_c9820.dir/build.make CMakeFiles/cmTC_c9820.dir/build
  602. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  603. Building C object CMakeFiles/cmTC_c9820.dir/CheckIncludeFiles.c.o
  604. /usr/bin/cc -I/usr/local/include -o CMakeFiles/cmTC_c9820.dir/CheckIncludeFiles.c.o -c /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
  605. /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:23: fatal error: sys/sysmp.h: No such file or directory
  606. #include <sys/sysmp.h>
  607. ^
  608. compilation terminated.
  609. make[1]: *** [CMakeFiles/cmTC_c9820.dir/build.make:66: CMakeFiles/cmTC_c9820.dir/CheckIncludeFiles.c.o] Error 1
  610. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  611. make: *** [Makefile:126: cmTC_c9820/fast] Error 2
  612.  
  613. Source:
  614. /* */
  615. #include <sys/sysmp.h>
  616.  
  617.  
  618. int main(void){return 0;}
  619.  
  620. Determining if files sys/wait.h exist failed with the following output:
  621. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  622.  
  623. Run Build Command:"/usr/bin/make" "cmTC_67505/fast"
  624. /usr/bin/make -f CMakeFiles/cmTC_67505.dir/build.make CMakeFiles/cmTC_67505.dir/build
  625. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  626. Building C object CMakeFiles/cmTC_67505.dir/CheckIncludeFiles.c.o
  627. /usr/bin/cc -I/usr/local/include -o CMakeFiles/cmTC_67505.dir/CheckIncludeFiles.c.o -c /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
  628. In file included from /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:0:
  629. /usr/include/sys/wait.h:148:20: error: unknown type name 'idtype_t'
  630. extern int waitid (idtype_t __idtype, __id_t __id, siginfo_t *__infop,
  631. ^~~~~~~~
  632. make[1]: *** [CMakeFiles/cmTC_67505.dir/build.make:66: CMakeFiles/cmTC_67505.dir/CheckIncludeFiles.c.o] Error 1
  633. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  634. make: *** [Makefile:126: cmTC_67505/fast] Error 2
  635.  
  636. Source:
  637. /* */
  638. #include <sys/wait.h>
  639.  
  640.  
  641. int main(void){return 0;}
  642.  
  643. Determining if files terminfo.h exist failed with the following output:
  644. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  645.  
  646. Run Build Command:"/usr/bin/make" "cmTC_2f436/fast"
  647. /usr/bin/make -f CMakeFiles/cmTC_2f436.dir/build.make CMakeFiles/cmTC_2f436.dir/build
  648. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  649. Building C object CMakeFiles/cmTC_2f436.dir/CheckIncludeFiles.c.o
  650. /usr/bin/cc -I/usr/local/include -o CMakeFiles/cmTC_2f436.dir/CheckIncludeFiles.c.o -c /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
  651. /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:22: fatal error: terminfo.h: No such file or directory
  652. #include <terminfo.h>
  653. ^
  654. compilation terminated.
  655. make[1]: *** [CMakeFiles/cmTC_2f436.dir/build.make:66: CMakeFiles/cmTC_2f436.dir/CheckIncludeFiles.c.o] Error 1
  656. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  657. make: *** [Makefile:126: cmTC_2f436/fast] Error 2
  658.  
  659. Source:
  660. /* */
  661. #include <terminfo.h>
  662.  
  663.  
  664. int main(void){return 0;}
  665.  
  666. Determining if files termlib.h exist failed with the following output:
  667. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  668.  
  669. Run Build Command:"/usr/bin/make" "cmTC_8df8d/fast"
  670. /usr/bin/make -f CMakeFiles/cmTC_8df8d.dir/build.make CMakeFiles/cmTC_8df8d.dir/build
  671. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  672. Building C object CMakeFiles/cmTC_8df8d.dir/CheckIncludeFiles.c.o
  673. /usr/bin/cc -I/usr/local/include -o CMakeFiles/cmTC_8df8d.dir/CheckIncludeFiles.c.o -c /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
  674. /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:21: fatal error: termlib.h: No such file or directory
  675. #include <termlib.h>
  676. ^
  677. compilation terminated.
  678. make[1]: *** [CMakeFiles/cmTC_8df8d.dir/build.make:66: CMakeFiles/cmTC_8df8d.dir/CheckIncludeFiles.c.o] Error 1
  679. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  680. make: *** [Makefile:126: cmTC_8df8d/fast] Error 2
  681.  
  682. Source:
  683. /* */
  684. #include <termlib.h>
  685.  
  686.  
  687. int main(void){return 0;}
  688.  
  689. Determining if files tinfo.h exist failed with the following output:
  690. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  691.  
  692. Run Build Command:"/usr/bin/make" "cmTC_1613d/fast"
  693. /usr/bin/make -f CMakeFiles/cmTC_1613d.dir/build.make CMakeFiles/cmTC_1613d.dir/build
  694. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  695. Building C object CMakeFiles/cmTC_1613d.dir/CheckIncludeFiles.c.o
  696. /usr/bin/cc -I/usr/local/include -o CMakeFiles/cmTC_1613d.dir/CheckIncludeFiles.c.o -c /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
  697. /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:19: fatal error: tinfo.h: No such file or directory
  698. #include <tinfo.h>
  699. ^
  700. compilation terminated.
  701. make[1]: *** [CMakeFiles/cmTC_1613d.dir/build.make:66: CMakeFiles/cmTC_1613d.dir/CheckIncludeFiles.c.o] Error 1
  702. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  703. make: *** [Makefile:126: cmTC_1613d/fast] Error 2
  704.  
  705. Source:
  706. /* */
  707. #include <tinfo.h>
  708.  
  709.  
  710. int main(void){return 0;}
  711.  
  712. Determining if files ulocks.h exist failed with the following output:
  713. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  714.  
  715. Run Build Command:"/usr/bin/make" "cmTC_0e14d/fast"
  716. /usr/bin/make -f CMakeFiles/cmTC_0e14d.dir/build.make CMakeFiles/cmTC_0e14d.dir/build
  717. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  718. Building C object CMakeFiles/cmTC_0e14d.dir/CheckIncludeFiles.c.o
  719. /usr/bin/cc -I/usr/local/include -o CMakeFiles/cmTC_0e14d.dir/CheckIncludeFiles.c.o -c /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
  720. /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:20: fatal error: ulocks.h: No such file or directory
  721. #include <ulocks.h>
  722. ^
  723. compilation terminated.
  724. make[1]: *** [CMakeFiles/cmTC_0e14d.dir/build.make:66: CMakeFiles/cmTC_0e14d.dir/CheckIncludeFiles.c.o] Error 1
  725. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  726. make: *** [Makefile:126: cmTC_0e14d/fast] Error 2
  727.  
  728. Source:
  729. /* */
  730. #include <ulocks.h>
  731.  
  732.  
  733. int main(void){return 0;}
  734.  
  735. Determining if files windows.h exist failed with the following output:
  736. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  737.  
  738. Run Build Command:"/usr/bin/make" "cmTC_3b135/fast"
  739. /usr/bin/make -f CMakeFiles/cmTC_3b135.dir/build.make CMakeFiles/cmTC_3b135.dir/build
  740. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  741. Building C object CMakeFiles/cmTC_3b135.dir/CheckIncludeFiles.c.o
  742. /usr/bin/cc -I/usr/local/include -o CMakeFiles/cmTC_3b135.dir/CheckIncludeFiles.c.o -c /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
  743. /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:21: fatal error: windows.h: No such file or directory
  744. #include <windows.h>
  745. ^
  746. compilation terminated.
  747. make[1]: *** [CMakeFiles/cmTC_3b135.dir/build.make:66: CMakeFiles/cmTC_3b135.dir/CheckIncludeFiles.c.o] Error 1
  748. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  749. make: *** [Makefile:126: cmTC_3b135/fast] Error 2
  750.  
  751. Source:
  752. /* */
  753. #include <windows.h>
  754.  
  755.  
  756. int main(void){return 0;}
  757.  
  758. Determining size of socklen_t failed with the following output:
  759. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  760.  
  761. Run Build Command:"/usr/bin/make" "cmTC_0ec4e/fast"
  762. /usr/bin/make -f CMakeFiles/cmTC_0ec4e.dir/build.make CMakeFiles/cmTC_0ec4e.dir/build
  763. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  764. Building C object CMakeFiles/cmTC_0ec4e.dir/HAVE_SOCKLEN_T.c.o
  765. /usr/bin/cc -I/usr/local/include -o CMakeFiles/cmTC_0ec4e.dir/HAVE_SOCKLEN_T.c.o -c /home/data/Downloads/brlcad/src/build/CMakeFiles/CheckTypeSize/HAVE_SOCKLEN_T.c
  766. /home/data/Downloads/brlcad/src/build/CMakeFiles/CheckTypeSize/HAVE_SOCKLEN_T.c:17:22: error: 'socklen_t' undeclared here (not in a function)
  767. #define SIZE (sizeof(socklen_t))
  768. ^
  769. /home/data/Downloads/brlcad/src/build/CMakeFiles/CheckTypeSize/HAVE_SOCKLEN_T.c:19:12: note: in expansion of macro 'SIZE'
  770. ('0' + ((SIZE / 10000)%10)),
  771. ^~~~
  772. make[1]: *** [CMakeFiles/cmTC_0ec4e.dir/build.make:66: CMakeFiles/cmTC_0ec4e.dir/HAVE_SOCKLEN_T.c.o] Error 1
  773. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  774. make: *** [Makefile:126: cmTC_0ec4e/fast] Error 2
  775.  
  776. /home/data/Downloads/brlcad/src/build/CMakeFiles/CheckTypeSize/HAVE_SOCKLEN_T.c:
  777. #include <sys/types.h>
  778. #include <stdint.h>
  779. #include <stddef.h>
  780.  
  781.  
  782. #undef KEY
  783. #if defined(__i386)
  784. # define KEY '_','_','i','3','8','6'
  785. #elif defined(__x86_64)
  786. # define KEY '_','_','x','8','6','_','6','4'
  787. #elif defined(__ppc__)
  788. # define KEY '_','_','p','p','c','_','_'
  789. #elif defined(__ppc64__)
  790. # define KEY '_','_','p','p','c','6','4','_','_'
  791. #endif
  792.  
  793. #define SIZE (sizeof(socklen_t))
  794. char info_size[] = {'I', 'N', 'F', 'O', ':', 's','i','z','e','[',
  795. ('0' + ((SIZE / 10000)%10)),
  796. ('0' + ((SIZE / 1000)%10)),
  797. ('0' + ((SIZE / 100)%10)),
  798. ('0' + ((SIZE / 10)%10)),
  799. ('0' + (SIZE % 10)),
  800. ']',
  801. #ifdef KEY
  802. ' ','k','e','y','[', KEY, ']',
  803. #endif
  804. '\0'};
  805.  
  806. #ifdef __CLASSIC_C__
  807. int main(argc, argv) int argc; char *argv[];
  808. #else
  809. int main(int argc, char *argv[])
  810. #endif
  811. {
  812. int require = 0;
  813. require += info_size[argc];
  814. (void)argv;
  815. return require;
  816. }
  817.  
  818.  
  819. Determining size of socklen_t failed with the following output:
  820. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  821.  
  822. Run Build Command:"/usr/bin/make" "cmTC_2ee3c/fast"
  823. /usr/bin/make -f CMakeFiles/cmTC_2ee3c.dir/build.make CMakeFiles/cmTC_2ee3c.dir/build
  824. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  825. Building C object CMakeFiles/cmTC_2ee3c.dir/HAVE_SOCKLEN_TSYS_TYPES_H.c.o
  826. /usr/bin/cc -I/usr/local/include -o CMakeFiles/cmTC_2ee3c.dir/HAVE_SOCKLEN_TSYS_TYPES_H.c.o -c /home/data/Downloads/brlcad/src/build/CMakeFiles/CheckTypeSize/HAVE_SOCKLEN_TSYS_TYPES_H.c
  827. /home/data/Downloads/brlcad/src/build/CMakeFiles/CheckTypeSize/HAVE_SOCKLEN_TSYS_TYPES_H.c:18:22: error: 'socklen_t' undeclared here (not in a function)
  828. #define SIZE (sizeof(socklen_t))
  829. ^
  830. /home/data/Downloads/brlcad/src/build/CMakeFiles/CheckTypeSize/HAVE_SOCKLEN_TSYS_TYPES_H.c:20:12: note: in expansion of macro 'SIZE'
  831. ('0' + ((SIZE / 10000)%10)),
  832. ^~~~
  833. make[1]: *** [CMakeFiles/cmTC_2ee3c.dir/build.make:66: CMakeFiles/cmTC_2ee3c.dir/HAVE_SOCKLEN_TSYS_TYPES_H.c.o] Error 1
  834. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  835. make: *** [Makefile:126: cmTC_2ee3c/fast] Error 2
  836.  
  837. /home/data/Downloads/brlcad/src/build/CMakeFiles/CheckTypeSize/HAVE_SOCKLEN_TSYS_TYPES_H.c:
  838. #include <sys/types.h>
  839. #include <stdint.h>
  840. #include <stddef.h>
  841. #include "sys/types.h"
  842.  
  843.  
  844. #undef KEY
  845. #if defined(__i386)
  846. # define KEY '_','_','i','3','8','6'
  847. #elif defined(__x86_64)
  848. # define KEY '_','_','x','8','6','_','6','4'
  849. #elif defined(__ppc__)
  850. # define KEY '_','_','p','p','c','_','_'
  851. #elif defined(__ppc64__)
  852. # define KEY '_','_','p','p','c','6','4','_','_'
  853. #endif
  854.  
  855. #define SIZE (sizeof(socklen_t))
  856. char info_size[] = {'I', 'N', 'F', 'O', ':', 's','i','z','e','[',
  857. ('0' + ((SIZE / 10000)%10)),
  858. ('0' + ((SIZE / 1000)%10)),
  859. ('0' + ((SIZE / 100)%10)),
  860. ('0' + ((SIZE / 10)%10)),
  861. ('0' + (SIZE % 10)),
  862. ']',
  863. #ifdef KEY
  864. ' ','k','e','y','[', KEY, ']',
  865. #endif
  866. '\0'};
  867.  
  868. #ifdef __CLASSIC_C__
  869. int main(argc, argv) int argc; char *argv[];
  870. #else
  871. int main(int argc, char *argv[])
  872. #endif
  873. {
  874. int require = 0;
  875. require += info_size[argc];
  876. (void)argv;
  877. return require;
  878. }
  879.  
  880.  
  881. Performing C++ SOURCE FILE Test HAVE_THREAD_LOCAL failed with the following output:
  882. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  883.  
  884. Run Build Command:"/usr/bin/make" "cmTC_d1942/fast"
  885. /usr/bin/make -f CMakeFiles/cmTC_d1942.dir/build.make CMakeFiles/cmTC_d1942.dir/build
  886. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  887. Building CXX object CMakeFiles/cmTC_d1942.dir/src.cxx.o
  888. /usr/bin/c++ -I/usr/local/include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -pipe -fno-strict-aliasing -fno-common -fexceptions -ftemplate-depth-128 -std=gnu++98 -m64 -O3 -fstrength-reduce -fexpensive-optimizations -finline-functions -finline-limit=10000 --param inline-unit-growth=300 --param large-function-growth=300 -fomit-frame-pointer -DHAVE_THREAD_LOCAL -o CMakeFiles/cmTC_d1942.dir/src.cxx.o -c /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/src.cxx
  889. /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/src.cxx:1:8: error: 'thread_local' does not name a type
  890. static thread_local int i = 0; int main() { return i; }
  891. ^~~~~~~~~~~~
  892. /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/src.cxx:1:8: note: C++11 'thread_local' only available with -std=c++11 or -std=gnu++11
  893. /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/src.cxx: In function 'int main()':
  894. /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/src.cxx:1:52: error: 'i' was not declared in this scope
  895. static thread_local int i = 0; int main() { return i; }
  896. ^
  897. make[1]: *** [CMakeFiles/cmTC_d1942.dir/build.make:66: CMakeFiles/cmTC_d1942.dir/src.cxx.o] Error 1
  898. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  899. make: *** [Makefile:126: cmTC_d1942/fast] Error 2
  900.  
  901. Source file was:
  902. static thread_local int i = 0; int main() { return i; }
  903. Determining if the function XQueryExtension exists failed with the following output:
  904. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  905.  
  906. Run Build Command:"/usr/bin/make" "cmTC_0d317/fast"
  907. /usr/bin/make -f CMakeFiles/cmTC_0d317.dir/build.make CMakeFiles/cmTC_0d317.dir/build
  908. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  909. Building C object CMakeFiles/cmTC_0d317.dir/CheckFunctionExists.c.o
  910. /usr/bin/cc -I/usr/local/include -DCHECK_FUNCTION_EXISTS=XQueryExtension -o CMakeFiles/cmTC_0d317.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.6/Modules/CheckFunctionExists.c
  911. Linking C executable cmTC_0d317
  912. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0d317.dir/link.txt --verbose=1
  913. /usr/bin/cc -DCHECK_FUNCTION_EXISTS=XQueryExtension -Wl,-O1,--sort-common,--as-needed,-z,relro CMakeFiles/cmTC_0d317.dir/CheckFunctionExists.c.o -o cmTC_0d317 -rdynamic
  914. CMakeFiles/cmTC_0d317.dir/CheckFunctionExists.c.o: In function `main':
  915. CheckFunctionExists.c:(.text+0x15): undefined reference to `XQueryExtension'
  916. collect2: error: ld returned 1 exit status
  917. make[1]: *** [CMakeFiles/cmTC_0d317.dir/build.make:98: cmTC_0d317] Error 1
  918. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  919. make: *** [Makefile:126: cmTC_0d317/fast] Error 2
  920.  
  921.  
  922. Determining if the function _putenv_s exists failed with the following output:
  923. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  924.  
  925. Run Build Command:"/usr/bin/make" "cmTC_e8ed5/fast"
  926. /usr/bin/make -f CMakeFiles/cmTC_e8ed5.dir/build.make CMakeFiles/cmTC_e8ed5.dir/build
  927. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  928. Building C object CMakeFiles/cmTC_e8ed5.dir/CheckFunctionExists.c.o
  929. /usr/bin/cc -I/usr/local/include -DCHECK_FUNCTION_EXISTS=_putenv_s -o CMakeFiles/cmTC_e8ed5.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.6/Modules/CheckFunctionExists.c
  930. Linking C executable cmTC_e8ed5
  931. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e8ed5.dir/link.txt --verbose=1
  932. /usr/bin/cc -DCHECK_FUNCTION_EXISTS=_putenv_s -Wl,-O1,--sort-common,--as-needed,-z,relro CMakeFiles/cmTC_e8ed5.dir/CheckFunctionExists.c.o -o cmTC_e8ed5 -rdynamic
  933. CMakeFiles/cmTC_e8ed5.dir/CheckFunctionExists.c.o: In function `main':
  934. CheckFunctionExists.c:(.text+0x15): undefined reference to `_putenv_s'
  935. collect2: error: ld returned 1 exit status
  936. make[1]: *** [CMakeFiles/cmTC_e8ed5.dir/build.make:98: cmTC_e8ed5] Error 1
  937. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  938. make: *** [Makefile:126: cmTC_e8ed5/fast] Error 2
  939.  
  940.  
  941. Determining if the function dlopen exists failed with the following output:
  942. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  943.  
  944. Run Build Command:"/usr/bin/make" "cmTC_b41ec/fast"
  945. /usr/bin/make -f CMakeFiles/cmTC_b41ec.dir/build.make CMakeFiles/cmTC_b41ec.dir/build
  946. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  947. Building C object CMakeFiles/cmTC_b41ec.dir/CheckFunctionExists.c.o
  948. /usr/bin/cc -I/usr/local/include -DCHECK_FUNCTION_EXISTS=dlopen -o CMakeFiles/cmTC_b41ec.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.6/Modules/CheckFunctionExists.c
  949. Linking C executable cmTC_b41ec
  950. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b41ec.dir/link.txt --verbose=1
  951. /usr/bin/cc -DCHECK_FUNCTION_EXISTS=dlopen -Wl,-O1,--sort-common,--as-needed,-z,relro CMakeFiles/cmTC_b41ec.dir/CheckFunctionExists.c.o -o cmTC_b41ec -rdynamic
  952. CMakeFiles/cmTC_b41ec.dir/CheckFunctionExists.c.o: In function `main':
  953. CheckFunctionExists.c:(.text+0x15): undefined reference to `dlopen'
  954. collect2: error: ld returned 1 exit status
  955. make[1]: *** [CMakeFiles/cmTC_b41ec.dir/build.make:98: cmTC_b41ec] Error 1
  956. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  957. make: *** [Makefile:126: cmTC_b41ec/fast] Error 2
  958.  
  959.  
  960. Determining if the function getenv_s exists failed with the following output:
  961. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  962.  
  963. Run Build Command:"/usr/bin/make" "cmTC_80784/fast"
  964. /usr/bin/make -f CMakeFiles/cmTC_80784.dir/build.make CMakeFiles/cmTC_80784.dir/build
  965. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  966. Building C object CMakeFiles/cmTC_80784.dir/CheckFunctionExists.c.o
  967. /usr/bin/cc -I/usr/local/include -DCHECK_FUNCTION_EXISTS=getenv_s -o CMakeFiles/cmTC_80784.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.6/Modules/CheckFunctionExists.c
  968. Linking C executable cmTC_80784
  969. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_80784.dir/link.txt --verbose=1
  970. /usr/bin/cc -DCHECK_FUNCTION_EXISTS=getenv_s -Wl,-O1,--sort-common,--as-needed,-z,relro CMakeFiles/cmTC_80784.dir/CheckFunctionExists.c.o -o cmTC_80784 -rdynamic
  971. CMakeFiles/cmTC_80784.dir/CheckFunctionExists.c.o: In function `main':
  972. CheckFunctionExists.c:(.text+0x15): undefined reference to `getenv_s'
  973. collect2: error: ld returned 1 exit status
  974. make[1]: *** [CMakeFiles/cmTC_80784.dir/build.make:98: cmTC_80784] Error 1
  975. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  976. make: *** [Makefile:126: cmTC_80784/fast] Error 2
  977.  
  978.  
  979. Determining if the function getprogname exists failed with the following output:
  980. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  981.  
  982. Run Build Command:"/usr/bin/make" "cmTC_228af/fast"
  983. /usr/bin/make -f CMakeFiles/cmTC_228af.dir/build.make CMakeFiles/cmTC_228af.dir/build
  984. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  985. Building C object CMakeFiles/cmTC_228af.dir/CheckFunctionExists.c.o
  986. /usr/bin/cc -I/usr/local/include -DCHECK_FUNCTION_EXISTS=getprogname -o CMakeFiles/cmTC_228af.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.6/Modules/CheckFunctionExists.c
  987. Linking C executable cmTC_228af
  988. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_228af.dir/link.txt --verbose=1
  989. /usr/bin/cc -DCHECK_FUNCTION_EXISTS=getprogname -Wl,-O1,--sort-common,--as-needed,-z,relro CMakeFiles/cmTC_228af.dir/CheckFunctionExists.c.o -o cmTC_228af -rdynamic
  990. CMakeFiles/cmTC_228af.dir/CheckFunctionExists.c.o: In function `main':
  991. CheckFunctionExists.c:(.text+0x15): undefined reference to `getprogname'
  992. collect2: error: ld returned 1 exit status
  993. make[1]: *** [CMakeFiles/cmTC_228af.dir/build.make:98: cmTC_228af] Error 1
  994. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  995. make: *** [Makefile:126: cmTC_228af/fast] Error 2
  996.  
  997.  
  998. Determining if the function htonll exists failed with the following output:
  999. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  1000.  
  1001. Run Build Command:"/usr/bin/make" "cmTC_34153/fast"
  1002. /usr/bin/make -f CMakeFiles/cmTC_34153.dir/build.make CMakeFiles/cmTC_34153.dir/build
  1003. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1004. Building C object CMakeFiles/cmTC_34153.dir/CheckFunctionExists.c.o
  1005. /usr/bin/cc -I/usr/local/include -DCHECK_FUNCTION_EXISTS=htonll -o CMakeFiles/cmTC_34153.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.6/Modules/CheckFunctionExists.c
  1006. Linking C executable cmTC_34153
  1007. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_34153.dir/link.txt --verbose=1
  1008. /usr/bin/cc -DCHECK_FUNCTION_EXISTS=htonll -Wl,-O1,--sort-common,--as-needed,-z,relro CMakeFiles/cmTC_34153.dir/CheckFunctionExists.c.o -o cmTC_34153 -rdynamic
  1009. CMakeFiles/cmTC_34153.dir/CheckFunctionExists.c.o: In function `main':
  1010. CheckFunctionExists.c:(.text+0x15): undefined reference to `htonll'
  1011. collect2: error: ld returned 1 exit status
  1012. make[1]: *** [CMakeFiles/cmTC_34153.dir/build.make:98: cmTC_34153] Error 1
  1013. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1014. make: *** [Makefile:126: cmTC_34153/fast] Error 2
  1015.  
  1016.  
  1017. Determining if the function ntohll exists failed with the following output:
  1018. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  1019.  
  1020. Run Build Command:"/usr/bin/make" "cmTC_4470d/fast"
  1021. /usr/bin/make -f CMakeFiles/cmTC_4470d.dir/build.make CMakeFiles/cmTC_4470d.dir/build
  1022. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1023. Building C object CMakeFiles/cmTC_4470d.dir/CheckFunctionExists.c.o
  1024. /usr/bin/cc -I/usr/local/include -DCHECK_FUNCTION_EXISTS=ntohll -o CMakeFiles/cmTC_4470d.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.6/Modules/CheckFunctionExists.c
  1025. Linking C executable cmTC_4470d
  1026. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4470d.dir/link.txt --verbose=1
  1027. /usr/bin/cc -DCHECK_FUNCTION_EXISTS=ntohll -Wl,-O1,--sort-common,--as-needed,-z,relro CMakeFiles/cmTC_4470d.dir/CheckFunctionExists.c.o -o cmTC_4470d -rdynamic -lm
  1028. CMakeFiles/cmTC_4470d.dir/CheckFunctionExists.c.o: In function `main':
  1029. CheckFunctionExists.c:(.text+0x15): undefined reference to `ntohll'
  1030. collect2: error: ld returned 1 exit status
  1031. make[1]: *** [CMakeFiles/cmTC_4470d.dir/build.make:98: cmTC_4470d] Error 1
  1032. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1033. make: *** [Makefile:126: cmTC_4470d/fast] Error 2
  1034.  
  1035.  
  1036. Determining if the function strlcat exists failed with the following output:
  1037. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  1038.  
  1039. Run Build Command:"/usr/bin/make" "cmTC_495ca/fast"
  1040. /usr/bin/make -f CMakeFiles/cmTC_495ca.dir/build.make CMakeFiles/cmTC_495ca.dir/build
  1041. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1042. Building C object CMakeFiles/cmTC_495ca.dir/CheckFunctionExists.c.o
  1043. /usr/bin/cc -I/usr/local/include -DCHECK_FUNCTION_EXISTS=strlcat -o CMakeFiles/cmTC_495ca.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.6/Modules/CheckFunctionExists.c
  1044. Linking C executable cmTC_495ca
  1045. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_495ca.dir/link.txt --verbose=1
  1046. /usr/bin/cc -DCHECK_FUNCTION_EXISTS=strlcat -Wl,-O1,--sort-common,--as-needed,-z,relro CMakeFiles/cmTC_495ca.dir/CheckFunctionExists.c.o -o cmTC_495ca -rdynamic -lm
  1047. CMakeFiles/cmTC_495ca.dir/CheckFunctionExists.c.o: In function `main':
  1048. CheckFunctionExists.c:(.text+0x15): undefined reference to `strlcat'
  1049. collect2: error: ld returned 1 exit status
  1050. make[1]: *** [CMakeFiles/cmTC_495ca.dir/build.make:98: cmTC_495ca] Error 1
  1051. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1052. make: *** [Makefile:126: cmTC_495ca/fast] Error 2
  1053.  
  1054.  
  1055. Determining if the function strlcpy exists failed with the following output:
  1056. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  1057.  
  1058. Run Build Command:"/usr/bin/make" "cmTC_8546b/fast"
  1059. /usr/bin/make -f CMakeFiles/cmTC_8546b.dir/build.make CMakeFiles/cmTC_8546b.dir/build
  1060. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1061. Building C object CMakeFiles/cmTC_8546b.dir/CheckFunctionExists.c.o
  1062. /usr/bin/cc -I/usr/local/include -DCHECK_FUNCTION_EXISTS=strlcpy -o CMakeFiles/cmTC_8546b.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.6/Modules/CheckFunctionExists.c
  1063. Linking C executable cmTC_8546b
  1064. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8546b.dir/link.txt --verbose=1
  1065. /usr/bin/cc -DCHECK_FUNCTION_EXISTS=strlcpy -Wl,-O1,--sort-common,--as-needed,-z,relro CMakeFiles/cmTC_8546b.dir/CheckFunctionExists.c.o -o cmTC_8546b -rdynamic -lm
  1066. CMakeFiles/cmTC_8546b.dir/CheckFunctionExists.c.o: In function `main':
  1067. CheckFunctionExists.c:(.text+0x15): undefined reference to `strlcpy'
  1068. collect2: error: ld returned 1 exit status
  1069. make[1]: *** [CMakeFiles/cmTC_8546b.dir/build.make:98: cmTC_8546b] Error 1
  1070. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1071. make: *** [Makefile:126: cmTC_8546b/fast] Error 2
  1072.  
  1073.  
  1074. Determining if the function sysmp exists failed with the following output:
  1075. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  1076.  
  1077. Run Build Command:"/usr/bin/make" "cmTC_8b224/fast"
  1078. /usr/bin/make -f CMakeFiles/cmTC_8b224.dir/build.make CMakeFiles/cmTC_8b224.dir/build
  1079. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1080. Building C object CMakeFiles/cmTC_8b224.dir/CheckFunctionExists.c.o
  1081. /usr/bin/cc -I/usr/local/include -DCHECK_FUNCTION_EXISTS=sysmp -o CMakeFiles/cmTC_8b224.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.6/Modules/CheckFunctionExists.c
  1082. Linking C executable cmTC_8b224
  1083. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8b224.dir/link.txt --verbose=1
  1084. /usr/bin/cc -DCHECK_FUNCTION_EXISTS=sysmp -Wl,-O1,--sort-common,--as-needed,-z,relro CMakeFiles/cmTC_8b224.dir/CheckFunctionExists.c.o -o cmTC_8b224 -rdynamic -lm
  1085. CMakeFiles/cmTC_8b224.dir/CheckFunctionExists.c.o: In function `main':
  1086. CheckFunctionExists.c:(.text+0x15): undefined reference to `sysmp'
  1087. collect2: error: ld returned 1 exit status
  1088. make[1]: *** [CMakeFiles/cmTC_8b224.dir/build.make:98: cmTC_8b224] Error 1
  1089. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1090. make: *** [Makefile:126: cmTC_8b224/fast] Error 2
  1091.  
  1092.  
  1093. Performing C SOURCE FILE Test HAVE_WORKING_DAEMON_FUNCTION failed with the following output:
  1094. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  1095.  
  1096. Run Build Command:"/usr/bin/make" "cmTC_32207/fast"
  1097. /usr/bin/make -f CMakeFiles/cmTC_32207.dir/build.make CMakeFiles/cmTC_32207.dir/build
  1098. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1099. Building C object CMakeFiles/cmTC_32207.dir/src.c.o
  1100. /usr/bin/cc -I/usr/local/include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -pipe -fno-strict-aliasing -fno-common -fexceptions -std=gnu99 -m64 -O3 -fstrength-reduce -fexpensive-optimizations -finline-functions -finline-limit=10000 --param inline-unit-growth=300 --param large-function-growth=300 -fomit-frame-pointer -DHAVE_WORKING_DAEMON_FUNCTION -o CMakeFiles/cmTC_32207.dir/src.c.o -c /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/src.c
  1101. /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/src.c: In function 'main':
  1102. /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/src.c:2:20: error: 'daemon' undeclared (first use in this function)
  1103. int main() { (void)daemon; return 0; }
  1104. ^~~~~~
  1105. /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/src.c:2:20: note: each undeclared identifier is reported only once for each function it appears in
  1106. make[1]: *** [CMakeFiles/cmTC_32207.dir/build.make:66: CMakeFiles/cmTC_32207.dir/src.c.o] Error 1
  1107. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1108. make: *** [Makefile:126: cmTC_32207/fast] Error 2
  1109.  
  1110. Source file was:
  1111. #include <stdlib.h>
  1112. int main() { (void)daemon; return 0; }
  1113. Determining if the ntohll exist failed with the following output:
  1114. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  1115.  
  1116. Run Build Command:"/usr/bin/make" "cmTC_9b432/fast"
  1117. /usr/bin/make -f CMakeFiles/cmTC_9b432.dir/build.make CMakeFiles/cmTC_9b432.dir/build
  1118. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1119. Building C object CMakeFiles/cmTC_9b432.dir/CheckSymbolExists.c.o
  1120. /usr/bin/cc -I/usr/local/include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -pipe -fno-strict-aliasing -fno-common -fexceptions -std=gnu99 -m64 -O3 -fstrength-reduce -fexpensive-optimizations -finline-functions -finline-limit=10000 --param inline-unit-growth=300 --param large-function-growth=300 -fomit-frame-pointer -o CMakeFiles/cmTC_9b432.dir/CheckSymbolExists.c.o -c /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
  1121. /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:25: fatal error: sys/_endian.h: No such file or directory
  1122. #include <sys/_endian.h>
  1123. ^
  1124. compilation terminated.
  1125. make[1]: *** [CMakeFiles/cmTC_9b432.dir/build.make:66: CMakeFiles/cmTC_9b432.dir/CheckSymbolExists.c.o] Error 1
  1126. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1127. make: *** [Makefile:126: cmTC_9b432/fast] Error 2
  1128.  
  1129. File /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
  1130. /* */
  1131. #include <sys/_endian.h>
  1132.  
  1133. int main(int argc, char** argv)
  1134. {
  1135. (void)argv;
  1136. #ifndef ntohll
  1137. return ((int*)(&ntohll))[argc];
  1138. #else
  1139. (void)argc;
  1140. return 0;
  1141. #endif
  1142. }
  1143.  
  1144. Determining if the htonll exist failed with the following output:
  1145. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  1146.  
  1147. Run Build Command:"/usr/bin/make" "cmTC_eede0/fast"
  1148. /usr/bin/make -f CMakeFiles/cmTC_eede0.dir/build.make CMakeFiles/cmTC_eede0.dir/build
  1149. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1150. Building C object CMakeFiles/cmTC_eede0.dir/CheckSymbolExists.c.o
  1151. /usr/bin/cc -I/usr/local/include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -pipe -fno-strict-aliasing -fno-common -fexceptions -std=gnu99 -m64 -O3 -fstrength-reduce -fexpensive-optimizations -finline-functions -finline-limit=10000 --param inline-unit-growth=300 --param large-function-growth=300 -fomit-frame-pointer -o CMakeFiles/cmTC_eede0.dir/CheckSymbolExists.c.o -c /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
  1152. /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:25: fatal error: sys/_endian.h: No such file or directory
  1153. #include <sys/_endian.h>
  1154. ^
  1155. compilation terminated.
  1156. make[1]: *** [CMakeFiles/cmTC_eede0.dir/build.make:66: CMakeFiles/cmTC_eede0.dir/CheckSymbolExists.c.o] Error 1
  1157. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1158. make: *** [Makefile:126: cmTC_eede0/fast] Error 2
  1159.  
  1160. File /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
  1161. /* */
  1162. #include <sys/_endian.h>
  1163.  
  1164. int main(int argc, char** argv)
  1165. {
  1166. (void)argv;
  1167. #ifndef htonll
  1168. return ((int*)(&htonll))[argc];
  1169. #else
  1170. (void)argc;
  1171. return 0;
  1172. #endif
  1173. }
  1174.  
  1175. Performing C SOURCE FILE Test HAVE_GETFULLPATHNAME failed with the following output:
  1176. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  1177.  
  1178. Run Build Command:"/usr/bin/make" "cmTC_c1436/fast"
  1179. /usr/bin/make -f CMakeFiles/cmTC_c1436.dir/build.make CMakeFiles/cmTC_c1436.dir/build
  1180. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1181. Building C object CMakeFiles/cmTC_c1436.dir/src.c.o
  1182. /usr/bin/cc -I/usr/local/include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -pipe -fno-strict-aliasing -fno-common -fexceptions -std=gnu99 -m64 -O3 -fstrength-reduce -fexpensive-optimizations -finline-functions -finline-limit=10000 --param inline-unit-growth=300 --param large-function-growth=300 -fomit-frame-pointer -DHAVE_GETFULLPATHNAME -o CMakeFiles/cmTC_c1436.dir/src.c.o -c /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/src.c
  1183. /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/src.c:2:21: fatal error: windows.h: No such file or directory
  1184. #include <windows.h>
  1185. ^
  1186. compilation terminated.
  1187. make[1]: *** [CMakeFiles/cmTC_c1436.dir/build.make:66: CMakeFiles/cmTC_c1436.dir/src.c.o] Error 1
  1188. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1189. make: *** [Makefile:126: cmTC_c1436/fast] Error 2
  1190.  
  1191. Source file was:
  1192.  
  1193. #include <windows.h>
  1194. int main() {
  1195. const char *path = "Windows";
  1196. char *resolved_path;
  1197. (void)GetFullPathName(path, MAX_PATH, resolved_path, NULL);
  1198. return 0;
  1199. }
  1200.  
  1201. Performing C SOURCE FILE Test HAVE_DECL_LRINT failed with the following output:
  1202. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  1203.  
  1204. Run Build Command:"/usr/bin/make" "cmTC_b9dd8/fast"
  1205. /usr/bin/make -f CMakeFiles/cmTC_b9dd8.dir/build.make CMakeFiles/cmTC_b9dd8.dir/build
  1206. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1207. Building C object CMakeFiles/cmTC_b9dd8.dir/src.c.o
  1208. /usr/bin/cc -I/usr/local/include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -pipe -fno-strict-aliasing -fno-common -fexceptions -std=gnu99 -m64 -O3 -fstrength-reduce -fexpensive-optimizations -finline-functions -finline-limit=10000 --param inline-unit-growth=300 --param large-function-growth=300 -fomit-frame-pointer -DHAVE_DECL_LRINT -o CMakeFiles/cmTC_b9dd8.dir/src.c.o -c /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/src.c
  1209. In file included from /usr/include/math.h:69:0,
  1210. from /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/src.c:1:
  1211. /usr/include/bits/mathcalls.h:63:21: error: expected ')' before ',' token
  1212. __MATHCALL_VEC (cos,, (_Mdouble_ __x));
  1213. ^
  1214. /usr/include/bits/mathcalls.h:65:21: error: expected ')' before ',' token
  1215. __MATHCALL_VEC (sin,, (_Mdouble_ __x));
  1216. ^
  1217. /usr/include/bits/mathcalls.h:100:21: error: expected ')' before ',' token
  1218. __MATHCALL_VEC (exp,, (_Mdouble_ __x));
  1219. ^
  1220. /usr/include/bits/mathcalls.h:109:21: error: expected ')' before ',' token
  1221. __MATHCALL_VEC (log,, (_Mdouble_ __x));
  1222. ^
  1223. /usr/include/bits/mathcalls.h:153:21: error: expected ')' before ',' token
  1224. __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
  1225. ^
  1226. In file included from /usr/include/math.h:88:0,
  1227. from /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/src.c:1:
  1228. /usr/include/bits/mathcalls.h:63:21: error: expected ')' before ',' token
  1229. __MATHCALL_VEC (cos,, (_Mdouble_ __x));
  1230. ^
  1231. /usr/include/bits/mathcalls.h:65:21: error: expected ')' before ',' token
  1232. __MATHCALL_VEC (sin,, (_Mdouble_ __x));
  1233. ^
  1234. /usr/include/bits/mathcalls.h:100:21: error: expected ')' before ',' token
  1235. __MATHCALL_VEC (exp,, (_Mdouble_ __x));
  1236. ^
  1237. /usr/include/bits/mathcalls.h:109:21: error: expected ')' before ',' token
  1238. __MATHCALL_VEC (log,, (_Mdouble_ __x));
  1239. ^
  1240. /usr/include/bits/mathcalls.h:153:21: error: expected ')' before ',' token
  1241. __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
  1242. ^
  1243. In file included from /usr/include/math.h:132:0,
  1244. from /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/src.c:1:
  1245. /usr/include/bits/mathcalls.h:63:21: error: expected ')' before ',' token
  1246. __MATHCALL_VEC (cos,, (_Mdouble_ __x));
  1247. ^
  1248. /usr/include/bits/mathcalls.h:65:21: error: expected ')' before ',' token
  1249. __MATHCALL_VEC (sin,, (_Mdouble_ __x));
  1250. ^
  1251. /usr/include/bits/mathcalls.h:100:21: error: expected ')' before ',' token
  1252. __MATHCALL_VEC (exp,, (_Mdouble_ __x));
  1253. ^
  1254. /usr/include/bits/mathcalls.h:109:21: error: expected ')' before ',' token
  1255. __MATHCALL_VEC (log,, (_Mdouble_ __x));
  1256. ^
  1257. /usr/include/bits/mathcalls.h:153:21: error: expected ')' before ',' token
  1258. __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
  1259. ^
  1260. make[1]: *** [CMakeFiles/cmTC_b9dd8.dir/build.make:66: CMakeFiles/cmTC_b9dd8.dir/src.c.o] Error 1
  1261. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1262. make: *** [Makefile:126: cmTC_b9dd8/fast] Error 2
  1263.  
  1264. Source file was:
  1265. #include <math.h>
  1266. int main() { (void)lrint(0); return 0; }
  1267. Performing C SOURCE FILE Test HAVE_TGAMMA_tgamma_test_COMPILE failed with the following output:
  1268. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  1269.  
  1270. Run Build Command:"/usr/bin/make" "cmTC_30bb1/fast"
  1271. /usr/bin/make -f CMakeFiles/cmTC_30bb1.dir/build.make CMakeFiles/cmTC_30bb1.dir/build
  1272. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1273. Building C object CMakeFiles/cmTC_30bb1.dir/src.c.o
  1274. /usr/bin/cc -I/usr/local/include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -pipe -fno-strict-aliasing -fno-common -fexceptions -std=gnu99 -m64 -O3 -fstrength-reduce -fexpensive-optimizations -finline-functions -finline-limit=10000 --param inline-unit-growth=300 --param large-function-growth=300 -fomit-frame-pointer -DHAVE_TGAMMA_tgamma_test_COMPILE -o CMakeFiles/cmTC_30bb1.dir/src.c.o -c /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/src.c
  1275. In file included from /usr/include/math.h:69:0,
  1276. from /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/src.c:1:
  1277. /usr/include/bits/mathcalls.h:63:21: error: expected ')' before ',' token
  1278. __MATHCALL_VEC (cos,, (_Mdouble_ __x));
  1279. ^
  1280. /usr/include/bits/mathcalls.h:65:21: error: expected ')' before ',' token
  1281. __MATHCALL_VEC (sin,, (_Mdouble_ __x));
  1282. ^
  1283. /usr/include/bits/mathcalls.h:100:21: error: expected ')' before ',' token
  1284. __MATHCALL_VEC (exp,, (_Mdouble_ __x));
  1285. ^
  1286. /usr/include/bits/mathcalls.h:109:21: error: expected ')' before ',' token
  1287. __MATHCALL_VEC (log,, (_Mdouble_ __x));
  1288. ^
  1289. /usr/include/bits/mathcalls.h:153:21: error: expected ')' before ',' token
  1290. __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
  1291. ^
  1292. In file included from /usr/include/math.h:88:0,
  1293. from /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/src.c:1:
  1294. /usr/include/bits/mathcalls.h:63:21: error: expected ')' before ',' token
  1295. __MATHCALL_VEC (cos,, (_Mdouble_ __x));
  1296. ^
  1297. /usr/include/bits/mathcalls.h:65:21: error: expected ')' before ',' token
  1298. __MATHCALL_VEC (sin,, (_Mdouble_ __x));
  1299. ^
  1300. /usr/include/bits/mathcalls.h:100:21: error: expected ')' before ',' token
  1301. __MATHCALL_VEC (exp,, (_Mdouble_ __x));
  1302. ^
  1303. /usr/include/bits/mathcalls.h:109:21: error: expected ')' before ',' token
  1304. __MATHCALL_VEC (log,, (_Mdouble_ __x));
  1305. ^
  1306. /usr/include/bits/mathcalls.h:153:21: error: expected ')' before ',' token
  1307. __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
  1308. ^
  1309. In file included from /usr/include/math.h:132:0,
  1310. from /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/src.c:1:
  1311. /usr/include/bits/mathcalls.h:63:21: error: expected ')' before ',' token
  1312. __MATHCALL_VEC (cos,, (_Mdouble_ __x));
  1313. ^
  1314. /usr/include/bits/mathcalls.h:65:21: error: expected ')' before ',' token
  1315. __MATHCALL_VEC (sin,, (_Mdouble_ __x));
  1316. ^
  1317. /usr/include/bits/mathcalls.h:100:21: error: expected ')' before ',' token
  1318. __MATHCALL_VEC (exp,, (_Mdouble_ __x));
  1319. ^
  1320. /usr/include/bits/mathcalls.h:109:21: error: expected ')' before ',' token
  1321. __MATHCALL_VEC (log,, (_Mdouble_ __x));
  1322. ^
  1323. /usr/include/bits/mathcalls.h:153:21: error: expected ')' before ',' token
  1324. __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
  1325. ^
  1326. make[1]: *** [CMakeFiles/cmTC_30bb1.dir/build.make:66: CMakeFiles/cmTC_30bb1.dir/src.c.o] Error 1
  1327. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1328. make: *** [Makefile:126: cmTC_30bb1/fast] Error 2
  1329.  
  1330. Source file was:
  1331. #include <math.h>
  1332. int main() {double tga = tgamma(3.14); return 0;}
  1333. Performing C SOURCE FILE Test W__C_FLAG_FOUND failed with the following output:
  1334. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  1335.  
  1336. Run Build Command:"/usr/bin/make" "cmTC_2a963/fast"
  1337. /usr/bin/make -f CMakeFiles/cmTC_2a963.dir/build.make CMakeFiles/cmTC_2a963.dir/build
  1338. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1339. Building C object CMakeFiles/cmTC_2a963.dir/src.c.o
  1340. /usr/bin/cc -I/usr/local/include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DW__C_FLAG_FOUND -w- -o CMakeFiles/cmTC_2a963.dir/src.c.o -c /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/src.c
  1341. cc: error: unrecognized command line option '-w-'; did you mean '-w'?
  1342. make[1]: *** [CMakeFiles/cmTC_2a963.dir/build.make:66: CMakeFiles/cmTC_2a963.dir/src.c.o] Error 1
  1343. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1344. make: *** [Makefile:126: cmTC_2a963/fast] Error 2
  1345.  
  1346. Source file was:
  1347. int main(void) { return 0; }
  1348. Performing C++ SOURCE FILE Test W__CXX_FLAG_FOUND failed with the following output:
  1349. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  1350.  
  1351. Run Build Command:"/usr/bin/make" "cmTC_b190e/fast"
  1352. /usr/bin/make -f CMakeFiles/cmTC_b190e.dir/build.make CMakeFiles/cmTC_b190e.dir/build
  1353. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1354. Building CXX object CMakeFiles/cmTC_b190e.dir/src.cxx.o
  1355. /usr/bin/c++ -I/usr/local/include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DW__CXX_FLAG_FOUND -w- -o CMakeFiles/cmTC_b190e.dir/src.cxx.o -c /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/src.cxx
  1356. c++: error: unrecognized command line option '-w-'; did you mean '-w'?
  1357. make[1]: *** [CMakeFiles/cmTC_b190e.dir/build.make:66: CMakeFiles/cmTC_b190e.dir/src.cxx.o] Error 1
  1358. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1359. make: *** [Makefile:126: cmTC_b190e/fast] Error 2
  1360.  
  1361. Source file was:
  1362. int main() { return 0; }
  1363. Performing C SOURCE FILE Test W0_C_FLAG_FOUND failed with the following output:
  1364. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  1365.  
  1366. Run Build Command:"/usr/bin/make" "cmTC_e5c8d/fast"
  1367. /usr/bin/make -f CMakeFiles/cmTC_e5c8d.dir/build.make CMakeFiles/cmTC_e5c8d.dir/build
  1368. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1369. Building C object CMakeFiles/cmTC_e5c8d.dir/src.c.o
  1370. /usr/bin/cc -I/usr/local/include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DW0_C_FLAG_FOUND -W0 -o CMakeFiles/cmTC_e5c8d.dir/src.c.o -c /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/src.c
  1371. cc: error: unrecognized command line option '-W0'; did you mean '-W'?
  1372. make[1]: *** [CMakeFiles/cmTC_e5c8d.dir/build.make:66: CMakeFiles/cmTC_e5c8d.dir/src.c.o] Error 1
  1373. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1374. make: *** [Makefile:126: cmTC_e5c8d/fast] Error 2
  1375.  
  1376. Source file was:
  1377. int main(void) { return 0; }
  1378. Performing C++ SOURCE FILE Test W0_CXX_FLAG_FOUND failed with the following output:
  1379. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  1380.  
  1381. Run Build Command:"/usr/bin/make" "cmTC_4d033/fast"
  1382. /usr/bin/make -f CMakeFiles/cmTC_4d033.dir/build.make CMakeFiles/cmTC_4d033.dir/build
  1383. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1384. Building CXX object CMakeFiles/cmTC_4d033.dir/src.cxx.o
  1385. /usr/bin/c++ -I/usr/local/include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DW0_CXX_FLAG_FOUND -W0 -o CMakeFiles/cmTC_4d033.dir/src.cxx.o -c /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/src.cxx
  1386. c++: error: unrecognized command line option '-W0'; did you mean '-W'?
  1387. make[1]: *** [CMakeFiles/cmTC_4d033.dir/build.make:66: CMakeFiles/cmTC_4d033.dir/src.cxx.o] Error 1
  1388. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1389. make: *** [Makefile:126: cmTC_4d033/fast] Error 2
  1390.  
  1391. Source file was:
  1392. int main() { return 0; }
  1393. Determining if the include file dl.h exists failed with the following output:
  1394. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  1395.  
  1396. Run Build Command:"/usr/bin/make" "cmTC_14a8b/fast"
  1397. /usr/bin/make -f CMakeFiles/cmTC_14a8b.dir/build.make CMakeFiles/cmTC_14a8b.dir/build
  1398. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1399. Building C object CMakeFiles/cmTC_14a8b.dir/CheckIncludeFile.c.o
  1400. /usr/bin/cc -I/usr/local/include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -w -o CMakeFiles/cmTC_14a8b.dir/CheckIncludeFile.c.o -c /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
  1401. /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:16: fatal error: dl.h: No such file or directory
  1402. #include <dl.h>
  1403. ^
  1404. compilation terminated.
  1405. make[1]: *** [CMakeFiles/cmTC_14a8b.dir/build.make:66: CMakeFiles/cmTC_14a8b.dir/CheckIncludeFile.c.o] Error 1
  1406. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1407. make: *** [Makefile:126: cmTC_14a8b/fast] Error 2
  1408.  
  1409.  
  1410. Determining if the include file fp_class.h exists failed with the following output:
  1411. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  1412.  
  1413. Run Build Command:"/usr/bin/make" "cmTC_484c8/fast"
  1414. /usr/bin/make -f CMakeFiles/cmTC_484c8.dir/build.make CMakeFiles/cmTC_484c8.dir/build
  1415. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1416. Building C object CMakeFiles/cmTC_484c8.dir/CheckIncludeFile.c.o
  1417. /usr/bin/cc -I/usr/local/include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -w -o CMakeFiles/cmTC_484c8.dir/CheckIncludeFile.c.o -c /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
  1418. /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:22: fatal error: fp_class.h: No such file or directory
  1419. #include <fp_class.h>
  1420. ^
  1421. compilation terminated.
  1422. make[1]: *** [CMakeFiles/cmTC_484c8.dir/build.make:66: CMakeFiles/cmTC_484c8.dir/CheckIncludeFile.c.o] Error 1
  1423. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1424. make: *** [Makefile:126: cmTC_484c8/fast] Error 2
  1425.  
  1426.  
  1427. Determining if the include file ieeefp.h exists failed with the following output:
  1428. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  1429.  
  1430. Run Build Command:"/usr/bin/make" "cmTC_706e3/fast"
  1431. /usr/bin/make -f CMakeFiles/cmTC_706e3.dir/build.make CMakeFiles/cmTC_706e3.dir/build
  1432. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1433. Building C object CMakeFiles/cmTC_706e3.dir/CheckIncludeFile.c.o
  1434. /usr/bin/cc -I/usr/local/include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -w -o CMakeFiles/cmTC_706e3.dir/CheckIncludeFile.c.o -c /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
  1435. /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:20: fatal error: ieeefp.h: No such file or directory
  1436. #include <ieeefp.h>
  1437. ^
  1438. compilation terminated.
  1439. make[1]: *** [CMakeFiles/cmTC_706e3.dir/build.make:66: CMakeFiles/cmTC_706e3.dir/CheckIncludeFile.c.o] Error 1
  1440. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1441. make: *** [Makefile:126: cmTC_706e3/fast] Error 2
  1442.  
  1443.  
  1444. Determining if the include file inttypes.h.h exists failed with the following output:
  1445. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  1446.  
  1447. Run Build Command:"/usr/bin/make" "cmTC_1f30f/fast"
  1448. /usr/bin/make -f CMakeFiles/cmTC_1f30f.dir/build.make CMakeFiles/cmTC_1f30f.dir/build
  1449. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1450. Building C object CMakeFiles/cmTC_1f30f.dir/CheckIncludeFile.c.o
  1451. /usr/bin/cc -I/usr/local/include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -w -o CMakeFiles/cmTC_1f30f.dir/CheckIncludeFile.c.o -c /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
  1452. /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:24: fatal error: inttypes.h.h: No such file or directory
  1453. #include <inttypes.h.h>
  1454. ^
  1455. compilation terminated.
  1456. make[1]: *** [CMakeFiles/cmTC_1f30f.dir/build.make:66: CMakeFiles/cmTC_1f30f.dir/CheckIncludeFile.c.o] Error 1
  1457. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1458. make: *** [Makefile:126: cmTC_1f30f/fast] Error 2
  1459.  
  1460.  
  1461. Determining if the include file math.h exists failed with the following output:
  1462. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  1463.  
  1464. Run Build Command:"/usr/bin/make" "cmTC_13a82/fast"
  1465. /usr/bin/make -f CMakeFiles/cmTC_13a82.dir/build.make CMakeFiles/cmTC_13a82.dir/build
  1466. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1467. Building C object CMakeFiles/cmTC_13a82.dir/CheckIncludeFile.c.o
  1468. /usr/bin/cc -I/usr/local/include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -w -o CMakeFiles/cmTC_13a82.dir/CheckIncludeFile.c.o -c /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
  1469. In file included from /usr/include/math.h:69:0,
  1470. from /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:
  1471. /usr/include/bits/mathcalls.h:63:21: error: expected ')' before ',' token
  1472. __MATHCALL_VEC (cos,, (_Mdouble_ __x));
  1473. ^
  1474. /usr/include/bits/mathcalls.h:65:21: error: expected ')' before ',' token
  1475. __MATHCALL_VEC (sin,, (_Mdouble_ __x));
  1476. ^
  1477. /usr/include/bits/mathcalls.h:100:21: error: expected ')' before ',' token
  1478. __MATHCALL_VEC (exp,, (_Mdouble_ __x));
  1479. ^
  1480. /usr/include/bits/mathcalls.h:109:21: error: expected ')' before ',' token
  1481. __MATHCALL_VEC (log,, (_Mdouble_ __x));
  1482. ^
  1483. /usr/include/bits/mathcalls.h:153:21: error: expected ')' before ',' token
  1484. __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
  1485. ^
  1486. In file included from /usr/include/math.h:88:0,
  1487. from /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:
  1488. /usr/include/bits/mathcalls.h:63:21: error: expected ')' before ',' token
  1489. __MATHCALL_VEC (cos,, (_Mdouble_ __x));
  1490. ^
  1491. /usr/include/bits/mathcalls.h:65:21: error: expected ')' before ',' token
  1492. __MATHCALL_VEC (sin,, (_Mdouble_ __x));
  1493. ^
  1494. /usr/include/bits/mathcalls.h:100:21: error: expected ')' before ',' token
  1495. __MATHCALL_VEC (exp,, (_Mdouble_ __x));
  1496. ^
  1497. /usr/include/bits/mathcalls.h:109:21: error: expected ')' before ',' token
  1498. __MATHCALL_VEC (log,, (_Mdouble_ __x));
  1499. ^
  1500. /usr/include/bits/mathcalls.h:153:21: error: expected ')' before ',' token
  1501. __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
  1502. ^
  1503. In file included from /usr/include/math.h:132:0,
  1504. from /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:
  1505. /usr/include/bits/mathcalls.h:63:21: error: expected ')' before ',' token
  1506. __MATHCALL_VEC (cos,, (_Mdouble_ __x));
  1507. ^
  1508. /usr/include/bits/mathcalls.h:65:21: error: expected ')' before ',' token
  1509. __MATHCALL_VEC (sin,, (_Mdouble_ __x));
  1510. ^
  1511. /usr/include/bits/mathcalls.h:100:21: error: expected ')' before ',' token
  1512. __MATHCALL_VEC (exp,, (_Mdouble_ __x));
  1513. ^
  1514. /usr/include/bits/mathcalls.h:109:21: error: expected ')' before ',' token
  1515. __MATHCALL_VEC (log,, (_Mdouble_ __x));
  1516. ^
  1517. /usr/include/bits/mathcalls.h:153:21: error: expected ')' before ',' token
  1518. __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
  1519. ^
  1520. make[1]: *** [CMakeFiles/cmTC_13a82.dir/build.make:66: CMakeFiles/cmTC_13a82.dir/CheckIncludeFile.c.o] Error 1
  1521. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1522. make: *** [Makefile:126: cmTC_13a82/fast] Error 2
  1523.  
  1524.  
  1525. Determining if the include file nan.h exists failed with the following output:
  1526. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  1527.  
  1528. Run Build Command:"/usr/bin/make" "cmTC_0624c/fast"
  1529. /usr/bin/make -f CMakeFiles/cmTC_0624c.dir/build.make CMakeFiles/cmTC_0624c.dir/build
  1530. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1531. Building C object CMakeFiles/cmTC_0624c.dir/CheckIncludeFile.c.o
  1532. /usr/bin/cc -I/usr/local/include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -w -o CMakeFiles/cmTC_0624c.dir/CheckIncludeFile.c.o -c /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
  1533. /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:17: fatal error: nan.h: No such file or directory
  1534. #include <nan.h>
  1535. ^
  1536. compilation terminated.
  1537. make[1]: *** [CMakeFiles/cmTC_0624c.dir/build.make:66: CMakeFiles/cmTC_0624c.dir/CheckIncludeFile.c.o] Error 1
  1538. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1539. make: *** [Makefile:126: cmTC_0624c/fast] Error 2
  1540.  
  1541.  
  1542. Determining if the include file ndir.h exists failed with the following output:
  1543. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  1544.  
  1545. Run Build Command:"/usr/bin/make" "cmTC_95f91/fast"
  1546. /usr/bin/make -f CMakeFiles/cmTC_95f91.dir/build.make CMakeFiles/cmTC_95f91.dir/build
  1547. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1548. Building C object CMakeFiles/cmTC_95f91.dir/CheckIncludeFile.c.o
  1549. /usr/bin/cc -I/usr/local/include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -w -o CMakeFiles/cmTC_95f91.dir/CheckIncludeFile.c.o -c /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
  1550. /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:18: fatal error: ndir.h: No such file or directory
  1551. #include <ndir.h>
  1552. ^
  1553. compilation terminated.
  1554. make[1]: *** [CMakeFiles/cmTC_95f91.dir/build.make:66: CMakeFiles/cmTC_95f91.dir/CheckIncludeFile.c.o] Error 1
  1555. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1556. make: *** [Makefile:126: cmTC_95f91/fast] Error 2
  1557.  
  1558.  
  1559. Determining if the include file sys/ndir.h exists failed with the following output:
  1560. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  1561.  
  1562. Run Build Command:"/usr/bin/make" "cmTC_ec3d2/fast"
  1563. /usr/bin/make -f CMakeFiles/cmTC_ec3d2.dir/build.make CMakeFiles/cmTC_ec3d2.dir/build
  1564. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1565. Building C object CMakeFiles/cmTC_ec3d2.dir/CheckIncludeFile.c.o
  1566. /usr/bin/cc -I/usr/local/include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -w -o CMakeFiles/cmTC_ec3d2.dir/CheckIncludeFile.c.o -c /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
  1567. /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:22: fatal error: sys/ndir.h: No such file or directory
  1568. #include <sys/ndir.h>
  1569. ^
  1570. compilation terminated.
  1571. make[1]: *** [CMakeFiles/cmTC_ec3d2.dir/build.make:66: CMakeFiles/cmTC_ec3d2.dir/CheckIncludeFile.c.o] Error 1
  1572. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1573. make: *** [Makefile:126: cmTC_ec3d2/fast] Error 2
  1574.  
  1575.  
  1576. Determining if the function __va_copy exists failed with the following output:
  1577. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  1578.  
  1579. Run Build Command:"/usr/bin/make" "cmTC_c108c/fast"
  1580. /usr/bin/make -f CMakeFiles/cmTC_c108c.dir/build.make CMakeFiles/cmTC_c108c.dir/build
  1581. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1582. Building C object CMakeFiles/cmTC_c108c.dir/CheckFunctionExists.c.o
  1583. /usr/bin/cc -I/usr/local/include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -w -DCHECK_FUNCTION_EXISTS=__va_copy -o CMakeFiles/cmTC_c108c.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.6/Modules/CheckFunctionExists.c
  1584. Linking C executable cmTC_c108c
  1585. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c108c.dir/link.txt --verbose=1
  1586. /usr/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -w -DCHECK_FUNCTION_EXISTS=__va_copy -Wl,-O1,--sort-common,--as-needed,-z,relro CMakeFiles/cmTC_c108c.dir/CheckFunctionExists.c.o -o cmTC_c108c -rdynamic -lm
  1587. CMakeFiles/cmTC_c108c.dir/CheckFunctionExists.c.o: In function `main':
  1588. CheckFunctionExists.c:(.text.startup+0xe): undefined reference to `__va_copy'
  1589. collect2: error: ld returned 1 exit status
  1590. make[1]: *** [CMakeFiles/cmTC_c108c.dir/build.make:98: cmTC_c108c] Error 1
  1591. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1592. make: *** [Makefile:126: cmTC_c108c/fast] Error 2
  1593.  
  1594.  
  1595. Determining if the include file sys/filio.h exists failed with the following output:
  1596. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  1597.  
  1598. Run Build Command:"/usr/bin/make" "cmTC_3873b/fast"
  1599. /usr/bin/make -f CMakeFiles/cmTC_3873b.dir/build.make CMakeFiles/cmTC_3873b.dir/build
  1600. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1601. Building C object CMakeFiles/cmTC_3873b.dir/CheckIncludeFile.c.o
  1602. /usr/bin/cc -I/usr/local/include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -w -o CMakeFiles/cmTC_3873b.dir/CheckIncludeFile.c.o -c /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
  1603. /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:23: fatal error: sys/filio.h: No such file or directory
  1604. #include <sys/filio.h>
  1605. ^
  1606. compilation terminated.
  1607. make[1]: *** [CMakeFiles/cmTC_3873b.dir/build.make:66: CMakeFiles/cmTC_3873b.dir/CheckIncludeFile.c.o] Error 1
  1608. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1609. make: *** [Makefile:126: cmTC_3873b/fast] Error 2
  1610.  
  1611.  
  1612. Determining if the function pthread_attr_setstacksize exists failed with the following output:
  1613. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  1614.  
  1615. Run Build Command:"/usr/bin/make" "cmTC_78c2c/fast"
  1616. /usr/bin/make -f CMakeFiles/cmTC_78c2c.dir/build.make CMakeFiles/cmTC_78c2c.dir/build
  1617. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1618. Building C object CMakeFiles/cmTC_78c2c.dir/CheckFunctionExists.c.o
  1619. /usr/bin/cc -I/usr/local/include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -w -pipe -DCHECK_FUNCTION_EXISTS=pthread_attr_setstacksize -o CMakeFiles/cmTC_78c2c.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.6/Modules/CheckFunctionExists.c
  1620. Linking C executable cmTC_78c2c
  1621. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_78c2c.dir/link.txt --verbose=1
  1622. /usr/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -w -pipe -DCHECK_FUNCTION_EXISTS=pthread_attr_setstacksize -Wl,-O1,--sort-common,--as-needed,-z,relro CMakeFiles/cmTC_78c2c.dir/CheckFunctionExists.c.o -o cmTC_78c2c -rdynamic -lm
  1623. CMakeFiles/cmTC_78c2c.dir/CheckFunctionExists.c.o: In function `main':
  1624. CheckFunctionExists.c:(.text.startup+0xe): undefined reference to `pthread_attr_setstacksize'
  1625. collect2: error: ld returned 1 exit status
  1626. make[1]: *** [CMakeFiles/cmTC_78c2c.dir/build.make:98: cmTC_78c2c] Error 1
  1627. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1628. make: *** [Makefile:126: cmTC_78c2c/fast] Error 2
  1629.  
  1630.  
  1631. Determining if the function pthread_attr_get_np exists failed with the following output:
  1632. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  1633.  
  1634. Run Build Command:"/usr/bin/make" "cmTC_210ef/fast"
  1635. /usr/bin/make -f CMakeFiles/cmTC_210ef.dir/build.make CMakeFiles/cmTC_210ef.dir/build
  1636. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1637. Building C object CMakeFiles/cmTC_210ef.dir/CheckFunctionExists.c.o
  1638. /usr/bin/cc -I/usr/local/include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -w -pipe -DCHECK_FUNCTION_EXISTS=pthread_attr_get_np -o CMakeFiles/cmTC_210ef.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.6/Modules/CheckFunctionExists.c
  1639. Linking C executable cmTC_210ef
  1640. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_210ef.dir/link.txt --verbose=1
  1641. /usr/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -w -pipe -DCHECK_FUNCTION_EXISTS=pthread_attr_get_np -Wl,-O1,--sort-common,--as-needed,-z,relro CMakeFiles/cmTC_210ef.dir/CheckFunctionExists.c.o -o cmTC_210ef -rdynamic -lm
  1642. CMakeFiles/cmTC_210ef.dir/CheckFunctionExists.c.o: In function `main':
  1643. CheckFunctionExists.c:(.text.startup+0xe): undefined reference to `pthread_attr_get_np'
  1644. collect2: error: ld returned 1 exit status
  1645. make[1]: *** [CMakeFiles/cmTC_210ef.dir/build.make:98: cmTC_210ef] Error 1
  1646. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1647. make: *** [Makefile:126: cmTC_210ef/fast] Error 2
  1648.  
  1649.  
  1650. Determining if the function pthread_getattr_np exists failed with the following output:
  1651. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  1652.  
  1653. Run Build Command:"/usr/bin/make" "cmTC_71b80/fast"
  1654. /usr/bin/make -f CMakeFiles/cmTC_71b80.dir/build.make CMakeFiles/cmTC_71b80.dir/build
  1655. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1656. Building C object CMakeFiles/cmTC_71b80.dir/CheckFunctionExists.c.o
  1657. /usr/bin/cc -I/usr/local/include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -w -pipe -DCHECK_FUNCTION_EXISTS=pthread_getattr_np -o CMakeFiles/cmTC_71b80.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.6/Modules/CheckFunctionExists.c
  1658. Linking C executable cmTC_71b80
  1659. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_71b80.dir/link.txt --verbose=1
  1660. /usr/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -w -pipe -DCHECK_FUNCTION_EXISTS=pthread_getattr_np -Wl,-O1,--sort-common,--as-needed,-z,relro CMakeFiles/cmTC_71b80.dir/CheckFunctionExists.c.o -o cmTC_71b80 -rdynamic -lm
  1661. CMakeFiles/cmTC_71b80.dir/CheckFunctionExists.c.o: In function `main':
  1662. CheckFunctionExists.c:(.text.startup+0xe): undefined reference to `pthread_getattr_np'
  1663. collect2: error: ld returned 1 exit status
  1664. make[1]: *** [CMakeFiles/cmTC_71b80.dir/build.make:98: cmTC_71b80] Error 1
  1665. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1666. make: *** [Makefile:126: cmTC_71b80/fast] Error 2
  1667.  
  1668.  
  1669. Determining if the function pthread_get_stacksize_np exists failed with the following output:
  1670. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  1671.  
  1672. Run Build Command:"/usr/bin/make" "cmTC_c5605/fast"
  1673. /usr/bin/make -f CMakeFiles/cmTC_c5605.dir/build.make CMakeFiles/cmTC_c5605.dir/build
  1674. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1675. Building C object CMakeFiles/cmTC_c5605.dir/CheckFunctionExists.c.o
  1676. /usr/bin/cc -I/usr/local/include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -w -pipe -DCHECK_FUNCTION_EXISTS=pthread_get_stacksize_np -o CMakeFiles/cmTC_c5605.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.6/Modules/CheckFunctionExists.c
  1677. Linking C executable cmTC_c5605
  1678. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c5605.dir/link.txt --verbose=1
  1679. /usr/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -w -pipe -DCHECK_FUNCTION_EXISTS=pthread_get_stacksize_np -Wl,-O1,--sort-common,--as-needed,-z,relro CMakeFiles/cmTC_c5605.dir/CheckFunctionExists.c.o -o cmTC_c5605 -rdynamic -lm
  1680. CMakeFiles/cmTC_c5605.dir/CheckFunctionExists.c.o: In function `main':
  1681. CheckFunctionExists.c:(.text.startup+0xe): undefined reference to `pthread_get_stacksize_np'
  1682. collect2: error: ld returned 1 exit status
  1683. make[1]: *** [CMakeFiles/cmTC_c5605.dir/build.make:98: cmTC_c5605] Error 1
  1684. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1685. make: *** [Makefile:126: cmTC_c5605/fast] Error 2
  1686.  
  1687.  
  1688. Determining if the function ieee_flags exists in the sunmath failed with the following output:
  1689. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  1690.  
  1691. Run Build Command:"/usr/bin/make" "cmTC_5a4d1/fast"
  1692. /usr/bin/make -f CMakeFiles/cmTC_5a4d1.dir/build.make CMakeFiles/cmTC_5a4d1.dir/build
  1693. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1694. Building C object CMakeFiles/cmTC_5a4d1.dir/CheckFunctionExists.c.o
  1695. /usr/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -w -pipe -DCHECK_FUNCTION_EXISTS=ieee_flags -o CMakeFiles/cmTC_5a4d1.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.6/Modules/CheckFunctionExists.c
  1696. Linking C executable cmTC_5a4d1
  1697. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5a4d1.dir/link.txt --verbose=1
  1698. /usr/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -w -pipe -DCHECK_FUNCTION_EXISTS=ieee_flags -Wl,-O1,--sort-common,--as-needed,-z,relro CMakeFiles/cmTC_5a4d1.dir/CheckFunctionExists.c.o -o cmTC_5a4d1 -rdynamic -lsunmath -lm
  1699. /usr/bin/ld: cannot find -lsunmath
  1700. collect2: error: ld returned 1 exit status
  1701. make[1]: *** [CMakeFiles/cmTC_5a4d1.dir/build.make:98: cmTC_5a4d1] Error 1
  1702. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1703. make: *** [Makefile:126: cmTC_5a4d1/fast] Error 2
  1704.  
  1705.  
  1706. Determining if the include file net/errno.h exists failed with the following output:
  1707. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  1708.  
  1709. Run Build Command:"/usr/bin/make" "cmTC_937a8/fast"
  1710. /usr/bin/make -f CMakeFiles/cmTC_937a8.dir/build.make CMakeFiles/cmTC_937a8.dir/build
  1711. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1712. Building C object CMakeFiles/cmTC_937a8.dir/CheckIncludeFile.c.o
  1713. /usr/bin/cc -I/usr/local/include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -w -pipe -o CMakeFiles/cmTC_937a8.dir/CheckIncludeFile.c.o -c /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
  1714. /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:23: fatal error: net/errno.h: No such file or directory
  1715. #include <net/errno.h>
  1716. ^
  1717. compilation terminated.
  1718. make[1]: *** [CMakeFiles/cmTC_937a8.dir/build.make:66: CMakeFiles/cmTC_937a8.dir/CheckIncludeFile.c.o] Error 1
  1719. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1720. make: *** [Makefile:126: cmTC_937a8/fast] Error 2
  1721.  
  1722.  
  1723. Performing C SOURCE FILE Test HAVE_GETHOSTBYADDR_R_7 failed with the following output:
  1724. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  1725.  
  1726. Run Build Command:"/usr/bin/make" "cmTC_32e0e/fast"
  1727. /usr/bin/make -f CMakeFiles/cmTC_32e0e.dir/build.make CMakeFiles/cmTC_32e0e.dir/build
  1728. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1729. Building C object CMakeFiles/cmTC_32e0e.dir/src.c.o
  1730. /usr/bin/cc -I/usr/local/include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -w -pipe -m64 -DNDEBUG -O2 -DHAVE_GETHOSTBYADDR_R_7 -o CMakeFiles/cmTC_32e0e.dir/src.c.o -c /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/src.c
  1731. /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/src.c: In function 'main':
  1732. /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/src.c:12:8: error: too few arguments to function 'gethostbyaddr_r'
  1733. (void) gethostbyaddr_r(addr, length, type, result, buffer, buflen, &h_errnop);
  1734. ^~~~~~~~~~~~~~~
  1735. In file included from /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/src.c:2:0:
  1736. /usr/include/netdb.h:172:12: note: declared here
  1737. extern int gethostbyaddr_r (const void *__restrict __addr, __socklen_t __len,
  1738. ^~~~~~~~~~~~~~~
  1739. make[1]: *** [CMakeFiles/cmTC_32e0e.dir/build.make:66: CMakeFiles/cmTC_32e0e.dir/src.c.o] Error 1
  1740. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1741. make: *** [Makefile:126: cmTC_32e0e/fast] Error 2
  1742.  
  1743. Source file was:
  1744.  
  1745. #include <netdb.h>
  1746. int main(){
  1747. char *addr;
  1748. int length;
  1749. int type;
  1750. struct hostent *result;
  1751. char buffer[2048];
  1752. int buflen = 2048;
  1753. int h_errnop;
  1754.  
  1755. (void) gethostbyaddr_r(addr, length, type, result, buffer, buflen, &h_errnop);
  1756. return 0;}
  1757.  
  1758. Performing C SOURCE FILE Test HAVE_TM_TZADJ failed with the following output:
  1759. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  1760.  
  1761. Run Build Command:"/usr/bin/make" "cmTC_cdf8e/fast"
  1762. /usr/bin/make -f CMakeFiles/cmTC_cdf8e.dir/build.make CMakeFiles/cmTC_cdf8e.dir/build
  1763. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1764. Building C object CMakeFiles/cmTC_cdf8e.dir/src.c.o
  1765. /usr/bin/cc -I/usr/local/include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -w -pipe -m64 -DNDEBUG -O2 -DHAVE_TM_TZADJ -o CMakeFiles/cmTC_cdf8e.dir/src.c.o -c /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/src.c
  1766. /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/src.c: In function 'main':
  1767. /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/src.c:6:33: error: 'struct tm' has no member named 'tm_tzadj'; did you mean 'tm_mday'?
  1768. (void)sizeof(((struct tm *)0)->tm_tzadj);
  1769. ^~
  1770. make[1]: *** [CMakeFiles/cmTC_cdf8e.dir/build.make:66: CMakeFiles/cmTC_cdf8e.dir/src.c.o] Error 1
  1771. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1772. make: *** [Makefile:126: cmTC_cdf8e/fast] Error 2
  1773.  
  1774. Source file was:
  1775.  
  1776. #include <time.h>
  1777.  
  1778. int main()
  1779. {
  1780. (void)sizeof(((struct tm *)0)->tm_tzadj);
  1781. return 0;
  1782. }
  1783.  
  1784. Determining if the function fstatfs, exists failed with the following output:
  1785. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  1786.  
  1787. Run Build Command:"/usr/bin/make" "cmTC_8292d/fast"
  1788. /usr/bin/make -f CMakeFiles/cmTC_8292d.dir/build.make CMakeFiles/cmTC_8292d.dir/build
  1789. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1790. Building C object CMakeFiles/cmTC_8292d.dir/CheckFunctionExists.c.o
  1791. /usr/bin/cc -I/usr/local/include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -w -pipe -m64 -DNDEBUG -O2 -DCHECK_FUNCTION_EXISTS=fstatfs, -o CMakeFiles/cmTC_8292d.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.6/Modules/CheckFunctionExists.c
  1792. /usr/share/cmake-3.6/Modules/CheckFunctionExists.c:7:25: error: expected identifier or '(' before ')' token
  1793. CHECK_FUNCTION_EXISTS();
  1794. ^
  1795. /usr/share/cmake-3.6/Modules/CheckFunctionExists.c: In function 'main':
  1796. /usr/share/cmake-3.6/Modules/CheckFunctionExists.c:17:25: error: expected expression before ')' token
  1797. CHECK_FUNCTION_EXISTS();
  1798. ^
  1799. make[1]: *** [CMakeFiles/cmTC_8292d.dir/build.make:66: CMakeFiles/cmTC_8292d.dir/CheckFunctionExists.c.o] Error 1
  1800. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1801. make: *** [Makefile:126: cmTC_8292d/fast] Error 2
  1802.  
  1803.  
  1804. Performing C SOURCE FILE Test HAVE_UNION_WAIT failed with the following output:
  1805. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  1806.  
  1807. Run Build Command:"/usr/bin/make" "cmTC_07ac5/fast"
  1808. /usr/bin/make -f CMakeFiles/cmTC_07ac5.dir/build.make CMakeFiles/cmTC_07ac5.dir/build
  1809. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1810. Building C object CMakeFiles/cmTC_07ac5.dir/src.c.o
  1811. /usr/bin/cc -I/usr/local/include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -w -pipe -m64 -DNDEBUG -O2 -DHAVE_UNION_WAIT -o CMakeFiles/cmTC_07ac5.dir/src.c.o -c /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/src.c
  1812. In file included from /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/src.c:3:0:
  1813. /usr/include/sys/wait.h:148:20: error: unknown type name 'idtype_t'
  1814. extern int waitid (idtype_t __idtype, __id_t __id, siginfo_t *__infop,
  1815. ^~~~~~~~
  1816. /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/src.c: In function 'main':
  1817. /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/src.c:8:12: error: storage size of 'x' isn't known
  1818. union wait x;
  1819. ^
  1820. make[1]: *** [CMakeFiles/cmTC_07ac5.dir/build.make:66: CMakeFiles/cmTC_07ac5.dir/src.c.o] Error 1
  1821. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1822. make: *** [Makefile:126: cmTC_07ac5/fast] Error 2
  1823.  
  1824. Return value: 1
  1825. Source file was:
  1826.  
  1827. #include <sys/types.h>
  1828. #include <sys/wait.h>
  1829. int
  1830. main ()
  1831. {
  1832.  
  1833. union wait x;
  1834. WIFEXITED(x); /* Generates compiler error if WIFEXITED
  1835. * uses an int. */
  1836. return 0;
  1837. }
  1838.  
  1839. Determining if the function BSDgettimeofday exists failed with the following output:
  1840. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  1841.  
  1842. Run Build Command:"/usr/bin/make" "cmTC_26d6f/fast"
  1843. /usr/bin/make -f CMakeFiles/cmTC_26d6f.dir/build.make CMakeFiles/cmTC_26d6f.dir/build
  1844. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1845. Building C object CMakeFiles/cmTC_26d6f.dir/CheckFunctionExists.c.o
  1846. /usr/bin/cc -I/usr/local/include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -w -pipe -m64 -DNDEBUG -O2 -DCHECK_FUNCTION_EXISTS=BSDgettimeofday -o CMakeFiles/cmTC_26d6f.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.6/Modules/CheckFunctionExists.c
  1847. Linking C executable cmTC_26d6f
  1848. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_26d6f.dir/link.txt --verbose=1
  1849. /usr/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -w -pipe -m64 -DNDEBUG -O2 -DCHECK_FUNCTION_EXISTS=BSDgettimeofday -Wl,-O1,--sort-common,--as-needed,-z,relro CMakeFiles/cmTC_26d6f.dir/CheckFunctionExists.c.o -o cmTC_26d6f -rdynamic -lm
  1850. CMakeFiles/cmTC_26d6f.dir/CheckFunctionExists.c.o: In function `main':
  1851. CheckFunctionExists.c:(.text.startup+0xe): undefined reference to `BSDgettimeofday'
  1852. collect2: error: ld returned 1 exit status
  1853. make[1]: *** [CMakeFiles/cmTC_26d6f.dir/build.make:98: cmTC_26d6f] Error 1
  1854. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1855. make: *** [Makefile:126: cmTC_26d6f/fast] Error 2
  1856.  
  1857.  
  1858. Performing C SOURCE FILE Test USABLE_ISNAN failed with the following output:
  1859. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  1860.  
  1861. Run Build Command:"/usr/bin/make" "cmTC_0a4a0/fast"
  1862. /usr/bin/make -f CMakeFiles/cmTC_0a4a0.dir/build.make CMakeFiles/cmTC_0a4a0.dir/build
  1863. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1864. Building C object CMakeFiles/cmTC_0a4a0.dir/src.c.o
  1865. /usr/bin/cc -I/usr/local/include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -w -pipe -m64 -DNDEBUG -O2 -DUSABLE_ISNAN -o CMakeFiles/cmTC_0a4a0.dir/src.c.o -c /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/src.c
  1866. In file included from /usr/include/math.h:69:0,
  1867. from /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/src.c:2:
  1868. /usr/include/bits/mathcalls.h:63:21: error: expected ')' before ',' token
  1869. __MATHCALL_VEC (cos,, (_Mdouble_ __x));
  1870. ^
  1871. /usr/include/bits/mathcalls.h:65:21: error: expected ')' before ',' token
  1872. __MATHCALL_VEC (sin,, (_Mdouble_ __x));
  1873. ^
  1874. /usr/include/bits/mathcalls.h:100:21: error: expected ')' before ',' token
  1875. __MATHCALL_VEC (exp,, (_Mdouble_ __x));
  1876. ^
  1877. /usr/include/bits/mathcalls.h:109:21: error: expected ')' before ',' token
  1878. __MATHCALL_VEC (log,, (_Mdouble_ __x));
  1879. ^
  1880. /usr/include/bits/mathcalls.h:153:21: error: expected ')' before ',' token
  1881. __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
  1882. ^
  1883. In file included from /usr/include/math.h:88:0,
  1884. from /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/src.c:2:
  1885. /usr/include/bits/mathcalls.h:63:21: error: expected ')' before ',' token
  1886. __MATHCALL_VEC (cos,, (_Mdouble_ __x));
  1887. ^
  1888. /usr/include/bits/mathcalls.h:65:21: error: expected ')' before ',' token
  1889. __MATHCALL_VEC (sin,, (_Mdouble_ __x));
  1890. ^
  1891. /usr/include/bits/mathcalls.h:100:21: error: expected ')' before ',' token
  1892. __MATHCALL_VEC (exp,, (_Mdouble_ __x));
  1893. ^
  1894. /usr/include/bits/mathcalls.h:109:21: error: expected ')' before ',' token
  1895. __MATHCALL_VEC (log,, (_Mdouble_ __x));
  1896. ^
  1897. /usr/include/bits/mathcalls.h:153:21: error: expected ')' before ',' token
  1898. __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
  1899. ^
  1900. In file included from /usr/include/math.h:132:0,
  1901. from /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/src.c:2:
  1902. /usr/include/bits/mathcalls.h:63:21: error: expected ')' before ',' token
  1903. __MATHCALL_VEC (cos,, (_Mdouble_ __x));
  1904. ^
  1905. /usr/include/bits/mathcalls.h:65:21: error: expected ')' before ',' token
  1906. __MATHCALL_VEC (sin,, (_Mdouble_ __x));
  1907. ^
  1908. /usr/include/bits/mathcalls.h:100:21: error: expected ')' before ',' token
  1909. __MATHCALL_VEC (exp,, (_Mdouble_ __x));
  1910. ^
  1911. /usr/include/bits/mathcalls.h:109:21: error: expected ')' before ',' token
  1912. __MATHCALL_VEC (log,, (_Mdouble_ __x));
  1913. ^
  1914. /usr/include/bits/mathcalls.h:153:21: error: expected ')' before ',' token
  1915. __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
  1916. ^
  1917. make[1]: *** [CMakeFiles/cmTC_0a4a0.dir/build.make:66: CMakeFiles/cmTC_0a4a0.dir/src.c.o] Error 1
  1918. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1919. make: *** [Makefile:126: cmTC_0a4a0/fast] Error 2
  1920.  
  1921. Return value: 1
  1922. Source file was:
  1923.  
  1924. #include <math.h>
  1925. int main () {
  1926. isnan(0.0); /* Generates an error if isnan is missing */
  1927. return 0;
  1928. }
  1929.  
  1930. Determining if the include file sys/fstatfs.h exists failed with the following output:
  1931. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  1932.  
  1933. Run Build Command:"/usr/bin/make" "cmTC_0ba80/fast"
  1934. /usr/bin/make -f CMakeFiles/cmTC_0ba80.dir/build.make CMakeFiles/cmTC_0ba80.dir/build
  1935. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1936. Building C object CMakeFiles/cmTC_0ba80.dir/CheckIncludeFile.c.o
  1937. /usr/bin/cc -I/usr/local/include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -w -pipe -m64 -DNDEBUG -O2 -o CMakeFiles/cmTC_0ba80.dir/CheckIncludeFile.c.o -c /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
  1938. /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:25: fatal error: sys/fstatfs.h: No such file or directory
  1939. #include <sys/fstatfs.h>
  1940. ^
  1941. compilation terminated.
  1942. make[1]: *** [CMakeFiles/cmTC_0ba80.dir/build.make:66: CMakeFiles/cmTC_0ba80.dir/CheckIncludeFile.c.o] Error 1
  1943. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1944. make: *** [Makefile:126: cmTC_0ba80/fast] Error 2
  1945.  
  1946.  
  1947. Determining if the include file AvailabilityMacros.h exists failed with the following output:
  1948. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  1949.  
  1950. Run Build Command:"/usr/bin/make" "cmTC_fc272/fast"
  1951. /usr/bin/make -f CMakeFiles/cmTC_fc272.dir/build.make CMakeFiles/cmTC_fc272.dir/build
  1952. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1953. Building C object CMakeFiles/cmTC_fc272.dir/CheckIncludeFile.c.o
  1954. /usr/bin/cc -I/usr/local/include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -w -pipe -m64 -DNDEBUG -O2 -o CMakeFiles/cmTC_fc272.dir/CheckIncludeFile.c.o -c /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
  1955. /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:32: fatal error: AvailabilityMacros.h: No such file or directory
  1956. #include <AvailabilityMacros.h>
  1957. ^
  1958. compilation terminated.
  1959. make[1]: *** [CMakeFiles/cmTC_fc272.dir/build.make:66: CMakeFiles/cmTC_fc272.dir/CheckIncludeFile.c.o] Error 1
  1960. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1961. make: *** [Makefile:126: cmTC_fc272/fast] Error 2
  1962.  
  1963.  
  1964. Determining if the include file sys/modem.h exists failed with the following output:
  1965. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  1966.  
  1967. Run Build Command:"/usr/bin/make" "cmTC_e3cea/fast"
  1968. /usr/bin/make -f CMakeFiles/cmTC_e3cea.dir/build.make CMakeFiles/cmTC_e3cea.dir/build
  1969. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1970. Building C object CMakeFiles/cmTC_e3cea.dir/CheckIncludeFile.c.o
  1971. /usr/bin/cc -I/usr/local/include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -w -pipe -m64 -DNDEBUG -O2 -o CMakeFiles/cmTC_e3cea.dir/CheckIncludeFile.c.o -c /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
  1972. /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:23: fatal error: sys/modem.h: No such file or directory
  1973. #include <sys/modem.h>
  1974. ^
  1975. compilation terminated.
  1976. make[1]: *** [CMakeFiles/cmTC_e3cea.dir/build.make:66: CMakeFiles/cmTC_e3cea.dir/CheckIncludeFile.c.o] Error 1
  1977. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1978. make: *** [Makefile:126: cmTC_e3cea/fast] Error 2
  1979.  
  1980.  
  1981. Determining if the include file sysent.h exists failed with the following output:
  1982. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  1983.  
  1984. Run Build Command:"/usr/bin/make" "cmTC_d53f1/fast"
  1985. /usr/bin/make -f CMakeFiles/cmTC_d53f1.dir/build.make CMakeFiles/cmTC_d53f1.dir/build
  1986. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1987. Building C object CMakeFiles/cmTC_d53f1.dir/CheckIncludeFile.c.o
  1988. /usr/bin/cc -I/usr/local/include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -w -o CMakeFiles/cmTC_d53f1.dir/CheckIncludeFile.c.o -c /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
  1989. /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:20: fatal error: sysent.h: No such file or directory
  1990. #include <sysent.h>
  1991. ^
  1992. compilation terminated.
  1993. make[1]: *** [CMakeFiles/cmTC_d53f1.dir/build.make:66: CMakeFiles/cmTC_d53f1.dir/CheckIncludeFile.c.o] Error 1
  1994. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  1995. make: *** [Makefile:126: cmTC_d53f1/fast] Error 2
  1996.  
  1997.  
  1998. Performing C++ SOURCE FILE Test HAVE_STD_THREAD failed with the following output:
  1999. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  2000.  
  2001. Run Build Command:"/usr/bin/make" "cmTC_9785e/fast"
  2002. /usr/bin/make -f CMakeFiles/cmTC_9785e.dir/build.make CMakeFiles/cmTC_9785e.dir/build
  2003. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  2004. Building CXX object CMakeFiles/cmTC_9785e.dir/src.cxx.o
  2005. /usr/bin/c++ -I/usr/local/include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -w -DHAVE_STD_THREAD -pthread -std=c++0x -o CMakeFiles/cmTC_9785e.dir/src.cxx.o -c /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/src.cxx
  2006. In file included from /usr/include/c++/6.2.1/x86_64-pc-linux-gnu/bits/gthr-default.h:35:0,
  2007. from /usr/include/c++/6.2.1/x86_64-pc-linux-gnu/bits/gthr.h:148,
  2008. from /usr/include/c++/6.2.1/ext/atomicity.h:35,
  2009. from /usr/include/c++/6.2.1/bits/ios_base.h:39,
  2010. from /usr/include/c++/6.2.1/ios:42,
  2011. from /usr/include/c++/6.2.1/ostream:38,
  2012. from /usr/include/c++/6.2.1/iostream:39,
  2013. from /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/src.cxx:2:
  2014. /usr/include/c++/6.2.1/ext/concurrence.h:122:34: error: braces around scalar initializer for type 'short int'
  2015. __gthread_mutex_t _M_mutex = __GTHREAD_MUTEX_INIT;
  2016. ^
  2017. /usr/include/c++/6.2.1/ext/concurrence.h:177:44: error: braces around scalar initializer for type 'short int'
  2018. __gthread_recursive_mutex_t _M_mutex = __GTHREAD_RECURSIVE_MUTEX_INIT;
  2019. ^
  2020. make[1]: *** [CMakeFiles/cmTC_9785e.dir/build.make:66: CMakeFiles/cmTC_9785e.dir/src.cxx.o] Error 1
  2021. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  2022. make: *** [Makefile:126: cmTC_9785e/fast] Error 2
  2023.  
  2024. Return value: 1
  2025. Source file was:
  2026.  
  2027. #include <iostream>
  2028. #include <thread>
  2029. void do_work() {
  2030. std::cout << "thread" << std::endl;
  2031. }
  2032. int main() {
  2033. std::thread t(do_work);
  2034. t.join();
  2035. }
  2036.  
  2037. Performing C++ SOURCE FILE Test HAVE_UNIQUE_PTR failed with the following output:
  2038. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  2039.  
  2040. Run Build Command:"/usr/bin/make" "cmTC_fe923/fast"
  2041. /usr/bin/make -f CMakeFiles/cmTC_fe923.dir/build.make CMakeFiles/cmTC_fe923.dir/build
  2042. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  2043. Building CXX object CMakeFiles/cmTC_fe923.dir/src.cxx.o
  2044. /usr/bin/c++ -I/usr/local/include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -pipe -fno-strict-aliasing -fno-common -fexceptions -ftemplate-depth-128 -std=gnu++98 -m64 -O3 -fstrength-reduce -fexpensive-optimizations -finline-functions -finline-limit=10000 --param inline-unit-growth=300 --param large-function-growth=300 -fomit-frame-pointer -DHAVE_UNIQUE_PTR -o CMakeFiles/cmTC_fe923.dir/src.cxx.o -c /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/src.cxx
  2045. /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/src.cxx: In function 'int main()':
  2046. /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/src.cxx:2:15: error: 'unique_ptr' is not a member of 'std'
  2047. int main() { std::unique_ptr<int> uptr; *uptr.get() = 0; return *uptr.get(); }
  2048. ^~~
  2049. /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/src.cxx:2:31: error: expected primary-expression before 'int'
  2050. int main() { std::unique_ptr<int> uptr; *uptr.get() = 0; return *uptr.get(); }
  2051. ^~~
  2052. /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/src.cxx:2:43: error: 'uptr' was not declared in this scope
  2053. int main() { std::unique_ptr<int> uptr; *uptr.get() = 0; return *uptr.get(); }
  2054. ^~~~
  2055. make[1]: *** [CMakeFiles/cmTC_fe923.dir/build.make:66: CMakeFiles/cmTC_fe923.dir/src.cxx.o] Error 1
  2056. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  2057. make: *** [Makefile:126: cmTC_fe923/fast] Error 2
  2058.  
  2059. Source file was:
  2060. #include <memory>
  2061. int main() { std::unique_ptr<int> uptr; *uptr.get() = 0; return *uptr.get(); }
  2062. Performing C++ SOURCE FILE Test WD4065_CXX_FLAG_FOUND failed with the following output:
  2063. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  2064.  
  2065. Run Build Command:"/usr/bin/make" "cmTC_66bf2/fast"
  2066. /usr/bin/make -f CMakeFiles/cmTC_66bf2.dir/build.make CMakeFiles/cmTC_66bf2.dir/build
  2067. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  2068. Building CXX object CMakeFiles/cmTC_66bf2.dir/src.cxx.o
  2069. /usr/bin/c++ -I/usr/local/include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -pipe -fno-strict-aliasing -fno-common -fexceptions -ftemplate-depth-128 -std=gnu++98 -m64 -O3 -fstrength-reduce -fexpensive-optimizations -finline-functions -finline-limit=10000 --param inline-unit-growth=300 --param large-function-growth=300 -fomit-frame-pointer -DWD4065_CXX_FLAG_FOUND -wd4065 -o CMakeFiles/cmTC_66bf2.dir/src.cxx.o -c /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/src.cxx
  2070. c++: error: unrecognized command line option '-wd4065'
  2071. make[1]: *** [CMakeFiles/cmTC_66bf2.dir/build.make:66: CMakeFiles/cmTC_66bf2.dir/src.cxx.o] Error 1
  2072. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  2073. make: *** [Makefile:126: cmTC_66bf2/fast] Error 2
  2074.  
  2075. Source file was:
  2076. int main() { return 0; }
  2077. Performing C++ SOURCE FILE Test WD4251_CXX_FLAG_FOUND failed with the following output:
  2078. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  2079.  
  2080. Run Build Command:"/usr/bin/make" "cmTC_ed753/fast"
  2081. /usr/bin/make -f CMakeFiles/cmTC_ed753.dir/build.make CMakeFiles/cmTC_ed753.dir/build
  2082. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  2083. Building CXX object CMakeFiles/cmTC_ed753.dir/src.cxx.o
  2084. /usr/bin/c++ -I/usr/local/include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -pipe -fno-strict-aliasing -fno-common -fexceptions -ftemplate-depth-128 -std=gnu++98 -m64 -O3 -fstrength-reduce -fexpensive-optimizations -finline-functions -finline-limit=10000 --param inline-unit-growth=300 --param large-function-growth=300 -fomit-frame-pointer -DWD4251_CXX_FLAG_FOUND -wd4251 -o CMakeFiles/cmTC_ed753.dir/src.cxx.o -c /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/src.cxx
  2085. c++: error: unrecognized command line option '-wd4251'
  2086. make[1]: *** [CMakeFiles/cmTC_ed753.dir/build.make:66: CMakeFiles/cmTC_ed753.dir/src.cxx.o] Error 1
  2087. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  2088. make: *** [Makefile:126: cmTC_ed753/fast] Error 2
  2089.  
  2090. Source file was:
  2091. int main() { return 0; }
  2092. Performing C++ SOURCE FILE Test WD4800_CXX_FLAG_FOUND failed with the following output:
  2093. Change Dir: /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp
  2094.  
  2095. Run Build Command:"/usr/bin/make" "cmTC_f52dc/fast"
  2096. /usr/bin/make -f CMakeFiles/cmTC_f52dc.dir/build.make CMakeFiles/cmTC_f52dc.dir/build
  2097. make[1]: Entering directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  2098. Building CXX object CMakeFiles/cmTC_f52dc.dir/src.cxx.o
  2099. /usr/bin/c++ -I/usr/local/include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -pipe -fno-strict-aliasing -fno-common -fexceptions -ftemplate-depth-128 -std=gnu++98 -m64 -O3 -fstrength-reduce -fexpensive-optimizations -finline-functions -finline-limit=10000 --param inline-unit-growth=300 --param large-function-growth=300 -fomit-frame-pointer -DWD4800_CXX_FLAG_FOUND -wd4800 -o CMakeFiles/cmTC_f52dc.dir/src.cxx.o -c /home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp/src.cxx
  2100. c++: error: unrecognized command line option '-wd4800'
  2101. make[1]: *** [CMakeFiles/cmTC_f52dc.dir/build.make:66: CMakeFiles/cmTC_f52dc.dir/src.cxx.o] Error 1
  2102. make[1]: Leaving directory '/home/data/Downloads/brlcad/src/build/CMakeFiles/CMakeTmp'
  2103. make: *** [Makefile:126: cmTC_f52dc/fast] Error 2
  2104.  
  2105. Source file was:
  2106. int main() { return 0; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement