jazon22

Ryo Wallet Compile

Dec 8th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 63.67 KB | None | 0 0
  1.  
  2. Jason@AcerLaptop MINGW64 ~
  3. $ pacman -Syuu
  4. :: Synchronizing package databases...
  5. mingw32 is up to date
  6. mingw64 is up to date
  7. msys is up to date
  8. :: Starting core system upgrade...
  9. there is nothing to do
  10. :: Starting full system upgrade...
  11. there is nothing to do
  12.  
  13. Jason@AcerLaptop MINGW64 ~
  14. $ git clone --recursive https://github.com/ryo-currency/ryo-currency.git
  15. Cloning into 'ryo-currency'...
  16. remote: Enumerating objects: 38, done.
  17. remote: Counting objects: 100% (38/38), done.
  18. remote: Compressing objects: 100% (37/37), done.
  19. remote: Total 5213 (delta 12), reused 21 (delta 1), pack-reused 5175
  20. Receiving objects: 100% (5213/5213), 16.78 MiB | 12.88 MiB/s, done.
  21. Resolving deltas: 100% (2564/2564), done.
  22. Checking out files: 100% (3089/3089), done.
  23.  
  24. Jason@AcerLaptop MINGW64 ~
  25. $ cd ryo-currency
  26.  
  27. Jason@AcerLaptop MINGW64 ~/ryo-currency
  28. $ git pull
  29. Already up to date.
  30.  
  31. Jason@AcerLaptop MINGW64 ~/ryo-currency
  32. $ git submodule update
  33.  
  34. Jason@AcerLaptop MINGW64 ~/ryo-currency
  35. $ make release-static-win64
  36. mkdir -p build/release
  37. cd build/release && cmake -G "MSYS Makefiles" -D STATIC=ON -D ARCH="x86-64" -D BUILD_64=ON -D CMAKE_BUILD_TYPE=Release -D BUILD_TAG="win-x64" -D CMAKE_TOOLCHAIN_FILE=../../cmake/64-bit-toolchain.cmake -D MSYS2_FOLDER=c:/msys64 ../.. && make
  38. -- The C compiler identification is GNU 8.2.1
  39. -- The CXX compiler identification is GNU 8.2.1
  40. -- Check for working C compiler: C:/msys64/mingw64/bin/x86_64-w64-mingw32-gcc.exe
  41. -- Check for working C compiler: C:/msys64/mingw64/bin/x86_64-w64-mingw32-gcc.exe -- works
  42. -- Detecting C compiler ABI info
  43. -- Detecting C compiler ABI info - done
  44. -- Detecting C compile features
  45. -- Detecting C compile features - done
  46. -- Check for working CXX compiler: C:/msys64/mingw64/bin/x86_64-w64-mingw32-g++.exe
  47. -- Check for working CXX compiler: C:/msys64/mingw64/bin/x86_64-w64-mingw32-g++.exe -- works
  48. -- Detecting CXX compiler ABI info
  49. -- Detecting CXX compiler ABI info - done
  50. -- Detecting CXX compile features
  51. -- Detecting CXX compile features - done
  52. -- Building build tag win-x64
  53. -- Could not find DEVELOPER_LOCAL_TOOLS in env (not required)
  54. -- BOOST_IGNORE_SYSTEM_PATHS defaults to OFF
  55. -- Could not find DEVELOPER_LIBUNBOUND_OLD in env (not required)
  56. -- Building for a 64-bit system
  57. -- Building internal libraries as static
  58. -- MSYS location: C:/msys64
  59. -- Could not find DATABASE in env (not required unless you want to change database type from default: lmdb)
  60. -- Using LMDB as default DB type
  61. -- looking for liblzma
  62. -- liblzma found
  63. -- Could not find libunwind (missing: LIBUNWIND_INCLUDE_DIR)
  64. -- Stack trace on exception disabled
  65. -- Found OpenSSL: C:/msys64/mingw64/lib/libcrypto.a (found version "1.1.1a")
  66. -- Using OpenSSL include dir at C:/msys64/mingw64/include
  67. -- Looking for memset_s in c
  68. -- Looking for memset_s in c - not found
  69. -- Looking for explicit_bzero in c
  70. -- Looking for explicit_bzero in c - not found
  71. -- Looking for strptime
  72. -- Looking for strptime - not found
  73. -- Could NOT find MiniUPnPc (missing: MINIUPNP_INCLUDE_DIR MINIUPNP_LIBRARY)
  74. -- Using in-tree miniupnpc
  75. -- Looking for libunbound
  76. -- Looking for pthread.h
  77. -- Looking for pthread.h - found
  78. -- Looking for pthread_create
  79. -- Looking for pthread_create - found
  80. -- Found Threads: TRUE
  81. -- Looking for arpa/inet.h
  82. -- Looking for arpa/inet.h - not found
  83. -- Looking for endian.h
  84. -- Looking for endian.h - not found
  85. -- Looking for dlfcn.h
  86. -- Looking for dlfcn.h - not found
  87. -- Looking for event.h
  88. -- Looking for event.h - not found
  89. -- Looking for getopt.h
  90. -- Looking for getopt.h - found
  91. -- Looking for glob.h
  92. -- Looking for glob.h - not found
  93. -- Looking for grp.h
  94. -- Looking for grp.h - not found
  95. -- Looking for inttypes.h
  96. -- Looking for inttypes.h - found
  97. -- Looking for iphlpapi.h
  98. -- Looking for iphlpapi.h - found
  99. -- Looking for login_cap.h
  100. -- Looking for login_cap.h - not found
  101. -- Looking for memory.h
  102. -- Looking for memory.h - found
  103. -- Looking for netdb.h
  104. -- Looking for netdb.h - not found
  105. -- Looking for netinet/in.h
  106. -- Looking for netinet/in.h - not found
  107. -- Looking for pthread.h
  108. -- Looking for pthread.h - found
  109. -- Looking for pwd.h
  110. -- Looking for pwd.h - not found
  111. -- Looking for stdarg.h
  112. -- Looking for stdarg.h - found
  113. -- Looking for stdbool.h
  114. -- Looking for stdbool.h - found
  115. -- Looking for stdint.h
  116. -- Looking for stdint.h - found
  117. -- Looking for stdlib.h
  118. -- Looking for stdlib.h - found
  119. -- Looking for strings.h
  120. -- Looking for strings.h - found
  121. -- Looking for string.h
  122. -- Looking for string.h - found
  123. -- Looking for sys/param.h
  124. -- Looking for sys/param.h - found
  125. -- Looking for sys/resource.h
  126. -- Looking for sys/resource.h - not found
  127. -- Looking for sys/sha2.h
  128. -- Looking for sys/sha2.h - not found
  129. -- Looking for sys/socket.h
  130. -- Looking for sys/socket.h - not found
  131. -- Looking for sys/stat.h
  132. -- Looking for sys/stat.h - found
  133. -- Looking for sys/sysctl.h
  134. -- Looking for sys/sysctl.h - not found
  135. -- Looking for sys/types.h
  136. -- Looking for sys/types.h - found
  137. -- Looking for sys/uio.h
  138. -- Looking for sys/uio.h - not found
  139. -- Looking for sys/un.h
  140. -- Looking for sys/un.h - not found
  141. -- Looking for sys/wait.h
  142. -- Looking for sys/wait.h - not found
  143. -- Looking for syslog.h
  144. -- Looking for syslog.h - not found
  145. -- Looking for time.h
  146. -- Looking for time.h - found
  147. -- Looking for unistd.h
  148. -- Looking for unistd.h - found
  149. -- Looking for vfork.h
  150. -- Looking for vfork.h - not found
  151. -- Looking for windows.h
  152. -- Looking for windows.h - found
  153. -- Looking for winsock2.h
  154. -- Looking for winsock2.h - found
  155. -- Looking for ws2tcpip.h
  156. -- Looking for ws2tcpip.h - found
  157. -- Looking for _beginthreadex
  158. -- Looking for _beginthreadex - found
  159. -- Looking for arc4random
  160. -- Looking for arc4random - not found
  161. -- Looking for arc4random_uniform
  162. -- Looking for arc4random_uniform - not found
  163. -- Looking for chown
  164. -- Looking for chown - not found
  165. -- Looking for chroot
  166. -- Looking for chroot - not found
  167. -- Looking for ctime_r
  168. -- Looking for ctime_r - not found
  169. -- Looking for daemon
  170. -- Looking for daemon - not found
  171. -- Looking for endprotoent
  172. -- Looking for endprotoent - not found
  173. -- Looking for endservent
  174. -- Looking for endservent - not found
  175. -- Looking for fork
  176. -- Looking for fork - not found
  177. -- Looking for fseeko
  178. -- Looking for fseeko - found
  179. -- Looking for fsync
  180. -- Looking for fsync - not found
  181. -- Looking for getauxval
  182. -- Looking for getauxval - not found
  183. -- Looking for getentropy
  184. -- Looking for getentropy - not found
  185. -- Looking for getpwnam
  186. -- Looking for getpwnam - not found
  187. -- Looking for getrlimit
  188. -- Looking for getrlimit - not found
  189. -- Looking for glob
  190. -- Looking for glob - not found
  191. -- Looking for gmtime_r
  192. -- Looking for gmtime_r - not found
  193. -- Looking for fcntl
  194. -- Looking for fcntl - not found
  195. -- Looking for inet_aton
  196. -- Looking for inet_aton - not found
  197. -- Looking for inet_ntop
  198. -- Looking for inet_ntop - found
  199. -- Looking for inet_pton
  200. -- Looking for inet_pton - found
  201. -- Looking for initgroups
  202. -- Looking for initgroups - not found
  203. -- Looking for ioctlsocket
  204. -- Looking for ioctlsocket - found
  205. -- Looking for isblank
  206. -- Looking for isblank - found
  207. -- Looking for kill
  208. -- Looking for kill - not found
  209. -- Looking for localtime_r
  210. -- Looking for localtime_r - not found
  211. -- Looking for malloc
  212. -- Looking for malloc - found
  213. -- Looking for memmove
  214. -- Looking for memmove - found
  215. -- Looking for random
  216. -- Looking for random - not found
  217. -- Looking for reallocarray
  218. -- Looking for reallocarray - not found
  219. -- Looking for recvmsg
  220. -- Looking for recvmsg - not found
  221. -- Looking for sbrk
  222. -- Looking for sbrk - not found
  223. -- Looking for sendmsg
  224. -- Looking for sendmsg - not found
  225. -- Looking for setregid
  226. -- Looking for setregid - not found
  227. -- Looking for setresgid
  228. -- Looking for setresgid - not found
  229. -- Looking for setresuid
  230. -- Looking for setresuid - not found
  231. -- Looking for setreuid
  232. -- Looking for setreuid - not found
  233. -- Looking for setrlimit
  234. -- Looking for setrlimit - not found
  235. -- Looking for setsid
  236. -- Looking for setsid - not found
  237. -- Looking for setusercontent
  238. -- Looking for setusercontent - not found
  239. -- Looking for sigprocmask
  240. -- Looking for sigprocmask - not found
  241. -- Looking for sleep
  242. -- Looking for sleep - found
  243. -- Looking for snprintf
  244. -- Looking for snprintf - found
  245. -- Looking for socketpair
  246. -- Looking for socketpair - not found
  247. -- Looking for srandom
  248. -- Looking for srandom - not found
  249. -- Looking for strsep
  250. -- Looking for strsep - not found
  251. -- Looking for strftime
  252. -- Looking for strftime - found
  253. -- Looking for strlcat
  254. -- Looking for strlcat - not found
  255. -- Looking for strlcpy
  256. -- Looking for strlcpy - not found
  257. -- Looking for strptime
  258. -- Looking for strptime - not found
  259. -- Looking for tzset
  260. -- Looking for tzset - found
  261. -- Looking for usleep
  262. -- Looking for usleep - found
  263. -- Looking for writev
  264. -- Looking for writev - not found
  265. -- Looking for getaddrinfo
  266. -- Looking for getaddrinfo - found
  267. -- Looking for stddef.h
  268. CMake Warning (dev) at C:/msys64/mingw64/share/cmake-3.12/Modules/CheckIncludeFile.cmake:70 (message):
  269. Policy CMP0075 is not set: Include file check macros honor
  270. CMAKE_REQUIRED_LIBRARIES. Run "cmake --help-policy CMP0075" for policy
  271. details. Use the cmake_policy command to set the policy and suppress this
  272. warning.
  273.  
  274. CMAKE_REQUIRED_LIBRARIES is set to:
  275.  
  276. iphlpapi;ws2_32
  277.  
  278. For compatibility with CMake 3.11 and below this check is ignoring it.
  279. Call Stack (most recent call first):
  280. C:/msys64/mingw64/share/cmake-3.12/Modules/CheckTypeSize.cmake:227 (check_include_file)
  281. external/unbound/configure_checks.cmake:138 (check_type_size)
  282. external/unbound/CMakeLists.txt:35 (include)
  283. This warning is for project developers. Use -Wno-dev to suppress it.
  284.  
  285. -- Looking for stddef.h - found
  286. -- Check size of time_t
  287. -- Check size of time_t - done
  288. -- Check size of gid_t
  289. -- Check size of gid_t - failed
  290. -- Check size of in_addr_t
  291. -- Check size of in_addr_t - failed
  292. -- Check size of in_port_t
  293. -- Check size of in_port_t - failed
  294. -- Check size of int16_t
  295. -- Check size of int16_t - done
  296. -- Check size of int32_t
  297. -- Check size of int32_t - done
  298. -- Check size of int64_t
  299. -- Check size of int64_t - done
  300. -- Check size of int8_t
  301. -- Check size of int8_t - done
  302. -- Check size of pid_t
  303. -- Check size of pid_t - done
  304. -- Check size of rlim_t
  305. -- Check size of rlim_t - failed
  306. -- Check size of ssize_t
  307. -- Check size of ssize_t - done
  308. -- Check size of uid_t
  309. -- Check size of uid_t - failed
  310. -- Check size of uint16_t
  311. -- Check size of uint16_t - done
  312. -- Check size of uint32_t
  313. -- Check size of uint32_t - done
  314. -- Check size of uint64_t
  315. -- Check size of uint64_t - done
  316. -- Check size of uint8_t
  317. -- Check size of uint8_t - done
  318. -- Looking for PTHREAD_PRIO_INHERIT
  319. -- Looking for PTHREAD_PRIO_INHERIT - found
  320. -- Looking for pthread_rwlock_t
  321. -- Looking for pthread_rwlock_t - not found
  322. -- Looking for pthread_spinlock_t
  323. -- Looking for pthread_spinlock_t - not found
  324. -- Looking for openssl/conf.h
  325. -- Looking for openssl/conf.h - found
  326. -- Looking for openssl/engine.h
  327. -- Looking for openssl/engine.h - found
  328. -- Looking for openssl/err.h
  329. -- Looking for openssl/err.h - found
  330. -- Looking for openssl/rand.h
  331. -- Looking for openssl/rand.h - found
  332. -- Looking for openssl/ssl.h
  333. -- Looking for openssl/ssl.h - found
  334. -- Looking for NID_secp384r1
  335. -- Looking for NID_secp384r1 - found
  336. -- Looking for NID_X9_62_prime256v1
  337. -- Looking for NID_X9_62_prime256v1 - found
  338. -- Looking for sk_SSL_COMP_pop_free
  339. -- Looking for sk_SSL_COMP_pop_free - found
  340. -- Looking for SSL_COMP_get_compression_methods
  341. -- Looking for SSL_COMP_get_compression_methods - found
  342. -- Looking for EVP_MD_CTX_new
  343. -- Looking for EVP_MD_CTX_new - found
  344. -- Looking for EVP_sha1
  345. -- Looking for EVP_sha1 - found
  346. -- Looking for EVP_sha256
  347. -- Looking for EVP_sha256 - found
  348. -- Looking for EVP_sha512
  349. -- Looking for EVP_sha512 - found
  350. -- Looking for FIPS_mode
  351. -- Looking for FIPS_mode - found
  352. -- Looking for HMAC_Update
  353. -- Looking for HMAC_Update - found
  354. -- Looking for OPENSSL_config
  355. -- Looking for OPENSSL_config - found
  356. -- Looking for SHA512_Update
  357. -- Looking for SHA512_Update - found
  358. -- Looking for LIBRESSL_VERSION_TEXT
  359. -- Looking for LIBRESSL_VERSION_TEXT - not found
  360. -- Using 64-bit LMDB from source tree
  361. -- CMake version: 3.12.4
  362. -- Version: 5.1.0
  363. -- Build type: Release
  364. -- CXX_STANDARD: 11
  365. -- Performing Test has_std_11_flag
  366. -- Performing Test has_std_11_flag - Success
  367. -- Performing Test has_std_0x_flag
  368. -- Performing Test has_std_0x_flag - Success
  369. -- Performing Test SUPPORTS_VARIADIC_TEMPLATES
  370. -- Performing Test SUPPORTS_VARIADIC_TEMPLATES - Success
  371. -- Performing Test SUPPORTS_INITIALIZER_LIST
  372. -- Performing Test SUPPORTS_INITIALIZER_LIST - Success
  373. -- Performing Test SUPPORTS_ENUM_BASE
  374. -- Performing Test SUPPORTS_ENUM_BASE - Success
  375. -- Performing Test SUPPORTS_TYPE_TRAITS
  376. -- Performing Test SUPPORTS_TYPE_TRAITS - Success
  377. -- Performing Test SUPPORTS_USER_DEFINED_LITERALS
  378. -- Performing Test SUPPORTS_USER_DEFINED_LITERALS - Success
  379. -- Looking for open
  380. -- Looking for open - found
  381. -- Could not find PCSC
  382. -- Building on for x86-64
  383. -- Performing Test _Wformat_c
  384. -- Performing Test _Wformat_c - Success
  385. -- Performing Test _Wformat_cxx
  386. -- Performing Test _Wformat_cxx - Success
  387. -- Performing Test _Wformat_security_c
  388. -- Performing Test _Wformat_security_c - Success
  389. -- Performing Test _Wformat_security_cxx
  390. -- Performing Test _Wformat_security_cxx - Success
  391. -- Performing Test _fstack_protector_c
  392. -- Performing Test _fstack_protector_c - Success
  393. -- Performing Test _fstack_protector_cxx
  394. -- Performing Test _fstack_protector_cxx - Success
  395. -- Performing Test _fstack_protector_strong_c
  396. -- Performing Test _fstack_protector_strong_c - Success
  397. -- Performing Test _fstack_protector_strong_cxx
  398. -- Performing Test _fstack_protector_strong_cxx - Success
  399. -- Looking for -Wl,-z,relro linker flag
  400. -- Looking for -Wl,-z,relro linker flag - not found
  401. -- Looking for -Wl,-z,now linker flag
  402. -- Looking for -Wl,-z,now linker flag - not found
  403. -- Looking for -Wl,-z,noexecstack linker flag
  404. -- Looking for -Wl,-z,noexecstack linker flag - not found
  405. -- Looking for -Wl,-z,noexecheap linker flag
  406. -- Looking for -Wl,-z,noexecheap linker flag - not found
  407. -- Looking for -Wl,--dynamicbase linker flag
  408. -- Looking for -Wl,--dynamicbase linker flag - found
  409. -- Looking for -Wl,--nxcompat linker flag
  410. -- Looking for -Wl,--nxcompat linker flag - found
  411. -- Using C security hardening flags: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -fstack-protector -fstack-protector-strong
  412. -- Using C++ security hardening flags: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -fstack-protector -fstack-protector-strong
  413. -- Using linker security hardening flags: -Wl,--dynamicbase -Wl,--nxcompat
  414. -- AES support enabled
  415. -- Found Boost Version: 106800
  416. -- Could NOT find Readline (missing: Readline_INCLUDE_DIR)
  417. -- Looking for rl_copy_text
  418. -- Looking for rl_copy_text - not found
  419. -- Looking for rl_filename_completion_function
  420. -- Looking for rl_filename_completion_function - not found
  421. -- Looking for rl_copy_text
  422. -- Looking for rl_copy_text - found
  423. -- Looking for rl_filename_completion_function
  424. -- Looking for rl_filename_completion_function - found
  425. -- Could not find GNU readline library so building without readline support
  426. -- Found Git: C:/msys64/usr/bin/git.exe
  427. Doxygen: graphviz not found - graphs disabled
  428. -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
  429. -- Performing Test HAVE_C11
  430. -- Performing Test HAVE_C11 - Success
  431. -- Configuring done
  432. -- Generating done
  433. -- Build files have been written to: C:/msys64/home/Jason/ryo-currency/build/release
  434. make[1]: Entering directory '/home/Jason/ryo-currency/build/release'
  435. make[2]: Entering directory '/home/Jason/ryo-currency/build/release'
  436. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  437. Scanning dependencies of target generate_translations_header
  438. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  439. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  440. [ 1%] Creating directories for 'generate_translations_header'
  441. [ 1%] No download step for 'generate_translations_header'
  442. [ 2%] No patch step for 'generate_translations_header'
  443. [ 2%] No update step for 'generate_translations_header'
  444. [ 2%] Performing configure step for 'generate_translations_header'
  445. -- The C compiler identification is GNU 8.2.1
  446. -- The CXX compiler identification is GNU 8.2.1
  447. -- Check for working C compiler: C:/msys64/mingw64/bin/gcc.exe
  448. -- Check for working C compiler: C:/msys64/mingw64/bin/gcc.exe -- works
  449. -- Detecting C compiler ABI info
  450. -- Detecting C compiler ABI info - done
  451. -- Detecting C compile features
  452. -- Detecting C compile features - done
  453. -- Check for working CXX compiler: C:/msys64/mingw64/bin/g++.exe
  454. -- Check for working CXX compiler: C:/msys64/mingw64/bin/g++.exe -- works
  455. -- Detecting CXX compiler ABI info
  456. -- Detecting CXX compiler ABI info - done
  457. -- Detecting CXX compile features
  458. -- Detecting CXX compile features - done
  459. lrelease version 5.11.2
  460. -- Configuring done
  461. -- Generating done
  462. -- Build files have been written to: C:/msys64/home/Jason/ryo-currency/build/release/translations
  463. [ 3%] Performing build step for 'generate_translations_header'
  464. make[4]: Entering directory '/C/msys64/home/Jason/ryo-currency/build/release/translations'
  465. make[5]: Entering directory '/C/msys64/home/Jason/ryo-currency/build/release/translations'
  466. make[6]: Entering directory '/C/msys64/home/Jason/ryo-currency/build/release/translations'
  467. Scanning dependencies of target generate_translations_header
  468. make[6]: Leaving directory '/C/msys64/home/Jason/ryo-currency/build/release/translations'
  469. make[6]: Entering directory '/C/msys64/home/Jason/ryo-currency/build/release/translations'
  470. [ 50%] Building C object CMakeFiles/generate_translations_header.dir/generate_translations_header.c.obj
  471. [100%] Linking C executable generate_translations_header.exe
  472. Updating 'ryo.qm'...
  473. Generated 0 translation(s) (0 finished and 0 unfinished)
  474. Ignored 737 untranslated source text(s)
  475. Updating 'ryo_fr.qm'...
  476. Generated 737 translation(s) (737 finished and 0 unfinished)
  477. Updating 'ryo_it.qm'...
  478. Generated 380 translation(s) (376 finished and 4 unfinished)
  479. Ignored 357 untranslated source text(s)
  480. Updating 'ryo_sv.qm'...
  481. Generated 737 translation(s) (737 finished and 0 unfinished)
  482. Generating embedded translations header
  483. make[6]: Leaving directory '/C/msys64/home/Jason/ryo-currency/build/release/translations'
  484. [100%] Built target generate_translations_header
  485. make[5]: Leaving directory '/C/msys64/home/Jason/ryo-currency/build/release/translations'
  486. make[4]: Leaving directory '/C/msys64/home/Jason/ryo-currency/build/release/translations'
  487. [ 3%] Performing install step for 'generate_translations_header'
  488.  
  489. [ 3%] Completed 'generate_translations_header'
  490. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  491. [ 3%] Built target generate_translations_header
  492. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  493. Scanning dependencies of target libminiupnpc-static
  494. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  495. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  496. [ 3%] Building C object external/miniupnp/miniupnpc/CMakeFiles/libminiupnpc-static.dir/igd_desc_parse.c.obj
  497. [ 4%] Building C object external/miniupnp/miniupnpc/CMakeFiles/libminiupnpc-static.dir/miniupnpc.c.obj
  498. [ 4%] Building C object external/miniupnp/miniupnpc/CMakeFiles/libminiupnpc-static.dir/minixml.c.obj
  499. [ 5%] Building C object external/miniupnp/miniupnpc/CMakeFiles/libminiupnpc-static.dir/minisoap.c.obj
  500. [ 5%] Building C object external/miniupnp/miniupnpc/CMakeFiles/libminiupnpc-static.dir/minissdpc.c.obj
  501. [ 5%] Building C object external/miniupnp/miniupnpc/CMakeFiles/libminiupnpc-static.dir/miniwget.c.obj
  502. [ 6%] Building C object external/miniupnp/miniupnpc/CMakeFiles/libminiupnpc-static.dir/upnpcommands.c.obj
  503. [ 6%] Building C object external/miniupnp/miniupnpc/CMakeFiles/libminiupnpc-static.dir/upnpdev.c.obj
  504. [ 7%] Building C object external/miniupnp/miniupnpc/CMakeFiles/libminiupnpc-static.dir/upnpreplyparse.c.obj
  505. [ 7%] Building C object external/miniupnp/miniupnpc/CMakeFiles/libminiupnpc-static.dir/upnperrors.c.obj
  506. [ 7%] Building C object external/miniupnp/miniupnpc/CMakeFiles/libminiupnpc-static.dir/connecthostport.c.obj
  507. [ 8%] Building C object external/miniupnp/miniupnpc/CMakeFiles/libminiupnpc-static.dir/portlistingparse.c.obj
  508. [ 8%] Building C object external/miniupnp/miniupnpc/CMakeFiles/libminiupnpc-static.dir/receivedata.c.obj
  509. [ 8%] Linking C static library libminiupnpc.a
  510. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  511. [ 8%] Built target libminiupnpc-static
  512. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  513. Scanning dependencies of target unbound
  514. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  515. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  516. [ 8%] Building C object external/unbound/CMakeFiles/unbound.dir/services/authzone.c.obj
  517. [ 8%] Building C object external/unbound/CMakeFiles/unbound.dir/services/cache/dns.c.obj
  518. [ 9%] Building C object external/unbound/CMakeFiles/unbound.dir/services/cache/infra.c.obj
  519. [ 9%] Building C object external/unbound/CMakeFiles/unbound.dir/services/cache/rrset.c.obj
  520. [ 10%] Building C object external/unbound/CMakeFiles/unbound.dir/util/data/dname.c.obj
  521. [ 10%] Building C object external/unbound/CMakeFiles/unbound.dir/util/data/msgencode.c.obj
  522. [ 10%] Building C object external/unbound/CMakeFiles/unbound.dir/util/data/msgparse.c.obj
  523. [ 11%] Building C object external/unbound/CMakeFiles/unbound.dir/util/data/msgreply.c.obj
  524. [ 11%] Building C object external/unbound/CMakeFiles/unbound.dir/util/data/packed_rrset.c.obj
  525. [ 12%] Building C object external/unbound/CMakeFiles/unbound.dir/iterator/iterator.c.obj
  526. [ 12%] Building C object external/unbound/CMakeFiles/unbound.dir/iterator/iter_delegpt.c.obj
  527. [ 12%] Building C object external/unbound/CMakeFiles/unbound.dir/iterator/iter_donotq.c.obj
  528. [ 13%] Building C object external/unbound/CMakeFiles/unbound.dir/iterator/iter_fwd.c.obj
  529. [ 13%] Building C object external/unbound/CMakeFiles/unbound.dir/iterator/iter_hints.c.obj
  530. [ 14%] Building C object external/unbound/CMakeFiles/unbound.dir/iterator/iter_priv.c.obj
  531. [ 14%] Building C object external/unbound/CMakeFiles/unbound.dir/iterator/iter_resptype.c.obj
  532. [ 14%] Building C object external/unbound/CMakeFiles/unbound.dir/iterator/iter_scrub.c.obj
  533. [ 15%] Building C object external/unbound/CMakeFiles/unbound.dir/iterator/iter_utils.c.obj
  534. [ 15%] Building C object external/unbound/CMakeFiles/unbound.dir/respip/respip.c.obj
  535. [ 15%] Building C object external/unbound/CMakeFiles/unbound.dir/services/listen_dnsport.c.obj
  536. [ 16%] Building C object external/unbound/CMakeFiles/unbound.dir/services/localzone.c.obj
  537. [ 16%] Building C object external/unbound/CMakeFiles/unbound.dir/services/mesh.c.obj
  538. [ 17%] Building C object external/unbound/CMakeFiles/unbound.dir/services/modstack.c.obj
  539. [ 17%] Building C object external/unbound/CMakeFiles/unbound.dir/services/outbound_list.c.obj
  540. [ 17%] Building C object external/unbound/CMakeFiles/unbound.dir/services/outside_network.c.obj
  541. [ 18%] Building C object external/unbound/CMakeFiles/unbound.dir/services/view.c.obj
  542. [ 18%] Building C object external/unbound/CMakeFiles/unbound.dir/util/alloc.c.obj
  543. [ 20%] Building C object external/unbound/CMakeFiles/unbound.dir/util/as112.c.obj
  544. [ 20%] Building C object external/unbound/CMakeFiles/unbound.dir/util/config_file.c.obj
  545. [ 20%] Building C object external/unbound/CMakeFiles/unbound.dir/util/configlexer.c.obj
  546. [ 21%] Building C object external/unbound/CMakeFiles/unbound.dir/util/configparser.c.obj
  547. [ 21%] Building C object external/unbound/CMakeFiles/unbound.dir/util/fptr_wlist.c.obj
  548. [ 22%] Building C object external/unbound/CMakeFiles/unbound.dir/util/locks.c.obj
  549. [ 22%] Building C object external/unbound/CMakeFiles/unbound.dir/util/log.c.obj
  550. [ 22%] Building C object external/unbound/CMakeFiles/unbound.dir/util/mini_event.c.obj
  551. [ 23%] Building C object external/unbound/CMakeFiles/unbound.dir/util/module.c.obj
  552. [ 23%] Building C object external/unbound/CMakeFiles/unbound.dir/util/netevent.c.obj
  553. [ 23%] Building C object external/unbound/CMakeFiles/unbound.dir/util/net_help.c.obj
  554. [ 24%] Building C object external/unbound/CMakeFiles/unbound.dir/util/random.c.obj
  555. [ 24%] Building C object external/unbound/CMakeFiles/unbound.dir/util/rbtree.c.obj
  556. [ 25%] Building C object external/unbound/CMakeFiles/unbound.dir/util/regional.c.obj
  557. [ 25%] Building C object external/unbound/CMakeFiles/unbound.dir/util/rtt.c.obj
  558. [ 25%] Building C object external/unbound/CMakeFiles/unbound.dir/util/storage/dnstree.c.obj
  559. [ 26%] Building C object external/unbound/CMakeFiles/unbound.dir/util/storage/lookup3.c.obj
  560. [ 26%] Building C object external/unbound/CMakeFiles/unbound.dir/util/storage/lruhash.c.obj
  561. [ 27%] Building C object external/unbound/CMakeFiles/unbound.dir/util/storage/slabhash.c.obj
  562. [ 27%] Building C object external/unbound/CMakeFiles/unbound.dir/util/timehist.c.obj
  563. [ 27%] Building C object external/unbound/CMakeFiles/unbound.dir/util/tube.c.obj
  564. [ 28%] Building C object external/unbound/CMakeFiles/unbound.dir/util/ub_event.c.obj
  565. [ 28%] Building C object external/unbound/CMakeFiles/unbound.dir/util/winsock_event.c.obj
  566. [ 29%] Building C object external/unbound/CMakeFiles/unbound.dir/validator/autotrust.c.obj
  567. [ 29%] Building C object external/unbound/CMakeFiles/unbound.dir/validator/val_anchor.c.obj
  568. [ 29%] Building C object external/unbound/CMakeFiles/unbound.dir/validator/validator.c.obj
  569. [ 30%] Building C object external/unbound/CMakeFiles/unbound.dir/validator/val_kcache.c.obj
  570. [ 30%] Building C object external/unbound/CMakeFiles/unbound.dir/validator/val_kentry.c.obj
  571. [ 30%] Building C object external/unbound/CMakeFiles/unbound.dir/validator/val_neg.c.obj
  572. [ 31%] Building C object external/unbound/CMakeFiles/unbound.dir/validator/val_nsec3.c.obj
  573. [ 31%] Building C object external/unbound/CMakeFiles/unbound.dir/validator/val_nsec.c.obj
  574. [ 32%] Building C object external/unbound/CMakeFiles/unbound.dir/validator/val_secalgo.c.obj
  575. [ 32%] Building C object external/unbound/CMakeFiles/unbound.dir/validator/val_sigcrypt.c.obj
  576. [ 32%] Building C object external/unbound/CMakeFiles/unbound.dir/validator/val_utils.c.obj
  577. [ 33%] Building C object external/unbound/CMakeFiles/unbound.dir/dns64/dns64.c.obj
  578. [ 33%] Building C object external/unbound/CMakeFiles/unbound.dir/testcode/checklocks.c.obj
  579. [ 34%] Building C object external/unbound/CMakeFiles/unbound.dir/sldns/keyraw.c.obj
  580. [ 34%] Building C object external/unbound/CMakeFiles/unbound.dir/sldns/sbuffer.c.obj
  581. [ 34%] Building C object external/unbound/CMakeFiles/unbound.dir/sldns/wire2str.c.obj
  582. [ 35%] Building C object external/unbound/CMakeFiles/unbound.dir/sldns/parse.c.obj
  583. [ 35%] Building C object external/unbound/CMakeFiles/unbound.dir/sldns/parseutil.c.obj
  584. [ 36%] Building C object external/unbound/CMakeFiles/unbound.dir/sldns/rrdef.c.obj
  585. [ 36%] Building C object external/unbound/CMakeFiles/unbound.dir/sldns/str2wire.c.obj
  586. [ 36%] Building C object external/unbound/CMakeFiles/unbound.dir/compat/ctime_r.c.obj
  587. [ 37%] Building C object external/unbound/CMakeFiles/unbound.dir/compat/gmtime_r.c.obj
  588. [ 37%] Building C object external/unbound/CMakeFiles/unbound.dir/compat/inet_aton.c.obj
  589. [ 37%] Building C object external/unbound/CMakeFiles/unbound.dir/compat/strsep.c.obj
  590. [ 38%] Building C object external/unbound/CMakeFiles/unbound.dir/compat/strlcat.c.obj
  591. [ 38%] Building C object external/unbound/CMakeFiles/unbound.dir/compat/strlcpy.c.obj
  592. [ 40%] Building C object external/unbound/CMakeFiles/unbound.dir/compat/strptime.c.obj
  593. [ 40%] Building C object external/unbound/CMakeFiles/unbound.dir/compat/explicit_bzero.c.obj
  594. [ 40%] Building C object external/unbound/CMakeFiles/unbound.dir/compat/arc4random.c.obj
  595. [ 41%] Building C object external/unbound/CMakeFiles/unbound.dir/compat/arc4random_uniform.c.obj
  596. [ 41%] Building C object external/unbound/CMakeFiles/unbound.dir/compat/reallocarray.c.obj
  597. [ 42%] Building C object external/unbound/CMakeFiles/unbound.dir/compat/arc4_lock.c.obj
  598. [ 42%] Building C object external/unbound/CMakeFiles/unbound.dir/compat/getentropy_win.c.obj
  599. [ 42%] Building C object external/unbound/CMakeFiles/unbound.dir/libunbound/context.c.obj
  600. [ 43%] Building C object external/unbound/CMakeFiles/unbound.dir/libunbound/libunbound.c.obj
  601. [ 43%] Building C object external/unbound/CMakeFiles/unbound.dir/libunbound/libworker.c.obj
  602. [ 44%] Linking C static library libunbound.a
  603. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  604. [ 44%] Built target unbound
  605. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  606. Scanning dependencies of target lmdb
  607. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  608. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  609. [ 45%] Building C object external/db_drivers/liblmdb/CMakeFiles/lmdb.dir/mdb.c.obj
  610. C:/msys64/home/Jason/ryo-currency/external/db_drivers/liblmdb/mdb.c: In function 'mdb_strerror':
  611. cc1.exe: warning: function may return address of local variable [-Wreturn-local-addr]
  612. C:/msys64/home/Jason/ryo-currency/external/db_drivers/liblmdb/mdb.c:1646:7: note: declared here
  613. char buf[MSGSIZE + PADSIZE], *ptr = buf;
  614. ^~~
  615. [ 45%] Building C object external/db_drivers/liblmdb/CMakeFiles/lmdb.dir/midl.c.obj
  616. [ 46%] Linking C static library liblmdb.a
  617. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  618. [ 46%] Built target lmdb
  619. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  620. Scanning dependencies of target easylogging
  621. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  622. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  623. [ 46%] Building CXX object external/easylogging++/CMakeFiles/easylogging.dir/easylogging++.cc.obj
  624. [ 47%] Linking CXX static library libeasylogging.a
  625. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  626. [ 47%] Built target easylogging
  627. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  628. Scanning dependencies of target fmt
  629. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  630. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  631. [ 47%] Building CXX object external/fmt/CMakeFiles/fmt.dir/src/format.cc.obj
  632. [ 47%] Building CXX object external/fmt/CMakeFiles/fmt.dir/src/posix.cc.obj
  633. [ 48%] Linking CXX static library libfmt.a
  634. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  635. [ 48%] Built target fmt
  636. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  637. Scanning dependencies of target epee
  638. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  639. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  640. [ 48%] Building CXX object contrib/epee/src/CMakeFiles/epee.dir/hex.cpp.obj
  641. [ 48%] Building CXX object contrib/epee/src/CMakeFiles/epee.dir/http_auth.cpp.obj
  642. [ 49%] Building CXX object contrib/epee/src/CMakeFiles/epee.dir/mlog.cpp.obj
  643. [ 49%] Building CXX object contrib/epee/src/CMakeFiles/epee.dir/net_utils_base.cpp.obj
  644. [ 49%] Building CXX object contrib/epee/src/CMakeFiles/epee.dir/string_tools.cpp.obj
  645. [ 50%] Building CXX object contrib/epee/src/CMakeFiles/epee.dir/wipeable_string.cpp.obj
  646. [ 50%] Building C object contrib/epee/src/CMakeFiles/epee.dir/memwipe.c.obj
  647. [ 51%] Building CXX object contrib/epee/src/CMakeFiles/epee.dir/connection_basic.cpp.obj
  648. [ 51%] Building CXX object contrib/epee/src/CMakeFiles/epee.dir/network_throttle.cpp.obj
  649. [ 51%] Building CXX object contrib/epee/src/CMakeFiles/epee.dir/network_throttle-detail.cpp.obj
  650. [ 52%] Linking CXX static library libepee.a
  651. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  652. [ 52%] Built target epee
  653. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  654. Scanning dependencies of target epee_readline
  655. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  656. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  657. [ 52%] Building CXX object contrib/epee/src/CMakeFiles/epee_readline.dir/readline_buffer.cpp.obj
  658. [ 53%] Linking CXX static library libepee_readline.a
  659. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  660. [ 53%] Built target epee_readline
  661. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  662. Scanning dependencies of target genversion
  663. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  664. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  665. [ 53%] Generating ../version.cpp
  666. -- You are currently on commit 362ed1b
  667. -- The most recent tag was at 362ed1b
  668. -- You are building a tagged release
  669. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  670. [ 53%] Built target genversion
  671. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  672. Scanning dependencies of target obj_version
  673. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  674. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  675. [ 53%] Building CXX object src/CMakeFiles/obj_version.dir/__/version.cpp.obj
  676. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  677. [ 54%] Built target obj_version
  678. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  679. Scanning dependencies of target version
  680. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  681. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  682. [ 54%] Linking CXX static library libversion.a
  683. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  684. [ 54%] Built target version
  685. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  686. Scanning dependencies of target obj_ccnconfig
  687. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  688. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  689. [ 55%] Building CXX object src/CMakeFiles/obj_ccnconfig.dir/cryptonote_config.cpp.obj
  690. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  691. [ 55%] Built target obj_ccnconfig
  692. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  693. Scanning dependencies of target ccnconfig
  694. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  695. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  696. [ 55%] Linking CXX static library libccnconfig.a
  697. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  698. [ 55%] Built target ccnconfig
  699. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  700. Scanning dependencies of target obj_cncrypto
  701. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  702. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  703. [ 55%] Building C object src/crypto/CMakeFiles/obj_cncrypto.dir/aux_hash.c.obj
  704. [ 56%] Building C object src/crypto/CMakeFiles/obj_cncrypto.dir/chacha.c.obj
  705. [ 56%] Building C object src/crypto/CMakeFiles/obj_cncrypto.dir/crypto-ops-data.c.obj
  706. [ 57%] Building C object src/crypto/CMakeFiles/obj_cncrypto.dir/crypto-ops.c.obj
  707. [ 57%] Building CXX object src/crypto/CMakeFiles/obj_cncrypto.dir/crypto.cpp.obj
  708. [ 57%] Building C object src/crypto/CMakeFiles/obj_cncrypto.dir/hash.c.obj
  709. [ 58%] Building C object src/crypto/CMakeFiles/obj_cncrypto.dir/keccak.c.obj
  710. [ 58%] Building CXX object src/crypto/CMakeFiles/obj_cncrypto.dir/random.cpp.obj
  711. [ 58%] Building C object src/crypto/CMakeFiles/obj_cncrypto.dir/tree-hash.c.obj
  712. [ 60%] Building CXX object src/crypto/CMakeFiles/obj_cncrypto.dir/cn_slow_hash_soft.cpp.obj
  713. [ 60%] Building CXX object src/crypto/CMakeFiles/obj_cncrypto.dir/cn_slow_hash_hard_intel.cpp.obj
  714. [ 61%] Building CXX object src/crypto/CMakeFiles/obj_cncrypto.dir/cn_slow_hash_hard_arm.cpp.obj
  715. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  716. [ 61%] Built target obj_cncrypto
  717. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  718. Scanning dependencies of target cncrypto
  719. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  720. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  721. [ 61%] Linking CXX static library libcncrypto.a
  722. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  723. [ 61%] Built target cncrypto
  724. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  725. Scanning dependencies of target obj_common
  726. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  727. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  728. [ 61%] Building CXX object src/common/CMakeFiles/obj_common.dir/base58.cpp.obj
  729. [ 61%] Building CXX object src/common/CMakeFiles/obj_common.dir/command_line.cpp.obj
  730. [ 62%] Building CXX object src/common/CMakeFiles/obj_common.dir/dns_utils.cpp.obj
  731. [ 62%] Building CXX object src/common/CMakeFiles/obj_common.dir/download.cpp.obj
  732. [ 63%] Building CXX object src/common/CMakeFiles/obj_common.dir/util.cpp.obj
  733. C:/msys64/home/Jason/ryo-currency/src/common/util.cpp: In static member function 'static tools::private_file tools::private_file::create(std::__cxx11::string)':
  734. C:/msys64/home/Jason/ryo-currency/src/common/util.cpp:120:66: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
  735. const PSID psid = reinterpret_cast<const PTOKEN_OWNER>(sid.get())->Owner;
  736. ^
  737. C:/msys64/home/Jason/ryo-currency/src/common/util.cpp: In function 'std::__cxx11::string tools::get_windows_version_display_string()':
  738. C:/msys64/home/Jason/ryo-currency/src/common/util.cpp:233:24: warning: cast between incompatible function types from 'FARPROC' {aka 'long long int (*)()'} to 'PGNSI' {aka 'void (*)(_SYSTEM_INFO*)'} [-Wcast-function-type]
  739. "GetNativeSystemInfo");
  740. ^
  741. C:/msys64/home/Jason/ryo-currency/src/common/util.cpp:266:21: warning: cast between incompatible function types from 'FARPROC' {aka 'long long int (*)()'} to 'PGPI' {aka 'int (*)(long unsigned int, long unsigned int, long unsigned int, long unsigned int, long unsigned int*)'} [-Wcast-function-type]
  742. "GetProductInfo");
  743. ^
  744. [ 63%] Building CXX object src/common/CMakeFiles/obj_common.dir/i18n.cpp.obj
  745. [ 63%] Building CXX object src/common/CMakeFiles/obj_common.dir/password.cpp.obj
  746. [ 64%] Building CXX object src/common/CMakeFiles/obj_common.dir/perf_timer.cpp.obj
  747. [ 64%] Building CXX object src/common/CMakeFiles/obj_common.dir/threadpool.cpp.obj
  748. [ 65%] Building CXX object src/common/CMakeFiles/obj_common.dir/updates.cpp.obj
  749. [ 65%] Building CXX object src/common/CMakeFiles/obj_common.dir/boost_locale.cpp.obj
  750. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  751. [ 65%] Built target obj_common
  752. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  753. Scanning dependencies of target common
  754. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  755. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  756. [ 65%] Linking CXX static library libcommon.a
  757. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  758. [ 65%] Built target common
  759. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  760. Scanning dependencies of target obj_ringct_basic
  761. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  762. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  763. [ 66%] Building CXX object src/ringct/CMakeFiles/obj_ringct_basic.dir/rctOps.cpp.obj
  764. [ 66%] Building CXX object src/ringct/CMakeFiles/obj_ringct_basic.dir/rctTypes.cpp.obj
  765. [ 66%] Building C object src/ringct/CMakeFiles/obj_ringct_basic.dir/rctCryptoOps.c.obj
  766. [ 67%] Building CXX object src/ringct/CMakeFiles/obj_ringct_basic.dir/bulletproofs.cc.obj
  767. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  768. [ 67%] Built target obj_ringct_basic
  769. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  770. Scanning dependencies of target ringct_basic
  771. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  772. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  773. [ 68%] Linking CXX static library libringct_basic.a
  774. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  775. [ 68%] Built target ringct_basic
  776. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  777. Scanning dependencies of target obj_ringct
  778. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  779. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  780. [ 68%] Building CXX object src/ringct/CMakeFiles/obj_ringct.dir/rctSigs.cpp.obj
  781. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  782. [ 68%] Built target obj_ringct
  783. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  784. Scanning dependencies of target obj_device
  785. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  786. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  787. [ 68%] Building CXX object src/device/CMakeFiles/obj_device.dir/device.cpp.obj
  788. [ 68%] Building CXX object src/device/CMakeFiles/obj_device.dir/device_default.cpp.obj
  789. [ 69%] Building CXX object src/device/CMakeFiles/obj_device.dir/log.cpp.obj
  790. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  791. [ 69%] Built target obj_device
  792. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  793. Scanning dependencies of target device
  794. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  795. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  796. [ 70%] Linking CXX static library libdevice.a
  797. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  798. [ 70%] Built target device
  799. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  800. Scanning dependencies of target obj_checkpoints
  801. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  802. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  803. [ 70%] Building CXX object src/checkpoints/CMakeFiles/obj_checkpoints.dir/checkpoints.cpp.obj
  804. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  805. [ 70%] Built target obj_checkpoints
  806. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  807. Scanning dependencies of target checkpoints
  808. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  809. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  810. [ 71%] Linking CXX static library libcheckpoints.a
  811. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  812. [ 71%] Built target checkpoints
  813. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  814. Scanning dependencies of target obj_cryptonote_basic
  815. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  816. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  817. [ 71%] Building CXX object src/cryptonote_basic/CMakeFiles/obj_cryptonote_basic.dir/account.cpp.obj
  818. [ 72%] Building CXX object src/cryptonote_basic/CMakeFiles/obj_cryptonote_basic.dir/cryptonote_basic_impl.cpp.obj
  819. [ 72%] Building CXX object src/cryptonote_basic/CMakeFiles/obj_cryptonote_basic.dir/cryptonote_format_utils.cpp.obj
  820. [ 72%] Building CXX object src/cryptonote_basic/CMakeFiles/obj_cryptonote_basic.dir/difficulty.cpp.obj
  821. [ 73%] Building CXX object src/cryptonote_basic/CMakeFiles/obj_cryptonote_basic.dir/hardfork.cpp.obj
  822. [ 73%] Building CXX object src/cryptonote_basic/CMakeFiles/obj_cryptonote_basic.dir/miner.cpp.obj
  823. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  824. [ 73%] Built target obj_cryptonote_basic
  825. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  826. Scanning dependencies of target cryptonote_basic
  827. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  828. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  829. [ 74%] Linking CXX static library libcryptonote_basic.a
  830. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  831. [ 74%] Built target cryptonote_basic
  832. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  833. Scanning dependencies of target ringct
  834. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  835. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  836. [ 74%] Linking CXX static library libringct.a
  837. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  838. [ 74%] Built target ringct
  839. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  840. Scanning dependencies of target obj_cryptonote_core
  841. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  842. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  843. [ 75%] Building CXX object src/cryptonote_core/CMakeFiles/obj_cryptonote_core.dir/blockchain.cpp.obj
  844. [ 75%] Building CXX object src/cryptonote_core/CMakeFiles/obj_cryptonote_core.dir/cryptonote_core.cpp.obj
  845. [ 75%] Building CXX object src/cryptonote_core/CMakeFiles/obj_cryptonote_core.dir/tx_pool.cpp.obj
  846. [ 76%] Building CXX object src/cryptonote_core/CMakeFiles/obj_cryptonote_core.dir/cryptonote_tx_utils.cpp.obj
  847. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  848. [ 76%] Built target obj_cryptonote_core
  849. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  850. Scanning dependencies of target obj_blockchain_db
  851. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  852. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  853. [ 77%] Building CXX object src/blockchain_db/CMakeFiles/obj_blockchain_db.dir/blockchain_db.cpp.obj
  854. [ 77%] Building CXX object src/blockchain_db/CMakeFiles/obj_blockchain_db.dir/lmdb/db_lmdb.cpp.obj
  855. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  856. [ 77%] Built target obj_blockchain_db
  857. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  858. Scanning dependencies of target blockchain_db
  859. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  860. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  861. [ 78%] Linking CXX static library libblockchain_db.a
  862. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  863. [ 78%] Built target blockchain_db
  864. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  865. Scanning dependencies of target obj_multisig
  866. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  867. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  868. [ 78%] Building CXX object src/multisig/CMakeFiles/obj_multisig.dir/multisig.cpp.obj
  869. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  870. [ 78%] Built target obj_multisig
  871. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  872. Scanning dependencies of target multisig
  873. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  874. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  875. [ 78%] Linking CXX static library libmultisig.a
  876. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  877. [ 78%] Built target multisig
  878. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  879. Scanning dependencies of target cryptonote_core
  880. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  881. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  882. [ 78%] Linking CXX static library libcryptonote_core.a
  883. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  884. [ 78%] Built target cryptonote_core
  885. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  886. Scanning dependencies of target address_validator
  887. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  888. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  889. [ 78%] Building CXX object src/address_validator/CMakeFiles/address_validator.dir/address_validator.cpp.obj
  890. [ 78%] Building CXX object src/address_validator/CMakeFiles/address_validator.dir/writer.cpp.obj
  891. [ 80%] Linking CXX executable ../../bin/ryo-address-validator.exe
  892. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  893. [ 80%] Built target address_validator
  894. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  895. Scanning dependencies of target obj_mnemonics
  896. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  897. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  898. [ 80%] Building CXX object src/mnemonics/CMakeFiles/obj_mnemonics.dir/electrum-words.cpp.obj
  899. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  900. [ 80%] Built target obj_mnemonics
  901. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  902. Scanning dependencies of target mnemonics
  903. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  904. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  905. [ 80%] Linking CXX static library libmnemonics.a
  906. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  907. [ 80%] Built target mnemonics
  908. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  909. Scanning dependencies of target obj_daemon_messages
  910. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  911. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  912. [ 80%] Building CXX object src/rpc/CMakeFiles/obj_daemon_messages.dir/message.cpp.obj
  913. [ 80%] Building CXX object src/rpc/CMakeFiles/obj_daemon_messages.dir/daemon_messages.cpp.obj
  914. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  915. [ 80%] Built target obj_daemon_messages
  916. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  917. Scanning dependencies of target obj_serialization
  918. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  919. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  920. [ 80%] Building CXX object src/serialization/CMakeFiles/obj_serialization.dir/json_object.cpp.obj
  921. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  922. [ 80%] Built target obj_serialization
  923. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  924. Scanning dependencies of target obj_p2p
  925. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  926. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  927. [ 81%] Building CXX object src/p2p/CMakeFiles/obj_p2p.dir/net_node.cpp.obj
  928. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  929. [ 81%] Built target obj_p2p
  930. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  931. Scanning dependencies of target p2p
  932. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  933. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  934. [ 81%] Linking CXX static library libp2p.a
  935. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  936. [ 81%] Built target p2p
  937. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  938. Scanning dependencies of target obj_cryptonote_protocol
  939. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  940. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  941. [ 81%] Building CXX object src/cryptonote_protocol/CMakeFiles/obj_cryptonote_protocol.dir/block_queue.cpp.obj
  942. [ 82%] Building CXX object src/cryptonote_protocol/CMakeFiles/obj_cryptonote_protocol.dir/cryptonote_protocol_handler-base.cpp.obj
  943. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  944. [ 82%] Built target obj_cryptonote_protocol
  945. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  946. Scanning dependencies of target cryptonote_protocol
  947. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  948. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  949. [ 82%] Linking CXX static library libcryptonote_protocol.a
  950. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  951. [ 82%] Built target cryptonote_protocol
  952. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  953. Scanning dependencies of target serialization
  954. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  955. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  956. [ 82%] Linking CXX static library libserialization.a
  957. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  958. [ 82%] Built target serialization
  959. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  960. Scanning dependencies of target daemon_messages
  961. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  962. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  963. [ 83%] Linking CXX static library libdaemon_messages.a
  964. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  965. [ 83%] Built target daemon_messages
  966. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  967. Scanning dependencies of target obj_daemon_rpc_server
  968. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  969. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  970. [ 84%] Building CXX object src/rpc/CMakeFiles/obj_daemon_rpc_server.dir/daemon_handler.cpp.obj
  971. [ 84%] Building CXX object src/rpc/CMakeFiles/obj_daemon_rpc_server.dir/zmq_server.cpp.obj
  972. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  973. [ 84%] Built target obj_daemon_rpc_server
  974. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  975. Scanning dependencies of target obj_rpc_base
  976. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  977. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  978. [ 84%] Building CXX object src/rpc/CMakeFiles/obj_rpc_base.dir/rpc_args.cpp.obj
  979. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  980. [ 84%] Built target obj_rpc_base
  981. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  982. Scanning dependencies of target rpc_base
  983. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  984. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  985. [ 85%] Linking CXX static library librpc_base.a
  986. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  987. [ 85%] Built target rpc_base
  988. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  989. Scanning dependencies of target obj_rpc
  990. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  991. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  992. [ 85%] Building CXX object src/rpc/CMakeFiles/obj_rpc.dir/core_rpc_server.cpp.obj
  993. [ 86%] Building CXX object src/rpc/CMakeFiles/obj_rpc.dir/instanciations.cpp.obj
  994. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  995. [ 86%] Built target obj_rpc
  996. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  997. Scanning dependencies of target rpc
  998. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  999. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  1000. [ 86%] Linking CXX static library librpc.a
  1001. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  1002. [ 86%] Built target rpc
  1003. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  1004. Scanning dependencies of target daemon_rpc_server
  1005. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  1006. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  1007. [ 86%] Linking CXX static library libdaemon_rpc_server.a
  1008. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  1009. [ 86%] Built target daemon_rpc_server
  1010. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  1011. Scanning dependencies of target obj_wallet
  1012. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  1013. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  1014. [ 87%] Building CXX object src/wallet/CMakeFiles/obj_wallet.dir/wallet2.cpp.obj
  1015. [ 87%] Building CXX object src/wallet/CMakeFiles/obj_wallet.dir/wallet_args.cpp.obj
  1016. [ 87%] Building CXX object src/wallet/CMakeFiles/obj_wallet.dir/ringdb.cpp.obj
  1017. [ 88%] Building CXX object src/wallet/CMakeFiles/obj_wallet.dir/node_rpc_proxy.cpp.obj
  1018. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  1019. [ 88%] Built target obj_wallet
  1020. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  1021. Scanning dependencies of target wallet
  1022. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  1023. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  1024. [ 88%] Linking CXX static library ../../lib/libwallet.a
  1025. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  1026. [ 88%] Built target wallet
  1027. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  1028. Scanning dependencies of target wallet_rpc_server
  1029. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  1030. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  1031. [ 88%] Building CXX object src/wallet/CMakeFiles/wallet_rpc_server.dir/wallet_rpc_server.cpp.obj
  1032. [ 89%] Linking CXX executable ../../bin/ryo-wallet-rpc.exe
  1033. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  1034. [ 89%] Built target wallet_rpc_server
  1035. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  1036. Scanning dependencies of target simplewallet
  1037. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  1038. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  1039. [ 89%] Building CXX object src/simplewallet/CMakeFiles/simplewallet.dir/simplewallet.cpp.obj
  1040. [ 90%] Linking CXX executable ../../bin/ryo-wallet-cli.exe
  1041. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  1042. [ 90%] Built target simplewallet
  1043. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  1044. Scanning dependencies of target gen_multisig
  1045. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  1046. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  1047. [ 90%] Building CXX object src/gen_multisig/CMakeFiles/gen_multisig.dir/gen_multisig.cpp.obj
  1048. [ 91%] Linking CXX executable ../../bin/ryo-gen-trusted-multisig.exe
  1049. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  1050. [ 91%] Built target gen_multisig
  1051. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  1052. Scanning dependencies of target obj_daemonizer
  1053. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  1054. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  1055. [ 92%] Building CXX object src/daemonizer/CMakeFiles/obj_daemonizer.dir/windows_service.cpp.obj
  1056. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  1057. [ 92%] Built target obj_daemonizer
  1058. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  1059. Scanning dependencies of target daemonizer
  1060. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  1061. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  1062. [ 92%] Linking CXX static library libdaemonizer.a
  1063. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  1064. [ 92%] Built target daemonizer
  1065. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  1066. Scanning dependencies of target daemon
  1067. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  1068. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  1069. [ 93%] Building CXX object src/daemon/CMakeFiles/daemon.dir/command_parser_executor.cpp.obj
  1070. [ 93%] Building CXX object src/daemon/CMakeFiles/daemon.dir/command_server.cpp.obj
  1071. [ 94%] Building CXX object src/daemon/CMakeFiles/daemon.dir/daemon.cpp.obj
  1072. In file included from C:/msys64/mingw64/x86_64-w64-mingw32/include/shlobj.h:124,
  1073. from C:/msys64/home/Jason/ryo-currency/src/daemonizer/windows_daemonizer.inl:53,
  1074. from C:/msys64/home/Jason/ryo-currency/src/daemonizer/daemonizer.h:75,
  1075. from C:/msys64/home/Jason/ryo-currency/src/daemon/command_line_args.h:50,
  1076. from C:/msys64/home/Jason/ryo-currency/src/daemon/daemon.cpp:57:
  1077. C:/msys64/mingw64/x86_64-w64-mingw32/include/shobjidl.h: In function 'HRESULT SHLoadLibraryFromItem(IShellItem*, DWORD, const IID&, void**)':
  1078. C:/msys64/mingw64/x86_64-w64-mingw32/include/shobjidl.h:32828: note: -Wmisleading-indentation is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
  1079. plib->Release();
  1080.  
  1081. [ 94%] Building CXX object src/daemon/CMakeFiles/daemon.dir/executor.cpp.obj
  1082. [ 94%] Building CXX object src/daemon/CMakeFiles/daemon.dir/main.cpp.obj
  1083. In file included from C:/msys64/mingw64/include/boost/asio/ssl/stream.hpp:28,
  1084. from C:/msys64/mingw64/include/boost/asio/ssl.hpp:22,
  1085. from C:/msys64/home/Jason/ryo-currency/contrib/epee/include/net/net_helper.h:34,
  1086. from C:/msys64/home/Jason/ryo-currency/contrib/epee/include/net/http_client.h:40,
  1087. from C:/msys64/home/Jason/ryo-currency/src/common/http_connection.h:47,
  1088. from C:/msys64/home/Jason/ryo-currency/src/common/rpc_client.h:49,
  1089. from C:/msys64/home/Jason/ryo-currency/src/daemon/rpc_command_executor.h:60,
  1090. from C:/msys64/home/Jason/ryo-currency/src/daemon/command_parser_executor.h:58,
  1091. from C:/msys64/home/Jason/ryo-currency/src/daemon/command_server.h:60,
  1092. from C:/msys64/home/Jason/ryo-currency/src/daemon/main.cpp:55:
  1093. C:/msys64/mingw64/include/boost/asio/ssl/detail/io.hpp: In function 'std::size_t boost::asio::ssl::detail::io(Stream&, boost::asio::ssl::detail::stream_core&, const Operation&, boost::system::error_code&)':
  1094. C:/msys64/mingw64/include/boost/asio/ssl/detail/io.hpp:47: note: -Wmisleading-indentation is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
  1095. core.input_ = core.engine_.put_input(core.input_);
  1096.  
  1097. [ 95%] Building CXX object src/daemon/CMakeFiles/daemon.dir/rpc_command_executor.cpp.obj
  1098. [ 95%] Linking CXX executable ../../bin/ryod.exe
  1099. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  1100. [ 95%] Built target daemon
  1101. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  1102. Scanning dependencies of target blockchain_import
  1103. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  1104. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  1105. [ 96%] Building CXX object src/blockchain_utilities/CMakeFiles/blockchain_import.dir/blockchain_import.cpp.obj
  1106. [ 96%] Building CXX object src/blockchain_utilities/CMakeFiles/blockchain_import.dir/bootstrap_file.cpp.obj
  1107. [ 97%] Building CXX object src/blockchain_utilities/CMakeFiles/blockchain_import.dir/blocksdat_file.cpp.obj
  1108. [ 97%] Linking CXX executable ../../bin/ryo-blockchain-import.exe
  1109. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  1110. [ 97%] Built target blockchain_import
  1111. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  1112. Scanning dependencies of target blockchain_blackball
  1113. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  1114. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  1115. [ 97%] Building CXX object src/blockchain_utilities/CMakeFiles/blockchain_blackball.dir/blockchain_blackball.cpp.obj
  1116. [ 97%] Linking CXX executable ../../bin/ryo-blockchain-blackball.exe
  1117. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  1118. [ 97%] Built target blockchain_blackball
  1119. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  1120. Scanning dependencies of target blockchain_usage
  1121. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  1122. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  1123. [ 97%] Building CXX object src/blockchain_utilities/CMakeFiles/blockchain_usage.dir/blockchain_usage.cpp.obj
  1124. [ 98%] Linking CXX executable ../../bin/ryo-blockchain-usage.exe
  1125. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  1126. [ 98%] Built target blockchain_usage
  1127. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  1128. Scanning dependencies of target blockchain_export
  1129. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  1130. make[3]: Entering directory '/home/Jason/ryo-currency/build/release'
  1131. [ 98%] Building CXX object src/blockchain_utilities/CMakeFiles/blockchain_export.dir/blockchain_export.cpp.obj
  1132. [100%] Building CXX object src/blockchain_utilities/CMakeFiles/blockchain_export.dir/bootstrap_file.cpp.obj
  1133. [100%] Building CXX object src/blockchain_utilities/CMakeFiles/blockchain_export.dir/blocksdat_file.cpp.obj
  1134. [100%] Linking CXX executable ../../bin/ryo-blockchain-export.exe
  1135. make[3]: Leaving directory '/home/Jason/ryo-currency/build/release'
  1136. [100%] Built target blockchain_export
  1137. make[2]: Leaving directory '/home/Jason/ryo-currency/build/release'
  1138. make[1]: Leaving directory '/home/Jason/ryo-currency/build/release'
  1139.  
  1140. Jason@AcerLaptop MINGW64 ~/ryo-currency
  1141. $
Add Comment
Please, Sign In to add comment