Guest User

CMakeError.log

a guest
Jan 19th, 2016
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.88 KB | None | 0 0
  1. Performing C SOURCE FILE Test HAS_FPMATH_SSE failed with the following output:
  2. Change Dir: /home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp
  3.  
  4. Run Build Command:"/usr/bin/make" "cmTryCompileExec3065321962/fast"
  5. /usr/bin/make -f CMakeFiles/cmTryCompileExec3065321962.dir/build.make CMakeFiles/cmTryCompileExec3065321962.dir/build
  6. make[1]: Entering directory '/home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp'
  7. /usr/bin/cmake -E cmake_progress_report /home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp/CMakeFiles 1
  8. Building C object CMakeFiles/cmTryCompileExec3065321962.dir/src.c.o
  9. /usr/bin/cc -ffast-math -DHAS_FPMATH_SSE -mfpmath=sse -o CMakeFiles/cmTryCompileExec3065321962.dir/src.c.o -c /home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp/src.c
  10. cc: error: unrecognized command line option '-mfpmath=sse'
  11. CMakeFiles/cmTryCompileExec3065321962.dir/build.make:57: recipe for target 'CMakeFiles/cmTryCompileExec3065321962.dir/src.c.o' failed
  12. make[1]: Leaving directory '/home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp'
  13. make[1]: *** [CMakeFiles/cmTryCompileExec3065321962.dir/src.c.o] Error 1
  14. Makefile:118: recipe for target 'cmTryCompileExec3065321962/fast' failed
  15. make: *** [cmTryCompileExec3065321962/fast] Error 2
  16.  
  17. Source file was:
  18. int main(void) { return 0; }
  19. Performing C++ SOURCE FILE Test HAS_CXX_FPMATH_SSE failed with the following output:
  20. Change Dir: /home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp
  21.  
  22. Run Build Command:"/usr/bin/make" "cmTryCompileExec2146949645/fast"
  23. /usr/bin/make -f CMakeFiles/cmTryCompileExec2146949645.dir/build.make CMakeFiles/cmTryCompileExec2146949645.dir/build
  24. make[1]: Entering directory '/home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp'
  25. /usr/bin/cmake -E cmake_progress_report /home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp/CMakeFiles 1
  26. Building CXX object CMakeFiles/cmTryCompileExec2146949645.dir/src.cxx.o
  27. /usr/bin/c++ -ffast-math -DHAS_CXX_FPMATH_SSE -mfpmath=sse -o CMakeFiles/cmTryCompileExec2146949645.dir/src.cxx.o -c /home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp/src.cxx
  28. c++: error: unrecognized command line option '-mfpmath=sse'
  29. CMakeFiles/cmTryCompileExec2146949645.dir/build.make:57: recipe for target 'CMakeFiles/cmTryCompileExec2146949645.dir/src.cxx.o' failed
  30. make[1]: Leaving directory '/home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp'
  31. make[1]: *** [CMakeFiles/cmTryCompileExec2146949645.dir/src.cxx.o] Error 1
  32. Makefile:118: recipe for target 'cmTryCompileExec2146949645/fast' failed
  33. make: *** [cmTryCompileExec2146949645/fast] Error 2
  34.  
  35. Source file was:
  36. int main() { return 0; }
  37. Performing C SOURCE FILE Test HAS_SSE2 failed with the following output:
  38. Change Dir: /home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp
  39.  
  40. Run Build Command:"/usr/bin/make" "cmTryCompileExec746310565/fast"
  41. /usr/bin/make -f CMakeFiles/cmTryCompileExec746310565.dir/build.make CMakeFiles/cmTryCompileExec746310565.dir/build
  42. make[1]: Entering directory '/home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp'
  43. /usr/bin/cmake -E cmake_progress_report /home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp/CMakeFiles 1
  44. Building C object CMakeFiles/cmTryCompileExec746310565.dir/src.c.o
  45. /usr/bin/cc -ffast-math -DHAS_SSE2 -msse2 -o CMakeFiles/cmTryCompileExec746310565.dir/src.c.o -c /home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp/src.c
  46. cc: error: unrecognized command line option '-msse2'
  47. CMakeFiles/cmTryCompileExec746310565.dir/build.make:57: recipe for target 'CMakeFiles/cmTryCompileExec746310565.dir/src.c.o' failed
  48. make[1]: Leaving directory '/home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp'
  49. make[1]: *** [CMakeFiles/cmTryCompileExec746310565.dir/src.c.o] Error 1
  50. Makefile:118: recipe for target 'cmTryCompileExec746310565/fast' failed
  51. make: *** [cmTryCompileExec746310565/fast] Error 2
  52.  
  53. Source file was:
  54. int main(void) { return 0; }
  55. Performing C++ SOURCE FILE Test HAS_CXX_SSE2 failed with the following output:
  56. Change Dir: /home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp
  57.  
  58. Run Build Command:"/usr/bin/make" "cmTryCompileExec2702037999/fast"
  59. /usr/bin/make -f CMakeFiles/cmTryCompileExec2702037999.dir/build.make CMakeFiles/cmTryCompileExec2702037999.dir/build
  60. make[1]: Entering directory '/home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp'
  61. /usr/bin/cmake -E cmake_progress_report /home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp/CMakeFiles 1
  62. Building CXX object CMakeFiles/cmTryCompileExec2702037999.dir/src.cxx.o
  63. /usr/bin/c++ -ffast-math -DHAS_CXX_SSE2 -msse2 -o CMakeFiles/cmTryCompileExec2702037999.dir/src.cxx.o -c /home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp/src.cxx
  64. c++: error: unrecognized command line option '-msse2'
  65. CMakeFiles/cmTryCompileExec2702037999.dir/build.make:57: recipe for target 'CMakeFiles/cmTryCompileExec2702037999.dir/src.cxx.o' failed
  66. make[1]: Leaving directory '/home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp'
  67. make[1]: *** [CMakeFiles/cmTryCompileExec2702037999.dir/src.cxx.o] Error 1
  68. Makefile:118: recipe for target 'cmTryCompileExec2702037999/fast' failed
  69. make: *** [cmTryCompileExec2702037999/fast] Error 2
  70.  
  71. Source file was:
  72. int main() { return 0; }
  73. Determining if the system is big endian passed with the following output:
  74. Change Dir: /home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp
  75.  
  76. Run Build Command:"/usr/bin/make" "cmTryCompileExec4062201796/fast"
  77. /usr/bin/make -f CMakeFiles/cmTryCompileExec4062201796.dir/build.make CMakeFiles/cmTryCompileExec4062201796.dir/build
  78. make[1]: Entering directory '/home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp'
  79. /usr/bin/cmake -E cmake_progress_report /home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp/CMakeFiles 1
  80. Building C object CMakeFiles/cmTryCompileExec4062201796.dir/TestEndianess.c.o
  81. /usr/bin/cc -ffast-math -fomit-frame-pointer -fvisibility=hidden -o CMakeFiles/cmTryCompileExec4062201796.dir/TestEndianess.c.o -c /home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp/TestEndianess.c
  82. Linking C executable cmTryCompileExec4062201796
  83. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec4062201796.dir/link.txt --verbose=1
  84. /usr/bin/cc -ffast-math -fomit-frame-pointer -fvisibility=hidden CMakeFiles/cmTryCompileExec4062201796.dir/TestEndianess.c.o -o cmTryCompileExec4062201796 -rdynamic
  85. make[1]: Leaving directory '/home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp'
  86.  
  87. TestEndianess.c:
  88. /* A 16 bit integer is required. */
  89. typedef unsigned short cmakeint16;
  90.  
  91. /* On a little endian machine, these 16bit ints will give "THIS IS LITTLE ENDIAN."
  92. On a big endian machine the characters will be exchanged pairwise. */
  93. const cmakeint16 info_little[] = {0x4854, 0x5349, 0x4920, 0x2053, 0x494c, 0x5454, 0x454c, 0x4520, 0x444e, 0x4149, 0x2e4e, 0x0000};
  94.  
  95. /* on a big endian machine, these 16bit ints will give "THIS IS BIG ENDIAN."
  96. On a little endian machine the characters will be exchanged pairwise. */
  97. const cmakeint16 info_big[] = {0x5448, 0x4953, 0x2049, 0x5320, 0x4249, 0x4720, 0x454e, 0x4449, 0x414e, 0x2e2e, 0x0000};
  98.  
  99. #ifdef __CLASSIC_C__
  100. int main(argc, argv) int argc; char *argv[];
  101. #else
  102. int main(int argc, char *argv[])
  103. #endif
  104. {
  105. int require = 0;
  106. require += info_little[argc];
  107. require += info_big[argc];
  108. (void)argv;
  109. return require;
  110. }
  111.  
  112.  
  113. Determining if the include file io.h exists failed with the following output:
  114. Change Dir: /home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp
  115.  
  116. Run Build Command:"/usr/bin/make" "cmTryCompileExec1878561833/fast"
  117. /usr/bin/make -f CMakeFiles/cmTryCompileExec1878561833.dir/build.make CMakeFiles/cmTryCompileExec1878561833.dir/build
  118. make[1]: Entering directory '/home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp'
  119. /usr/bin/cmake -E cmake_progress_report /home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp/CMakeFiles 1
  120. Building C object CMakeFiles/cmTryCompileExec1878561833.dir/CheckIncludeFile.c.o
  121. /usr/bin/cc -ffast-math -fomit-frame-pointer -fvisibility=hidden -DHAVE_ATOMIC_BUILTIN -I/home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp/pthread.h -o CMakeFiles/cmTryCompileExec1878561833.dir/CheckIncludeFile.c.o -c /home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp/CheckIncludeFile.c
  122. /home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:16: fatal error: io.h: No such file or directory
  123. #include <io.h>
  124. ^
  125. compilation terminated.
  126. CMakeFiles/cmTryCompileExec1878561833.dir/build.make:57: recipe for target 'CMakeFiles/cmTryCompileExec1878561833.dir/CheckIncludeFile.c.o' failed
  127. make[1]: Leaving directory '/home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp'
  128. make[1]: *** [CMakeFiles/cmTryCompileExec1878561833.dir/CheckIncludeFile.c.o] Error 1
  129. Makefile:118: recipe for target 'cmTryCompileExec1878561833/fast' failed
  130. make: *** [cmTryCompileExec1878561833/fast] Error 2
  131.  
  132.  
  133. Determining if the include file winsock.h exists failed with the following output:
  134. Change Dir: /home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp
  135.  
  136. Run Build Command:"/usr/bin/make" "cmTryCompileExec4069012726/fast"
  137. /usr/bin/make -f CMakeFiles/cmTryCompileExec4069012726.dir/build.make CMakeFiles/cmTryCompileExec4069012726.dir/build
  138. make[1]: Entering directory '/home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp'
  139. /usr/bin/cmake -E cmake_progress_report /home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp/CMakeFiles 1
  140. Building C object CMakeFiles/cmTryCompileExec4069012726.dir/CheckIncludeFile.c.o
  141. /usr/bin/cc -ffast-math -fomit-frame-pointer -fvisibility=hidden -DHAVE_ATOMIC_BUILTIN -I/home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp/pthread.h -o CMakeFiles/cmTryCompileExec4069012726.dir/CheckIncludeFile.c.o -c /home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp/CheckIncludeFile.c
  142. /home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:21: fatal error: winsock.h: No such file or directory
  143. #include <winsock.h>
  144. ^
  145. compilation terminated.
  146. CMakeFiles/cmTryCompileExec4069012726.dir/build.make:57: recipe for target 'CMakeFiles/cmTryCompileExec4069012726.dir/CheckIncludeFile.c.o' failed
  147. make[1]: Leaving directory '/home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp'
  148. make[1]: *** [CMakeFiles/cmTryCompileExec4069012726.dir/CheckIncludeFile.c.o] Error 1
  149. Makefile:118: recipe for target 'cmTryCompileExec4069012726/fast' failed
  150. make: *** [cmTryCompileExec4069012726/fast] Error 2
  151.  
  152.  
  153. Determining if the function strlcat exists failed with the following output:
  154. Change Dir: /home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp
  155.  
  156. Run Build Command:"/usr/bin/make" "cmTryCompileExec2217046309/fast"
  157. /usr/bin/make -f CMakeFiles/cmTryCompileExec2217046309.dir/build.make CMakeFiles/cmTryCompileExec2217046309.dir/build
  158. make[1]: Entering directory '/home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp'
  159. /usr/bin/cmake -E cmake_progress_report /home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp/CMakeFiles 1
  160. Building C object CMakeFiles/cmTryCompileExec2217046309.dir/CheckFunctionExists.c.o
  161. /usr/bin/cc -ffast-math -fomit-frame-pointer -fvisibility=hidden -DHAVE_ATOMIC_BUILTIN -fopenmp -DCHECK_FUNCTION_EXISTS=strlcat -I/home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp/pthread.h -o CMakeFiles/cmTryCompileExec2217046309.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.0/Modules/CheckFunctionExists.c
  162. Linking C executable cmTryCompileExec2217046309
  163. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2217046309.dir/link.txt --verbose=1
  164. /usr/bin/cc -ffast-math -fomit-frame-pointer -fvisibility=hidden -DHAVE_ATOMIC_BUILTIN -fopenmp -DCHECK_FUNCTION_EXISTS=strlcat CMakeFiles/cmTryCompileExec2217046309.dir/CheckFunctionExists.c.o -o cmTryCompileExec2217046309 -rdynamic -lpthread
  165. CMakeFiles/cmTryCompileExec2217046309.dir/CheckFunctionExists.c.o: In function `main':
  166. CheckFunctionExists.c:(.text+0x8): undefined reference to `strlcat'
  167. collect2: error: ld returned 1 exit status
  168. CMakeFiles/cmTryCompileExec2217046309.dir/build.make:88: recipe for target 'cmTryCompileExec2217046309' failed
  169. make[1]: Leaving directory '/home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp'
  170. make[1]: *** [cmTryCompileExec2217046309] Error 1
  171. Makefile:118: recipe for target 'cmTryCompileExec2217046309/fast' failed
  172. make: *** [cmTryCompileExec2217046309/fast] Error 2
  173.  
  174.  
  175. Determining if the function sprintf_l exists failed with the following output:
  176. Change Dir: /home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp
  177.  
  178. Run Build Command:"/usr/bin/make" "cmTryCompileExec3051572062/fast"
  179. /usr/bin/make -f CMakeFiles/cmTryCompileExec3051572062.dir/build.make CMakeFiles/cmTryCompileExec3051572062.dir/build
  180. make[1]: Entering directory '/home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp'
  181. /usr/bin/cmake -E cmake_progress_report /home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp/CMakeFiles 1
  182. Building C object CMakeFiles/cmTryCompileExec3051572062.dir/CheckFunctionExists.c.o
  183. /usr/bin/cc -ffast-math -fomit-frame-pointer -fvisibility=hidden -DHAVE_ATOMIC_BUILTIN -fopenmp -DCHECK_FUNCTION_EXISTS=sprintf_l -I/home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp/pthread.h -o CMakeFiles/cmTryCompileExec3051572062.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.0/Modules/CheckFunctionExists.c
  184. Linking C executable cmTryCompileExec3051572062
  185. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3051572062.dir/link.txt --verbose=1
  186. /usr/bin/cc -ffast-math -fomit-frame-pointer -fvisibility=hidden -DHAVE_ATOMIC_BUILTIN -fopenmp -DCHECK_FUNCTION_EXISTS=sprintf_l CMakeFiles/cmTryCompileExec3051572062.dir/CheckFunctionExists.c.o -o cmTryCompileExec3051572062 -rdynamic -lpthread
  187. CMakeFiles/cmTryCompileExec3051572062.dir/CheckFunctionExists.c.o: In function `main':
  188. CheckFunctionExists.c:(.text+0x8): undefined reference to `sprintf_l'
  189. collect2: error: ld returned 1 exit status
  190. CMakeFiles/cmTryCompileExec3051572062.dir/build.make:88: recipe for target 'cmTryCompileExec3051572062' failed
  191. make[1]: Leaving directory '/home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp'
  192. make[1]: *** [cmTryCompileExec3051572062] Error 1
  193. Makefile:118: recipe for target 'cmTryCompileExec3051572062/fast' failed
  194. make: *** [cmTryCompileExec3051572062/fast] Error 2
  195.  
  196.  
  197. Determining if the function _strtok_r exists failed with the following output:
  198. Change Dir: /home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp
  199.  
  200. Run Build Command:"/usr/bin/make" "cmTryCompileExec2894906638/fast"
  201. /usr/bin/make -f CMakeFiles/cmTryCompileExec2894906638.dir/build.make CMakeFiles/cmTryCompileExec2894906638.dir/build
  202. make[1]: Entering directory '/home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp'
  203. /usr/bin/cmake -E cmake_progress_report /home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp/CMakeFiles 1
  204. Building C object CMakeFiles/cmTryCompileExec2894906638.dir/CheckFunctionExists.c.o
  205. /usr/bin/cc -ffast-math -fomit-frame-pointer -fvisibility=hidden -DHAVE_ATOMIC_BUILTIN -fopenmp -DCHECK_FUNCTION_EXISTS=_strtok_r -I/home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp/pthread.h -o CMakeFiles/cmTryCompileExec2894906638.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.0/Modules/CheckFunctionExists.c
  206. Linking C executable cmTryCompileExec2894906638
  207. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2894906638.dir/link.txt --verbose=1
  208. /usr/bin/cc -ffast-math -fomit-frame-pointer -fvisibility=hidden -DHAVE_ATOMIC_BUILTIN -fopenmp -DCHECK_FUNCTION_EXISTS=_strtok_r CMakeFiles/cmTryCompileExec2894906638.dir/CheckFunctionExists.c.o -o cmTryCompileExec2894906638 -rdynamic -lpthread
  209. CMakeFiles/cmTryCompileExec2894906638.dir/CheckFunctionExists.c.o: In function `main':
  210. CheckFunctionExists.c:(.text+0x8): undefined reference to `_strtok_r'
  211. collect2: error: ld returned 1 exit status
  212. CMakeFiles/cmTryCompileExec2894906638.dir/build.make:88: recipe for target 'cmTryCompileExec2894906638' failed
  213. make[1]: Leaving directory '/home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp'
  214. make[1]: *** [cmTryCompileExec2894906638] Error 1
  215. Makefile:118: recipe for target 'cmTryCompileExec2894906638/fast' failed
  216. make: *** [cmTryCompileExec2894906638/fast] Error 2
  217.  
  218.  
  219. Determining if the function _strtod_l exists failed with the following output:
  220. Change Dir: /home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp
  221.  
  222. Run Build Command:"/usr/bin/make" "cmTryCompileExec2318334041/fast"
  223. /usr/bin/make -f CMakeFiles/cmTryCompileExec2318334041.dir/build.make CMakeFiles/cmTryCompileExec2318334041.dir/build
  224. make[1]: Entering directory '/home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp'
  225. /usr/bin/cmake -E cmake_progress_report /home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp/CMakeFiles 1
  226. Building C object CMakeFiles/cmTryCompileExec2318334041.dir/CheckFunctionExists.c.o
  227. /usr/bin/cc -ffast-math -fomit-frame-pointer -fvisibility=hidden -DHAVE_ATOMIC_BUILTIN -fopenmp -DCHECK_FUNCTION_EXISTS=_strtod_l -I/home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp/pthread.h -o CMakeFiles/cmTryCompileExec2318334041.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.0/Modules/CheckFunctionExists.c
  228. Linking C executable cmTryCompileExec2318334041
  229. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2318334041.dir/link.txt --verbose=1
  230. /usr/bin/cc -ffast-math -fomit-frame-pointer -fvisibility=hidden -DHAVE_ATOMIC_BUILTIN -fopenmp -DCHECK_FUNCTION_EXISTS=_strtod_l CMakeFiles/cmTryCompileExec2318334041.dir/CheckFunctionExists.c.o -o cmTryCompileExec2318334041 -rdynamic -lpthread
  231. CMakeFiles/cmTryCompileExec2318334041.dir/CheckFunctionExists.c.o: In function `main':
  232. CheckFunctionExists.c:(.text+0x8): undefined reference to `_strtod_l'
  233. collect2: error: ld returned 1 exit status
  234. CMakeFiles/cmTryCompileExec2318334041.dir/build.make:88: recipe for target 'cmTryCompileExec2318334041' failed
  235. make[1]: Leaving directory '/home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp'
  236. make[1]: *** [cmTryCompileExec2318334041] Error 1
  237. Makefile:118: recipe for target 'cmTryCompileExec2318334041/fast' failed
  238. make: *** [cmTryCompileExec2318334041/fast] Error 2
  239.  
  240.  
  241. Determining if the function _sprintf_l exists failed with the following output:
  242. Change Dir: /home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp
  243.  
  244. Run Build Command:"/usr/bin/make" "cmTryCompileExec1027971538/fast"
  245. /usr/bin/make -f CMakeFiles/cmTryCompileExec1027971538.dir/build.make CMakeFiles/cmTryCompileExec1027971538.dir/build
  246. make[1]: Entering directory '/home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp'
  247. /usr/bin/cmake -E cmake_progress_report /home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp/CMakeFiles 1
  248. Building C object CMakeFiles/cmTryCompileExec1027971538.dir/CheckFunctionExists.c.o
  249. /usr/bin/cc -ffast-math -fomit-frame-pointer -fvisibility=hidden -DHAVE_ATOMIC_BUILTIN -fopenmp -DCHECK_FUNCTION_EXISTS=_sprintf_l -I/home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp/pthread.h -o CMakeFiles/cmTryCompileExec1027971538.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.0/Modules/CheckFunctionExists.c
  250. Linking C executable cmTryCompileExec1027971538
  251. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1027971538.dir/link.txt --verbose=1
  252. /usr/bin/cc -ffast-math -fomit-frame-pointer -fvisibility=hidden -DHAVE_ATOMIC_BUILTIN -fopenmp -DCHECK_FUNCTION_EXISTS=_sprintf_l CMakeFiles/cmTryCompileExec1027971538.dir/CheckFunctionExists.c.o -o cmTryCompileExec1027971538 -rdynamic -lpthread
  253. CMakeFiles/cmTryCompileExec1027971538.dir/CheckFunctionExists.c.o: In function `main':
  254. CheckFunctionExists.c:(.text+0x8): undefined reference to `_sprintf_l'
  255. collect2: error: ld returned 1 exit status
  256. CMakeFiles/cmTryCompileExec1027971538.dir/build.make:88: recipe for target 'cmTryCompileExec1027971538' failed
  257. make[1]: Leaving directory '/home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp'
  258. make[1]: *** [cmTryCompileExec1027971538] Error 1
  259. Makefile:118: recipe for target 'cmTryCompileExec1027971538/fast' failed
  260. make: *** [cmTryCompileExec1027971538/fast] Error 2
  261.  
  262.  
  263. Determining if the include file wiiuse.h exists failed with the following output:
  264. Change Dir: /home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp
  265.  
  266. Run Build Command:"/usr/bin/make" "cmTryCompileExec111672830/fast"
  267. /usr/bin/make -f CMakeFiles/cmTryCompileExec111672830.dir/build.make CMakeFiles/cmTryCompileExec111672830.dir/build
  268. make[1]: Entering directory '/home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp'
  269. /usr/bin/cmake -E cmake_progress_report /home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp/CMakeFiles 1
  270. Building C object CMakeFiles/cmTryCompileExec111672830.dir/CheckIncludeFile.c.o
  271. /usr/bin/cc -ffast-math -fomit-frame-pointer -fvisibility=hidden -DHAVE_ATOMIC_BUILTIN -fopenmp -I/home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp/pthread.h -o CMakeFiles/cmTryCompileExec111672830.dir/CheckIncludeFile.c.o -c /home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp/CheckIncludeFile.c
  272. /home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:20: fatal error: wiiuse.h: No such file or directory
  273. #include <wiiuse.h>
  274. ^
  275. compilation terminated.
  276. CMakeFiles/cmTryCompileExec111672830.dir/build.make:57: recipe for target 'CMakeFiles/cmTryCompileExec111672830.dir/CheckIncludeFile.c.o' failed
  277. make[1]: Leaving directory '/home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp'
  278. make[1]: *** [CMakeFiles/cmTryCompileExec111672830.dir/CheckIncludeFile.c.o] Error 1
  279. Makefile:118: recipe for target 'cmTryCompileExec111672830/fast' failed
  280. make: *** [cmTryCompileExec111672830/fast] Error 2
  281.  
  282.  
  283. Determining if the include file p5glove.h exists failed with the following output:
  284. Change Dir: /home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp
  285.  
  286. Run Build Command:"/usr/bin/make" "cmTryCompileExec1447609897/fast"
  287. /usr/bin/make -f CMakeFiles/cmTryCompileExec1447609897.dir/build.make CMakeFiles/cmTryCompileExec1447609897.dir/build
  288. make[1]: Entering directory '/home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp'
  289. /usr/bin/cmake -E cmake_progress_report /home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp/CMakeFiles 1
  290. Building C object CMakeFiles/cmTryCompileExec1447609897.dir/CheckIncludeFile.c.o
  291. /usr/bin/cc -ffast-math -fomit-frame-pointer -fvisibility=hidden -DHAVE_ATOMIC_BUILTIN -fopenmp -I/home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp/pthread.h -o CMakeFiles/cmTryCompileExec1447609897.dir/CheckIncludeFile.c.o -c /home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp/CheckIncludeFile.c
  292. /home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:21: fatal error: p5glove.h: No such file or directory
  293. #include <p5glove.h>
  294. ^
  295. compilation terminated.
  296. CMakeFiles/cmTryCompileExec1447609897.dir/build.make:57: recipe for target 'CMakeFiles/cmTryCompileExec1447609897.dir/CheckIncludeFile.c.o' failed
  297. make[1]: Leaving directory '/home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp'
  298. make[1]: *** [CMakeFiles/cmTryCompileExec1447609897.dir/CheckIncludeFile.c.o] Error 1
  299. Makefile:118: recipe for target 'cmTryCompileExec1447609897/fast' failed
  300. make: *** [cmTryCompileExec1447609897/fast] Error 2
  301.  
  302.  
  303. Determining if the include file hdf5.h exists failed with the following output:
  304. Change Dir: /home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp
  305.  
  306. Run Build Command:"/usr/bin/make" "cmTryCompileExec634239441/fast"
  307. /usr/bin/make -f CMakeFiles/cmTryCompileExec634239441.dir/build.make CMakeFiles/cmTryCompileExec634239441.dir/build
  308. make[1]: Entering directory '/home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp'
  309. /usr/bin/cmake -E cmake_progress_report /home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp/CMakeFiles 1
  310. Building C object CMakeFiles/cmTryCompileExec634239441.dir/CheckIncludeFile.c.o
  311. /usr/bin/cc -ffast-math -fomit-frame-pointer -fvisibility=hidden -DHAVE_ATOMIC_BUILTIN -fopenmp -I/home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp/pthread.h -o CMakeFiles/cmTryCompileExec634239441.dir/CheckIncludeFile.c.o -c /home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp/CheckIncludeFile.c
  312. /home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:18: fatal error: hdf5.h: No such file or directory
  313. #include <hdf5.h>
  314. ^
  315. compilation terminated.
  316. CMakeFiles/cmTryCompileExec634239441.dir/build.make:57: recipe for target 'CMakeFiles/cmTryCompileExec634239441.dir/CheckIncludeFile.c.o' failed
  317. make[1]: Leaving directory '/home/chip/Src/csound/csound6/CMakeFiles/CMakeTmp'
  318. make[1]: *** [CMakeFiles/cmTryCompileExec634239441.dir/CheckIncludeFile.c.o] Error 1
  319. Makefile:118: recipe for target 'cmTryCompileExec634239441/fast' failed
  320. make: *** [cmTryCompileExec634239441/fast] Error 2
Advertisement
Add Comment
Please, Sign In to add comment