Advertisement
anothingguy

Untitled

Jan 10th, 2018
519
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 85.84 KB | None | 0 0
  1. ./building/mac/build.sh
  2. ~/code/odoo/fauniq/github/VERGE/tor ~/code/odoo/fauniq/github/VERGE
  3. Your branch is up to date with 'origin/tor_integration'.
  4. ~/code/odoo/fauniq/github/VERGE
  5. Submodule 'tor' (https://github.com/torproject/tor.git) registered for path 'tor'
  6. Cloning into '/Users/hoang/code/odoo/fauniq/github/VERGE/tor'...
  7. Submodule path 'tor': checked out '9ef97a268b06fed7b07908823600911a2a6eadc1'
  8. Submodule 'src/ext/rust' (https://git.torproject.org/user/sebastian/tor-rust-dependencies) registered for path 'tor/src/ext/rust'
  9. Cloning into '/Users/hoang/code/odoo/fauniq/github/VERGE/tor/src/ext/rust'...
  10. Submodule path 'tor/src/ext/rust': checked out '240296800824e40b10cb8c16da0e711563353945'
  11. configure.ac:723: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
  12. configure.ac:723: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
  13. ~/code/odoo/fauniq/github/VERGE/tor ~/code/odoo/fauniq/github/VERGE
  14. patching file src/include.am
  15. patching file src/or/include.am
  16. configure.ac:215: installing './ar-lib'
  17. configure.ac:19: installing './compile'
  18. configure.ac:20: installing './config.guess'
  19. configure.ac:20: installing './config.sub'
  20. configure.ac:14: installing './install-sh'
  21. configure.ac:14: installing './missing'
  22. Makefile.am: installing './depcomp'
  23. parallel-tests: installing './test-driver'
  24. ~/code/odoo/fauniq/github/VERGE
  25. checking build system type... x86_64-apple-darwin17.3.0
  26. checking host system type... x86_64-apple-darwin17.3.0
  27. ./configure: line 2924: --variable=libdir: command not found
  28. ./configure: line 2925: --cflags: command not found
  29. checking for a BSD-compatible install... /usr/local/bin/ginstall -c
  30. checking whether build environment is sane... yes
  31. checking for a thread-safe mkdir -p... /usr/local/bin/gmkdir -p
  32. checking for gawk... no
  33. checking for mawk... no
  34. checking for nawk... no
  35. checking for awk... awk
  36. checking whether make sets $(MAKE)... yes
  37. checking whether make supports nested variables... yes
  38. checking whether to enable maintainer-specific portions of Makefiles... yes
  39. checking whether make supports nested variables... (cached) yes
  40. checking whether enable SSE/SSE2 optimizations... yes
  41. checking whether the C++ compiler works... yes
  42. checking for C++ compiler default output file name... a.out
  43. checking for suffix of executables...
  44. checking whether we are cross compiling... no
  45. checking for suffix of object files... o
  46. checking whether we are using the GNU C++ compiler... yes
  47. checking whether clang++ accepts -g... yes
  48. checking for style of include used by make... GNU
  49. checking dependency style of clang++... gcc3
  50. checking for gcc... clang
  51. checking whether we are using the GNU C compiler... yes
  52. checking whether clang accepts -g... yes
  53. checking for clang option to accept ISO C89... none needed
  54. checking whether clang understands -c and -o together... yes
  55. checking dependency style of clang... gcc3
  56. checking how to run the C preprocessor... clang -E
  57. checking how to run the C++ preprocessor... clang++ -E
  58. checking for gcc... gcc
  59. checking whether we are using the GNU Objective C compiler... yes
  60. checking whether gcc accepts -g... yes
  61. checking dependency style of gcc... gcc3
  62. checking whether ln -s works... yes
  63. checking for g++... g++
  64. checking whether we are using the GNU Objective C++ compiler... yes
  65. checking whether g++ accepts -g... yes
  66. checking dependency style of g++... gcc3
  67. checking for a sed that does not truncate output... /usr/local/bin/gsed
  68. checking for ar... /usr/bin/ar
  69. checking for ranlib... /usr/bin/ranlib
  70. checking for strip... /usr/bin/strip
  71. checking for gcov... /usr/bin/gcov
  72. checking for lcov... no
  73. checking for java... /usr/bin/java
  74. checking for genhtml... no
  75. checking for git... /usr/local/bin/git
  76. checking for ccache... no
  77. checking for xgettext... no
  78. checking for hexdump... /usr/bin/hexdump
  79. checking for pkg-config... /usr/local/bin/pkg-config
  80. checking pkg-config is at least version 0.9.0... yes
  81. checking for port... no
  82. checking for brew... brew
  83. checking for grep that handles long lines and -e... /usr/bin/grep
  84. checking for egrep... /usr/bin/grep -E
  85. checking for ANSI C header files... yes
  86. checking for sys/types.h... yes
  87. checking for sys/stat.h... yes
  88. checking for stdlib.h... yes
  89. checking for string.h... yes
  90. checking for memory.h... yes
  91. checking for strings.h... yes
  92. checking for inttypes.h... yes
  93. checking for stdint.h... yes
  94. checking for unistd.h... yes
  95. checking whether byte ordering is bigendian... no
  96. checking if compiler needs -Werror to reject unknown flags... yes
  97. checking for the pthreads library -lpthreads... no
  98. checking whether pthreads work without any flags... yes
  99. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  100. checking if more special flags are required for pthreads... -D_THREAD_SAFE
  101. checking for PTHREAD_PRIO_INHERIT... yes
  102. checking for special C compiler options needed for large files... no
  103. checking for _FILE_OFFSET_BITS value needed for large files... no
  104. checking whether strerror_r is declared... yes
  105. checking for strerror_r... yes
  106. checking whether strerror_r returns char *... no
  107. checking whether the linker accepts -Wl,--large-address-aware... no
  108. checking whether C++ compiler accepts -Wstack-protector... yes
  109. checking whether C++ compiler accepts -fstack-protector-all... yes
  110. checking whether C++ compiler accepts -fPIE... yes
  111. checking whether C++ preprocessor accepts -D_FORTIFY_SOURCE=2... yes
  112. checking whether C++ preprocessor accepts -U_FORTIFY_SOURCE... yes
  113. checking whether the linker accepts -Wl,--dynamicbase... no
  114. checking whether the linker accepts -Wl,--nxcompat... no
  115. checking whether the linker accepts -Wl,-z,relro... no
  116. checking whether the linker accepts -Wl,-z,now... no
  117. checking whether the linker accepts -Wl,-dead_strip... yes
  118. checking endian.h usability... no
  119. checking endian.h presence... no
  120. checking for endian.h... no
  121. checking stdio.h usability... yes
  122. checking stdio.h presence... yes
  123. checking for stdio.h... yes
  124. checking for stdlib.h... (cached) yes
  125. checking for unistd.h... (cached) yes
  126. checking for strings.h... (cached) yes
  127. checking for sys/types.h... (cached) yes
  128. checking for sys/stat.h... (cached) yes
  129. checking sys/select.h usability... yes
  130. checking sys/select.h presence... yes
  131. checking for sys/select.h... yes
  132. checking whether le32toh is declared... no
  133. checking whether le64toh is declared... no
  134. checking whether htole32 is declared... no
  135. checking whether htole64 is declared... no
  136. checking whether be32toh is declared... no
  137. checking whether be64toh is declared... no
  138. checking whether htobe32 is declared... no
  139. checking whether htobe64 is declared... no
  140. checking for MSG_NOSIGNAL... no
  141. checking for Berkeley DB C++ headers... default
  142. checking for main in -ldb_cxx-4.8... yes
  143. checking miniupnpc/miniwget.h usability... yes
  144. checking miniupnpc/miniwget.h presence... yes
  145. checking for miniupnpc/miniwget.h... yes
  146. checking for main in -lminiupnpc... yes
  147. checking miniupnpc/miniupnpc.h usability... yes
  148. checking miniupnpc/miniupnpc.h presence... yes
  149. checking for miniupnpc/miniupnpc.h... yes
  150. checking for main in -lminiupnpc... (cached) yes
  151. checking miniupnpc/upnpcommands.h usability... yes
  152. checking miniupnpc/upnpcommands.h presence... yes
  153. checking for miniupnpc/upnpcommands.h... yes
  154. checking for main in -lminiupnpc... (cached) yes
  155. checking miniupnpc/upnperrors.h usability... yes
  156. checking miniupnpc/upnperrors.h presence... yes
  157. checking for miniupnpc/upnperrors.h... yes
  158. checking for main in -lminiupnpc... (cached) yes
  159. checking for boostlib >= 1.20.0... yes
  160. checking whether the Boost::System library is available... yes
  161. checking for exit in -lboost_system... yes
  162. checking whether the Boost::Filesystem library is available... yes
  163. checking for exit in -lboost_filesystem... yes
  164. checking whether the Boost::Program_Options library is available... yes
  165. checking for exit in -lboost_program_options-mt... yes
  166. checking whether the Boost::Thread library is available... yes
  167. checking for exit in -lboost_thread-mt... yes
  168. checking whether the Boost::Chrono library is available... yes
  169. checking for exit in -lboost_chrono-mt... yes
  170. checking whether the Boost::Unit_Test_Framework library is available... yes
  171. checking for dynamic linked boost test... yes
  172. checking for LIBEVENT... yes
  173. checking for ZLIB... yes
  174. checking for SSL... yes
  175. checking for CRYPTO... yes
  176. checking for PROTOBUF... yes
  177. checking for QR... yes
  178. checking for protoc... /usr/local/bin/protoc
  179. checking whether to build VERGEd... yes
  180. checking for QT... yes
  181. checking for QT_TEST... yes
  182. checking for QT_DBUS... yes
  183. checking for moc-qt5... no
  184. checking for moc5... no
  185. checking for moc... /usr/local/opt/qt@5.5/bin/moc
  186. checking for uic-qt5... no
  187. checking for uic5... no
  188. checking for uic... /usr/local/opt/qt@5.5/bin/uic
  189. checking for rcc-qt5... no
  190. checking for rcc5... no
  191. checking for rcc... /usr/local/opt/qt@5.5/bin/rcc
  192. checking for lrelease-qt5... no
  193. checking for lrelease5... no
  194. checking for lrelease... /usr/local/opt/qt@5.5/bin/lrelease
  195. checking for lupdate-qt5... no
  196. checking for lupdate5... no
  197. checking for lupdate... /usr/local/opt/qt@5.5/bin/lupdate
  198. checking whether the linker accepts -framework Foundation -framework ApplicationServices -framework AppKit... yes
  199. checking whether to build VERGE Core GUI... yes (Qt5)
  200. checking if ccache should be used... no
  201. checking if wallet should be enabled... yes
  202. checking whether to build with support for UPnP... yes
  203. checking whether to build with UPnP enabled by default... no
  204. checking whether to build GUI with support for D-Bus... yes
  205. checking whether to build GUI with support for QR codes... yes
  206. configure: WARNING: "xgettext is required to update qt translations"
  207. checking whether to build test_bitcoin-qt... yes
  208. checking whether to build test_bitcoin... yes
  209. === configuring in tor (/Users/hoang/code/odoo/fauniq/github/VERGE/tor)
  210. configure: running /bin/sh ./configure '--prefix=/usr/local' --disable-option-checking  '--with-gui=qt5' '--with-boost=/usr/local/opt/boost@1.60' 'CXX=clang++' 'CC=clang' 'PKG_CONFIG_PATH=/usr/local/opt/qt@5.5/lib/pkgconfig:/usr/local/opt/zlib/lib/pkgconfig' 'QT_CFLAGS=-I/usr/local/opt/qt@5.5/lib/QtDBus.framework/Versions/5/Headers -I/usr/local/opt/qt@5.5/lib/QtWidgets.framework/Versions/5/Headers -I/usr/local/opt/qt@5.5/lib/QtNetwork.framework/Versions/5/Headers -I/usr/local/opt/qt@5.5/lib/QtGui.framework/Versions/5/Headers -I/usr/local/opt/qt@5.5/lib/QtCore.framework/Versions/5/Headers -I. -I/usr/local/opt/qt@5.5/mkspecs/macx-clang -F/usr/local/opt/qt@5.5/lib' 'QT_LIBS=-F/usr/local/opt/qt@5.5/lib -framework QtWidgets -framework QtGui -framework QtCore -framework DiskArbitration -framework IOKit -framework OpenGL -framework AGL -framework QtNetwork -framework QtDBus' '--disable-unittests' '--disable-system-torrc' '--disable-systemd' '--disable-lzma' '--disable-asciidoc' '--with-openssl-dir=' 'CFLAGS= -fPIC -O2' '--srcdir=.' --cache-file=
  211. checking for a BSD-compatible install... /usr/local/bin/ginstall -c
  212. checking whether build environment is sane... yes
  213. checking for a thread-safe mkdir -p... /usr/local/bin/gmkdir -p
  214. checking for gawk... no
  215. checking for mawk... no
  216. checking for nawk... no
  217. checking for awk... awk
  218. checking whether make sets $(MAKE)... yes
  219. checking whether make supports nested variables... yes
  220. checking whether make supports nested variables... (cached) yes
  221. checking for style of include used by make... GNU
  222. checking for gcc... clang
  223. checking whether the C compiler works... yes
  224. checking for C compiler default output file name... a.out
  225. checking for suffix of executables...
  226. checking whether we are cross compiling... no
  227. checking for suffix of object files... o
  228. checking whether we are using the GNU C compiler... yes
  229. checking whether clang accepts -g... yes
  230. checking for clang option to accept ISO C89... none needed
  231. checking whether clang understands -c and -o together... yes
  232. checking dependency style of clang... gcc3
  233. checking how to run the C preprocessor... clang -E
  234. checking for grep that handles long lines and -e... /usr/bin/grep
  235. checking for egrep... /usr/bin/grep -E
  236. checking for ANSI C header files... yes
  237. checking for sys/types.h... yes
  238. checking for sys/stat.h... yes
  239. checking for stdlib.h... yes
  240. checking for string.h... yes
  241. checking for memory.h... yes
  242. checking for strings.h... yes
  243. checking for inttypes.h... yes
  244. checking for stdint.h... yes
  245. checking for unistd.h... yes
  246. checking minix/config.h usability... no
  247. checking minix/config.h presence... no
  248. checking for minix/config.h... no
  249. checking whether it is safe to define __EXTENSIONS__... yes
  250. checking build system type... x86_64-apple-darwin17.3.0
  251. checking host system type... x86_64-apple-darwin17.3.0
  252. checking for pkg-config... /usr/local/bin/pkg-config
  253. checking pkg-config is at least version 0.9.0... yes
  254. checking for ar... ar
  255. checking the archiver (ar) interface... ar
  256. checking for gcc... (cached) clang
  257. checking whether we are using the GNU C compiler... (cached) yes
  258. checking whether clang accepts -g... (cached) yes
  259. checking for clang option to accept ISO C89... (cached) none needed
  260. checking whether clang understands -c and -o together... (cached) yes
  261. checking dependency style of clang... (cached) gcc3
  262. checking how to run the C preprocessor... clang -E
  263. checking whether make sets $(MAKE)... (cached) yes
  264. checking for ranlib... ranlib
  265. checking for a sed that does not truncate output... /usr/local/bin/gsed
  266. checking for perl... perl
  267. checking for asciidoc... none
  268. checking for a2x... no
  269. checking for a2x.py... no
  270. checking for clang option to accept ISO C99... none needed
  271. checking for python... python
  272. checking for flexible array members... yes
  273. checking for working C99 mid-block declaration syntax... yes
  274. checking for working C99 designated initializers... yes
  275. checking for win32... no
  276. checking for MIPSpro compiler... no
  277. checking whether byte ordering is bigendian... no
  278. checking for library containing socket... none required
  279. checking for library containing gethostbyname... none required
  280. checking for library containing dlopen... none required
  281. checking for library containing inet_aton... none required
  282. checking for library containing backtrace... none required
  283. checking for library containing clock_gettime... none required
  284. checking for library containing pthread_create... none required
  285. checking for library containing pthread_detach... none required
  286. checking for _NSGetEnviron... yes
  287. checking for RtlSecureZeroMemory... no
  288. checking for SecureZeroMemory... no
  289. checking for accept4... no
  290. checking for backtrace... yes
  291. checking for backtrace_symbols_fd... yes
  292. checking for eventfd... no
  293. checking for explicit_bzero... no
  294. checking for timingsafe_memcmp... no
  295. checking for flock... yes
  296. checking for ftime... yes
  297. checking for get_current_dir_name... no
  298. checking for getaddrinfo... yes
  299. checking for getifaddrs... yes
  300. checking for getpass... yes
  301. checking for getrlimit... yes
  302. checking for gettimeofday... yes
  303. checking for gmtime_r... yes
  304. checking for gnu_get_libc_version... no
  305. checking for htonll... no
  306. checking for inet_aton... yes
  307. checking for ioctl... yes
  308. checking for issetugid... yes
  309. checking for llround... yes
  310. checking for localtime_r... yes
  311. checking for lround... yes
  312. checking for memmem... yes
  313. checking for memset_s... yes
  314. checking for pipe... yes
  315. checking for pipe2... no
  316. checking for prctl... no
  317. checking for readpassphrase... yes
  318. checking for rint... yes
  319. checking for sigaction... yes
  320. checking for socketpair... yes
  321. checking for statvfs... yes
  322. checking for strlcat... yes
  323. checking for strlcpy... yes
  324. checking for strnlen... yes
  325. checking for strptime... yes
  326. checking for strtok_r... yes
  327. checking for strtoull... yes
  328. checking for sysconf... yes
  329. checking for sysctl... yes
  330. checking for truncate... yes
  331. checking for uname... yes
  332. checking for usleep... yes
  333. checking for vasprintf... yes
  334. checking for _vscprintf... no
  335. checking for a pre-Sierra OSX build target... no
  336. checking for clock_gettime... yes
  337. checking for getentropy... yes
  338. checking pthread.h usability... yes
  339. checking pthread.h presence... yes
  340. checking for pthread.h... yes
  341. checking for pthread_create... yes
  342. checking for pthread_condattr_setclock... no
  343. checking for libevent directory... (system)
  344. checking whether we need extra options to link libevent... (none)
  345. checking event2/event.h usability... yes
  346. checking event2/event.h presence... yes
  347. checking for event2/event.h... yes
  348. checking event2/dns.h usability... yes
  349. checking event2/dns.h presence... yes
  350. checking for event2/dns.h... yes
  351. checking event2/bufferevent_ssl.h usability... yes
  352. checking event2/bufferevent_ssl.h presence... yes
  353. checking for event2/bufferevent_ssl.h... yes
  354. checking for library containing event_new... -levent
  355. checking for library containing evdns_base_new... none required
  356. checking for evutil_secure_rng_set_urandom_device_file... yes
  357. checking for evutil_secure_rng_add_bytes... yes
  358. checking whether Libevent is new enough... yes
  359. checking for library containing pow... none required
  360. configure: Now, we'll look for OpenSSL >= 1.0.1
  361. checking for openssl directory... /usr/local/opt/openssl
  362. checking whether we need extra options to link openssl... (none)
  363. checking for struct ssl_method_st.get_cipher_by_char... yes
  364. checking for SSL_SESSION_get_master_key... no
  365. checking for SSL_get_server_random... no
  366. checking for SSL_get_client_ciphers... no
  367. checking for SSL_get_client_random... no
  368. checking for SSL_CIPHER_find... yes
  369. checking for TLS_method... no
  370. checking for EVP_PBE_scrypt... no
  371. checking for SSL.state... yes
  372. checking for struct tcp_info.tcpi_unacked... no
  373. checking for struct tcp_info.tcpi_snd_mss... no
  374. configure: KIST scheduler can't be used. Missing support.
  375. checking for zlib directory... (system)
  376. checking whether we need extra options to link zlib... (none)
  377. checking for ZSTD... no
  378. configure: WARNING: Unable to find libzstd.
  379. checking for cap_init in -lcap... no
  380. configure: Libcap was not found. Capabilities will not be usable.
  381. checking for cap_set_proc... no
  382. checking whether the compiler accepts -Qunused-arguments... yes
  383. checking whether the compiler accepts -fstack-protector-all... yes
  384. checking whether the compiler accepts -Wstack-protector... yes
  385. checking whether the compiler accepts --param ssp-buffer-size=1... yes
  386. checking whether the compiler accepts -fPIE... yes
  387. checking whether the linker accepts -pie... yes
  388. checking whether the compiler accepts -fwrapv... yes
  389. checking whether clang -ftrapv can link a 64-bit int multiply... yes
  390. checking whether the linker accepts -z relro -z now... no
  391. checking whether the linker accepts -rdynamic... yes
  392. checking whether the compiler accepts -fomit-frame-pointer... yes
  393. checking whether the compiler accepts -fasynchronous-unwind-tables... yes
  394. checking seccomp.h usability... no
  395. checking seccomp.h presence... no
  396. checking for seccomp.h... no
  397. checking for library containing seccomp_init... no
  398. checking libscrypt.h usability... no
  399. checking libscrypt.h presence... no
  400. checking for libscrypt.h... no
  401. checking for library containing libscrypt_scrypt... no
  402. checking for libscrypt_scrypt... no
  403. checking whether we can use curve25519-donna-c64... yes
  404. checking crypto_scalarmult_curve25519.h usability... no
  405. checking crypto_scalarmult_curve25519.h presence... no
  406. checking for crypto_scalarmult_curve25519.h... no
  407. checking nacl/crypto_scalarmult_curve25519.h usability... no
  408. checking nacl/crypto_scalarmult_curve25519.h presence... no
  409. checking for nacl/crypto_scalarmult_curve25519.h... no
  410. checking for nacl compiled with a fast curve25519 implementation... no
  411. checking for special C compiler options needed for large files... no
  412. checking for _FILE_OFFSET_BITS value needed for large files... no
  413. checking assert.h usability... yes
  414. checking assert.h presence... yes
  415. checking for assert.h... yes
  416. checking errno.h usability... yes
  417. checking errno.h presence... yes
  418. checking for errno.h... yes
  419. checking fcntl.h usability... yes
  420. checking fcntl.h presence... yes
  421. checking for fcntl.h... yes
  422. checking signal.h usability... yes
  423. checking signal.h presence... yes
  424. checking for signal.h... yes
  425. checking for string.h... (cached) yes
  426. checking sys/capability.h usability... no
  427. checking sys/capability.h presence... no
  428. checking for sys/capability.h... no
  429. checking sys/fcntl.h usability... yes
  430. checking sys/fcntl.h presence... yes
  431. checking for sys/fcntl.h... yes
  432. checking for sys/stat.h... (cached) yes
  433. checking sys/time.h usability... yes
  434. checking sys/time.h presence... yes
  435. checking for sys/time.h... yes
  436. checking for sys/types.h... (cached) yes
  437. checking time.h usability... yes
  438. checking time.h presence... yes
  439. checking for time.h... yes
  440. checking for unistd.h... (cached) yes
  441. checking arpa/inet.h usability... yes
  442. checking arpa/inet.h presence... yes
  443. checking for arpa/inet.h... yes
  444. checking crt_externs.h usability... yes
  445. checking crt_externs.h presence... yes
  446. checking for crt_externs.h... yes
  447. checking execinfo.h usability... yes
  448. checking execinfo.h presence... yes
  449. checking for execinfo.h... yes
  450. checking gnu/libc-version.h usability... no
  451. checking gnu/libc-version.h presence... no
  452. checking for gnu/libc-version.h... no
  453. checking grp.h usability... yes
  454. checking grp.h presence... yes
  455. checking for grp.h... yes
  456. checking ifaddrs.h usability... yes
  457. checking ifaddrs.h presence... yes
  458. checking for ifaddrs.h... yes
  459. checking for inttypes.h... (cached) yes
  460. checking limits.h usability... yes
  461. checking limits.h presence... yes
  462. checking for limits.h... yes
  463. checking linux/types.h usability... no
  464. checking linux/types.h presence... no
  465. checking for linux/types.h... no
  466. checking machine/limits.h usability... yes
  467. checking machine/limits.h presence... yes
  468. checking for machine/limits.h... yes
  469. checking malloc.h usability... no
  470. checking malloc.h presence... no
  471. checking for malloc.h... no
  472. checking malloc/malloc.h usability... yes
  473. checking malloc/malloc.h presence... yes
  474. checking for malloc/malloc.h... yes
  475. checking malloc_np.h usability... no
  476. checking malloc_np.h presence... no
  477. checking for malloc_np.h... no
  478. checking netdb.h usability... yes
  479. checking netdb.h presence... yes
  480. checking for netdb.h... yes
  481. checking netinet/in.h usability... yes
  482. checking netinet/in.h presence... yes
  483. checking for netinet/in.h... yes
  484. checking netinet/in6.h usability... no
  485. checking netinet/in6.h presence... no
  486. checking for netinet/in6.h... no
  487. checking pwd.h usability... yes
  488. checking pwd.h presence... yes
  489. checking for pwd.h... yes
  490. checking readpassphrase.h usability... yes
  491. checking readpassphrase.h presence... yes
  492. checking for readpassphrase.h... yes
  493. checking for stdint.h... (cached) yes
  494. checking sys/eventfd.h usability... no
  495. checking sys/eventfd.h presence... no
  496. checking for sys/eventfd.h... no
  497. checking sys/file.h usability... yes
  498. checking sys/file.h presence... yes
  499. checking for sys/file.h... yes
  500. checking sys/ioctl.h usability... yes
  501. checking sys/ioctl.h presence... yes
  502. checking for sys/ioctl.h... yes
  503. checking sys/limits.h usability... no
  504. checking sys/limits.h presence... no
  505. checking for sys/limits.h... no
  506. checking sys/mman.h usability... yes
  507. checking sys/mman.h presence... yes
  508. checking for sys/mman.h... yes
  509. checking sys/param.h usability... yes
  510. checking sys/param.h presence... yes
  511. checking for sys/param.h... yes
  512. checking sys/prctl.h usability... no
  513. checking sys/prctl.h presence... no
  514. checking for sys/prctl.h... no
  515. checking sys/random.h usability... yes
  516. checking sys/random.h presence... yes
  517. checking for sys/random.h... yes
  518. checking sys/resource.h usability... yes
  519. checking sys/resource.h presence... yes
  520. checking for sys/resource.h... yes
  521. checking sys/select.h usability... yes
  522. checking sys/select.h presence... yes
  523. checking for sys/select.h... yes
  524. checking sys/socket.h usability... yes
  525. checking sys/socket.h presence... yes
  526. checking for sys/socket.h... yes
  527. checking sys/statvfs.h usability... yes
  528. checking sys/statvfs.h presence... yes
  529. checking for sys/statvfs.h... yes
  530. checking sys/syscall.h usability... yes
  531. checking sys/syscall.h presence... yes
  532. checking for sys/syscall.h... yes
  533. checking sys/sysctl.h usability... yes
  534. checking sys/sysctl.h presence... yes
  535. checking for sys/sysctl.h... yes
  536. checking sys/syslimits.h usability... yes
  537. checking sys/syslimits.h presence... yes
  538. checking for sys/syslimits.h... yes
  539. checking for sys/time.h... (cached) yes
  540. checking for sys/types.h... (cached) yes
  541. checking sys/un.h usability... yes
  542. checking sys/un.h presence... yes
  543. checking for sys/un.h... yes
  544. checking sys/utime.h usability... no
  545. checking sys/utime.h presence... no
  546. checking for sys/utime.h... no
  547. checking sys/wait.h usability... yes
  548. checking sys/wait.h presence... yes
  549. checking for sys/wait.h... yes
  550. checking syslog.h usability... yes
  551. checking syslog.h presence... yes
  552. checking for syslog.h... yes
  553. checking utime.h usability... yes
  554. checking utime.h presence... yes
  555. checking for utime.h... yes
  556. checking for sys/param.h... (cached) yes
  557. checking for net/if.h... yes
  558. checking for net/pfvar.h... no
  559. checking for linux/if.h... no
  560. checking for linux/netfilter_ipv4.h... no
  561. checking for linux/netfilter_ipv6/ip6_tables.h... no
  562. configure: Transparent proxy support enabled, but missing headers.
  563. checking for struct timeval.tv_sec... yes
  564. checking size of int8_t... 1
  565. checking size of int16_t... 2
  566. checking size of int32_t... 4
  567. checking size of int64_t... 8
  568. checking size of uint8_t... 1
  569. checking size of uint16_t... 2
  570. checking size of uint32_t... 4
  571. checking size of uint64_t... 8
  572. checking size of intptr_t... 8
  573. checking size of uintptr_t... 8
  574. checking size of char... 1
  575. checking size of short... 2
  576. checking size of int... 4
  577. checking size of long... 8
  578. checking size of long long... 8
  579. checking size of __int64... 0
  580. checking size of void *... 8
  581. checking size of time_t... 8
  582. checking size of size_t... 8
  583. checking size of pid_t... 4
  584. checking for uint... yes
  585. checking for u_char... yes
  586. checking for ssize_t... yes
  587. checking ucontext.h usability... no
  588. checking ucontext.h presence... no
  589. checking for ucontext.h... no
  590. checking sys/ucontext.h usability... yes
  591. checking sys/ucontext.h presence... yes
  592. checking for sys/ucontext.h... yes
  593. checking cygwin/signal.h usability... no
  594. checking cygwin/signal.h presence... no
  595. checking for cygwin/signal.h... no
  596. checking how to access the program counter from a struct ucontext... uc_mcontext->__ss.__rip
  597. checking for struct in6_addr... yes
  598. checking for struct sockaddr_in6... yes
  599. checking for sa_family_t... yes
  600. checking for struct in6_addr.s6_addr32... no
  601. checking for struct in6_addr.s6_addr16... no
  602. checking for struct sockaddr_in.sin_len... yes
  603. checking for struct sockaddr_in6.sin6_len... yes
  604. checking for rlim_t... yes
  605. checking whether time_t is signed... yes
  606. checking whether size_t is signed... no
  607. checking whether enum always is signed... no
  608. checking size of socklen_t... 4
  609. checking size of cell_t... 0
  610. checking whether memset(0) sets pointers to NULL... yes
  611. checking whether memset(0) sets doubles to 0.0... yes
  612. checking whether we can malloc(0) safely.... yes
  613. checking whether we are using 2s-complement arithmetic... yes
  614. checking whether right-shift on negative values does sign-extension... yes
  615. checking whether uint8_t is the same type as unsigned char... yes
  616. checking whether to use dmalloc (debug memory allocation library)... no
  617. checking for mallinfo... no
  618. checking for mlockall... yes
  619. checking whether mlockall is declared... yes
  620. checking whether getpagesize is declared... yes
  621. checking for getresuid... no
  622. checking for getresgid... no
  623. checking for gethostbyname_r... no
  624. checking whether the C compiler supports __func__... yes
  625. checking whether the C compiler supports __FUNC__... no
  626. checking whether the C compiler supports __FUNCTION__... yes
  627. checking whether we have extern char **environ already declared... no
  628. checking whether the compiler accepts -Waddress... yes
  629. checking whether the compiler accepts -Waddress-of-array-temporary... yes
  630. checking whether the compiler accepts -Waddress-of-temporary... yes
  631. checking whether the compiler accepts -Wambiguous-macro... yes
  632. checking whether the compiler accepts -Wanonymous-pack-parens... yes
  633. checking whether the compiler accepts -Warc... yes
  634. checking whether the compiler accepts -Warc-abi... no
  635. checking whether the compiler accepts -Warc-bridge-casts-disallowed-in-nonarc... yes
  636. checking whether the compiler accepts -Warc-maybe-repeated-use-of-weak... yes
  637. checking whether the compiler accepts -Warc-performSelector-leaks... yes
  638. checking whether the compiler accepts -Warc-repeated-use-of-weak... yes
  639. checking whether the compiler accepts -Warray-bounds... yes
  640. checking whether the compiler accepts -Warray-bounds-pointer-arithmetic... yes
  641. checking whether the compiler accepts -Wasm... yes
  642. checking whether the compiler accepts -Wasm-operand-widths... yes
  643. checking whether the compiler accepts -Watomic-properties... yes
  644. checking whether the compiler accepts -Watomic-property-with-user-defined-accessor... yes
  645. checking whether the compiler accepts -Wauto-import... yes
  646. checking whether the compiler accepts -Wauto-storage-class... yes
  647. checking whether the compiler accepts -Wauto-var-id... yes
  648. checking whether the compiler accepts -Wavailability... yes
  649. checking whether the compiler accepts -Wbackslash-newline-escape... yes
  650. checking whether the compiler accepts -Wbad-array-new-length... no
  651. checking whether the compiler accepts -Wbind-to-temporary-copy... yes
  652. checking whether the compiler accepts -Wbitfield-constant-conversion... yes
  653. checking whether the compiler accepts -Wbool-conversion... yes
  654. checking whether the compiler accepts -Wbool-conversions... yes
  655. checking whether the compiler accepts -Wbuiltin-requires-header... yes
  656. checking whether the compiler accepts -Wchar-align... yes
  657. checking whether the compiler accepts -Wcompare-distinct-pointer-types... yes
  658. checking whether the compiler accepts -Wcomplex-component-init... yes
  659. checking whether the compiler accepts -Wconditional-type-mismatch... yes
  660. checking whether the compiler accepts -Wconfig-macros... yes
  661. checking whether the compiler accepts -Wconstant-conversion... yes
  662. checking whether the compiler accepts -Wconstant-logical-operand... yes
  663. checking whether the compiler accepts -Wconstexpr-not-const... yes
  664. checking whether the compiler accepts -Wcustom-atomic-properties... yes
  665. checking whether the compiler accepts -Wdangling-field... yes
  666. checking whether the compiler accepts -Wdangling-initializer-list... yes
  667. checking whether the compiler accepts -Wdate-time... yes
  668. checking whether the compiler accepts -Wdelegating-ctor-cycles... yes
  669. checking whether the compiler accepts -Wdeprecated-implementations... yes
  670. checking whether the compiler accepts -Wdeprecated-register... yes
  671. checking whether the compiler accepts -Wdirect-ivar-access... yes
  672. checking whether the compiler accepts -Wdiscard-qual... yes
  673. checking whether the compiler accepts -Wdistributed-object-modifiers... yes
  674. checking whether the compiler accepts -Wdivision-by-zero... yes
  675. checking whether the compiler accepts -Wdollar-in-identifier-extension... yes
  676. checking whether the compiler accepts -Wdouble-promotion... yes
  677. checking whether the compiler accepts -Wduplicate-decl-specifier... yes
  678. checking whether the compiler accepts -Wduplicate-enum... yes
  679. checking whether the compiler accepts -Wduplicate-method-arg... yes
  680. checking whether the compiler accepts -Wduplicate-method-match... yes
  681. checking whether the compiler accepts -Wduplicated-cond... no
  682. checking whether the compiler accepts -Wdynamic-class-memaccess... yes
  683. checking whether the compiler accepts -Wembedded-directive... yes
  684. checking whether the compiler accepts -Wempty-translation-unit... yes
  685. checking whether the compiler accepts -Wenum-conversion... yes
  686. checking whether the compiler accepts -Wexit-time-destructors... yes
  687. checking whether the compiler accepts -Wexplicit-ownership-type... yes
  688. checking whether the compiler accepts -Wextern-initializer... yes
  689. checking whether the compiler accepts -Wextra... yes
  690. checking whether the compiler accepts -Wextra-semi... yes
  691. checking whether the compiler accepts -Wextra-tokens... yes
  692. checking whether the compiler accepts -Wflexible-array-extensions... yes
  693. checking whether the compiler accepts -Wfloat-conversion... yes
  694. checking whether the compiler accepts -Wformat-non-iso... yes
  695. checking whether the compiler accepts -Wfour-char-constants... yes
  696. checking whether the compiler accepts -Wgcc-compat... yes
  697. checking whether the compiler accepts -Wglobal-constructors... yes
  698. checking whether the compiler accepts -Wgnu-array-member-paren-init... yes
  699. checking whether the compiler accepts -Wgnu-designator... yes
  700. checking whether the compiler accepts -Wgnu-static-float-init... yes
  701. checking whether the compiler accepts -Wheader-guard... yes
  702. checking whether the compiler accepts -Wheader-hygiene... yes
  703. checking whether the compiler accepts -Widiomatic-parentheses... yes
  704. checking whether the compiler accepts -Wignored-attributes... yes
  705. checking whether the compiler accepts -Wimplicit-atomic-properties... yes
  706. checking whether the compiler accepts -Wimplicit-conversion-floating-point-to-bool... yes
  707. checking whether the compiler accepts -Wimplicit-exception-spec-mismatch... yes
  708. checking whether the compiler accepts -Wimplicit-fallthrough... yes
  709. checking whether the compiler accepts -Wimplicit-fallthrough-per-function... yes
  710. checking whether the compiler accepts -Wimplicit-retain-self... yes
  711. checking whether the compiler accepts -Wimport-preprocessor-directive-pedantic... yes
  712. checking whether the compiler accepts -Wincompatible-library-redeclaration... yes
  713. checking whether the compiler accepts -Wincompatible-pointer-types-discards-qualifiers... yes
  714. checking whether the compiler accepts -Wincomplete-implementation... yes
  715. checking whether the compiler accepts -Wincomplete-module... yes
  716. checking whether the compiler accepts -Wincomplete-umbrella... yes
  717. checking whether the compiler accepts -Winit-self... yes
  718. checking whether the compiler accepts -Wint-conversions... yes
  719. checking whether the compiler accepts -Wint-to-void-pointer-cast... yes
  720. checking whether the compiler accepts -Winteger-overflow... yes
  721. checking whether the compiler accepts -Winvalid-constexpr... yes
  722. checking whether the compiler accepts -Winvalid-iboutlet... yes
  723. checking whether the compiler accepts -Winvalid-noreturn... yes
  724. checking whether the compiler accepts -Winvalid-pp-token... yes
  725. checking whether the compiler accepts -Winvalid-source-encoding... yes
  726. checking whether the compiler accepts -Winvalid-token-paste... yes
  727. checking whether the compiler accepts -Wknr-promoted-parameter... yes
  728. checking whether the compiler accepts -Wlanguage-extension-token... yes
  729. checking whether the compiler accepts -Wlarge-by-value-copy... yes
  730. checking whether the compiler accepts -Wliteral-conversion... yes
  731. checking whether the compiler accepts -Wliteral-range... yes
  732. checking whether the compiler accepts -Wlocal-type-template-args... yes
  733. checking whether the compiler accepts -Wlogical-op... no
  734. checking whether the compiler accepts -Wloop-analysis... yes
  735. checking whether the compiler accepts -Wmain-return-type... yes
  736. checking whether the compiler accepts -Wmalformed-warning-check... yes
  737. checking whether the compiler accepts -Wmethod-signatures... yes
  738. checking whether the compiler accepts -Wmicrosoft... yes
  739. checking whether the compiler accepts -Wmicrosoft-exists... yes
  740. checking whether the compiler accepts -Wmismatched-parameter-types... yes
  741. checking whether the compiler accepts -Wmismatched-return-types... yes
  742. checking whether the compiler accepts -Wmissing-field-initializers... yes
  743. checking whether the compiler accepts -Wmissing-format-attribute... yes
  744. checking whether the compiler accepts -Wmissing-noreturn... yes
  745. checking whether the compiler accepts -Wmissing-selector-name... yes
  746. checking whether the compiler accepts -Wmissing-sysroot... yes
  747. checking whether the compiler accepts -Wmissing-variable-declarations... yes
  748. checking whether the compiler accepts -Wmodule-conflict... yes
  749. checking whether the compiler accepts -Wnested-anon-types... yes
  750. checking whether the compiler accepts -Wnewline-eof... yes
  751. checking whether the compiler accepts -Wnon-literal-null-conversion... yes
  752. checking whether the compiler accepts -Wnon-pod-varargs... yes
  753. checking whether the compiler accepts -Wnonportable-cfstrings... yes
  754. checking whether the compiler accepts -Wnormalized=id... no
  755. checking whether the compiler accepts -Wnull-arithmetic... yes
  756. checking whether the compiler accepts -Wnull-character... yes
  757. checking whether the compiler accepts -Wnull-conversion... yes
  758. checking whether the compiler accepts -Wnull-dereference... yes
  759. checking whether the compiler accepts -Wout-of-line-declaration... yes
  760. checking whether the compiler accepts -Wover-aligned... yes
  761. checking whether the compiler accepts -Woverlength-strings... yes
  762. checking whether the compiler accepts -Woverride-init... no
  763. checking whether the compiler accepts -Woverriding-method-mismatch... yes
  764. checking whether the compiler accepts -Wpointer-type-mismatch... yes
  765. checking whether the compiler accepts -Wpredefined-identifier-outside-function... yes
  766. checking whether the compiler accepts -Wprotocol-property-synthesis-ambiguity... yes
  767. checking whether the compiler accepts -Wreadonly-iboutlet-property... yes
  768. checking whether the compiler accepts -Wreadonly-setter-attrs... no
  769. checking whether the compiler accepts -Wreceiver-expr... yes
  770. checking whether the compiler accepts -Wreceiver-forward-class... yes
  771. checking whether the compiler accepts -Wreceiver-is-weak... no
  772. checking whether the compiler accepts -Wreinterpret-base-class... yes
  773. checking whether the compiler accepts -Wrequires-super-attribute... yes
  774. checking whether the compiler accepts -Wreserved-user-defined-literal... yes
  775. checking whether the compiler accepts -Wreturn-stack-address... yes
  776. checking whether the compiler accepts -Wsection... yes
  777. checking whether the compiler accepts -Wselector-type-mismatch... yes
  778. checking whether the compiler accepts -Wsentinel... yes
  779. checking whether the compiler accepts -Wserialized-diagnostics... yes
  780. checking whether the compiler accepts -Wshadow... yes
  781. checking whether the compiler accepts -Wshift-count-negative... yes
  782. checking whether the compiler accepts -Wshift-count-overflow... yes
  783. checking whether the compiler accepts -Wshift-negative-value... yes
  784. checking whether the compiler accepts -Wshift-overflow=2... no
  785. checking whether the compiler accepts -Wshift-sign-overflow... yes
  786. checking whether the compiler accepts -Wshorten-64-to-32... yes
  787. checking whether the compiler accepts -Wsizeof-array-argument... yes
  788. checking whether the compiler accepts -Wsource-uses-openmp... yes
  789. checking whether the compiler accepts -Wstatic-float-init... yes
  790. checking whether the compiler accepts -Wstatic-in-inline... yes
  791. checking whether the compiler accepts -Wstatic-local-in-inline... yes
  792. checking whether the compiler accepts -Wstrict-overflow=1... yes
  793. checking whether the compiler accepts -Wstring-compare... yes
  794. checking whether the compiler accepts -Wstring-conversion... yes
  795. checking whether the compiler accepts -Wstrlcpy-strlcat-size... yes
  796. checking whether the compiler accepts -Wstrncat-size... yes
  797. checking whether the compiler accepts -Wsuggest-attribute=format... no
  798. checking whether the compiler accepts -Wsuggest-attribute=noreturn... no
  799. checking whether the compiler accepts -Wsuper-class-method-mismatch... yes
  800. checking whether the compiler accepts -Wswitch-bool... yes
  801. checking whether the compiler accepts -Wsync-nand... no
  802. checking whether the compiler accepts -Wtautological-constant-out-of-range-compare... yes
  803. checking whether the compiler accepts -Wtentative-definition-incomplete-type... yes
  804. checking whether the compiler accepts -Wtrampolines... no
  805. checking whether the compiler accepts -Wtype-safety... yes
  806. checking whether the compiler accepts -Wtypedef-redefinition... yes
  807. checking whether the compiler accepts -Wtypename-missing... yes
  808. checking whether the compiler accepts -Wundefined-inline... yes
  809. checking whether the compiler accepts -Wundefined-internal... yes
  810. checking whether the compiler accepts -Wundefined-reinterpret-cast... yes
  811. checking whether the compiler accepts -Wunicode... yes
  812. checking whether the compiler accepts -Wunicode-whitespace... yes
  813. checking whether the compiler accepts -Wunknown-warning-option... yes
  814. checking whether the compiler accepts -Wunnamed-type-template-args... yes
  815. checking whether the compiler accepts -Wunneeded-member-function... yes
  816. checking whether the compiler accepts -Wunsequenced... yes
  817. checking whether the compiler accepts -Wunsupported-visibility... yes
  818. checking whether the compiler accepts -Wunused-but-set-parameter... no
  819. checking whether the compiler accepts -Wunused-but-set-variable... no
  820. checking whether the compiler accepts -Wunused-command-line-argument... yes
  821. checking whether the compiler accepts -Wunused-const-variable=2... no
  822. checking whether the compiler accepts -Wunused-exception-parameter... yes
  823. checking whether the compiler accepts -Wunused-local-typedefs... yes
  824. checking whether the compiler accepts -Wunused-member-function... yes
  825. checking whether the compiler accepts -Wunused-sanitize-argument... no
  826. checking whether the compiler accepts -Wunused-volatile-lvalue... yes
  827. checking whether the compiler accepts -Wuser-defined-literals... yes
  828. checking whether the compiler accepts -Wvariadic-macros... yes
  829. checking whether the compiler accepts -Wvector-conversion... yes
  830. checking whether the compiler accepts -Wvector-conversions... yes
  831. checking whether the compiler accepts -Wvexing-parse... yes
  832. checking whether the compiler accepts -Wvisibility... yes
  833. checking whether the compiler accepts -Wvla-extension... yes
  834. checking whether the compiler accepts -Wzero-length-array... yes
  835. checking that generated files are newer than configure... done
  836. configure: creating ./config.status
  837. config.status: creating Doxyfile
  838. config.status: creating Makefile
  839. config.status: creating contrib/dist/suse/tor.sh
  840. config.status: creating contrib/operator-tools/tor.logrotate
  841. config.status: creating contrib/dist/tor.sh
  842. config.status: creating contrib/dist/torctl
  843. config.status: creating contrib/dist/tor.service
  844. config.status: creating src/config/torrc.sample
  845. config.status: creating src/config/torrc.minimal
  846. config.status: creating src/rust/.cargo/config
  847. config.status: creating scripts/maint/checkOptionDocs.pl
  848. config.status: creating scripts/maint/updateVersions.pl
  849. config.status: creating orconfig.h
  850. config.status: executing depfiles commands
  851. checking that generated files are newer than configure... done
  852. configure: creating ./config.status
  853. config.status: creating Makefile
  854. config.status: creating src/Makefile
  855. config.status: creating share/setup.nsi
  856. config.status: creating share/qt/Info.plist
  857. config.status: creating qa/pull-tester/run-bitcoind-for-test.sh
  858. config.status: creating qa/pull-tester/build-tests.sh
  859. config.status: creating src/config/verge-config.h
  860. config.status: executing depfiles commands
  861. Making all in tor
  862. /Library/Developer/CommandLineTools/usr/bin/make  all-am
  863.   CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-fe_0.o
  864.   CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-fe_1.o
  865.   CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-fe_add.o
  866.   CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-fe_cmov.o
  867.   CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-fe_copy.o
  868.   CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-fe_frombytes.o
  869.   CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-fe_invert.o
  870.   CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-fe_isnegative.o
  871.   CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-fe_isnonzero.o
  872.   CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-fe_mul.o
  873.   CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-fe_neg.o
  874.   CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-fe_pow22523.o
  875.   CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-fe_sq.o
  876.   CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-fe_sq2.o
  877.   CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-fe_sub.o
  878.   CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-fe_tobytes.o
  879.   CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-ge_add.o
  880.   CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-ge_double_scalarmult.o
  881.   CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-ge_frombytes.o
  882.   CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-ge_madd.o
  883.   CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-ge_msub.o
  884.   CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-ge_p1p1_to_p2.o
  885.   CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-ge_p1p1_to_p3.o
  886.   CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-ge_p2_0.o
  887.   CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-ge_p2_dbl.o
  888.   CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-ge_p3_0.o
  889.   CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-ge_p3_dbl.o
  890.   CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-ge_p3_to_cached.o
  891.   CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-ge_p3_to_p2.o
  892.   CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-ge_p3_tobytes.o
  893.   CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-ge_precomp_0.o
  894.   CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-ge_scalarmult_base.o
  895.   CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-ge_sub.o
  896.   CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-ge_tobytes.o
  897.   CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-keypair.o
  898.   CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-open.o
  899.   CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-sc_muladd.o
  900.   CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-sc_reduce.o
  901.   CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-sign.o
  902.   CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-keyconv.o
  903.   CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-blinding.o
  904.   AR       src/ext/ed25519/ref10/libed25519_ref10.a
  905.   CC       src/ext/ed25519/donna/src_ext_ed25519_donna_libed25519_donna_a-ed25519_tor.o
  906.   AR       src/ext/ed25519/donna/libed25519_donna.a
  907.   CC       src/ext/keccak-tiny/src_ext_keccak_tiny_libkeccak_tiny_a-keccak-tiny-unrolled.o
  908.   AR       src/ext/keccak-tiny/libkeccak-tiny.a
  909.   CC       src/ext/trunnel/src_trunnel_libor_trunnel_a-trunnel.o
  910.   CC       src/trunnel/src_trunnel_libor_trunnel_a-ed25519_cert.o
  911.   CC       src/trunnel/src_trunnel_libor_trunnel_a-link_handshake.o
  912.   CC       src/trunnel/src_trunnel_libor_trunnel_a-pwbox.o
  913.   CC       src/trunnel/hs/src_trunnel_libor_trunnel_a-cell_common.o
  914.   CC       src/trunnel/hs/src_trunnel_libor_trunnel_a-cell_establish_intro.o
  915.   CC       src/trunnel/hs/src_trunnel_libor_trunnel_a-cell_introduce1.o
  916.   CC       src/trunnel/hs/src_trunnel_libor_trunnel_a-cell_rendezvous.o
  917.   CC       src/trunnel/src_trunnel_libor_trunnel_a-channelpadding_negotiation.o
  918.   AR       src/trunnel/libor-trunnel.a
  919.   CC       src/common/address.o
  920.   CC       src/common/backtrace.o
  921.   CC       src/common/buffers.o
  922.   CC       src/common/compat.o
  923.   CC       src/common/compat_threads.o
  924.   CC       src/common/compat_time.o
  925.   CC       src/common/confline.o
  926.   CC       src/common/container.o
  927.   CC       src/common/log.o
  928.   CC       src/common/memarea.o
  929.   CC       src/common/pubsub.o
  930.   CC       src/common/util.o
  931.   CC       src/common/util_bug.o
  932.   CC       src/common/util_format.o
  933.   CC       src/common/util_process.o
  934.   CC       src/common/sandbox.o
  935.   CC       src/common/storagedir.o
  936.   CC       src/common/workqueue.o
  937.   CC       src/common/compat_pthreads.o
  938.   CC       src/common/compat_rust.o
  939.   AR       src/common/libor.a
  940.   CC       src/ext/src_common_libor_ctime_a-csiphash.o
  941.   CC       src/common/src_common_libor_ctime_a-di_ops.o
  942.   AR       src/common/libor-ctime.a
  943.   CC       src/common/aes.o
  944.   CC       src/common/buffers_tls.o
  945.   CC       src/common/compress.o
  946.   CC       src/common/compress_lzma.o
  947.   CC       src/common/compress_none.o
  948.   CC       src/common/compress_zlib.o
  949.   CC       src/common/compress_zstd.o
  950.   CC       src/common/crypto.o
  951.   CC       src/common/crypto_pwbox.o
  952.   CC       src/common/crypto_s2k.o
  953.   CC       src/common/crypto_format.o
  954.   CC       src/common/tortls.o
  955.   CC       src/common/crypto_curve25519.o
  956.   CC       src/common/crypto_ed25519.o
  957.   AR       src/common/libor-crypto.a
  958.   CC       src/common/compat_libevent.o
  959.   CC       src/common/procmon.o
  960.   CC       src/common/timers.o
  961.   CC       src/ext/timeouts/timeout.o
  962.   AR       src/common/libor-event.a
  963.   CC       src/ext/curve25519_donna/src_common_libcurve25519_donna_a-curve25519-donna-c64.o
  964.   AR       src/common/libcurve25519_donna.a
  965.   CC       src/or/addressmap.o
  966.   CC       src/or/bridges.o
  967.   CC       src/or/channel.o
  968.   CC       src/or/channelpadding.o
  969.   CC       src/or/channeltls.o
  970.   CC       src/or/circpathbias.o
  971.   CC       src/or/circuitbuild.o
  972.   CC       src/or/circuitlist.o
  973.   CC       src/or/circuitmux.o
  974.   CC       src/or/circuitmux_ewma.o
  975.   CC       src/or/circuitstats.o
  976.   CC       src/or/circuituse.o
  977.   CC       src/or/command.o
  978.   CC       src/or/config.o
  979.   CC       src/or/confparse.o
  980.   CC       src/or/connection.o
  981.   CC       src/or/connection_edge.o
  982.   CC       src/or/connection_or.o
  983.   CC       src/or/conscache.o
  984.   CC       src/or/consdiff.o
  985.   CC       src/or/consdiffmgr.o
  986.   CC       src/or/control.o
  987.   CC       src/or/cpuworker.o
  988.   CC       src/or/dircollate.o
  989.   CC       src/or/directory.o
  990.   CC       src/or/dirserv.o
  991.   CC       src/or/dirvote.o
  992.   CC       src/or/dns.o
  993.   CC       src/or/dnsserv.o
  994.   CC       src/or/fp_pair.o
  995.   CC       src/or/geoip.o
  996.   CC       src/or/entrynodes.o
  997.   CC       src/or/ext_orport.o
  998.   CC       src/or/hibernate.o
  999.   CC       src/or/hs_cache.o
  1000.   CC       src/or/hs_cell.o
  1001.   CC       src/or/hs_circuit.o
  1002.   CC       src/or/hs_circuitmap.o
  1003.   CC       src/or/hs_client.o
  1004.   CC       src/or/hs_common.o
  1005.   CC       src/or/hs_config.o
  1006.   CC       src/or/hs_descriptor.o
  1007.   CC       src/or/hs_ident.o
  1008.   CC       src/or/hs_intropoint.o
  1009.   CC       src/or/hs_ntor.o
  1010.   CC       src/or/hs_service.o
  1011.   CC       src/or/keypin.o
  1012.   CC       src/or/main.o
  1013.   CC       src/or/microdesc.o
  1014.   CC       src/or/networkstatus.o
  1015.   CC       src/or/nodelist.o
  1016.   CC       src/or/onion.o
  1017.   CC       src/or/onion_fast.o
  1018.   CC       src/or/onion_tap.o
  1019.   CC       src/or/shared_random.o
  1020.   CC       src/or/shared_random_state.o
  1021.   CC       src/or/transports.o
  1022.   CC       src/or/parsecommon.o
  1023.   CC       src/or/periodic.o
  1024.   CC       src/or/protover.o
  1025.   CC       src/or/proto_cell.o
  1026.   CC       src/or/proto_control0.o
  1027.   CC       src/or/proto_ext_or.o
  1028.   CC       src/or/proto_http.o
  1029.   CC       src/or/proto_socks.o
  1030.   CC       src/or/policies.o
  1031.   CC       src/or/reasons.o
  1032.   CC       src/or/relay.o
  1033.   CC       src/or/rendcache.o
  1034.   CC       src/or/rendclient.o
  1035.   CC       src/or/rendcommon.o
  1036.   CC       src/or/rendmid.o
  1037.   CC       src/or/rendservice.o
  1038.   CC       src/or/rephist.o
  1039.   CC       src/or/replaycache.o
  1040.   CC       src/or/router.o
  1041.   CC       src/or/routerkeys.o
  1042.   CC       src/or/routerlist.o
  1043.   CC       src/or/routerparse.o
  1044.   CC       src/or/routerset.o
  1045.   CC       src/or/scheduler.o
  1046.   CC       src/or/scheduler_kist.o
  1047.   CC       src/or/scheduler_vanilla.o
  1048.   CC       src/or/statefile.o
  1049.   CC       src/or/status.o
  1050.   CC       src/or/torcert.o
  1051.   CC       src/or/onion_ntor.o
  1052.   AR       src/or/libtor.a
  1053. Making all in src
  1054.   CXX      libbitcoin_server_a-addrman.o
  1055.   CXX      libbitcoin_server_a-alert.o
  1056.   CXX      libbitcoin_server_a-bloom.o
  1057. In file included from bloom.cpp:8:
  1058. In file included from ./main.h:8:
  1059. ./bignum.h:54:18: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions]
  1060.     BIGNUM *self = NULL;
  1061.                  ^
  1062. 1 warning generated.
  1063.   CXX      libbitcoin_server_a-checkpoints.o
  1064. In file included from checkpoints.cpp:10:
  1065. In file included from ./txdb.h:9:
  1066. In file included from ./txdb-leveldb.h:9:
  1067. In file included from ./main.h:8:
  1068. ./bignum.h:54:18: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions]
  1069.     BIGNUM *self = NULL;
  1070.                  ^
  1071. 1 warning generated.
  1072.   CXX      libbitcoin_server_a-init.o
  1073. In file included from init.cpp:8:
  1074. In file included from ./txdb.h:9:
  1075. In file included from ./txdb-leveldb.h:9:
  1076. In file included from ./main.h:8:
  1077. ./bignum.h:54:18: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions]
  1078.     BIGNUM *self = NULL;
  1079.                  ^
  1080. In file included from init.cpp:10:
  1081. In file included from ./bitcoinrpc.h:16:
  1082. In file included from ./json/json_spirit_reader_template.h:19:
  1083. In file included from /usr/local/opt/boost@1.60/include/boost/spirit/include/classic_core.hpp:11:
  1084. In file included from /usr/local/opt/boost@1.60/include/boost/spirit/home/classic/core.hpp:42:
  1085. In file included from /usr/local/opt/boost@1.60/include/boost/spirit/home/classic/core/non_terminal/grammar.hpp:21:
  1086. /usr/local/opt/boost@1.60/include/boost/spirit/home/classic/core/non_terminal/impl/grammar.ipp:286:68: warning: unused typedef 'iterator_t' [-Wunused-local-typedef]
  1087.         typedef typename helper_list_t::vector_t::reverse_iterator iterator_t;
  1088.                                                                    ^
  1089. 2 warnings generated.
  1090.   CXX      libbitcoin_server_a-db.o
  1091. In file included from db.cpp:10:
  1092. In file included from ./main.h:8:
  1093. ./bignum.h:54:18: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions]
  1094.     BIGNUM *self = NULL;
  1095.                  ^
  1096. 1 warning generated.
  1097.   CXX      libbitcoin_server_a-txdb-leveldb.o
  1098. In file included from txdb-leveldb.cpp:18:
  1099. In file included from ./kernel.h:7:
  1100. In file included from ./main.h:8:
  1101. ./bignum.h:54:18: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions]
  1102.     BIGNUM *self = NULL;
  1103.                  ^
  1104. 1 warning generated.
  1105.   CXX      libbitcoin_server_a-bitcoinrpc.o
  1106. In file included from bitcoinrpc.cpp:6:
  1107. In file included from ./init.h:8:
  1108. In file included from ./wallet.h:13:
  1109. In file included from ./coincontrol.h:4:
  1110. In file included from ./main.h:8:
  1111. ./bignum.h:54:18: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions]
  1112.     BIGNUM *self = NULL;
  1113.                  ^
  1114. In file included from bitcoinrpc.cpp:15:
  1115. In file included from /usr/local/opt/boost@1.60/include/boost/asio.hpp:21:
  1116. In file included from /usr/local/opt/boost@1.60/include/boost/asio/basic_datagram_socket.hpp:20:
  1117. In file included from /usr/local/opt/boost@1.60/include/boost/asio/basic_socket.hpp:20:
  1118. In file included from /usr/local/opt/boost@1.60/include/boost/asio/basic_io_object.hpp:19:
  1119. In file included from /usr/local/opt/boost@1.60/include/boost/asio/io_service.hpp:767:
  1120. In file included from /usr/local/opt/boost@1.60/include/boost/asio/impl/io_service.hpp:71:
  1121. In file included from /usr/local/opt/boost@1.60/include/boost/asio/detail/task_io_service.hpp:196:
  1122. In file included from /usr/local/opt/boost@1.60/include/boost/asio/detail/impl/task_io_service.hpp:19:
  1123. In file included from /usr/local/opt/boost@1.60/include/boost/asio/detail/completion_handler.hpp:20:
  1124. In file included from /usr/local/opt/boost@1.60/include/boost/asio/detail/fenced_block.hpp:24:
  1125. /usr/local/opt/boost@1.60/include/boost/asio/detail/macos_fenced_block.hpp:45:5: warning: 'OSMemoryBarrier' is deprecated: first deprecated in macOS 10.12 - Use std::atomic_thread_fence() from <atomic>
  1126.       instead [-Wdeprecated-declarations]
  1127.     OSMemoryBarrier();
  1128.     ^
  1129. /usr/include/libkern/OSAtomicDeprecated.h:749:9: note: 'OSMemoryBarrier' has been explicitly marked deprecated here
  1130. void    OSMemoryBarrier( void );
  1131.         ^
  1132. In file included from bitcoinrpc.cpp:15:
  1133. In file included from /usr/local/opt/boost@1.60/include/boost/asio.hpp:21:
  1134. In file included from /usr/local/opt/boost@1.60/include/boost/asio/basic_datagram_socket.hpp:20:
  1135. In file included from /usr/local/opt/boost@1.60/include/boost/asio/basic_socket.hpp:20:
  1136. In file included from /usr/local/opt/boost@1.60/include/boost/asio/basic_io_object.hpp:19:
  1137. In file included from /usr/local/opt/boost@1.60/include/boost/asio/io_service.hpp:767:
  1138. In file included from /usr/local/opt/boost@1.60/include/boost/asio/impl/io_service.hpp:71:
  1139. In file included from /usr/local/opt/boost@1.60/include/boost/asio/detail/task_io_service.hpp:196:
  1140. In file included from /usr/local/opt/boost@1.60/include/boost/asio/detail/impl/task_io_service.hpp:19:
  1141. In file included from /usr/local/opt/boost@1.60/include/boost/asio/detail/completion_handler.hpp:20:
  1142. In file included from /usr/local/opt/boost@1.60/include/boost/asio/detail/fenced_block.hpp:24:
  1143. /usr/local/opt/boost@1.60/include/boost/asio/detail/macos_fenced_block.hpp:51:5: warning: 'OSMemoryBarrier' is deprecated: first deprecated in macOS 10.12 - Use std::atomic_thread_fence() from <atomic>
  1144.       instead [-Wdeprecated-declarations]
  1145.     OSMemoryBarrier();
  1146.     ^
  1147. /usr/include/libkern/OSAtomicDeprecated.h:749:9: note: 'OSMemoryBarrier' has been explicitly marked deprecated here
  1148. void    OSMemoryBarrier( void );
  1149.         ^
  1150. In file included from bitcoinrpc.cpp:21:
  1151. In file included from /usr/local/opt/boost@1.60/include/boost/iostreams/stream.hpp:21:
  1152. In file included from /usr/local/opt/boost@1.60/include/boost/iostreams/stream_buffer.hpp:22:
  1153. In file included from /usr/local/opt/boost@1.60/include/boost/iostreams/detail/streambuf/indirect_streambuf.hpp:31:
  1154. In file included from /usr/local/opt/boost@1.60/include/boost/iostreams/detail/push.hpp:24:
  1155. In file included from /usr/local/opt/boost@1.60/include/boost/iostreams/detail/resolve.hpp:26:
  1156. In file included from /usr/local/opt/boost@1.60/include/boost/iostreams/detail/is_dereferenceable.hpp:12:
  1157. /usr/local/opt/boost@1.60/include/boost/type_traits/detail/bool_trait_def.hpp:18:10: warning: NOTE: Use of this header (bool_trait_def.hpp) is deprecated [-W#pragma-messages]
  1158. # pragma message("NOTE: Use of this header (bool_trait_def.hpp) is deprecated")
  1159.          ^
  1160. In file included from bitcoinrpc.cpp:21:
  1161. In file included from /usr/local/opt/boost@1.60/include/boost/iostreams/stream.hpp:21:
  1162. In file included from /usr/local/opt/boost@1.60/include/boost/iostreams/stream_buffer.hpp:22:
  1163. In file included from /usr/local/opt/boost@1.60/include/boost/iostreams/detail/streambuf/indirect_streambuf.hpp:31:
  1164. In file included from /usr/local/opt/boost@1.60/include/boost/iostreams/detail/push.hpp:24:
  1165. In file included from /usr/local/opt/boost@1.60/include/boost/iostreams/detail/resolve.hpp:26:
  1166. In file included from /usr/local/opt/boost@1.60/include/boost/iostreams/detail/is_dereferenceable.hpp:12:
  1167. In file included from /usr/local/opt/boost@1.60/include/boost/type_traits/detail/bool_trait_def.hpp:21:
  1168. /usr/local/opt/boost@1.60/include/boost/type_traits/detail/template_arity_spec.hpp:13:10: warning: NOTE: Use of this header (template_arity_spec.hpp) is deprecated [-W#pragma-messages]
  1169. # pragma message("NOTE: Use of this header (template_arity_spec.hpp) is deprecated")
  1170.          ^
  1171. In file included from bitcoinrpc.cpp:21:
  1172. In file included from /usr/local/opt/boost@1.60/include/boost/iostreams/stream.hpp:21:
  1173. In file included from /usr/local/opt/boost@1.60/include/boost/iostreams/stream_buffer.hpp:22:
  1174. In file included from /usr/local/opt/boost@1.60/include/boost/iostreams/detail/streambuf/indirect_streambuf.hpp:31:
  1175. In file included from /usr/local/opt/boost@1.60/include/boost/iostreams/detail/push.hpp:24:
  1176. In file included from /usr/local/opt/boost@1.60/include/boost/iostreams/detail/resolve.hpp:26:
  1177. In file included from /usr/local/opt/boost@1.60/include/boost/iostreams/detail/is_dereferenceable.hpp:13:
  1178. /usr/local/opt/boost@1.60/include/boost/type_traits/detail/template_arity_spec.hpp:13:10: warning: NOTE: Use of this header (template_arity_spec.hpp) is deprecated [-W#pragma-messages]
  1179. # pragma message("NOTE: Use of this header (template_arity_spec.hpp) is deprecated")
  1180.          ^
  1181. In file included from bitcoinrpc.cpp:11:
  1182. In file included from ./bitcoinrpc.h:16:
  1183. In file included from ./json/json_spirit_reader_template.h:19:
  1184. In file included from /usr/local/opt/boost@1.60/include/boost/spirit/include/classic_core.hpp:11:
  1185. In file included from /usr/local/opt/boost@1.60/include/boost/spirit/home/classic/core.hpp:42:
  1186. In file included from /usr/local/opt/boost@1.60/include/boost/spirit/home/classic/core/non_terminal/grammar.hpp:21:
  1187. /usr/local/opt/boost@1.60/include/boost/spirit/home/classic/core/non_terminal/impl/grammar.ipp:286:68: warning: unused typedef 'iterator_t' [-Wunused-local-typedef]
  1188.         typedef typename helper_list_t::vector_t::reverse_iterator iterator_t;
  1189.                                                                    ^
  1190. 7 warnings generated.
  1191.   CXX      libbitcoin_server_a-keystore.o
  1192. In file included from keystore.cpp:7:
  1193. In file included from ./script.h:15:
  1194. ./bignum.h:54:18: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions]
  1195.     BIGNUM *self = NULL;
  1196.                  ^
  1197. 1 warning generated.
  1198.   CXX      libbitcoin_server_a-main.o
  1199. In file included from main.cpp:9:
  1200. In file included from ./txdb.h:9:
  1201. In file included from ./txdb-leveldb.h:9:
  1202. In file included from ./main.h:8:
  1203. ./bignum.h:54:18: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions]
  1204.     BIGNUM *self = NULL;
  1205.                  ^
  1206. main.cpp:3965:43: warning: format specifies type 'unsigned int' but the argument has type 'size_type' (aka 'unsigned long') [-Wformat]
  1207.     printf("ProcessMessages(%u bytes)\n", vRecv.size());
  1208.                             ~~            ^~~~~~~~~~~~
  1209.                             %lu
  1210. 2 warnings generated.
  1211.   CXX      libbitcoin_server_a-noui.o
  1212. In file included from noui.cpp:6:
  1213. In file included from ./init.h:8:
  1214. In file included from ./wallet.h:13:
  1215. In file included from ./coincontrol.h:4:
  1216. In file included from ./main.h:8:
  1217. ./bignum.h:54:18: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions]
  1218.     BIGNUM *self = NULL;
  1219.                  ^
  1220. In file included from noui.cpp:7:
  1221. In file included from ./bitcoinrpc.h:16:
  1222. In file included from ./json/json_spirit_reader_template.h:19:
  1223. In file included from /usr/local/opt/boost@1.60/include/boost/spirit/include/classic_core.hpp:11:
  1224. In file included from /usr/local/opt/boost@1.60/include/boost/spirit/home/classic/core.hpp:42:
  1225. In file included from /usr/local/opt/boost@1.60/include/boost/spirit/home/classic/core/non_terminal/grammar.hpp:21:
  1226. /usr/local/opt/boost@1.60/include/boost/spirit/home/classic/core/non_terminal/impl/grammar.ipp:286:68: warning: unused typedef 'iterator_t' [-Wunused-local-typedef]
  1227.         typedef typename helper_list_t::vector_t::reverse_iterator iterator_t;
  1228.                                                                    ^
  1229. 2 warnings generated.
  1230.   CXX      libbitcoin_server_a-net.o
  1231. In file included from net.cpp:8:
  1232. In file included from ./init.h:8:
  1233. In file included from ./wallet.h:13:
  1234. In file included from ./coincontrol.h:4:
  1235. In file included from ./main.h:8:
  1236. ./bignum.h:54:18: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions]
  1237.     BIGNUM *self = NULL;
  1238.                  ^
  1239. 1 warning generated.
  1240.   CXX      libbitcoin_server_a-rpcblockchain.o
  1241. In file included from rpcblockchain.cpp:6:
  1242. In file included from ./main.h:8:
  1243. ./bignum.h:54:18: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions]
  1244.     BIGNUM *self = NULL;
  1245.                  ^
  1246. In file included from rpcblockchain.cpp:7:
  1247. In file included from ./bitcoinrpc.h:16:
  1248. In file included from ./json/json_spirit_reader_template.h:19:
  1249. In file included from /usr/local/opt/boost@1.60/include/boost/spirit/include/classic_core.hpp:11:
  1250. In file included from /usr/local/opt/boost@1.60/include/boost/spirit/home/classic/core.hpp:42:
  1251. In file included from /usr/local/opt/boost@1.60/include/boost/spirit/home/classic/core/non_terminal/grammar.hpp:21:
  1252. /usr/local/opt/boost@1.60/include/boost/spirit/home/classic/core/non_terminal/impl/grammar.ipp:286:68: warning: unused typedef 'iterator_t' [-Wunused-local-typedef]
  1253.         typedef typename helper_list_t::vector_t::reverse_iterator iterator_t;
  1254.                                                                    ^
  1255. 2 warnings generated.
  1256.   CXX      libbitcoin_server_a-rpcmining.o
  1257. In file included from rpcmining.cpp:6:
  1258. In file included from ./main.h:8:
  1259. ./bignum.h:54:18: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions]
  1260.     BIGNUM *self = NULL;
  1261.                  ^
  1262. In file included from rpcmining.cpp:10:
  1263. In file included from ./bitcoinrpc.h:16:
  1264. In file included from ./json/json_spirit_reader_template.h:19:
  1265. In file included from /usr/local/opt/boost@1.60/include/boost/spirit/include/classic_core.hpp:11:
  1266. In file included from /usr/local/opt/boost@1.60/include/boost/spirit/home/classic/core.hpp:42:
  1267. In file included from /usr/local/opt/boost@1.60/include/boost/spirit/home/classic/core/non_terminal/grammar.hpp:21:
  1268. /usr/local/opt/boost@1.60/include/boost/spirit/home/classic/core/non_terminal/impl/grammar.ipp:286:68: warning: unused typedef 'iterator_t' [-Wunused-local-typedef]
  1269.         typedef typename helper_list_t::vector_t::reverse_iterator iterator_t;
  1270.                                                                    ^
  1271. 2 warnings generated.
  1272.   CXX      libbitcoin_server_a-rpcnet.o
  1273. In file included from rpcnet.cpp:11:
  1274. In file included from ./wallet.h:13:
  1275. In file included from ./coincontrol.h:4:
  1276. In file included from ./main.h:8:
  1277. ./bignum.h:54:18: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions]
  1278.     BIGNUM *self = NULL;
  1279.                  ^
  1280. In file included from rpcnet.cpp:9:
  1281. In file included from ./bitcoinrpc.h:16:
  1282. In file included from ./json/json_spirit_reader_template.h:19:
  1283. In file included from /usr/local/opt/boost@1.60/include/boost/spirit/include/classic_core.hpp:11:
  1284. In file included from /usr/local/opt/boost@1.60/include/boost/spirit/home/classic/core.hpp:42:
  1285. In file included from /usr/local/opt/boost@1.60/include/boost/spirit/home/classic/core/non_terminal/grammar.hpp:21:
  1286. /usr/local/opt/boost@1.60/include/boost/spirit/home/classic/core/non_terminal/impl/grammar.ipp:286:68: warning: unused typedef 'iterator_t' [-Wunused-local-typedef]
  1287.         typedef typename helper_list_t::vector_t::reverse_iterator iterator_t;
  1288.                                                                    ^
  1289. 2 warnings generated.
  1290.   CXX      libbitcoin_server_a-rpcrawtransaction.o
  1291. In file included from rpcrawtransaction.cpp:8:
  1292. In file included from ./base58.h:20:
  1293. ./bignum.h:54:18: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions]
  1294.     BIGNUM *self = NULL;
  1295.                  ^
  1296. In file included from rpcrawtransaction.cpp:9:
  1297. In file included from ./bitcoinrpc.h:16:
  1298. In file included from ./json/json_spirit_reader_template.h:19:
  1299. In file included from /usr/local/opt/boost@1.60/include/boost/spirit/include/classic_core.hpp:11:
  1300. In file included from /usr/local/opt/boost@1.60/include/boost/spirit/home/classic/core.hpp:42:
  1301. In file included from /usr/local/opt/boost@1.60/include/boost/spirit/home/classic/core/non_terminal/grammar.hpp:21:
  1302. /usr/local/opt/boost@1.60/include/boost/spirit/home/classic/core/non_terminal/impl/grammar.ipp:286:68: warning: unused typedef 'iterator_t' [-Wunused-local-typedef]
  1303.         typedef typename helper_list_t::vector_t::reverse_iterator iterator_t;
  1304.                                                                    ^
  1305. 2 warnings generated.
  1306.   CXX      libbitcoin_server_a-rpcsmessage.o
  1307. In file included from rpcsmessage.cpp:5:
  1308. In file included from ./main.h:8:
  1309. ./bignum.h:54:18: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions]
  1310.     BIGNUM *self = NULL;
  1311.                  ^
  1312. In file included from rpcsmessage.cpp:6:
  1313. In file included from ./bitcoinrpc.h:16:
  1314. In file included from ./json/json_spirit_reader_template.h:19:
  1315. In file included from /usr/local/opt/boost@1.60/include/boost/spirit/include/classic_core.hpp:11:
  1316. In file included from /usr/local/opt/boost@1.60/include/boost/spirit/home/classic/core.hpp:42:
  1317. In file included from /usr/local/opt/boost@1.60/include/boost/spirit/home/classic/core/non_terminal/grammar.hpp:21:
  1318. /usr/local/opt/boost@1.60/include/boost/spirit/home/classic/core/non_terminal/impl/grammar.ipp:286:68: warning: unused typedef 'iterator_t' [-Wunused-local-typedef]
  1319.         typedef typename helper_list_t::vector_t::reverse_iterator iterator_t;
  1320.                                                                    ^
  1321. 2 warnings generated.
  1322.   AR       libbitcoin_server.a
  1323.   CXX      libbitcoin_common_a-key.o
  1324.   CXX      libbitcoin_common_a-netbase.o
  1325.   CXX      libbitcoin_common_a-protocol.o
  1326.   CXX      libbitcoin_common_a-script.o
  1327. In file included from script.cpp:11:
  1328. In file included from ./script.h:15:
  1329. ./bignum.h:54:18: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions]
  1330.     BIGNUM *self = NULL;
  1331.                  ^
  1332. 1 warning generated.
  1333.   CXX      libbitcoin_common_a-hash.o
  1334.   CXX      libbitcoin_common_a-kernel.o
  1335. In file included from kernel.cpp:7:
  1336. In file included from ./kernel.h:7:
  1337. In file included from ./main.h:8:
  1338. ./bignum.h:54:18: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions]
  1339.     BIGNUM *self = NULL;
  1340.                  ^
  1341. 1 warning generated.
  1342.   CXX      libbitcoin_common_a-scrypt.o
  1343.   CXX      libbitcoin_common_a-smessage.o
  1344. In file included from smessage.cpp:30:
  1345. In file included from ./smessage.h:12:
  1346. In file included from ./wallet.h:13:
  1347. In file included from ./coincontrol.h:4:
  1348. In file included from ./main.h:8:
  1349. ./bignum.h:54:18: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions]
  1350.     BIGNUM *self = NULL;
  1351.                  ^
  1352. smessage.cpp:1612:67: warning: format specifies type 'size_t' (aka 'unsigned long') but the argument has type 'int64_t' (aka 'long long') [-Wformat]
  1353.                 printf("Locking bucket %"PRIszu" for peer %u.\n", time, pfrom->smsgData.nPeerId);
  1354.                                        ~~                         ^~~~
  1355. 2 warnings generated.
  1356.   CXX      libbitcoin_common_a-stealth.o
  1357. In file included from stealth.cpp:6:
  1358. In file included from ./base58.h:20:
  1359. ./bignum.h:54:18: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions]
  1360.     BIGNUM *self = NULL;
  1361.                  ^
  1362. 1 warning generated.
  1363.   CXX      libbitcoin_common_a-sync.o
  1364.   AR       libbitcoin_common.a
  1365.   CXX      libbitcoin_util_a-util.o
  1366.   CXX      libbitcoin_util_a-version.o
  1367.   CXX      compat/libbitcoin_util_a-glibc_sanity.o
  1368.   AR       libbitcoin_util.a
  1369.   CXX      libbitcoin_wallet_a-crypter.o
  1370.   CXX      libbitcoin_wallet_a-rpcdump.o
  1371. In file included from rpcdump.cpp:5:
  1372. In file included from ./init.h:8:
  1373. In file included from ./wallet.h:13:
  1374. In file included from ./coincontrol.h:4:
  1375. In file included from ./main.h:8:
  1376. ./bignum.h:54:18: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions]
  1377.     BIGNUM *self = NULL;
  1378.                  ^
  1379. In file included from rpcdump.cpp:6:
  1380. In file included from ./bitcoinrpc.h:16:
  1381. In file included from ./json/json_spirit_reader_template.h:19:
  1382. In file included from /usr/local/opt/boost@1.60/include/boost/spirit/include/classic_core.hpp:11:
  1383. In file included from /usr/local/opt/boost@1.60/include/boost/spirit/home/classic/core.hpp:42:
  1384. In file included from /usr/local/opt/boost@1.60/include/boost/spirit/home/classic/core/non_terminal/grammar.hpp:21:
  1385. /usr/local/opt/boost@1.60/include/boost/spirit/home/classic/core/non_terminal/impl/grammar.ipp:286:68: warning: unused typedef 'iterator_t' [-Wunused-local-typedef]
  1386.         typedef typename helper_list_t::vector_t::reverse_iterator iterator_t;
  1387.                                                                    ^
  1388. 2 warnings generated.
  1389.   CXX      libbitcoin_wallet_a-rpcwallet.o
  1390. In file included from rpcwallet.cpp:6:
  1391. In file included from ./wallet.h:13:
  1392. In file included from ./coincontrol.h:4:
  1393. In file included from ./main.h:8:
  1394. ./bignum.h:54:18: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions]
  1395.     BIGNUM *self = NULL;
  1396.                  ^
  1397. In file included from rpcwallet.cpp:8:
  1398. In file included from ./bitcoinrpc.h:16:
  1399. In file included from ./json/json_spirit_reader_template.h:19:
  1400. In file included from /usr/local/opt/boost@1.60/include/boost/spirit/include/classic_core.hpp:11:
  1401. In file included from /usr/local/opt/boost@1.60/include/boost/spirit/home/classic/core.hpp:42:
  1402. In file included from /usr/local/opt/boost@1.60/include/boost/spirit/home/classic/core/non_terminal/grammar.hpp:21:
  1403. /usr/local/opt/boost@1.60/include/boost/spirit/home/classic/core/non_terminal/impl/grammar.ipp:286:68: warning: unused typedef 'iterator_t' [-Wunused-local-typedef]
  1404.         typedef typename helper_list_t::vector_t::reverse_iterator iterator_t;
  1405.                                                                    ^
  1406. 2 warnings generated.
  1407.   CXX      libbitcoin_wallet_a-rpcsmessage.o
  1408. In file included from rpcsmessage.cpp:5:
  1409. In file included from ./main.h:8:
  1410. ./bignum.h:54:18: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions]
  1411.     BIGNUM *self = NULL;
  1412.                  ^
  1413. In file included from rpcsmessage.cpp:6:
  1414. In file included from ./bitcoinrpc.h:16:
  1415. In file included from ./json/json_spirit_reader_template.h:19:
  1416. In file included from /usr/local/opt/boost@1.60/include/boost/spirit/include/classic_core.hpp:11:
  1417. In file included from /usr/local/opt/boost@1.60/include/boost/spirit/home/classic/core.hpp:42:
  1418. In file included from /usr/local/opt/boost@1.60/include/boost/spirit/home/classic/core/non_terminal/grammar.hpp:21:
  1419. /usr/local/opt/boost@1.60/include/boost/spirit/home/classic/core/non_terminal/impl/grammar.ipp:286:68: warning: unused typedef 'iterator_t' [-Wunused-local-typedef]
  1420.         typedef typename helper_list_t::vector_t::reverse_iterator iterator_t;
  1421.                                                                    ^
  1422. 2 warnings generated.
  1423.   CXX      libbitcoin_wallet_a-wallet.o
  1424. In file included from wallet.cpp:6:
  1425. In file included from ./txdb.h:9:
  1426. In file included from ./txdb-leveldb.h:9:
  1427. In file included from ./main.h:8:
  1428. ./bignum.h:54:18: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions]
  1429.     BIGNUM *self = NULL;
  1430.                  ^
  1431. wallet.cpp:121:10: warning: unused variable 'fWasLocked' [-Wunused-variable]
  1432.     bool fWasLocked = IsLocked();
  1433.          ^
  1434. 2 warnings generated.
  1435.   CXX      libbitcoin_wallet_a-walletdb.o
  1436. In file included from walletdb.cpp:6:
  1437. In file included from ./walletdb.h:9:
  1438. In file included from ./base58.h:20:
  1439. ./bignum.h:54:18: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions]
  1440.     BIGNUM *self = NULL;
  1441.                  ^
  1442. 1 warning generated.
  1443.   CXX      libbitcoin_wallet_a-stealth.o
  1444. In file included from stealth.cpp:6:
  1445. In file included from ./base58.h:20:
  1446. ./bignum.h:54:18: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions]
  1447.     BIGNUM *self = NULL;
  1448.                  ^
  1449. 1 warning generated.
  1450.   AR       libbitcoin_wallet.a
  1451.   CXX      libbitcoin_sse2_a-scrypt-sse2.o
  1452.   AR       libbitcoin_sse2.a
  1453.   GEN      qt/forms/ui_aboutdialog.h
  1454.   GEN      qt/forms/ui_addressbookpage.h
  1455.   GEN      qt/forms/ui_askpassphrasedialog.h
  1456.   GEN      qt/forms/ui_optionsdialog.h
  1457.   GEN      qt/forms/ui_editaddressdialog.h
  1458.   GEN      qt/forms/ui_qrcodedialog.h
  1459.   GEN      qt/forms/ui_rpcconsole.h
  1460.   GEN      qt/forms/ui_signverifymessagedialog.h
  1461.   GEN      qt/forms/ui_transactiondescdialog.h
  1462.   GEN      qt/forms/ui_blockbrowser.h
  1463. qt/forms/blockbrowser.ui: Warning: The name 'gridLayout' (QGridLayout) is already in use, defaulting to 'gridLayout1'.
  1464.   GEN      qt/overviewpage.moc
  1465.   GEN      qt/rpcconsole.moc
  1466.   CXX      qt/qt_libbitcoinqt_a-bitcoin.o
  1467. In file included from qt/bitcoin.cpp:21:
  1468. In file included from ./init.h:8:
  1469. In file included from ./wallet.h:13:
  1470. In file included from ./coincontrol.h:4:
  1471. In file included from ./main.h:8:
  1472. ./bignum.h:54:18: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions]
  1473.     BIGNUM *self = NULL;
  1474.                  ^
  1475. 1 warning generated.
  1476.   CXX      qt/qt_libbitcoinqt_a-bitcoingui.o
  1477. In file included from qt/bitcoingui.cpp:22:
  1478. In file included from ./qt/blockbrowser.h:5:
  1479. In file included from ./main.h:8:
  1480. ./bignum.h:54:18: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions]
  1481.     BIGNUM *self = NULL;
  1482.                  ^
  1483. 1 warning generated.
  1484.   CXX      qt/qt_libbitcoinqt_a-blockbrowser.o
  1485. In file included from qt/blockbrowser.cpp:1:
  1486. In file included from ./qt/blockbrowser.h:5:
  1487. In file included from ./main.h:8:
  1488. ./bignum.h:54:18: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions]
  1489.     BIGNUM *self = NULL;
  1490.                  ^
  1491. In file included from qt/blockbrowser.cpp:7:
  1492. In file included from ./bitcoinrpc.h:16:
  1493. In file included from ./json/json_spirit_reader_template.h:19:
  1494. In file included from /usr/local/opt/boost@1.60/include/boost/spirit/include/classic_core.hpp:11:
  1495. In file included from /usr/local/opt/boost@1.60/include/boost/spirit/home/classic/core.hpp:42:
  1496. In file included from /usr/local/opt/boost@1.60/include/boost/spirit/home/classic/core/non_terminal/grammar.hpp:21:
  1497. /usr/local/opt/boost@1.60/include/boost/spirit/home/classic/core/non_terminal/impl/grammar.ipp:286:68: warning: unused typedef 'iterator_t' [-Wunused-local-typedef]
  1498.         typedef typename helper_list_t::vector_t::reverse_iterator iterator_t;
  1499.                                                                    ^
  1500. 2 warnings generated.
  1501.   CXX      qt/qt_libbitcoinqt_a-clientmodel.o
  1502. In file included from qt/clientmodel.cpp:8:
  1503. In file included from ./main.h:8:
  1504. ./bignum.h:54:18: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions]
  1505.     BIGNUM *self = NULL;
  1506.                  ^
  1507. 1 warning generated.
  1508.   CXX      qt/qt_libbitcoinqt_a-guiutil.o
  1509. In file included from qt/guiutil.cpp:29:
  1510. In file included from ./init.h:8:
  1511. In file included from ./wallet.h:13:
  1512. In file included from ./coincontrol.h:4:
  1513. In file included from ./main.h:8:
  1514. ./bignum.h:54:18: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions]
  1515.     BIGNUM *self = NULL;
  1516.                  ^
  1517. 1 warning generated.
  1518.   CXX      qt/qt_libbitcoinqt_a-notificator.o
  1519. qt/notificator.cpp:66:27: warning: 'LSGetApplicationForInfo' is deprecated: first deprecated in macOS 10.10 - Use LSCopyDefaultApplicationURLForContentType instead. [-Wdeprecated-declarations]
  1520.         OSStatus status = LSGetApplicationForInfo(kLSUnknownType, kLSUnknownCreator, CFSTR("growlTicket"), kLSRolesAll, 0, &cfurl);
  1521.                           ^
  1522. /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LSInfoDeprecated.h:633:1: note: 'LSGetApplicationForInfo' has been explicitly marked deprecated here
  1523. LSGetApplicationForInfo(
  1524. ^
  1525. 1 warning generated.
  1526.   CXX      qt/qt_libbitcoinqt_a-optionsdialog.o
  1527.   CXX      qt/qt_libbitcoinqt_a-optionsmodel.o
  1528. In file included from qt/optionsmodel.cpp:5:
  1529. In file included from ./init.h:8:
  1530. In file included from ./wallet.h:13:
  1531. In file included from ./coincontrol.h:4:
  1532. In file included from ./main.h:8:
  1533. ./bignum.h:54:18: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions]
  1534.     BIGNUM *self = NULL;
  1535.                  ^
  1536. 1 warning generated.
  1537.   CXX      qt/qt_libbitcoinqt_a-rpcconsole.o
  1538. In file included from qt/rpcconsole.cpp:5:
  1539. In file included from ./bitcoinrpc.h:16:
  1540. In file included from ./json/json_spirit_reader_template.h:19:
  1541. In file included from /usr/local/opt/boost@1.60/include/boost/spirit/include/classic_core.hpp:11:
  1542. In file included from /usr/local/opt/boost@1.60/include/boost/spirit/home/classic/core.hpp:42:
  1543. In file included from /usr/local/opt/boost@1.60/include/boost/spirit/home/classic/core/non_terminal/grammar.hpp:21:
  1544. /usr/local/opt/boost@1.60/include/boost/spirit/home/classic/core/non_terminal/impl/grammar.ipp:286:68: warning: unused typedef 'iterator_t' [-Wunused-local-typedef]
  1545.         typedef typename helper_list_t::vector_t::reverse_iterator iterator_t;
  1546.                                                                    ^
  1547. 1 warning generated.
  1548.   CXX      qt/qt_libbitcoinqt_a-aboutdialog.o
  1549.   CXX      qt/qt_libbitcoinqt_a-addressbookpage.o
  1550.   CXX      qt/qt_libbitcoinqt_a-addresstablemodel.o
  1551. In file included from qt/addresstablemodel.cpp:6:
  1552. In file included from ./wallet.h:13:
  1553. In file included from ./coincontrol.h:4:
  1554. In file included from ./main.h:8:
  1555. ./bignum.h:54:18: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions]
  1556.     BIGNUM *self = NULL;
  1557.                  ^
  1558. 1 warning generated.
  1559.   CXX      qt/qt_libbitcoinqt_a-askpassphrasedialog.o
  1560.   CXX      qt/qt_libbitcoinqt_a-editaddressdialog.o
  1561.   CXX      qt/qt_libbitcoinqt_a-overviewpage.o
  1562.   CXX      qt/qt_libbitcoinqt_a-sendcoinsdialog.o
  1563. In file included from qt/sendcoinsdialog.cpp:9:
  1564. In file included from ./base58.h:20:
  1565. ./bignum.h:54:18: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions]
  1566.     BIGNUM *self = NULL;
  1567.                  ^
  1568. qt/sendcoinsdialog.cpp:120:12: warning: enumeration value 'NarrationTooLong' not handled in switch [-Wswitch]
  1569.     switch(sendstatus.status)
  1570.            ^
  1571. qt/sendcoinsdialog.cpp:120:12: note: add missing switch cases
  1572.     switch(sendstatus.status)
  1573.            ^
  1574. 2 warnings generated.
  1575.   CXX      qt/qt_libbitcoinqt_a-sendcoinsentry.o
  1576.   CXX      qt/qt_libbitcoinqt_a-signverifymessagedialog.o
  1577. In file included from qt/signverifymessagedialog.cpp:5:
  1578. In file included from ./base58.h:20:
  1579. ./bignum.h:54:18: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions]
  1580.     BIGNUM *self = NULL;
  1581.                  ^
  1582. 1 warning generated.
  1583.   CXX      qt/qt_libbitcoinqt_a-transactiondesc.o
  1584. In file included from qt/transactiondesc.cpp:6:
  1585. In file included from ./main.h:8:
  1586. ./bignum.h:54:18: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions]
  1587.     BIGNUM *self = NULL;
  1588.                  ^
  1589. 1 warning generated.
  1590.   CXX      qt/qt_libbitcoinqt_a-transactiondescdialog.o
  1591.   CXX      qt/qt_libbitcoinqt_a-transactionrecord.o
  1592. In file included from qt/transactionrecord.cpp:3:
  1593. In file included from ./wallet.h:13:
  1594. In file included from ./coincontrol.h:4:
  1595. In file included from ./main.h:8:
  1596. ./bignum.h:54:18: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions]
  1597.     BIGNUM *self = NULL;
  1598.                  ^
  1599. 1 warning generated.
  1600.   CXX      qt/qt_libbitcoinqt_a-transactiontablemodel.o
  1601. In file included from qt/transactiontablemodel.cpp:11:
  1602. In file included from ./wallet.h:13:
  1603. In file included from ./coincontrol.h:4:
  1604. In file included from ./main.h:8:
  1605. ./bignum.h:54:18: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions]
  1606.     BIGNUM *self = NULL;
  1607.                  ^
  1608. 1 warning generated.
  1609.   CXX      qt/qt_libbitcoinqt_a-transactionview.o
  1610.   CXX      qt/qt_libbitcoinqt_a-qtipcserver.o
  1611.   CXX      qt/qt_libbitcoinqt_a-qrcodedialog.o
  1612.   CXX      qt/qt_libbitcoinqt_a-walletmodel.o
  1613. In file included from qt/walletmodel.cpp:8:
  1614. In file included from ./wallet.h:13:
  1615. In file included from ./coincontrol.h:4:
  1616. In file included from ./main.h:8:
  1617. ./bignum.h:54:18: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions]
  1618.     BIGNUM *self = NULL;
  1619.                  ^
  1620. 1 warning generated.
  1621.   CXX      qt/qt_libbitcoinqt_a-moc_blockbrowser.o
  1622. In file included from qt/moc_blockbrowser.cpp:8:
  1623. In file included from ./qt/blockbrowser.h:5:
  1624. In file included from ./main.h:8:
  1625. ./bignum.h:54:18: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions]
  1626.     BIGNUM *self = NULL;
  1627.                  ^
  1628. 1 warning generated.
  1629.   CXX      qt/qt_libbitcoinqt_a-moc_notificator.o
  1630.   GEN      qt/qrc_bitcoin.cpp
  1631.   CXX      qt/qt_libbitcoinqt_a-qrc_bitcoin.o
  1632.   GEN      qt/locale/bitcoin_en.qm
  1633. Warning: ignoring <defaultcodec> element
  1634.   GEN      qt/locale/bitcoin_es.qm
  1635. Warning: ignoring <defaultcodec> element
  1636.   GEN      qt/locale/bitcoin_fr.qm
  1637. Warning: ignoring <defaultcodec> element
  1638.   GEN      qt/locale/bitcoin_nb.qm
  1639. Warning: ignoring <defaultcodec> element
  1640.   GEN      qt/locale/bitcoin_nl.qm
  1641. Warning: ignoring <defaultcodec> element
  1642.   GEN      qt/locale/bitcoin_ru.qm
  1643. Warning: ignoring <defaultcodec> element
  1644.   GEN      qt/locale/bitcoin_tr.qm
  1645. Warning: ignoring <defaultcodec> element
  1646. Removed plural forms as the target language has less forms.
  1647. If this sounds wrong, possibly the target language is not set or recognized.
  1648.   GEN      qt/qrc_bitcoin_locale.cpp
  1649.   CXX      qt/qt_libbitcoinqt_a-qrc_bitcoin_locale.o
  1650.   AR       qt/libbitcoinqt.a
  1651.   CXX      VERGEd-daemon.o
  1652. In file included from daemon.cpp:6:
  1653. In file included from ./init.h:8:
  1654. In file included from ./wallet.h:13:
  1655. In file included from ./coincontrol.h:4:
  1656. In file included from ./main.h:8:
  1657. ./bignum.h:54:18: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions]
  1658.     BIGNUM *self = NULL;
  1659.                  ^
  1660. 1 warning generated.
  1661.   CXXLD    VERGEd
  1662.   CXX      qt/qt_VERGE_qt-bitcoin.o
  1663. In file included from qt/bitcoin.cpp:21:
  1664. In file included from ./init.h:8:
  1665. In file included from ./wallet.h:13:
  1666. In file included from ./coincontrol.h:4:
  1667. In file included from ./main.h:8:
  1668. ./bignum.h:54:18: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions]
  1669.     BIGNUM *self = NULL;
  1670.                  ^
  1671. 1 warning generated.
  1672.   OBJCXXLD qt/VERGE-qt
  1673. make[1]: Nothing to be done for `all-am'.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement