Advertisement
Guest User

Untitled

a guest
Nov 13th, 2019
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.45 KB | None | 0 0
  1. mateja@mateja:~/yuzu-mainline/build$ cmake .. -DCMAKE_BUILD_TYPE=Release
  2. -- The C compiler identification is GNU 7.4.0
  3. -- The CXX compiler identification is GNU 7.4.0
  4. -- Check for working C compiler: /usr/bin/cc
  5. -- Check for working C compiler: /usr/bin/cc -- works
  6. -- Detecting C compiler ABI info
  7. -- Detecting C compiler ABI info - done
  8. -- Detecting C compile features
  9. -- Detecting C compile features - done
  10. -- Check for working CXX compiler: /usr/bin/c++
  11. -- Check for working CXX compiler: /usr/bin/c++ -- works
  12. -- Detecting CXX compiler ABI info
  13. -- Detecting CXX compiler ABI info - done
  14. -- Detecting CXX compile features
  15. -- Detecting CXX compile features - done
  16. -- Copying pre-commit hook
  17. -- Target architecture: x86_64
  18. -- Boost 1.66.0 or newer not found, falling back to externals
  19. -- Looking for pthread.h
  20. -- Looking for pthread.h - found
  21. -- Looking for pthread_create
  22. -- Looking for pthread_create - not found
  23. -- Check if compiler accepts -pthread
  24. -- Check if compiler accepts -pthread - yes
  25. -- Found Threads: TRUE
  26. <FindSDL2.cmake>
  27. </FindSDL2.cmake>
  28. -- Found SDL2: /usr/lib/x86_64-linux-gnu/libSDL2main.a;/usr/lib/x86_64-linux-gnu/libSDL2.so;-pthread
  29. -- unicorn not found, falling back to externals
  30. -- Found PythonInterp: /usr/bin/python2.7 (found suitable version "2.7.15", minimum required is "2.7")
  31. CMake Warning at CMakeLists.txt:305 (message):
  32. Clang format not found! Disabling the clang format target
  33.  
  34.  
  35. -- Version: 6.0.0
  36. -- Build type: Release
  37. -- CXX_STANDARD: 17
  38. -- Performing Test has_std_17_flag
  39. -- Performing Test has_std_17_flag - Success
  40. -- Performing Test has_std_1z_flag
  41. -- Performing Test has_std_1z_flag - Success
  42. -- Performing Test SUPPORTS_VARIADIC_TEMPLATES
  43. -- Performing Test SUPPORTS_VARIADIC_TEMPLATES - Success
  44. -- Performing Test SUPPORTS_USER_DEFINED_LITERALS
  45. -- Performing Test SUPPORTS_USER_DEFINED_LITERALS - Success
  46. -- Performing Test FMT_HAS_VARIANT
  47. -- Performing Test FMT_HAS_VARIANT - Success
  48. -- Looking for open
  49. -- Looking for open - found
  50. -- Looking for strtod_l
  51. -- Looking for strtod_l - not found
  52. -- Target architecture: x86_64
  53. -- Performing Test CFLAG_Wall
  54. -- Performing Test CFLAG_Wall - Success
  55. -- Performing Test CFLAG_Wextra
  56. -- Performing Test CFLAG_Wextra - Success
  57. -- Performing Test CFLAG_Wundef
  58. -- Performing Test CFLAG_Wundef - Success
  59. -- Performing Test CFLAG_Wcast_qual
  60. -- Performing Test CFLAG_Wcast_qual - Success
  61. -- Performing Test CFLAG_Wcast_align
  62. -- Performing Test CFLAG_Wcast_align - Success
  63. -- Performing Test CFLAG_Wshadow
  64. -- Performing Test CFLAG_Wshadow - Success
  65. -- Performing Test CFLAG_Wswitch_enum
  66. -- Performing Test CFLAG_Wswitch_enum - Success
  67. -- Performing Test CFLAG_Wdeclaration_after_statement
  68. -- Performing Test CFLAG_Wdeclaration_after_statement - Success
  69. -- Performing Test CFLAG_Wstrict_prototypes
  70. -- Performing Test CFLAG_Wstrict_prototypes - Success
  71. -- Performing Test CFLAG_Wpointer_arith
  72. -- Performing Test CFLAG_Wpointer_arith - Success
  73. -- Performing Test CFLAG_W4
  74. -- Performing Test CFLAG_W4 - Failed
  75. -- Found Perl: /usr/bin/perl (found version "5.26.1")
  76. -- Performing Test CXX_FLAG_STD_CPLUSPLUS11
  77. -- Performing Test CXX_FLAG_STD_CPLUSPLUS11 - Success
  78. -- Performing Test C_FLAG_STD_C99
  79. -- Performing Test C_FLAG_STD_C99 - Success
  80. -- Performing Test C_FLAG_WALL
  81. -- Performing Test C_FLAG_WALL - Success
  82. -- Performing Test CXX_FLAG_WALL
  83. -- Performing Test CXX_FLAG_WALL - Success
  84. -- Performing Test C_FLAG_WEXTRA
  85. -- Performing Test C_FLAG_WEXTRA - Success
  86. -- Performing Test CXX_FLAG_WEXTRA
  87. -- Performing Test CXX_FLAG_WEXTRA - Success
  88. -- Performing Test C_FLAG_WUNDEF
  89. -- Performing Test C_FLAG_WUNDEF - Success
  90. -- Performing Test CXX_FLAG_WUNDEF
  91. -- Performing Test CXX_FLAG_WUNDEF - Success
  92. -- Performing Test C_FLAG_WSHADOW
  93. -- Performing Test C_FLAG_WSHADOW - Success
  94. -- Performing Test CXX_FLAG_WSHADOW
  95. -- Performing Test CXX_FLAG_WSHADOW - Success
  96. -- Performing Test C_FLAG_WCAST_ALIGN
  97. -- Performing Test C_FLAG_WCAST_ALIGN - Success
  98. -- Performing Test CXX_FLAG_WCAST_ALIGN
  99. -- Performing Test CXX_FLAG_WCAST_ALIGN - Success
  100. -- Performing Test C_FLAG_WCAST_QUAL
  101. -- Performing Test C_FLAG_WCAST_QUAL - Success
  102. -- Performing Test CXX_FLAG_WCAST_QUAL
  103. -- Performing Test CXX_FLAG_WCAST_QUAL - Success
  104. -- Performing Test C_FLAG_WSTRICT_PROTOTYPES
  105. -- Performing Test C_FLAG_WSTRICT_PROTOTYPES - Success
  106. -- CMAKE_INSTALL_PREFIX: /usr/local
  107. -- CMAKE_INSTALL_LIBDIR: lib
  108. -- ZSTD_LEGACY_SUPPORT not defined!
  109. -- ZSTD_MULTITHREAD_SUPPORT is enabled
  110. -- ZSTD VERSION 1.3.8
  111. -- Performing Test SOUNDTOUCH_HAS_MMMX
  112. -- Performing Test SOUNDTOUCH_HAS_MMMX - Success
  113. -- Performing Test SOUNDTOUCH_HAS_MSSE
  114. -- Performing Test SOUNDTOUCH_HAS_MSSE - Success
  115. -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY
  116. -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success
  117. -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY
  118. -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success
  119. -- Performing Test COMPILER_HAS_DEPRECATED_ATTR
  120. -- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success
  121. -- Looking for include file AudioUnit/AudioUnit.h
  122. -- Looking for include file AudioUnit/AudioUnit.h - not found
  123. -- Looking for include file pulse/pulseaudio.h
  124. -- Looking for include file pulse/pulseaudio.h - found
  125. -- Looking for include file alsa/asoundlib.h
  126. -- Looking for include file alsa/asoundlib.h - found
  127. -- Looking for include file jack/jack.h
  128. -- Looking for include file jack/jack.h - not found
  129. -- Looking for include file audioclient.h
  130. -- Looking for include file audioclient.h - not found
  131. -- Looking for include files windows.h, mmsystem.h
  132. -- Looking for include files windows.h, mmsystem.h - not found
  133. -- Looking for include file SLES/OpenSLES.h
  134. -- Looking for include file SLES/OpenSLES.h - not found
  135. -- Looking for include file android/log.h
  136. -- Looking for include file android/log.h - not found
  137. -- Looking for include file sndio.h
  138. -- Looking for include file sndio.h - found
  139. -- Looking for include file kai.h
  140. -- Looking for include file kai.h - not found
  141. -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
  142. -- Looking for sys/types.h
  143. -- Looking for sys/types.h - found
  144. -- Looking for stdint.h
  145. -- Looking for stdint.h - found
  146. -- Looking for stddef.h
  147. -- Looking for stddef.h - found
  148. -- Check size of off64_t
  149. -- Check size of off64_t - done
  150. -- Looking for fseeko
  151. -- Looking for fseeko - found
  152. -- Looking for unistd.h
  153. -- Looking for unistd.h - found
  154. -- Looking for include file CommonCrypto/CommonCrypto.h
  155. -- Looking for include file CommonCrypto/CommonCrypto.h - not found
  156. -- Could NOT find NETTLE (missing: NETTLE_LIBRARY NETTLE_INCLUDE_DIR)
  157. -- Could NOT find GnuTLS (missing: GNUTLS_LIBRARY GNUTLS_INCLUDE_DIR)
  158. -- Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the system variable OPENSSL_ROOT_DIR (missing: OPENSSL_CRYPTO_LIBRARY OPENSSL_INCLUDE_DIR)
  159. -- Looking for _chmod
  160. -- Looking for _chmod - not found
  161. -- Looking for _close
  162. -- Looking for _close - not found
  163. -- Looking for _dup
  164. -- Looking for _dup - not found
  165. -- Looking for _fdopen
  166. -- Looking for _fdopen - not found
  167. -- Looking for _fileno
  168. -- Looking for _fileno - not found
  169. -- Looking for _open
  170. -- Looking for _open - not found
  171. -- Looking for _setmode
  172. -- Looking for _setmode - not found
  173. -- Looking for _snprintf
  174. -- Looking for _snprintf - not found
  175. -- Looking for _strdup
  176. -- Looking for _strdup - not found
  177. -- Looking for _stricmp
  178. -- Looking for _stricmp - not found
  179. -- Looking for _strtoi64
  180. -- Looking for _strtoi64 - not found
  181. -- Looking for _strtoui64
  182. -- Looking for _strtoui64 - not found
  183. -- Looking for _unlink
  184. -- Looking for _unlink - not found
  185. -- Looking for arc4random
  186. -- Looking for arc4random - not found
  187. -- Looking for clonefile
  188. -- Looking for clonefile - not found
  189. -- Looking for explicit_bzero
  190. -- Looking for explicit_bzero - found
  191. -- Looking for explicit_memset
  192. -- Looking for explicit_memset - not found
  193. -- Looking for fileno
  194. -- Looking for fileno - found
  195. -- Looking for ftello
  196. -- Looking for ftello - found
  197. -- Looking for getprogname
  198. -- Looking for getprogname - not found
  199. -- Looking for localtime_r
  200. -- Looking for localtime_r - found
  201. -- Looking for setmode
  202. -- Looking for setmode - not found
  203. -- Looking for snprintf
  204. -- Looking for snprintf - found
  205. -- Looking for strcasecmp
  206. -- Looking for strcasecmp - found
  207. -- Looking for strdup
  208. -- Looking for strdup - found
  209. -- Looking for stricmp
  210. -- Looking for stricmp - not found
  211. -- Looking for strtoll
  212. -- Looking for strtoll - found
  213. -- Looking for strtoull
  214. -- Looking for strtoull - found
  215. -- Looking for 3 include files sys/types.h, ..., fts.h
  216. -- Looking for 3 include files sys/types.h, ..., fts.h - found
  217. -- Looking for include file stdbool.h
  218. -- Looking for include file stdbool.h - found
  219. -- Looking for include file strings.h
  220. -- Looking for include file strings.h - found
  221. -- Looking for include file inttypes.h
  222. -- Looking for include file inttypes.h - found
  223. -- Looking for include file stdint.h
  224. -- Looking for include file stdint.h - found
  225. -- Looking for include file sys/types.h
  226. -- Looking for include file sys/types.h - found
  227. -- Check size of __int8
  228. -- Check size of __int8 - failed
  229. -- Check size of int8_t
  230. -- Check size of int8_t - done
  231. -- Check size of uint8_t
  232. -- Check size of uint8_t - done
  233. -- Check size of __int16
  234. -- Check size of __int16 - failed
  235. -- Check size of int16_t
  236. -- Check size of int16_t - done
  237. -- Check size of uint16_t
  238. -- Check size of uint16_t - done
  239. -- Check size of __int32
  240. -- Check size of __int32 - failed
  241. -- Check size of int32_t
  242. -- Check size of int32_t - done
  243. -- Check size of uint32_t
  244. -- Check size of uint32_t - done
  245. -- Check size of __int64
  246. -- Check size of __int64 - failed
  247. -- Check size of int64_t
  248. -- Check size of int64_t - done
  249. -- Check size of uint64_t
  250. -- Check size of uint64_t - done
  251. -- Check size of short
  252. -- Check size of short - done
  253. -- Check size of int
  254. -- Check size of int - done
  255. -- Check size of long
  256. -- Check size of long - done
  257. -- Check size of long long
  258. -- Check size of long long - done
  259. -- Check size of off_t
  260. -- Check size of off_t - done
  261. -- Check size of size_t
  262. -- Check size of size_t - done
  263. -- Check size of ssize_t
  264. -- Check size of ssize_t - done
  265. -- Performing Test HAVE_FICLONERANGE
  266. -- Performing Test HAVE_FICLONERANGE - Success
  267. -- Performing Test HAVE_NULLABLE
  268. -- Performing Test HAVE_NULLABLE - Failed
  269. -- Check if the system is big endian
  270. -- Searching 16 bit integer
  271. -- Check size of unsigned short
  272. -- Check size of unsigned short - done
  273. -- Using unsigned short
  274. -- Check if the system is big endian - little endian
  275. CMake Warning at externals/libzip/CMakeLists.txt:240 (MESSAGE):
  276. -- neither Common Crypto, GnuTLS, mbed TLS, OpenSSL, nor Windows
  277. Cryptography found; AES support disabled
  278.  
  279.  
  280. -- Looking for asprintf
  281. -- Looking for asprintf - found
  282. -- Looking for reallocarray
  283. -- Looking for reallocarray - found
  284. -- Looking for strlcat
  285. -- Looking for strlcat - not found
  286. -- Looking for strlcpy
  287. -- Looking for strlcpy - not found
  288. -- Looking for strndup
  289. -- Looking for strndup - found
  290. -- Looking for strnlen
  291. -- Looking for strnlen - found
  292. -- Looking for strsep
  293. -- Looking for strsep - found
  294. -- Looking for timegm
  295. -- Looking for timegm - found
  296. -- Looking for arc4random_buf
  297. -- Looking for arc4random_buf - not found
  298. -- Looking for arc4random_uniform
  299. -- Looking for arc4random_uniform - not found
  300. -- Looking for getauxval
  301. -- Looking for getauxval - found
  302. -- Looking for getentropy
  303. -- Looking for getentropy - found
  304. -- Looking for getpagesize
  305. -- Looking for getpagesize - found
  306. -- Looking for timingsafe_bcmp
  307. -- Looking for timingsafe_bcmp - not found
  308. -- Looking for timingsafe_memcmp
  309. -- Looking for timingsafe_memcmp - not found
  310. -- Looking for memmem
  311. -- Looking for memmem - found
  312. -- Looking for include file err.h
  313. -- Looking for include file err.h - found
  314. -- Looking for clock_gettime
  315. -- Looking for clock_gettime - found
  316. -- Check size of time_t
  317. -- Check size of time_t - done
  318. -- Configuring done
  319. CMake Warning (dev) at externals/libzip/CMakeLists.txt:367 (ADD_LIBRARY):
  320. Policy CMP0063 is not set: Honor visibility properties for all target
  321. types. Run "cmake --help-policy CMP0063" for policy details. Use the
  322. cmake_policy command to set the policy and suppress this warning.
  323.  
  324. Target "zip" of type "STATIC_LIBRARY" has the following visibility
  325. properties set for C:
  326.  
  327. C_VISIBILITY_PRESET
  328.  
  329. For compatibility CMake is not honoring them for this target.
  330. This warning is for project developers. Use -Wno-dev to suppress it.
  331.  
  332. -- Generating done
  333. -- Build files have been written to: /home/mateja/yuzu-mainline/build
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement