Advertisement
Fabian42

CMakeError.log

Sep 7th, 2018
333
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.63 KB | None | 0 0
  1. Performing C SOURCE FILE Test FLAG_C_MISSING_VARIABLE_DECLARATIONS failed with the following output:
  2. Change Dir: /home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp
  3.  
  4. Run Build Command:"/usr/bin/make" "cmTC_c75b7/fast"
  5. /usr/bin/make -f CMakeFiles/cmTC_c75b7.dir/build.make CMakeFiles/cmTC_c75b7.dir/build
  6. make[1]: Entering directory '/home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp'
  7. Building C object CMakeFiles/cmTC_c75b7.dir/src.c.o
  8. /usr/bin/cc -DFLAG_C_MISSING_VARIABLE_DECLARATIONS -Wmissing-variable-declarations -o CMakeFiles/cmTC_c75b7.dir/src.c.o -c /home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp/src.c
  9. cc: error: unrecognized command line option '-Wmissing-variable-declarations'; did you mean '-Wmissing-declarations'?
  10. CMakeFiles/cmTC_c75b7.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_c75b7.dir/src.c.o' failed
  11. make[1]: *** [CMakeFiles/cmTC_c75b7.dir/src.c.o] Error 1
  12. make[1]: Leaving directory '/home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp'
  13. Makefile:126: recipe for target 'cmTC_c75b7/fast' failed
  14. make: *** [cmTC_c75b7/fast] Error 2
  15.  
  16. Source file was:
  17. int main(void) { return 0; }
  18. Performing C++ SOURCE FILE Test FLAG_CXX_MISSING_VARIABLE_DECLARATIONS failed with the following output:
  19. Change Dir: /home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp
  20.  
  21. Run Build Command:"/usr/bin/make" "cmTC_539c6/fast"
  22. /usr/bin/make -f CMakeFiles/cmTC_539c6.dir/build.make CMakeFiles/cmTC_539c6.dir/build
  23. make[1]: Entering directory '/home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp'
  24. Building CXX object CMakeFiles/cmTC_539c6.dir/src.cxx.o
  25. /usr/bin/c++ -DFLAG_CXX_MISSING_VARIABLE_DECLARATIONS -Wmissing-variable-declarations -o CMakeFiles/cmTC_539c6.dir/src.cxx.o -c /home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp/src.cxx
  26. c++: error: unrecognized command line option '-Wmissing-variable-declarations'; did you mean '-Wmissing-declarations'?
  27. CMakeFiles/cmTC_539c6.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_539c6.dir/src.cxx.o' failed
  28. make[1]: *** [CMakeFiles/cmTC_539c6.dir/src.cxx.o] Error 1
  29. make[1]: Leaving directory '/home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp'
  30. Makefile:126: recipe for target 'cmTC_539c6/fast' failed
  31. make: *** [cmTC_539c6/fast] Error 2
  32.  
  33. Source file was:
  34. int main() { return 0; }
  35. Performing C SOURCE FILE Test FLAG_C_VISIBILITY_INLINES_HIDDEN failed with the following output:
  36. Change Dir: /home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp
  37.  
  38. Run Build Command:"/usr/bin/make" "cmTC_0b8a4/fast"
  39. /usr/bin/make -f CMakeFiles/cmTC_0b8a4.dir/build.make CMakeFiles/cmTC_0b8a4.dir/build
  40. make[1]: Entering directory '/home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp'
  41. Building C object CMakeFiles/cmTC_0b8a4.dir/src.c.o
  42. /usr/bin/cc -DFLAG_C_VISIBILITY_INLINES_HIDDEN -fvisibility-inlines-hidden -o CMakeFiles/cmTC_0b8a4.dir/src.c.o -c /home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp/src.c
  43. cc1: warning: command line option '-fvisibility-inlines-hidden' is valid for C++/ObjC++ but not for C
  44. Linking C executable cmTC_0b8a4
  45. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0b8a4.dir/link.txt --verbose=1
  46. /usr/bin/cc -DFLAG_C_VISIBILITY_INLINES_HIDDEN CMakeFiles/cmTC_0b8a4.dir/src.c.o -o cmTC_0b8a4
  47. make[1]: Leaving directory '/home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp'
  48.  
  49. Source file was:
  50. int main(void) { return 0; }
  51. Determining if the pthread_create exist failed with the following output:
  52. Change Dir: /home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp
  53.  
  54. Run Build Command:"/usr/bin/make" "cmTC_f2fd7/fast"
  55. /usr/bin/make -f CMakeFiles/cmTC_f2fd7.dir/build.make CMakeFiles/cmTC_f2fd7.dir/build
  56. make[1]: Entering directory '/home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp'
  57. Building C object CMakeFiles/cmTC_f2fd7.dir/CheckSymbolExists.c.o
  58. /usr/bin/cc -o CMakeFiles/cmTC_f2fd7.dir/CheckSymbolExists.c.o -c /home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
  59. Linking C executable cmTC_f2fd7
  60. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f2fd7.dir/link.txt --verbose=1
  61. /usr/bin/cc CMakeFiles/cmTC_f2fd7.dir/CheckSymbolExists.c.o -o cmTC_f2fd7
  62. CMakeFiles/cmTC_f2fd7.dir/CheckSymbolExists.c.o: In function `main':
  63. CheckSymbolExists.c:(.text+0x1b): undefined reference to `pthread_create'
  64. collect2: error: ld returned 1 exit status
  65. CMakeFiles/cmTC_f2fd7.dir/build.make:97: recipe for target 'cmTC_f2fd7' failed
  66. make[1]: *** [cmTC_f2fd7] Error 1
  67. make[1]: Leaving directory '/home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp'
  68. Makefile:126: recipe for target 'cmTC_f2fd7/fast' failed
  69. make: *** [cmTC_f2fd7/fast] Error 2
  70.  
  71. File /home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
  72. /* */
  73. #include <pthread.h>
  74.  
  75. int main(int argc, char** argv)
  76. {
  77. (void)argv;
  78. #ifndef pthread_create
  79. return ((int*)(&pthread_create))[argc];
  80. #else
  81. (void)argc;
  82. return 0;
  83. #endif
  84. }
  85.  
  86. Determining if the function pthread_create exists in the pthreads failed with the following output:
  87. Change Dir: /home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp
  88.  
  89. Run Build Command:"/usr/bin/make" "cmTC_95527/fast"
  90. /usr/bin/make -f CMakeFiles/cmTC_95527.dir/build.make CMakeFiles/cmTC_95527.dir/build
  91. make[1]: Entering directory '/home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp'
  92. Building C object CMakeFiles/cmTC_95527.dir/CheckFunctionExists.c.o
  93. /usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_95527.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.7/Modules/CheckFunctionExists.c
  94. Linking C executable cmTC_95527
  95. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_95527.dir/link.txt --verbose=1
  96. /usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTC_95527.dir/CheckFunctionExists.c.o -o cmTC_95527 -lpthreads
  97. /usr/bin/ld: cannot find -lpthreads
  98. collect2: error: ld returned 1 exit status
  99. CMakeFiles/cmTC_95527.dir/build.make:97: recipe for target 'cmTC_95527' failed
  100. make[1]: *** [cmTC_95527] Error 1
  101. make[1]: Leaving directory '/home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp'
  102. Makefile:126: recipe for target 'cmTC_95527/fast' failed
  103. make: *** [cmTC_95527/fast] Error 2
  104.  
  105.  
  106. Performing C SOURCE FILE Test FLAG_C_CXX11 failed with the following output:
  107. Change Dir: /home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp
  108.  
  109. Run Build Command:"/usr/bin/make" "cmTC_8e0e1/fast"
  110. /usr/bin/make -f CMakeFiles/cmTC_8e0e1.dir/build.make CMakeFiles/cmTC_8e0e1.dir/build
  111. make[1]: Entering directory '/home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp'
  112. Building C object CMakeFiles/cmTC_8e0e1.dir/src.c.o
  113. /usr/bin/cc -DFLAG_C_CXX11 -std=c++11 -o CMakeFiles/cmTC_8e0e1.dir/src.c.o -c /home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp/src.c
  114. cc1: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C
  115. Linking C executable cmTC_8e0e1
  116. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8e0e1.dir/link.txt --verbose=1
  117. /usr/bin/cc -DFLAG_C_CXX11 CMakeFiles/cmTC_8e0e1.dir/src.c.o -o cmTC_8e0e1
  118. make[1]: Leaving directory '/home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp'
  119.  
  120. Source file was:
  121. int main(void) { return 0; }
  122. Determining if files AudioUnit/AudioUnit.h exist failed with the following output:
  123. Change Dir: /home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp
  124.  
  125. Run Build Command:"/usr/bin/make" "cmTC_870b0/fast"
  126. /usr/bin/make -f CMakeFiles/cmTC_870b0.dir/build.make CMakeFiles/cmTC_870b0.dir/build
  127. make[1]: Entering directory '/home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp'
  128. Building C object CMakeFiles/cmTC_870b0.dir/CheckIncludeFiles.c.o
  129. /usr/bin/cc -Wall -Wextra -Wno-unused-parameter -o CMakeFiles/cmTC_870b0.dir/CheckIncludeFiles.c.o -c /home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
  130. /home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:33: fatal error: AudioUnit/AudioUnit.h: No such file or directory
  131. #include <AudioUnit/AudioUnit.h>
  132. ^
  133. compilation terminated.
  134. CMakeFiles/cmTC_870b0.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_870b0.dir/CheckIncludeFiles.c.o' failed
  135. make[1]: *** [CMakeFiles/cmTC_870b0.dir/CheckIncludeFiles.c.o] Error 1
  136. make[1]: Leaving directory '/home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp'
  137. Makefile:126: recipe for target 'cmTC_870b0/fast' failed
  138. make: *** [cmTC_870b0/fast] Error 2
  139.  
  140. Source:
  141. /* */
  142. #include <AudioUnit/AudioUnit.h>
  143.  
  144.  
  145. int main(void){return 0;}
  146.  
  147. Determining if files pulse/pulseaudio.h exist failed with the following output:
  148. Change Dir: /home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp
  149.  
  150. Run Build Command:"/usr/bin/make" "cmTC_4545d/fast"
  151. /usr/bin/make -f CMakeFiles/cmTC_4545d.dir/build.make CMakeFiles/cmTC_4545d.dir/build
  152. make[1]: Entering directory '/home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp'
  153. Building C object CMakeFiles/cmTC_4545d.dir/CheckIncludeFiles.c.o
  154. /usr/bin/cc -Wall -Wextra -Wno-unused-parameter -o CMakeFiles/cmTC_4545d.dir/CheckIncludeFiles.c.o -c /home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
  155. /home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:30: fatal error: pulse/pulseaudio.h: No such file or directory
  156. #include <pulse/pulseaudio.h>
  157. ^
  158. compilation terminated.
  159. CMakeFiles/cmTC_4545d.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_4545d.dir/CheckIncludeFiles.c.o' failed
  160. make[1]: *** [CMakeFiles/cmTC_4545d.dir/CheckIncludeFiles.c.o] Error 1
  161. make[1]: Leaving directory '/home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp'
  162. Makefile:126: recipe for target 'cmTC_4545d/fast' failed
  163. make: *** [cmTC_4545d/fast] Error 2
  164.  
  165. Source:
  166. /* */
  167. #include <pulse/pulseaudio.h>
  168.  
  169.  
  170. int main(void){return 0;}
  171.  
  172. Determining if files alsa/asoundlib.h exist failed with the following output:
  173. Change Dir: /home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp
  174.  
  175. Run Build Command:"/usr/bin/make" "cmTC_56e07/fast"
  176. /usr/bin/make -f CMakeFiles/cmTC_56e07.dir/build.make CMakeFiles/cmTC_56e07.dir/build
  177. make[1]: Entering directory '/home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp'
  178. Building C object CMakeFiles/cmTC_56e07.dir/CheckIncludeFiles.c.o
  179. /usr/bin/cc -Wall -Wextra -Wno-unused-parameter -o CMakeFiles/cmTC_56e07.dir/CheckIncludeFiles.c.o -c /home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
  180. /home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:28: fatal error: alsa/asoundlib.h: No such file or directory
  181. #include <alsa/asoundlib.h>
  182. ^
  183. compilation terminated.
  184. CMakeFiles/cmTC_56e07.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_56e07.dir/CheckIncludeFiles.c.o' failed
  185. make[1]: *** [CMakeFiles/cmTC_56e07.dir/CheckIncludeFiles.c.o] Error 1
  186. make[1]: Leaving directory '/home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp'
  187. Makefile:126: recipe for target 'cmTC_56e07/fast' failed
  188. make: *** [cmTC_56e07/fast] Error 2
  189.  
  190. Source:
  191. /* */
  192. #include <alsa/asoundlib.h>
  193.  
  194.  
  195. int main(void){return 0;}
  196.  
  197. Determining if files jack/jack.h exist failed with the following output:
  198. Change Dir: /home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp
  199.  
  200. Run Build Command:"/usr/bin/make" "cmTC_b3910/fast"
  201. /usr/bin/make -f CMakeFiles/cmTC_b3910.dir/build.make CMakeFiles/cmTC_b3910.dir/build
  202. make[1]: Entering directory '/home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp'
  203. Building C object CMakeFiles/cmTC_b3910.dir/CheckIncludeFiles.c.o
  204. /usr/bin/cc -Wall -Wextra -Wno-unused-parameter -o CMakeFiles/cmTC_b3910.dir/CheckIncludeFiles.c.o -c /home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
  205. /home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:23: fatal error: jack/jack.h: No such file or directory
  206. #include <jack/jack.h>
  207. ^
  208. compilation terminated.
  209. CMakeFiles/cmTC_b3910.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_b3910.dir/CheckIncludeFiles.c.o' failed
  210. make[1]: *** [CMakeFiles/cmTC_b3910.dir/CheckIncludeFiles.c.o] Error 1
  211. make[1]: Leaving directory '/home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp'
  212. Makefile:126: recipe for target 'cmTC_b3910/fast' failed
  213. make: *** [cmTC_b3910/fast] Error 2
  214.  
  215. Source:
  216. /* */
  217. #include <jack/jack.h>
  218.  
  219.  
  220. int main(void){return 0;}
  221.  
  222. Determining if files audioclient.h exist failed with the following output:
  223. Change Dir: /home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp
  224.  
  225. Run Build Command:"/usr/bin/make" "cmTC_2c516/fast"
  226. /usr/bin/make -f CMakeFiles/cmTC_2c516.dir/build.make CMakeFiles/cmTC_2c516.dir/build
  227. make[1]: Entering directory '/home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp'
  228. Building C object CMakeFiles/cmTC_2c516.dir/CheckIncludeFiles.c.o
  229. /usr/bin/cc -Wall -Wextra -Wno-unused-parameter -o CMakeFiles/cmTC_2c516.dir/CheckIncludeFiles.c.o -c /home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
  230. /home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:25: fatal error: audioclient.h: No such file or directory
  231. #include <audioclient.h>
  232. ^
  233. compilation terminated.
  234. CMakeFiles/cmTC_2c516.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_2c516.dir/CheckIncludeFiles.c.o' failed
  235. make[1]: *** [CMakeFiles/cmTC_2c516.dir/CheckIncludeFiles.c.o] Error 1
  236. make[1]: Leaving directory '/home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp'
  237. Makefile:126: recipe for target 'cmTC_2c516/fast' failed
  238. make: *** [cmTC_2c516/fast] Error 2
  239.  
  240. Source:
  241. /* */
  242. #include <audioclient.h>
  243.  
  244.  
  245. int main(void){return 0;}
  246.  
  247. Determining if files windows.h;mmsystem.h exist failed with the following output:
  248. Change Dir: /home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp
  249.  
  250. Run Build Command:"/usr/bin/make" "cmTC_53b43/fast"
  251. /usr/bin/make -f CMakeFiles/cmTC_53b43.dir/build.make CMakeFiles/cmTC_53b43.dir/build
  252. make[1]: Entering directory '/home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp'
  253. Building C object CMakeFiles/cmTC_53b43.dir/CheckIncludeFiles.c.o
  254. /usr/bin/cc -Wall -Wextra -Wno-unused-parameter -o CMakeFiles/cmTC_53b43.dir/CheckIncludeFiles.c.o -c /home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
  255. /home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:21: fatal error: windows.h: No such file or directory
  256. #include <windows.h>
  257. ^
  258. compilation terminated.
  259. CMakeFiles/cmTC_53b43.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_53b43.dir/CheckIncludeFiles.c.o' failed
  260. make[1]: *** [CMakeFiles/cmTC_53b43.dir/CheckIncludeFiles.c.o] Error 1
  261. make[1]: Leaving directory '/home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp'
  262. Makefile:126: recipe for target 'cmTC_53b43/fast' failed
  263. make: *** [cmTC_53b43/fast] Error 2
  264.  
  265. Source:
  266. /* */
  267. #include <windows.h>
  268. #include <mmsystem.h>
  269.  
  270.  
  271. int main(void){return 0;}
  272.  
  273. Determining if files SLES/OpenSLES.h exist failed with the following output:
  274. Change Dir: /home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp
  275.  
  276. Run Build Command:"/usr/bin/make" "cmTC_96959/fast"
  277. /usr/bin/make -f CMakeFiles/cmTC_96959.dir/build.make CMakeFiles/cmTC_96959.dir/build
  278. make[1]: Entering directory '/home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp'
  279. Building C object CMakeFiles/cmTC_96959.dir/CheckIncludeFiles.c.o
  280. /usr/bin/cc -Wall -Wextra -Wno-unused-parameter -o CMakeFiles/cmTC_96959.dir/CheckIncludeFiles.c.o -c /home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
  281. /home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:27: fatal error: SLES/OpenSLES.h: No such file or directory
  282. #include <SLES/OpenSLES.h>
  283. ^
  284. compilation terminated.
  285. CMakeFiles/cmTC_96959.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_96959.dir/CheckIncludeFiles.c.o' failed
  286. make[1]: *** [CMakeFiles/cmTC_96959.dir/CheckIncludeFiles.c.o] Error 1
  287. make[1]: Leaving directory '/home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp'
  288. Makefile:126: recipe for target 'cmTC_96959/fast' failed
  289. make: *** [cmTC_96959/fast] Error 2
  290.  
  291. Source:
  292. /* */
  293. #include <SLES/OpenSLES.h>
  294.  
  295.  
  296. int main(void){return 0;}
  297.  
  298. Determining if files android/log.h exist failed with the following output:
  299. Change Dir: /home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp
  300.  
  301. Run Build Command:"/usr/bin/make" "cmTC_d0f33/fast"
  302. /usr/bin/make -f CMakeFiles/cmTC_d0f33.dir/build.make CMakeFiles/cmTC_d0f33.dir/build
  303. make[1]: Entering directory '/home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp'
  304. Building C object CMakeFiles/cmTC_d0f33.dir/CheckIncludeFiles.c.o
  305. /usr/bin/cc -Wall -Wextra -Wno-unused-parameter -o CMakeFiles/cmTC_d0f33.dir/CheckIncludeFiles.c.o -c /home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
  306. /home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:25: fatal error: android/log.h: No such file or directory
  307. #include <android/log.h>
  308. ^
  309. compilation terminated.
  310. CMakeFiles/cmTC_d0f33.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_d0f33.dir/CheckIncludeFiles.c.o' failed
  311. make[1]: *** [CMakeFiles/cmTC_d0f33.dir/CheckIncludeFiles.c.o] Error 1
  312. make[1]: Leaving directory '/home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp'
  313. Makefile:126: recipe for target 'cmTC_d0f33/fast' failed
  314. make: *** [cmTC_d0f33/fast] Error 2
  315.  
  316. Source:
  317. /* */
  318. #include <android/log.h>
  319.  
  320.  
  321. int main(void){return 0;}
  322.  
  323. Determining if files sndio.h exist failed with the following output:
  324. Change Dir: /home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp
  325.  
  326. Run Build Command:"/usr/bin/make" "cmTC_3b863/fast"
  327. /usr/bin/make -f CMakeFiles/cmTC_3b863.dir/build.make CMakeFiles/cmTC_3b863.dir/build
  328. make[1]: Entering directory '/home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp'
  329. Building C object CMakeFiles/cmTC_3b863.dir/CheckIncludeFiles.c.o
  330. /usr/bin/cc -Wall -Wextra -Wno-unused-parameter -o CMakeFiles/cmTC_3b863.dir/CheckIncludeFiles.c.o -c /home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
  331. /home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:19: fatal error: sndio.h: No such file or directory
  332. #include <sndio.h>
  333. ^
  334. compilation terminated.
  335. CMakeFiles/cmTC_3b863.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_3b863.dir/CheckIncludeFiles.c.o' failed
  336. make[1]: *** [CMakeFiles/cmTC_3b863.dir/CheckIncludeFiles.c.o] Error 1
  337. make[1]: Leaving directory '/home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp'
  338. Makefile:126: recipe for target 'cmTC_3b863/fast' failed
  339. make: *** [cmTC_3b863/fast] Error 2
  340.  
  341. Source:
  342. /* */
  343. #include <sndio.h>
  344.  
  345.  
  346. int main(void){return 0;}
  347.  
  348. Determining if files kai.h exist failed with the following output:
  349. Change Dir: /home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp
  350.  
  351. Run Build Command:"/usr/bin/make" "cmTC_cbd02/fast"
  352. /usr/bin/make -f CMakeFiles/cmTC_cbd02.dir/build.make CMakeFiles/cmTC_cbd02.dir/build
  353. make[1]: Entering directory '/home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp'
  354. Building C object CMakeFiles/cmTC_cbd02.dir/CheckIncludeFiles.c.o
  355. /usr/bin/cc -Wall -Wextra -Wno-unused-parameter -o CMakeFiles/cmTC_cbd02.dir/CheckIncludeFiles.c.o -c /home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
  356. /home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:17: fatal error: kai.h: No such file or directory
  357. #include <kai.h>
  358. ^
  359. compilation terminated.
  360. CMakeFiles/cmTC_cbd02.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_cbd02.dir/CheckIncludeFiles.c.o' failed
  361. make[1]: *** [CMakeFiles/cmTC_cbd02.dir/CheckIncludeFiles.c.o] Error 1
  362. make[1]: Leaving directory '/home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp'
  363. Makefile:126: recipe for target 'cmTC_cbd02/fast' failed
  364. make: *** [cmTC_cbd02/fast] Error 2
  365.  
  366. Source:
  367. /* */
  368. #include <kai.h>
  369.  
  370.  
  371. int main(void){return 0;}
  372.  
  373. Performing C++ SOURCE FILE Test MBEDTLS_VERSION_OK failed with the following output:
  374. Change Dir: /home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp
  375.  
  376. Run Build Command:"/usr/bin/make" "cmTC_abb65/fast"
  377. /usr/bin/make -f CMakeFiles/cmTC_abb65.dir/build.make CMakeFiles/cmTC_abb65.dir/build
  378. make[1]: Entering directory '/home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp'
  379. Building CXX object CMakeFiles/cmTC_abb65.dir/src.cxx.o
  380. /usr/bin/c++ -DMBEDTLS_VERSION_OK -o CMakeFiles/cmTC_abb65.dir/src.cxx.o -c /home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp/src.cxx
  381. /home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp/src.cxx:2:30: fatal error: mbedtls/version.h: No such file or directory
  382. #include <mbedtls/version.h>
  383. ^
  384. compilation terminated.
  385. CMakeFiles/cmTC_abb65.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_abb65.dir/src.cxx.o' failed
  386. make[1]: *** [CMakeFiles/cmTC_abb65.dir/src.cxx.o] Error 1
  387. make[1]: Leaving directory '/home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp'
  388. Makefile:126: recipe for target 'cmTC_abb65/fast' failed
  389. make: *** [cmTC_abb65/fast] Error 2
  390.  
  391. Source file was:
  392.  
  393. #include <mbedtls/version.h>
  394. #if MBEDTLS_VERSION_NUMBER < 0x02040000
  395. #error "Your mbed TLS version is too old."
  396. #endif
  397. int main() {}
  398. Performing C SOURCE FILE Test FLAG_C_CXX17 failed with the following output:
  399. Change Dir: /home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp
  400.  
  401. Run Build Command:"/usr/bin/make" "cmTC_c0422/fast"
  402. /usr/bin/make -f CMakeFiles/cmTC_c0422.dir/build.make CMakeFiles/cmTC_c0422.dir/build
  403. make[1]: Entering directory '/home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp'
  404. Building C object CMakeFiles/cmTC_c0422.dir/src.c.o
  405. /usr/bin/cc -DFLAG_C_CXX17 -std=c++17 -o CMakeFiles/cmTC_c0422.dir/src.c.o -c /home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp/src.c
  406. cc1: warning: command line option '-std=c++1z' is valid for C++/ObjC++ but not for C
  407. Linking C executable cmTC_c0422
  408. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c0422.dir/link.txt --verbose=1
  409. /usr/bin/cc -DFLAG_C_CXX17 CMakeFiles/cmTC_c0422.dir/src.c.o -o cmTC_c0422 -rdynamic
  410. make[1]: Leaving directory '/home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeTmp'
  411.  
  412. Source file was:
  413. int main(void) { return 0; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement