Advertisement
Guest User

Untitled

a guest
Feb 26th, 2015
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.31 KB | None | 0 0
  1. Performing C++ SOURCE FILE Test FLAG_MISSING_VARIABLE_DECLARATIONS failed with the following output:
  2. Change Dir: /home/tyler/projects/dolphin/build/CMakeFiles/CMakeTmp
  3.  
  4. Run Build Command:"/usr/bin/make" "cmTryCompileExec1199715988/fast"
  5. /usr/bin/make -f CMakeFiles/cmTryCompileExec1199715988.dir/build.make CMakeFiles/cmTryCompileExec1199715988.dir/build
  6. make[1]: Entering directory '/home/tyler/projects/dolphin/build/CMakeFiles/CMakeTmp'
  7. /usr/bin/cmake -E cmake_progress_report /home/tyler/projects/dolphin/build/CMakeFiles/CMakeTmp/CMakeFiles 1
  8. Building CXX object CMakeFiles/cmTryCompileExec1199715988.dir/src.cxx.o
  9. /usr/bin/c++ -Wtype-limits -Wsign-compare -Wignored-qualifiers -Wuninitialized -Wlogical-op -Wshadow -Winit-self -Wmissing-declarations -DFLAG_MISSING_VARIABLE_DECLARATIONS -Wmissing-variable-declarations -o CMakeFiles/cmTryCompileExec1199715988.dir/src.cxx.o -c /home/tyler/projects/dolphin/build/CMakeFiles/CMakeTmp/src.cxx
  10. c++: error: unrecognized command line option '-Wmissing-variable-declarations'
  11. CMakeFiles/cmTryCompileExec1199715988.dir/build.make:57: recipe for target 'CMakeFiles/cmTryCompileExec1199715988.dir/src.cxx.o' failed
  12. make[1]: *** [CMakeFiles/cmTryCompileExec1199715988.dir/src.cxx.o] Error 1
  13. make[1]: Leaving directory '/home/tyler/projects/dolphin/build/CMakeFiles/CMakeTmp'
  14. Makefile:118: recipe for target 'cmTryCompileExec1199715988/fast' failed
  15. make: *** [cmTryCompileExec1199715988/fast] Error 2
  16.  
  17. Source file was:
  18. int main() { return 0; }
  19. Performing C++ SOURCE FILE Test PORTAUDIO failed with the following output:
  20. Change Dir: /home/tyler/projects/dolphin/build/CMakeFiles/CMakeTmp
  21.  
  22. Run Build Command:"/usr/bin/make" "cmTryCompileExec1652271901/fast"
  23. /usr/bin/make -f CMakeFiles/cmTryCompileExec1652271901.dir/build.make CMakeFiles/cmTryCompileExec1652271901.dir/build
  24. make[1]: Entering directory '/home/tyler/projects/dolphin/build/CMakeFiles/CMakeTmp'
  25. /usr/bin/cmake -E cmake_progress_report /home/tyler/projects/dolphin/build/CMakeFiles/CMakeTmp/CMakeFiles 1
  26. Building CXX object CMakeFiles/cmTryCompileExec1652271901.dir/src.cxx.o
  27. /usr/bin/c++ -Wtype-limits -Wsign-compare -Wignored-qualifiers -Wuninitialized -Wlogical-op -Wshadow -Winit-self -Wmissing-declarations -fvisibility-inlines-hidden -fvisibility=hidden -DPORTAUDIO -o CMakeFiles/cmTryCompileExec1652271901.dir/src.cxx.o -c /home/tyler/projects/dolphin/build/CMakeFiles/CMakeTmp/src.cxx
  28. /home/tyler/projects/dolphin/build/CMakeFiles/CMakeTmp/src.cxx:1:23: fatal error: portaudio.h: No such file or directory
  29. #include <portaudio.h>
  30. ^
  31. compilation terminated.
  32. CMakeFiles/cmTryCompileExec1652271901.dir/build.make:57: recipe for target 'CMakeFiles/cmTryCompileExec1652271901.dir/src.cxx.o' failed
  33. make[1]: *** [CMakeFiles/cmTryCompileExec1652271901.dir/src.cxx.o] Error 1
  34. make[1]: Leaving directory '/home/tyler/projects/dolphin/build/CMakeFiles/CMakeTmp'
  35. Makefile:118: recipe for target 'cmTryCompileExec1652271901/fast' failed
  36. make: *** [cmTryCompileExec1652271901/fast] Error 2
  37.  
  38. Return value: 1
  39. Source file was:
  40. #include <portaudio.h>
  41. int main(int argc, char **argv)
  42. { if(Pa_GetVersion() >= 1890) return 0; else return 1; }
  43. Determining if the function fcntl exists failed with the following output:
  44. Change Dir: /home/tyler/projects/dolphin/build/CMakeFiles/CMakeTmp
  45.  
  46. Run Build Command:"/usr/bin/make" "cmTryCompileExec3259094931/fast"
  47. /usr/bin/make -f CMakeFiles/cmTryCompileExec3259094931.dir/build.make CMakeFiles/cmTryCompileExec3259094931.dir/build
  48. make[1]: Entering directory '/home/tyler/projects/dolphin/build/CMakeFiles/CMakeTmp'
  49. /usr/bin/cmake -E cmake_progress_report /home/tyler/projects/dolphin/build/CMakeFiles/CMakeTmp/CMakeFiles 1
  50. Building C object CMakeFiles/cmTryCompileExec3259094931.dir/CheckFunctionExists.c.o
  51. /usr/bin/cc -DCHECK_FUNCTION_EXISTS=fcntl -o CMakeFiles/cmTryCompileExec3259094931.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.0/Modules/CheckFunctionExists.c
  52. Linking C executable cmTryCompileExec3259094931
  53. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3259094931.dir/link.txt --verbose=1
  54. /usr/bin/cc -DCHECK_FUNCTION_EXISTS=fcntl CMakeFiles/cmTryCompileExec3259094931.dir/CheckFunctionExists.c.o -o cmTryCompileExec3259094931 -rdynamic -lportaudio
  55. /usr/bin/ld: cannot find -lportaudio
  56. collect2: error: ld returned 1 exit status
  57. CMakeFiles/cmTryCompileExec3259094931.dir/build.make:88: recipe for target 'cmTryCompileExec3259094931' failed
  58. make[1]: *** [cmTryCompileExec3259094931] Error 1
  59. make[1]: Leaving directory '/home/tyler/projects/dolphin/build/CMakeFiles/CMakeTmp'
  60. Makefile:118: recipe for target 'cmTryCompileExec3259094931/fast' failed
  61. make: *** [cmTryCompileExec3259094931/fast] Error 2
  62.  
  63.  
  64. Determining if the function poll exists failed with the following output:
  65. Change Dir: /home/tyler/projects/dolphin/build/CMakeFiles/CMakeTmp
  66.  
  67. Run Build Command:"/usr/bin/make" "cmTryCompileExec1630686669/fast"
  68. /usr/bin/make -f CMakeFiles/cmTryCompileExec1630686669.dir/build.make CMakeFiles/cmTryCompileExec1630686669.dir/build
  69. make[1]: Entering directory '/home/tyler/projects/dolphin/build/CMakeFiles/CMakeTmp'
  70. /usr/bin/cmake -E cmake_progress_report /home/tyler/projects/dolphin/build/CMakeFiles/CMakeTmp/CMakeFiles 1
  71. Building C object CMakeFiles/cmTryCompileExec1630686669.dir/CheckFunctionExists.c.o
  72. /usr/bin/cc -DCHECK_FUNCTION_EXISTS=poll -o CMakeFiles/cmTryCompileExec1630686669.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.0/Modules/CheckFunctionExists.c
  73. Linking C executable cmTryCompileExec1630686669
  74. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1630686669.dir/link.txt --verbose=1
  75. /usr/bin/cc -DCHECK_FUNCTION_EXISTS=poll CMakeFiles/cmTryCompileExec1630686669.dir/CheckFunctionExists.c.o -o cmTryCompileExec1630686669 -rdynamic -lportaudio
  76. /usr/bin/ld: cannot find -lportaudio
  77. collect2: error: ld returned 1 exit status
  78. CMakeFiles/cmTryCompileExec1630686669.dir/build.make:88: recipe for target 'cmTryCompileExec1630686669' failed
  79. make[1]: *** [cmTryCompileExec1630686669] Error 1
  80. make[1]: Leaving directory '/home/tyler/projects/dolphin/build/CMakeFiles/CMakeTmp'
  81. Makefile:118: recipe for target 'cmTryCompileExec1630686669/fast' failed
  82. make: *** [cmTryCompileExec1630686669/fast] Error 2
  83.  
  84.  
  85. Determining if the function gethostbyname_r exists failed with the following output:
  86. Change Dir: /home/tyler/projects/dolphin/build/CMakeFiles/CMakeTmp
  87.  
  88. Run Build Command:"/usr/bin/make" "cmTryCompileExec810848094/fast"
  89. /usr/bin/make -f CMakeFiles/cmTryCompileExec810848094.dir/build.make CMakeFiles/cmTryCompileExec810848094.dir/build
  90. make[1]: Entering directory '/home/tyler/projects/dolphin/build/CMakeFiles/CMakeTmp'
  91. /usr/bin/cmake -E cmake_progress_report /home/tyler/projects/dolphin/build/CMakeFiles/CMakeTmp/CMakeFiles 1
  92. Building C object CMakeFiles/cmTryCompileExec810848094.dir/CheckFunctionExists.c.o
  93. /usr/bin/cc -DCHECK_FUNCTION_EXISTS=gethostbyname_r -o CMakeFiles/cmTryCompileExec810848094.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.0/Modules/CheckFunctionExists.c
  94. Linking C executable cmTryCompileExec810848094
  95. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec810848094.dir/link.txt --verbose=1
  96. /usr/bin/cc -DCHECK_FUNCTION_EXISTS=gethostbyname_r CMakeFiles/cmTryCompileExec810848094.dir/CheckFunctionExists.c.o -o cmTryCompileExec810848094 -rdynamic -lportaudio
  97. /usr/bin/ld: cannot find -lportaudio
  98. collect2: error: ld returned 1 exit status
  99. CMakeFiles/cmTryCompileExec810848094.dir/build.make:88: recipe for target 'cmTryCompileExec810848094' failed
  100. make[1]: *** [cmTryCompileExec810848094] Error 1
  101. make[1]: Leaving directory '/home/tyler/projects/dolphin/build/CMakeFiles/CMakeTmp'
  102. Makefile:118: recipe for target 'cmTryCompileExec810848094/fast' failed
  103. make: *** [cmTryCompileExec810848094/fast] Error 2
  104.  
  105.  
  106. Determining if the function gethostbyaddr_r exists failed with the following output:
  107. Change Dir: /home/tyler/projects/dolphin/build/CMakeFiles/CMakeTmp
  108.  
  109. Run Build Command:"/usr/bin/make" "cmTryCompileExec1126101598/fast"
  110. /usr/bin/make -f CMakeFiles/cmTryCompileExec1126101598.dir/build.make CMakeFiles/cmTryCompileExec1126101598.dir/build
  111. make[1]: Entering directory '/home/tyler/projects/dolphin/build/CMakeFiles/CMakeTmp'
  112. /usr/bin/cmake -E cmake_progress_report /home/tyler/projects/dolphin/build/CMakeFiles/CMakeTmp/CMakeFiles 1
  113. Building C object CMakeFiles/cmTryCompileExec1126101598.dir/CheckFunctionExists.c.o
  114. /usr/bin/cc -DCHECK_FUNCTION_EXISTS=gethostbyaddr_r -o CMakeFiles/cmTryCompileExec1126101598.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.0/Modules/CheckFunctionExists.c
  115. Linking C executable cmTryCompileExec1126101598
  116. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1126101598.dir/link.txt --verbose=1
  117. /usr/bin/cc -DCHECK_FUNCTION_EXISTS=gethostbyaddr_r CMakeFiles/cmTryCompileExec1126101598.dir/CheckFunctionExists.c.o -o cmTryCompileExec1126101598 -rdynamic -lportaudio
  118. /usr/bin/ld: cannot find -lportaudio
  119. collect2: error: ld returned 1 exit status
  120. CMakeFiles/cmTryCompileExec1126101598.dir/build.make:88: recipe for target 'cmTryCompileExec1126101598' failed
  121. make[1]: *** [cmTryCompileExec1126101598] Error 1
  122. make[1]: Leaving directory '/home/tyler/projects/dolphin/build/CMakeFiles/CMakeTmp'
  123. Makefile:118: recipe for target 'cmTryCompileExec1126101598/fast' failed
  124. make: *** [cmTryCompileExec1126101598/fast] Error 2
  125.  
  126.  
  127. Determining if the function inet_pton exists failed with the following output:
  128. Change Dir: /home/tyler/projects/dolphin/build/CMakeFiles/CMakeTmp
  129.  
  130. Run Build Command:"/usr/bin/make" "cmTryCompileExec954091949/fast"
  131. /usr/bin/make -f CMakeFiles/cmTryCompileExec954091949.dir/build.make CMakeFiles/cmTryCompileExec954091949.dir/build
  132. make[1]: Entering directory '/home/tyler/projects/dolphin/build/CMakeFiles/CMakeTmp'
  133. /usr/bin/cmake -E cmake_progress_report /home/tyler/projects/dolphin/build/CMakeFiles/CMakeTmp/CMakeFiles 1
  134. Building C object CMakeFiles/cmTryCompileExec954091949.dir/CheckFunctionExists.c.o
  135. /usr/bin/cc -DCHECK_FUNCTION_EXISTS=inet_pton -o CMakeFiles/cmTryCompileExec954091949.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.0/Modules/CheckFunctionExists.c
  136. Linking C executable cmTryCompileExec954091949
  137. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec954091949.dir/link.txt --verbose=1
  138. /usr/bin/cc -DCHECK_FUNCTION_EXISTS=inet_pton CMakeFiles/cmTryCompileExec954091949.dir/CheckFunctionExists.c.o -o cmTryCompileExec954091949 -rdynamic -lportaudio
  139. /usr/bin/ld: cannot find -lportaudio
  140. collect2: error: ld returned 1 exit status
  141. CMakeFiles/cmTryCompileExec954091949.dir/build.make:88: recipe for target 'cmTryCompileExec954091949' failed
  142. make[1]: *** [cmTryCompileExec954091949] Error 1
  143. make[1]: Leaving directory '/home/tyler/projects/dolphin/build/CMakeFiles/CMakeTmp'
  144. Makefile:118: recipe for target 'cmTryCompileExec954091949/fast' failed
  145. make: *** [cmTryCompileExec954091949/fast] Error 2
  146.  
  147.  
  148. Determining if the function inet_ntop exists failed with the following output:
  149. Change Dir: /home/tyler/projects/dolphin/build/CMakeFiles/CMakeTmp
  150.  
  151. Run Build Command:"/usr/bin/make" "cmTryCompileExec3298551323/fast"
  152. /usr/bin/make -f CMakeFiles/cmTryCompileExec3298551323.dir/build.make CMakeFiles/cmTryCompileExec3298551323.dir/build
  153. make[1]: Entering directory '/home/tyler/projects/dolphin/build/CMakeFiles/CMakeTmp'
  154. /usr/bin/cmake -E cmake_progress_report /home/tyler/projects/dolphin/build/CMakeFiles/CMakeTmp/CMakeFiles 1
  155. Building C object CMakeFiles/cmTryCompileExec3298551323.dir/CheckFunctionExists.c.o
  156. /usr/bin/cc -DCHECK_FUNCTION_EXISTS=inet_ntop -o CMakeFiles/cmTryCompileExec3298551323.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.0/Modules/CheckFunctionExists.c
  157. Linking C executable cmTryCompileExec3298551323
  158. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3298551323.dir/link.txt --verbose=1
  159. /usr/bin/cc -DCHECK_FUNCTION_EXISTS=inet_ntop CMakeFiles/cmTryCompileExec3298551323.dir/CheckFunctionExists.c.o -o cmTryCompileExec3298551323 -rdynamic -lportaudio
  160. /usr/bin/ld: cannot find -lportaudio
  161. collect2: error: ld returned 1 exit status
  162. CMakeFiles/cmTryCompileExec3298551323.dir/build.make:88: recipe for target 'cmTryCompileExec3298551323' failed
  163. make[1]: *** [cmTryCompileExec3298551323] Error 1
  164. make[1]: Leaving directory '/home/tyler/projects/dolphin/build/CMakeFiles/CMakeTmp'
  165. Makefile:118: recipe for target 'cmTryCompileExec3298551323/fast' failed
  166. make: *** [cmTryCompileExec3298551323/fast] Error 2
  167.  
  168.  
  169. Performing C SOURCE FILE Test HAS_MSGHDR_FLAGS failed with the following output:
  170. Change Dir: /home/tyler/projects/dolphin/build/CMakeFiles/CMakeTmp
  171.  
  172. Run Build Command:"/usr/bin/make" "cmTryCompileExec538627676/fast"
  173. /usr/bin/make -f CMakeFiles/cmTryCompileExec538627676.dir/build.make CMakeFiles/cmTryCompileExec538627676.dir/build
  174. make[1]: Entering directory '/home/tyler/projects/dolphin/build/CMakeFiles/CMakeTmp'
  175. /usr/bin/cmake -E cmake_progress_report /home/tyler/projects/dolphin/build/CMakeFiles/CMakeTmp/CMakeFiles 1
  176. Building C object CMakeFiles/cmTryCompileExec538627676.dir/src.c.o
  177. /usr/bin/cc -DHAS_MSGHDR_FLAGS -o CMakeFiles/cmTryCompileExec538627676.dir/src.c.o -c /home/tyler/projects/dolphin/build/CMakeFiles/CMakeTmp/src.c
  178. Linking C executable cmTryCompileExec538627676
  179. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec538627676.dir/link.txt --verbose=1
  180. /usr/bin/cc -DHAS_MSGHDR_FLAGS CMakeFiles/cmTryCompileExec538627676.dir/src.c.o -o cmTryCompileExec538627676 -rdynamic -lportaudio
  181. /usr/bin/ld: cannot find -lportaudio
  182. collect2: error: ld returned 1 exit status
  183. CMakeFiles/cmTryCompileExec538627676.dir/build.make:88: recipe for target 'cmTryCompileExec538627676' failed
  184. make[1]: *** [cmTryCompileExec538627676] Error 1
  185. make[1]: Leaving directory '/home/tyler/projects/dolphin/build/CMakeFiles/CMakeTmp'
  186. Makefile:118: recipe for target 'cmTryCompileExec538627676/fast' failed
  187. make: *** [cmTryCompileExec538627676/fast] Error 2
  188.  
  189. Source file was:
  190.  
  191. #include <sys/types.h>
  192. #include <sys/socket.h>
  193.  
  194. int main()
  195. {
  196. struct msghdr* tmp;
  197. tmp->msg_flags;
  198. return 0;
  199. }
  200.  
  201. Determining size of socklen_t failed with the following output:
  202. Change Dir: /home/tyler/projects/dolphin/build/CMakeFiles/CMakeTmp
  203.  
  204. Run Build Command:"/usr/bin/make" "cmTryCompileExec3330703028/fast"
  205. /usr/bin/make -f CMakeFiles/cmTryCompileExec3330703028.dir/build.make CMakeFiles/cmTryCompileExec3330703028.dir/build
  206. make[1]: Entering directory '/home/tyler/projects/dolphin/build/CMakeFiles/CMakeTmp'
  207. /usr/bin/cmake -E cmake_progress_report /home/tyler/projects/dolphin/build/CMakeFiles/CMakeTmp/CMakeFiles 1
  208. Building C object CMakeFiles/cmTryCompileExec3330703028.dir/HAS_SOCKLEN_T.c.o
  209. /usr/bin/cc -o CMakeFiles/cmTryCompileExec3330703028.dir/HAS_SOCKLEN_T.c.o -c /home/tyler/projects/dolphin/build/CMakeFiles/CheckTypeSize/HAS_SOCKLEN_T.c
  210. Linking C executable cmTryCompileExec3330703028
  211. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3330703028.dir/link.txt --verbose=1
  212. /usr/bin/cc CMakeFiles/cmTryCompileExec3330703028.dir/HAS_SOCKLEN_T.c.o -o cmTryCompileExec3330703028 -rdynamic -lportaudio
  213. /usr/bin/ld: cannot find -lportaudio
  214. collect2: error: ld returned 1 exit status
  215. CMakeFiles/cmTryCompileExec3330703028.dir/build.make:88: recipe for target 'cmTryCompileExec3330703028' failed
  216. make[1]: *** [cmTryCompileExec3330703028] Error 1
  217. make[1]: Leaving directory '/home/tyler/projects/dolphin/build/CMakeFiles/CMakeTmp'
  218. Makefile:118: recipe for target 'cmTryCompileExec3330703028/fast' failed
  219. make: *** [cmTryCompileExec3330703028/fast] Error 2
  220.  
  221. /home/tyler/projects/dolphin/build/CMakeFiles/CheckTypeSize/HAS_SOCKLEN_T.c:
  222. #include "sys/types.h"
  223. #include "sys/socket.h"
  224.  
  225.  
  226. #undef KEY
  227. #if defined(__i386)
  228. # define KEY '_','_','i','3','8','6'
  229. #elif defined(__x86_64)
  230. # define KEY '_','_','x','8','6','_','6','4'
  231. #elif defined(__ppc__)
  232. # define KEY '_','_','p','p','c','_','_'
  233. #elif defined(__ppc64__)
  234. # define KEY '_','_','p','p','c','6','4','_','_'
  235. #endif
  236.  
  237. #define SIZE (sizeof(socklen_t))
  238. char info_size[] = {'I', 'N', 'F', 'O', ':', 's','i','z','e','[',
  239. ('0' + ((SIZE / 10000)%10)),
  240. ('0' + ((SIZE / 1000)%10)),
  241. ('0' + ((SIZE / 100)%10)),
  242. ('0' + ((SIZE / 10)%10)),
  243. ('0' + (SIZE % 10)),
  244. ']',
  245. #ifdef KEY
  246. ' ','k','e','y','[', KEY, ']',
  247. #endif
  248. '\0'};
  249.  
  250. #ifdef __CLASSIC_C__
  251. int main(argc, argv) int argc; char *argv[];
  252. #else
  253. int main(int argc, char *argv[])
  254. #endif
  255. {
  256. int require = 0;
  257. require += info_size[argc];
  258. (void)argv;
  259. return require;
  260. }
  261.  
  262.  
  263. Determining if the pthread_create exist failed with the following output:
  264. Change Dir: /home/tyler/projects/dolphin/build/CMakeFiles/CMakeTmp
  265.  
  266. Run Build Command:"/usr/bin/make" "cmTryCompileExec1381723849/fast"
  267. /usr/bin/make -f CMakeFiles/cmTryCompileExec1381723849.dir/build.make CMakeFiles/cmTryCompileExec1381723849.dir/build
  268. make[1]: Entering directory '/home/tyler/projects/dolphin/build/CMakeFiles/CMakeTmp'
  269. /usr/bin/cmake -E cmake_progress_report /home/tyler/projects/dolphin/build/CMakeFiles/CMakeTmp/CMakeFiles 1
  270. Building C object CMakeFiles/cmTryCompileExec1381723849.dir/CheckSymbolExists.c.o
  271. /usr/bin/cc -o CMakeFiles/cmTryCompileExec1381723849.dir/CheckSymbolExists.c.o -c /home/tyler/projects/dolphin/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
  272. Linking C executable cmTryCompileExec1381723849
  273. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1381723849.dir/link.txt --verbose=1
  274. /usr/bin/cc CMakeFiles/cmTryCompileExec1381723849.dir/CheckSymbolExists.c.o -o cmTryCompileExec1381723849 -rdynamic -lportaudio
  275. /usr/bin/ld: cannot find -lportaudio
  276. collect2: error: ld returned 1 exit status
  277. CMakeFiles/cmTryCompileExec1381723849.dir/build.make:88: recipe for target 'cmTryCompileExec1381723849' failed
  278. make[1]: *** [cmTryCompileExec1381723849] Error 1
  279. make[1]: Leaving directory '/home/tyler/projects/dolphin/build/CMakeFiles/CMakeTmp'
  280. Makefile:118: recipe for target 'cmTryCompileExec1381723849/fast' failed
  281. make: *** [cmTryCompileExec1381723849/fast] Error 2
  282.  
  283. File /home/tyler/projects/dolphin/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
  284. /* */
  285. #include <pthread.h>
  286.  
  287. int main(int argc, char** argv)
  288. {
  289. (void)argv;
  290. #ifndef pthread_create
  291. return ((int*)(&pthread_create))[argc];
  292. #else
  293. (void)argc;
  294. return 0;
  295. #endif
  296. }
  297.  
  298. Determining if the function pthread_create exists in the pthreads failed with the following output:
  299. Change Dir: /home/tyler/projects/dolphin/build/CMakeFiles/CMakeTmp
  300.  
  301. Run Build Command:"/usr/bin/make" "cmTryCompileExec2154022403/fast"
  302. /usr/bin/make -f CMakeFiles/cmTryCompileExec2154022403.dir/build.make CMakeFiles/cmTryCompileExec2154022403.dir/build
  303. make[1]: Entering directory '/home/tyler/projects/dolphin/build/CMakeFiles/CMakeTmp'
  304. /usr/bin/cmake -E cmake_progress_report /home/tyler/projects/dolphin/build/CMakeFiles/CMakeTmp/CMakeFiles 1
  305. Building C object CMakeFiles/cmTryCompileExec2154022403.dir/CheckFunctionExists.c.o
  306. /usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTryCompileExec2154022403.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.0/Modules/CheckFunctionExists.c
  307. Linking C executable cmTryCompileExec2154022403
  308. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2154022403.dir/link.txt --verbose=1
  309. /usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTryCompileExec2154022403.dir/CheckFunctionExists.c.o -o cmTryCompileExec2154022403 -rdynamic -lpthreads -lportaudio
  310. /usr/bin/ld: cannot find -lpthreads
  311. /usr/bin/ld: cannot find -lportaudio
  312. collect2: error: ld returned 1 exit status
  313. CMakeFiles/cmTryCompileExec2154022403.dir/build.make:88: recipe for target 'cmTryCompileExec2154022403' failed
  314. make[1]: *** [cmTryCompileExec2154022403] Error 1
  315. make[1]: Leaving directory '/home/tyler/projects/dolphin/build/CMakeFiles/CMakeTmp'
  316. Makefile:118: recipe for target 'cmTryCompileExec2154022403/fast' failed
  317. make: *** [cmTryCompileExec2154022403/fast] Error 2
  318.  
  319.  
  320. Determining if the function pthread_create exists in the pthread failed with the following output:
  321. Change Dir: /home/tyler/projects/dolphin/build/CMakeFiles/CMakeTmp
  322.  
  323. Run Build Command:"/usr/bin/make" "cmTryCompileExec3227570760/fast"
  324. /usr/bin/make -f CMakeFiles/cmTryCompileExec3227570760.dir/build.make CMakeFiles/cmTryCompileExec3227570760.dir/build
  325. make[1]: Entering directory '/home/tyler/projects/dolphin/build/CMakeFiles/CMakeTmp'
  326. /usr/bin/cmake -E cmake_progress_report /home/tyler/projects/dolphin/build/CMakeFiles/CMakeTmp/CMakeFiles 1
  327. Building C object CMakeFiles/cmTryCompileExec3227570760.dir/CheckFunctionExists.c.o
  328. /usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTryCompileExec3227570760.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.0/Modules/CheckFunctionExists.c
  329. Linking C executable cmTryCompileExec3227570760
  330. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3227570760.dir/link.txt --verbose=1
  331. /usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTryCompileExec3227570760.dir/CheckFunctionExists.c.o -o cmTryCompileExec3227570760 -rdynamic -lpthread -lportaudio
  332. /usr/bin/ld: cannot find -lportaudio
  333. collect2: error: ld returned 1 exit status
  334. CMakeFiles/cmTryCompileExec3227570760.dir/build.make:88: recipe for target 'cmTryCompileExec3227570760' failed
  335. make[1]: *** [cmTryCompileExec3227570760] Error 1
  336. make[1]: Leaving directory '/home/tyler/projects/dolphin/build/CMakeFiles/CMakeTmp'
  337. Makefile:118: recipe for target 'cmTryCompileExec3227570760/fast' failed
  338. make: *** [cmTryCompileExec3227570760/fast] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement