Advertisement
Guest User

config.log

a guest
Dec 17th, 2017
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 228.83 KB | None | 0 0
  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3.  
  4. It was created by Bitcoin Core configure 0.15.0, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./configure --with-incompatible-bdb --with-protoc-bindir=/usr/local/Cellar/protobuf
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = Ann-Jies-Mac-mini.local
  14. uname -m = x86_64
  15. uname -r = 17.3.0
  16. uname -s = Darwin
  17. uname -v = Darwin Kernel Version 17.3.0: Thu Nov 9 18:09:22 PST 2017; root:xnu-4570.31.3~1/RELEASE_X86_64
  18.  
  19. /usr/bin/uname -p = i386
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = unknown
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo = Mach kernel version:
  26. Darwin Kernel Version 17.3.0: Thu Nov 9 18:09:22 PST 2017; root:xnu-4570.31.3~1/RELEASE_X86_64
  27. Kernel configured for up to 4 processors.
  28. 2 processors are physically available.
  29. 4 processors are logically available.
  30. Processor type: x86_64h (Intel x86-64h Haswell)
  31. Processors active: 0 1 2 3
  32. Primary memory available: 16.00 gigabytes
  33. Default processor set: 290 tasks, 1062 threads, 4 processors
  34. Load average: 2.09, Mach factor: 1.93
  35. /bin/machine = unknown
  36. /usr/bin/oslevel = unknown
  37. /bin/universe = unknown
  38.  
  39. PATH: /Users/annjie/anaconda/bin
  40. PATH: /Library/Frameworks/Python.framework/Versions/3.6/bin
  41. PATH: /usr/local/bin
  42. PATH: /usr/bin
  43. PATH: /bin
  44. PATH: /usr/sbin
  45. PATH: /sbin
  46. PATH: /Library/TeX/texbin
  47.  
  48.  
  49. ## ----------- ##
  50. ## Core tests. ##
  51. ## ----------- ##
  52.  
  53. configure:3006: checking build system type
  54. configure:3020: result: x86_64-apple-darwin17.3.0
  55. configure:3040: checking host system type
  56. configure:3053: result: x86_64-apple-darwin17.3.0
  57. configure:3096: checking for a BSD-compatible install
  58. configure:3164: result: /usr/bin/install -c
  59. configure:3175: checking whether build environment is sane
  60. configure:3230: result: yes
  61. configure:3381: checking for a thread-safe mkdir -p
  62. configure:3420: result: build-aux/install-sh -c -d
  63. configure:3427: checking for gawk
  64. configure:3457: result: no
  65. configure:3427: checking for mawk
  66. configure:3457: result: no
  67. configure:3427: checking for nawk
  68. configure:3457: result: no
  69. configure:3427: checking for awk
  70. configure:3443: found /usr/bin/awk
  71. configure:3454: result: awk
  72. configure:3465: checking whether make sets $(MAKE)
  73. configure:3487: result: yes
  74. configure:3516: checking whether make supports nested variables
  75. configure:3533: result: yes
  76. configure:3652: checking whether to enable maintainer-specific portions of Makefiles
  77. configure:3661: result: yes
  78. configure:3686: checking whether make supports nested variables
  79. configure:3703: result: yes
  80. configure:3778: checking for g++
  81. configure:3794: found /usr/bin/g++
  82. configure:3805: result: g++
  83. configure:3832: checking for C++ compiler version
  84. configure:3841: g++ --version >&5
  85. Apple LLVM version 9.0.0 (clang-900.0.39.2)
  86. Target: x86_64-apple-darwin17.3.0
  87. Thread model: posix
  88. InstalledDir: /Library/Developer/CommandLineTools/usr/bin
  89. Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
  90. configure:3852: $? = 0
  91. configure:3841: g++ -v >&5
  92. Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
  93. Apple LLVM version 9.0.0 (clang-900.0.39.2)
  94. Target: x86_64-apple-darwin17.3.0
  95. Thread model: posix
  96. InstalledDir: /Library/Developer/CommandLineTools/usr/bin
  97. configure:3852: $? = 0
  98. configure:3841: g++ -V >&5
  99. clang: error: argument to '-V' is missing (expected 1 value)
  100. clang: error: no input files
  101. configure:3852: $? = 1
  102. configure:3841: g++ -qversion >&5
  103. clang: error: unknown argument: '-qversion'
  104. clang: error: no input files
  105. configure:3852: $? = 1
  106. configure:3872: checking whether the C++ compiler works
  107. configure:3894: g++ conftest.cpp >&5
  108. configure:3898: $? = 0
  109. configure:3946: result: yes
  110. configure:3949: checking for C++ compiler default output file name
  111. configure:3951: result: a.out
  112. configure:3957: checking for suffix of executables
  113. configure:3964: g++ -o conftest conftest.cpp >&5
  114. configure:3968: $? = 0
  115. configure:3990: result:
  116. configure:4012: checking whether we are cross compiling
  117. configure:4020: g++ -o conftest conftest.cpp >&5
  118. configure:4024: $? = 0
  119. configure:4031: ./conftest
  120. configure:4035: $? = 0
  121. configure:4050: result: no
  122. configure:4055: checking for suffix of object files
  123. configure:4077: g++ -c conftest.cpp >&5
  124. configure:4081: $? = 0
  125. configure:4102: result: o
  126. configure:4106: checking whether we are using the GNU C++ compiler
  127. configure:4125: g++ -c conftest.cpp >&5
  128. configure:4125: $? = 0
  129. configure:4134: result: yes
  130. configure:4143: checking whether g++ accepts -g
  131. configure:4163: g++ -c -g conftest.cpp >&5
  132. configure:4163: $? = 0
  133. configure:4204: result: yes
  134. configure:4238: checking for style of include used by make
  135. configure:4266: result: GNU
  136. configure:4292: checking dependency style of g++
  137. configure:4403: result: gcc3
  138. configure:4441: checking whether g++ supports C++11 features with -std=c++11
  139. configure:4737: g++ -std=c++11 -c -g -O2 conftest.cpp >&5
  140. configure:4737: $? = 0
  141. configure:4746: result: yes
  142. configure:4790: checking whether std::atomic can be used without link library
  143. configure:4808: g++ -std=c++11 -o conftest -g -O2 conftest.cpp >&5
  144. configure:4808: $? = 0
  145. configure:4810: result: yes
  146. configure:4975: checking for Objective C++ compiler version
  147. configure:4984: g++ -std=c++11 --version >&5
  148. Apple LLVM version 9.0.0 (clang-900.0.39.2)
  149. Target: x86_64-apple-darwin17.3.0
  150. Thread model: posix
  151. InstalledDir: /Library/Developer/CommandLineTools/usr/bin
  152. configure:4995: $? = 0
  153. configure:4984: g++ -std=c++11 -v >&5
  154. Apple LLVM version 9.0.0 (clang-900.0.39.2)
  155. Target: x86_64-apple-darwin17.3.0
  156. Thread model: posix
  157. InstalledDir: /Library/Developer/CommandLineTools/usr/bin
  158. clang: warning: argument unused during compilation: '-std=c++11' [-Wunused-command-line-argument]
  159. configure:4995: $? = 0
  160. configure:4984: g++ -std=c++11 -V >&5
  161. clang: error: argument to '-V' is missing (expected 1 value)
  162. clang: error: no input files
  163. configure:4995: $? = 1
  164. configure:4984: g++ -std=c++11 -qversion >&5
  165. clang: error: unknown argument: '-qversion'
  166. clang: error: no input files
  167. configure:4995: $? = 1
  168. configure:4999: checking whether we are using the GNU Objective C++ compiler
  169. configure:5018: g++ -std=c++11 -c conftest.mm >&5
  170. configure:5018: $? = 0
  171. configure:5027: result: yes
  172. configure:5036: checking whether g++ -std=c++11 accepts -g
  173. configure:5056: g++ -std=c++11 -c -g conftest.mm >&5
  174. configure:5056: $? = 0
  175. configure:5097: result: yes
  176. configure:5122: checking dependency style of g++ -std=c++11
  177. configure:5231: result: gcc3
  178. configure:5250: WARNING: Libtool does not cope well with whitespace in `pwd`
  179. configure:5294: checking how to print strings
  180. configure:5321: result: printf
  181. configure:5390: checking for gcc
  182. configure:5406: found /usr/bin/gcc
  183. configure:5417: result: gcc
  184. configure:5646: checking for C compiler version
  185. configure:5655: gcc --version >&5
  186. Apple LLVM version 9.0.0 (clang-900.0.39.2)
  187. Target: x86_64-apple-darwin17.3.0
  188. Thread model: posix
  189. InstalledDir: /Library/Developer/CommandLineTools/usr/bin
  190. Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
  191. configure:5666: $? = 0
  192. configure:5655: gcc -v >&5
  193. Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
  194. Apple LLVM version 9.0.0 (clang-900.0.39.2)
  195. Target: x86_64-apple-darwin17.3.0
  196. Thread model: posix
  197. InstalledDir: /Library/Developer/CommandLineTools/usr/bin
  198. configure:5666: $? = 0
  199. configure:5655: gcc -V >&5
  200. clang: error: argument to '-V' is missing (expected 1 value)
  201. clang: error: no input files
  202. configure:5666: $? = 1
  203. configure:5655: gcc -qversion >&5
  204. clang: error: unknown argument: '-qversion'
  205. clang: error: no input files
  206. configure:5666: $? = 1
  207. configure:5670: checking whether we are using the GNU C compiler
  208. configure:5689: gcc -c conftest.c >&5
  209. configure:5689: $? = 0
  210. configure:5698: result: yes
  211. configure:5707: checking whether gcc accepts -g
  212. configure:5727: gcc -c -g conftest.c >&5
  213. configure:5727: $? = 0
  214. configure:5768: result: yes
  215. configure:5785: checking for gcc option to accept ISO C89
  216. configure:5848: gcc -c -g -O2 conftest.c >&5
  217. configure:5848: $? = 0
  218. configure:5861: result: none needed
  219. configure:5886: checking whether gcc understands -c and -o together
  220. configure:5908: gcc -c conftest.c -o conftest2.o
  221. configure:5911: $? = 0
  222. configure:5908: gcc -c conftest.c -o conftest2.o
  223. configure:5911: $? = 0
  224. configure:5923: result: yes
  225. configure:5942: checking dependency style of gcc
  226. configure:6053: result: gcc3
  227. configure:6068: checking for a sed that does not truncate output
  228. configure:6132: result: /usr/bin/sed
  229. configure:6150: checking for grep that handles long lines and -e
  230. configure:6208: result: /usr/bin/grep
  231. configure:6213: checking for egrep
  232. configure:6275: result: /usr/bin/grep -E
  233. configure:6280: checking for fgrep
  234. configure:6342: result: /usr/bin/grep -F
  235. configure:6377: checking for ld used by gcc
  236. configure:6444: result: /Library/Developer/CommandLineTools/usr/bin/ld
  237. configure:6451: checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld
  238. configure:6466: result: no
  239. configure:6478: checking for BSD- or MS-compatible name lister (nm)
  240. configure:6532: result: /usr/bin/nm -B
  241. configure:6662: checking the name lister (/usr/bin/nm -B) interface
  242. configure:6669: gcc -c -g -O2 conftest.c >&5
  243. configure:6672: /usr/bin/nm -B "conftest.o"
  244. configure:6675: output
  245. 00000000000001dc S _some_variable
  246. configure:6682: result: BSD nm
  247. configure:6685: checking whether ln -s works
  248. configure:6689: result: yes
  249. configure:6697: checking the maximum length of command line arguments
  250. configure:6828: result: 196608
  251. configure:6876: checking how to convert x86_64-apple-darwin17.3.0 file names to x86_64-apple-darwin17.3.0 format
  252. configure:6916: result: func_convert_file_noop
  253. configure:6923: checking how to convert x86_64-apple-darwin17.3.0 file names to toolchain format
  254. configure:6943: result: func_convert_file_noop
  255. configure:6950: checking for /Library/Developer/CommandLineTools/usr/bin/ld option to reload object files
  256. configure:6957: result: -r
  257. configure:7031: checking for objdump
  258. configure:7047: found /usr/bin/objdump
  259. configure:7058: result: objdump
  260. configure:7090: checking how to recognize dependent libraries
  261. configure:7290: result: pass_all
  262. configure:7375: checking for dlltool
  263. configure:7405: result: no
  264. configure:7435: checking how to associate runtime and link libraries
  265. configure:7462: result: printf %s\n
  266. configure:7523: checking for ar
  267. configure:7539: found /usr/bin/ar
  268. configure:7550: result: ar
  269. configure:7587: checking for archiver @FILE support
  270. configure:7604: gcc -c -g -O2 conftest.c >&5
  271. configure:7604: $? = 0
  272. configure:7607: ar cru libconftest.a @conftest.lst >&5
  273. ar: @conftest.lst: No such file or directory
  274. configure:7610: $? = 1
  275. configure:7630: result: no
  276. configure:7688: checking for strip
  277. configure:7704: found /usr/bin/strip
  278. configure:7715: result: strip
  279. configure:7787: checking for ranlib
  280. configure:7803: found /usr/bin/ranlib
  281. configure:7814: result: ranlib
  282. configure:7916: checking command to parse /usr/bin/nm -B output from gcc object
  283. configure:8069: gcc -c -g -O2 conftest.c >&5
  284. configure:8072: $? = 0
  285. configure:8076: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
  286. configure:8079: $? = 0
  287. cannot find nm_test_var in conftest.nm
  288. configure:8069: gcc -c -g -O2 conftest.c >&5
  289. configure:8072: $? = 0
  290. configure:8076: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
  291. configure:8079: $? = 0
  292. configure:8145: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
  293. warning: (x86_64) could not find object file symbol for symbol _main
  294. configure:8148: $? = 0
  295. configure:8186: result: ok
  296. configure:8233: checking for sysroot
  297. configure:8263: result: no
  298. configure:8270: checking for a working dd
  299. configure:8308: result: /bin/dd
  300. configure:8312: checking how to truncate binary pipes
  301. configure:8327: result: /bin/dd bs=4096 count=1
  302. configure:8656: checking for mt
  303. configure:8686: result: no
  304. configure:8706: checking if : is a manifest tool
  305. configure:8712: : '-?'
  306. configure:8720: result: no
  307. configure:8776: checking for dsymutil
  308. configure:8792: found /usr/bin/dsymutil
  309. configure:8803: result: dsymutil
  310. configure:8868: checking for nmedit
  311. configure:8884: found /usr/bin/nmedit
  312. configure:8895: result: nmedit
  313. configure:8960: checking for lipo
  314. configure:8976: found /usr/bin/lipo
  315. configure:8987: result: lipo
  316. configure:9052: checking for otool
  317. configure:9068: found /usr/bin/otool
  318. configure:9079: result: otool
  319. configure:9144: checking for otool64
  320. configure:9174: result: no
  321. configure:9219: checking for -single_module linker flag
  322. gcc -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
  323. configure:9252: result: yes
  324. configure:9255: checking for -exported_symbols_list linker flag
  325. configure:9275: gcc -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c >&5
  326. configure:9275: $? = 0
  327. configure:9285: result: yes
  328. configure:9288: checking for -force_load linker flag
  329. gcc -g -O2 -c -o conftest.o conftest.c
  330. ar cru libconftest.a conftest.o
  331. ranlib libconftest.a
  332. gcc -g -O2 -o conftest conftest.c -Wl,-force_load,./libconftest.a
  333. configure:9320: result: yes
  334. configure:9397: checking how to run the C preprocessor
  335. configure:9428: gcc -E conftest.c
  336. configure:9428: $? = 0
  337. configure:9442: gcc -E conftest.c
  338. conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
  339. #include <ac_nonexistent.h>
  340. ^~~~~~~~~~~~~~~~~~
  341. 1 error generated.
  342. configure:9442: $? = 1
  343. configure: failed program was:
  344. | /* confdefs.h */
  345. | #define PACKAGE_NAME "Bitcoin Core"
  346. | #define PACKAGE_TARNAME "bitcoin"
  347. | #define PACKAGE_VERSION "0.15.0"
  348. | #define PACKAGE_STRING "Bitcoin Core 0.15.0"
  349. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  350. | #define PACKAGE_URL "https://bitcoincore.org/"
  351. | #define HAVE_CXX11 1
  352. | /* end confdefs.h. */
  353. | #include <ac_nonexistent.h>
  354. configure:9467: result: gcc -E
  355. configure:9487: gcc -E conftest.c
  356. configure:9487: $? = 0
  357. configure:9501: gcc -E conftest.c
  358. conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
  359. #include <ac_nonexistent.h>
  360. ^~~~~~~~~~~~~~~~~~
  361. 1 error generated.
  362. configure:9501: $? = 1
  363. configure: failed program was:
  364. | /* confdefs.h */
  365. | #define PACKAGE_NAME "Bitcoin Core"
  366. | #define PACKAGE_TARNAME "bitcoin"
  367. | #define PACKAGE_VERSION "0.15.0"
  368. | #define PACKAGE_STRING "Bitcoin Core 0.15.0"
  369. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  370. | #define PACKAGE_URL "https://bitcoincore.org/"
  371. | #define HAVE_CXX11 1
  372. | /* end confdefs.h. */
  373. | #include <ac_nonexistent.h>
  374. configure:9530: checking for ANSI C header files
  375. configure:9550: gcc -c -g -O2 conftest.c >&5
  376. configure:9550: $? = 0
  377. configure:9623: gcc -o conftest -g -O2 conftest.c >&5
  378. configure:9623: $? = 0
  379. configure:9623: ./conftest
  380. configure:9623: $? = 0
  381. configure:9634: result: yes
  382. configure:9647: checking for sys/types.h
  383. configure:9647: gcc -c -g -O2 conftest.c >&5
  384. configure:9647: $? = 0
  385. configure:9647: result: yes
  386. configure:9647: checking for sys/stat.h
  387. configure:9647: gcc -c -g -O2 conftest.c >&5
  388. configure:9647: $? = 0
  389. configure:9647: result: yes
  390. configure:9647: checking for stdlib.h
  391. configure:9647: gcc -c -g -O2 conftest.c >&5
  392. configure:9647: $? = 0
  393. configure:9647: result: yes
  394. configure:9647: checking for string.h
  395. configure:9647: gcc -c -g -O2 conftest.c >&5
  396. configure:9647: $? = 0
  397. configure:9647: result: yes
  398. configure:9647: checking for memory.h
  399. configure:9647: gcc -c -g -O2 conftest.c >&5
  400. configure:9647: $? = 0
  401. configure:9647: result: yes
  402. configure:9647: checking for strings.h
  403. configure:9647: gcc -c -g -O2 conftest.c >&5
  404. configure:9647: $? = 0
  405. configure:9647: result: yes
  406. configure:9647: checking for inttypes.h
  407. configure:9647: gcc -c -g -O2 conftest.c >&5
  408. configure:9647: $? = 0
  409. configure:9647: result: yes
  410. configure:9647: checking for stdint.h
  411. configure:9647: gcc -c -g -O2 conftest.c >&5
  412. configure:9647: $? = 0
  413. configure:9647: result: yes
  414. configure:9647: checking for unistd.h
  415. configure:9647: gcc -c -g -O2 conftest.c >&5
  416. configure:9647: $? = 0
  417. configure:9647: result: yes
  418. configure:9661: checking for dlfcn.h
  419. configure:9661: gcc -c -g -O2 conftest.c >&5
  420. configure:9661: $? = 0
  421. configure:9661: result: yes
  422. configure:9926: checking for objdir
  423. configure:9941: result: .libs
  424. configure:10205: checking if gcc supports -fno-rtti -fno-exceptions
  425. configure:10223: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
  426. configure:10227: $? = 0
  427. configure:10240: result: yes
  428. configure:10598: checking for gcc option to produce PIC
  429. configure:10605: result: -fno-common -DPIC
  430. configure:10613: checking if gcc PIC flag -fno-common -DPIC works
  431. configure:10631: gcc -c -g -O2 -fno-common -DPIC -DPIC conftest.c >&5
  432. configure:10635: $? = 0
  433. configure:10648: result: yes
  434. configure:10677: checking if gcc static flag -static works
  435. configure:10705: result: no
  436. configure:10720: checking if gcc supports -c -o file.o
  437. configure:10741: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
  438. configure:10745: $? = 0
  439. configure:10767: result: yes
  440. configure:10775: checking if gcc supports -c -o file.o
  441. configure:10822: result: yes
  442. configure:10855: checking whether the gcc linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries
  443. configure:12114: result: yes
  444. configure:12354: checking dynamic linker characteristics
  445. configure:13172: result: darwin17.3.0 dyld
  446. configure:13294: checking how to hardcode library paths into programs
  447. configure:13319: result: immediate
  448. configure:13867: checking whether stripping libraries is possible
  449. configure:13881: result: yes
  450. configure:13907: checking if libtool supports shared libraries
  451. configure:13909: result: yes
  452. configure:13912: checking whether to build shared libraries
  453. configure:13937: result: yes
  454. configure:13940: checking whether to build static libraries
  455. configure:13944: result: yes
  456. configure:13967: checking how to run the C++ preprocessor
  457. configure:13994: g++ -std=c++11 -E conftest.cpp
  458. configure:13994: $? = 0
  459. configure:14008: g++ -std=c++11 -E conftest.cpp
  460. conftest.cpp:22:10: fatal error: 'ac_nonexistent.h' file not found
  461. #include <ac_nonexistent.h>
  462. ^~~~~~~~~~~~~~~~~~
  463. 1 error generated.
  464. configure:14008: $? = 1
  465. configure: failed program was:
  466. | /* confdefs.h */
  467. | #define PACKAGE_NAME "Bitcoin Core"
  468. | #define PACKAGE_TARNAME "bitcoin"
  469. | #define PACKAGE_VERSION "0.15.0"
  470. | #define PACKAGE_STRING "Bitcoin Core 0.15.0"
  471. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  472. | #define PACKAGE_URL "https://bitcoincore.org/"
  473. | #define HAVE_CXX11 1
  474. | #define STDC_HEADERS 1
  475. | #define HAVE_SYS_TYPES_H 1
  476. | #define HAVE_SYS_STAT_H 1
  477. | #define HAVE_STDLIB_H 1
  478. | #define HAVE_STRING_H 1
  479. | #define HAVE_MEMORY_H 1
  480. | #define HAVE_STRINGS_H 1
  481. | #define HAVE_INTTYPES_H 1
  482. | #define HAVE_STDINT_H 1
  483. | #define HAVE_UNISTD_H 1
  484. | #define HAVE_DLFCN_H 1
  485. | #define LT_OBJDIR ".libs/"
  486. | /* end confdefs.h. */
  487. | #include <ac_nonexistent.h>
  488. configure:14033: result: g++ -std=c++11 -E
  489. configure:14053: g++ -std=c++11 -E conftest.cpp
  490. configure:14053: $? = 0
  491. configure:14067: g++ -std=c++11 -E conftest.cpp
  492. conftest.cpp:22:10: fatal error: 'ac_nonexistent.h' file not found
  493. #include <ac_nonexistent.h>
  494. ^~~~~~~~~~~~~~~~~~
  495. 1 error generated.
  496. configure:14067: $? = 1
  497. configure: failed program was:
  498. | /* confdefs.h */
  499. | #define PACKAGE_NAME "Bitcoin Core"
  500. | #define PACKAGE_TARNAME "bitcoin"
  501. | #define PACKAGE_VERSION "0.15.0"
  502. | #define PACKAGE_STRING "Bitcoin Core 0.15.0"
  503. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  504. | #define PACKAGE_URL "https://bitcoincore.org/"
  505. | #define HAVE_CXX11 1
  506. | #define STDC_HEADERS 1
  507. | #define HAVE_SYS_TYPES_H 1
  508. | #define HAVE_SYS_STAT_H 1
  509. | #define HAVE_STDLIB_H 1
  510. | #define HAVE_STRING_H 1
  511. | #define HAVE_MEMORY_H 1
  512. | #define HAVE_STRINGS_H 1
  513. | #define HAVE_INTTYPES_H 1
  514. | #define HAVE_STDINT_H 1
  515. | #define HAVE_UNISTD_H 1
  516. | #define HAVE_DLFCN_H 1
  517. | #define LT_OBJDIR ".libs/"
  518. | /* end confdefs.h. */
  519. | #include <ac_nonexistent.h>
  520. configure:14229: checking for ld used by g++ -std=c++11
  521. configure:14296: result: /Library/Developer/CommandLineTools/usr/bin/ld
  522. configure:14303: checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld
  523. configure:14318: result: no
  524. configure:14373: checking whether the g++ -std=c++11 linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries
  525. configure:15446: result: yes
  526. configure:15482: g++ -std=c++11 -c -g -O2 conftest.cpp >&5
  527. configure:15485: $? = 0
  528. configure:15966: checking for g++ -std=c++11 option to produce PIC
  529. configure:15973: result: -fno-common -DPIC
  530. configure:15981: checking if g++ -std=c++11 PIC flag -fno-common -DPIC works
  531. configure:15999: g++ -std=c++11 -c -g -O2 -fno-common -DPIC -DPIC conftest.cpp >&5
  532. configure:16003: $? = 0
  533. configure:16016: result: yes
  534. configure:16039: checking if g++ -std=c++11 static flag -static works
  535. configure:16067: result: no
  536. configure:16079: checking if g++ -std=c++11 supports -c -o file.o
  537. configure:16100: g++ -std=c++11 -c -g -O2 -o out/conftest2.o conftest.cpp >&5
  538. configure:16104: $? = 0
  539. configure:16126: result: yes
  540. configure:16131: checking if g++ -std=c++11 supports -c -o file.o
  541. configure:16178: result: yes
  542. configure:16208: checking whether the g++ -std=c++11 linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries
  543. configure:16248: result: yes
  544. configure:16389: checking dynamic linker characteristics
  545. configure:17134: result: darwin17.3.0 dyld
  546. configure:17199: checking how to hardcode library paths into programs
  547. configure:17224: result: immediate
  548. configure:17332: checking for ar
  549. configure:17350: found /usr/bin/ar
  550. configure:17362: result: /usr/bin/ar
  551. configure:17430: checking for ranlib
  552. configure:17448: found /usr/bin/ranlib
  553. configure:17460: result: /usr/bin/ranlib
  554. configure:17528: checking for strip
  555. configure:17546: found /usr/bin/strip
  556. configure:17558: result: /usr/bin/strip
  557. configure:17626: checking for gcov
  558. configure:17644: found /usr/bin/gcov
  559. configure:17656: result: /usr/bin/gcov
  560. configure:17680: checking for lcov
  561. configure:17713: result: no
  562. configure:17722: checking for python3.6
  563. configure:17740: found /Users/annjie/anaconda/bin/python3.6
  564. configure:17752: result: /Users/annjie/anaconda/bin/python3.6
  565. configure:17765: checking for genhtml
  566. configure:17798: result: no
  567. configure:17805: checking for git
  568. configure:17823: found /usr/bin/git
  569. configure:17835: result: /usr/bin/git
  570. configure:17845: checking for ccache
  571. configure:17878: result: no
  572. configure:17885: checking for xgettext
  573. configure:17918: result: no
  574. configure:17925: checking for hexdump
  575. configure:17943: found /usr/bin/hexdump
  576. configure:17955: result: /usr/bin/hexdump
  577. configure:18009: checking for readelf
  578. configure:18042: result: no
  579. configure:18107: checking for c++filt
  580. configure:18125: found /usr/bin/c++filt
  581. configure:18137: result: /usr/bin/c++filt
  582. configure:18205: checking for objcopy
  583. configure:18238: result: no
  584. configure:18453: checking whether C++ compiler accepts -Werror
  585. configure:18472: g++ -std=c++11 -c -g -O2 -Werror conftest.cpp >&5
  586. configure:18472: $? = 0
  587. configure:18480: result: yes
  588. configure:18546: checking whether C++ compiler accepts -Wall
  589. configure:18565: g++ -std=c++11 -c -g -O2 -Werror -Wall conftest.cpp >&5
  590. configure:18565: $? = 0
  591. configure:18574: result: yes
  592. configure:18583: checking whether C++ compiler accepts -Wextra
  593. configure:18602: g++ -std=c++11 -c -g -O2 -Wall -Werror -Wextra conftest.cpp >&5
  594. configure:18602: $? = 0
  595. configure:18611: result: yes
  596. configure:18620: checking whether C++ compiler accepts -Wformat
  597. configure:18639: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Werror -Wformat conftest.cpp >&5
  598. configure:18639: $? = 0
  599. configure:18648: result: yes
  600. configure:18657: checking whether C++ compiler accepts -Wvla
  601. configure:18676: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Werror -Wvla conftest.cpp >&5
  602. configure:18676: $? = 0
  603. configure:18685: result: yes
  604. configure:18694: checking whether C++ compiler accepts -Wformat-security
  605. configure:18713: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Werror -Wformat-security conftest.cpp >&5
  606. configure:18713: $? = 0
  607. configure:18722: result: yes
  608. configure:18735: checking whether C++ compiler accepts -Wunused-parameter
  609. configure:18754: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Werror -Wunused-parameter conftest.cpp >&5
  610. configure:18754: $? = 0
  611. configure:18763: result: yes
  612. configure:18772: checking whether C++ compiler accepts -Wself-assign
  613. configure:18791: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Werror -Wself-assign conftest.cpp >&5
  614. configure:18791: $? = 0
  615. configure:18800: result: yes
  616. configure:18809: checking whether C++ compiler accepts -Wunused-local-typedef
  617. configure:18828: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Werror -Wunused-local-typedef conftest.cpp >&5
  618. configure:18828: $? = 0
  619. configure:18837: result: yes
  620. configure:18846: checking whether C++ compiler accepts -Wdeprecated-register
  621. configure:18865: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Werror -Wdeprecated-register conftest.cpp >&5
  622. configure:18865: $? = 0
  623. configure:18874: result: yes
  624. configure:18883: checking whether C++ compiler accepts -Wimplicit-fallthrough
  625. configure:18902: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Werror -Wimplicit-fallthrough conftest.cpp >&5
  626. configure:18902: $? = 0
  627. configure:18911: result: yes
  628. configure:18925: checking whether C++ compiler accepts -msse4.2
  629. configure:18944: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -Werror -msse4.2 conftest.cpp >&5
  630. configure:18944: $? = 0
  631. configure:18953: result: yes
  632. configure:18964: checking for assembler crc32 support
  633. configure:18990: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -msse4.2 conftest.cpp >&5
  634. configure:18990: $? = 0
  635. configure:18991: result: yes
  636. configure:20028: checking for port
  637. configure:20058: result: no
  638. configure:20076: checking for rsvg-convert
  639. configure:20109: result: no
  640. configure:20076: checking for rsvg
  641. configure:20109: result: no
  642. configure:20120: checking for brew
  643. configure:20136: found /usr/local/bin/brew
  644. configure:20147: result: brew
  645. configure:20565: checking whether the linker accepts -Wl,-headerpad_max_install_names
  646. configure:20584: g++ -std=c++11 -o conftest -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -Wl,-headerpad_max_install_names conftest.cpp -L/usr/local/opt/berkeley-db@4/lib >&5
  647. configure:20584: $? = 0
  648. configure:20593: result: yes
  649. configure:20679: checking for pkg-config
  650. configure:20697: found /usr/local/bin/pkg-config
  651. configure:20709: result: /usr/local/bin/pkg-config
  652. configure:20734: checking pkg-config is at least version 0.9.0
  653. configure:20737: result: yes
  654. configure:20852: checking whether byte ordering is bigendian
  655. configure:20867: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5
  656. configure:20867: $? = 0
  657. configure:20912: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5
  658. configure:20912: $? = 0
  659. configure:20930: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5
  660. conftest.cpp:29:11: error: expected ';' after expression
  661. not big endian
  662. ^
  663. ;
  664. conftest.cpp:29:8: error: use of undeclared identifier 'big'
  665. not big endian
  666. ^
  667. conftest.cpp:29:12: error: use of undeclared identifier 'endian'
  668. not big endian
  669. ^
  670. 3 errors generated.
  671. configure:20930: $? = 1
  672. configure: failed program was:
  673. | /* confdefs.h */
  674. | #define PACKAGE_NAME "Bitcoin Core"
  675. | #define PACKAGE_TARNAME "bitcoin"
  676. | #define PACKAGE_VERSION "0.15.0"
  677. | #define PACKAGE_STRING "Bitcoin Core 0.15.0"
  678. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  679. | #define PACKAGE_URL "https://bitcoincore.org/"
  680. | #define HAVE_CXX11 1
  681. | #define STDC_HEADERS 1
  682. | #define HAVE_SYS_TYPES_H 1
  683. | #define HAVE_SYS_STAT_H 1
  684. | #define HAVE_STDLIB_H 1
  685. | #define HAVE_STRING_H 1
  686. | #define HAVE_MEMORY_H 1
  687. | #define HAVE_STRINGS_H 1
  688. | #define HAVE_INTTYPES_H 1
  689. | #define HAVE_STDINT_H 1
  690. | #define HAVE_UNISTD_H 1
  691. | #define HAVE_DLFCN_H 1
  692. | #define LT_OBJDIR ".libs/"
  693. | /* end confdefs.h. */
  694. | #include <sys/types.h>
  695. | #include <sys/param.h>
  696. |
  697. | int
  698. | main ()
  699. | {
  700. | #if BYTE_ORDER != BIG_ENDIAN
  701. | not big endian
  702. | #endif
  703. |
  704. | ;
  705. | return 0;
  706. | }
  707. configure:21058: result: no
  708. configure:21260: checking whether gcc is Clang
  709. configure:21285: result: yes
  710. configure:21332: checking whether Clang needs flag to prevent "argument unused" warning when linking with -pthread
  711. configure:21357: gcc -o conftest -Werror -Wunknown-warning-option -pthread -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX -Wl,-headerpad_max_install_names conftest.c -L/usr/local/opt/berkeley-db@4/lib >&5
  712. configure:21357: $? = 0
  713. configure:21363: (gcc -c -Werror -Wunknown-warning-option -pthread -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.c >&5) && (echo ==== >&5) && (gcc -o conftest -Werror -Wunknown-warning-option -pthread -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX -Wl,-headerpad_max_install_names conftest.o -L/usr/local/opt/berkeley-db@4/lib >&5)
  714. ====
  715. clang: error: argument unused during compilation: '-pthread' [-Werror,-Wunused-command-line-argument]
  716. configure:21363: $? = 1
  717. configure: failed program was:
  718. | /* confdefs.h */
  719. | #define PACKAGE_NAME "Bitcoin Core"
  720. | #define PACKAGE_TARNAME "bitcoin"
  721. | #define PACKAGE_VERSION "0.15.0"
  722. | #define PACKAGE_STRING "Bitcoin Core 0.15.0"
  723. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  724. | #define PACKAGE_URL "https://bitcoincore.org/"
  725. | #define HAVE_CXX11 1
  726. | #define STDC_HEADERS 1
  727. | #define HAVE_SYS_TYPES_H 1
  728. | #define HAVE_SYS_STAT_H 1
  729. | #define HAVE_STDLIB_H 1
  730. | #define HAVE_STRING_H 1
  731. | #define HAVE_MEMORY_H 1
  732. | #define HAVE_STRINGS_H 1
  733. | #define HAVE_INTTYPES_H 1
  734. | #define HAVE_STDINT_H 1
  735. | #define HAVE_UNISTD_H 1
  736. | #define HAVE_DLFCN_H 1
  737. | #define LT_OBJDIR ".libs/"
  738. | /* end confdefs.h. */
  739. | int main(void){return 0;}
  740. configure:21357: gcc -o conftest -Werror -Wunknown-warning-option -Qunused-arguments -pthread -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX -Wl,-headerpad_max_install_names conftest.c -L/usr/local/opt/berkeley-db@4/lib >&5
  741. configure:21357: $? = 0
  742. configure:21363: (gcc -c -Werror -Wunknown-warning-option -Qunused-arguments -pthread -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.c >&5) && (echo ==== >&5) && (gcc -o conftest -Werror -Wunknown-warning-option -Qunused-arguments -pthread -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX -Wl,-headerpad_max_install_names conftest.o -L/usr/local/opt/berkeley-db@4/lib >&5)
  743. ====
  744. configure:21363: $? = 0
  745. configure:21381: result: -Qunused-arguments
  746. configure:21530: checking for joinable pthread attribute
  747. configure:21548: gcc -o conftest -g -O2 -Qunused-arguments -pthread -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX -Wl,-headerpad_max_install_names conftest.c -L/usr/local/opt/berkeley-db@4/lib >&5
  748. configure:21548: $? = 0
  749. configure:21556: result: PTHREAD_CREATE_JOINABLE
  750. configure:21570: checking whether more special flags are required for pthreads
  751. configure:21583: result: no
  752. configure:21591: checking for PTHREAD_PRIO_INHERIT
  753. configure:21607: gcc -o conftest -g -O2 -Qunused-arguments -pthread -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX -Wl,-headerpad_max_install_names conftest.c -L/usr/local/opt/berkeley-db@4/lib >&5
  754. configure:21607: $? = 0
  755. configure:21616: result: yes
  756. configure:21729: checking for special C compiler options needed for large files
  757. configure:21774: result: no
  758. configure:21780: checking for _FILE_OFFSET_BITS value needed for large files
  759. configure:21805: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5
  760. configure:21805: $? = 0
  761. configure:21837: result: no
  762. configure:21923: checking whether strerror_r is declared
  763. configure:21923: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5
  764. configure:21923: $? = 0
  765. configure:21923: result: yes
  766. configure:21936: checking for strerror_r
  767. configure:21936: g++ -std=c++11 -o conftest -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX -Wl,-headerpad_max_install_names conftest.cpp -L/usr/local/opt/berkeley-db@4/lib >&5
  768. configure:21936: $? = 0
  769. configure:21936: result: yes
  770. configure:21945: checking whether strerror_r returns char *
  771. configure:21969: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5
  772. conftest.cpp:64:13: error: indirection requires pointer operand ('int' invalid)
  773. char x = *strerror_r (0, buf, sizeof buf);
  774. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  775. conftest.cpp:65:10: error: cannot initialize a variable of type 'char *' with an rvalue of type 'int'
  776. char *p = strerror_r (0, buf, sizeof buf);
  777. ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  778. 2 errors generated.
  779. configure:21969: $? = 1
  780. configure: failed program was:
  781. | /* confdefs.h */
  782. | #define PACKAGE_NAME "Bitcoin Core"
  783. | #define PACKAGE_TARNAME "bitcoin"
  784. | #define PACKAGE_VERSION "0.15.0"
  785. | #define PACKAGE_STRING "Bitcoin Core 0.15.0"
  786. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  787. | #define PACKAGE_URL "https://bitcoincore.org/"
  788. | #define HAVE_CXX11 1
  789. | #define STDC_HEADERS 1
  790. | #define HAVE_SYS_TYPES_H 1
  791. | #define HAVE_SYS_STAT_H 1
  792. | #define HAVE_STDLIB_H 1
  793. | #define HAVE_STRING_H 1
  794. | #define HAVE_MEMORY_H 1
  795. | #define HAVE_STRINGS_H 1
  796. | #define HAVE_INTTYPES_H 1
  797. | #define HAVE_STDINT_H 1
  798. | #define HAVE_UNISTD_H 1
  799. | #define HAVE_DLFCN_H 1
  800. | #define LT_OBJDIR ".libs/"
  801. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  802. | #define HAVE_PTHREAD 1
  803. | #define HAVE_DECL_STRERROR_R 1
  804. | #define HAVE_STRERROR_R 1
  805. | /* end confdefs.h. */
  806. | #include <stdio.h>
  807. | #ifdef HAVE_SYS_TYPES_H
  808. | # include <sys/types.h>
  809. | #endif
  810. | #ifdef HAVE_SYS_STAT_H
  811. | # include <sys/stat.h>
  812. | #endif
  813. | #ifdef STDC_HEADERS
  814. | # include <stdlib.h>
  815. | # include <stddef.h>
  816. | #else
  817. | # ifdef HAVE_STDLIB_H
  818. | # include <stdlib.h>
  819. | # endif
  820. | #endif
  821. | #ifdef HAVE_STRING_H
  822. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  823. | # include <memory.h>
  824. | # endif
  825. | # include <string.h>
  826. | #endif
  827. | #ifdef HAVE_STRINGS_H
  828. | # include <strings.h>
  829. | #endif
  830. | #ifdef HAVE_INTTYPES_H
  831. | # include <inttypes.h>
  832. | #endif
  833. | #ifdef HAVE_STDINT_H
  834. | # include <stdint.h>
  835. | #endif
  836. | #ifdef HAVE_UNISTD_H
  837. | # include <unistd.h>
  838. | #endif
  839. | int
  840. | main ()
  841. | {
  842. |
  843. | char buf[100];
  844. | char x = *strerror_r (0, buf, sizeof buf);
  845. | char *p = strerror_r (0, buf, sizeof buf);
  846. | return !p || x;
  847. |
  848. | ;
  849. | return 0;
  850. | }
  851. configure:22007: result: no
  852. configure:22028: checking whether the linker accepts -Wl,--large-address-aware
  853. configure:22047: g++ -std=c++11 -o conftest -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX -Wl,-headerpad_max_install_names -Wl,--large-address-aware conftest.cpp -L/usr/local/opt/berkeley-db@4/lib >&5
  854. ld: unknown option: --large-address-aware
  855. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  856. configure:22047: $? = 1
  857. configure: failed program was:
  858. | /* confdefs.h */
  859. | #define PACKAGE_NAME "Bitcoin Core"
  860. | #define PACKAGE_TARNAME "bitcoin"
  861. | #define PACKAGE_VERSION "0.15.0"
  862. | #define PACKAGE_STRING "Bitcoin Core 0.15.0"
  863. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  864. | #define PACKAGE_URL "https://bitcoincore.org/"
  865. | #define HAVE_CXX11 1
  866. | #define STDC_HEADERS 1
  867. | #define HAVE_SYS_TYPES_H 1
  868. | #define HAVE_SYS_STAT_H 1
  869. | #define HAVE_STDLIB_H 1
  870. | #define HAVE_STRING_H 1
  871. | #define HAVE_MEMORY_H 1
  872. | #define HAVE_STRINGS_H 1
  873. | #define HAVE_INTTYPES_H 1
  874. | #define HAVE_STDINT_H 1
  875. | #define HAVE_UNISTD_H 1
  876. | #define HAVE_DLFCN_H 1
  877. | #define LT_OBJDIR ".libs/"
  878. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  879. | #define HAVE_PTHREAD 1
  880. | #define HAVE_DECL_STRERROR_R 1
  881. | #define HAVE_STRERROR_R 1
  882. | /* end confdefs.h. */
  883. |
  884. | int
  885. | main ()
  886. | {
  887. |
  888. | ;
  889. | return 0;
  890. | }
  891. configure:22056: result: no
  892. configure:22068: checking for __attribute__((visibility))
  893. configure:22092: g++ -std=c++11 -o conftest -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX -Wl,-headerpad_max_install_names conftest.cpp -L/usr/local/opt/berkeley-db@4/lib >&5
  894. conftest.cpp:31:56: warning: target does not support 'protected' visibility; using 'default' [-Wunsupported-visibility]
  895. int foo_pro( void ) __attribute__((visibility("protected")));
  896. ^
  897. 1 warning generated.
  898. configure:22092: $? = 0
  899. configure:22105: result: no
  900. configure:22121: checking for __attribute__((dllexport))
  901. configure:22142: g++ -std=c++11 -o conftest -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX -Wl,-headerpad_max_install_names conftest.cpp -L/usr/local/opt/berkeley-db@4/lib >&5
  902. conftest.cpp:28:36: warning: unknown attribute 'dllexport' ignored [-Wunknown-attributes]
  903. __attribute__((dllexport)) int foo( void ) { return 0; }
  904. ^
  905. 1 warning generated.
  906. configure:22142: $? = 0
  907. configure:22155: result: no
  908. configure:22171: checking for __attribute__((dllimport))
  909. configure:22192: g++ -std=c++11 -o conftest -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX -Wl,-headerpad_max_install_names conftest.cpp -L/usr/local/opt/berkeley-db@4/lib >&5
  910. conftest.cpp:28:52: warning: unknown attribute 'dllimport' ignored [-Wunknown-attributes]
  911. int foo( void ) __attribute__((dllimport));
  912. ^
  913. 1 warning generated.
  914. configure:22192: $? = 0
  915. configure:22205: result: no
  916. configure:22305: checking for library containing clock_gettime
  917. configure:22336: g++ -std=c++11 -o conftest -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX -Wl,-headerpad_max_install_names conftest.cpp -L/usr/local/opt/berkeley-db@4/lib >&5
  918. configure:22336: $? = 0
  919. configure:22353: result: none required
  920. configure:22365: checking whether C++ compiler accepts -fPIC
  921. configure:22384: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -fPIC -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5
  922. configure:22384: $? = 0
  923. configure:22392: result: yes
  924. configure:22403: checking whether C++ compiler accepts -Wstack-protector
  925. configure:22422: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -Wstack-protector -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5
  926. configure:22422: $? = 0
  927. configure:22430: result: yes
  928. configure:22438: checking whether C++ compiler accepts -fstack-protector-all
  929. configure:22457: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -fstack-protector-all -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5
  930. configure:22457: $? = 0
  931. configure:22465: result: yes
  932. configure:22475: checking whether C++ preprocessor accepts -D_FORTIFY_SOURCE=2
  933. configure:22494: g++ -std=c++11 -E -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX -D_FORTIFY_SOURCE=2 conftest.cpp
  934. configure:22494: $? = 0
  935. configure:22502: result: yes
  936. configure:22506: checking whether C++ preprocessor accepts -U_FORTIFY_SOURCE
  937. configure:22525: g++ -std=c++11 -E -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX -U_FORTIFY_SOURCE conftest.cpp
  938. configure:22525: $? = 0
  939. configure:22533: result: yes
  940. configure:22550: checking whether the linker accepts -Wl,--dynamicbase
  941. configure:22569: g++ -std=c++11 -o conftest -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX -Wl,-headerpad_max_install_names -Wl,--dynamicbase conftest.cpp -L/usr/local/opt/berkeley-db@4/lib >&5
  942. ld: unknown option: --dynamicbase
  943. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  944. configure:22569: $? = 1
  945. configure: failed program was:
  946. | /* confdefs.h */
  947. | #define PACKAGE_NAME "Bitcoin Core"
  948. | #define PACKAGE_TARNAME "bitcoin"
  949. | #define PACKAGE_VERSION "0.15.0"
  950. | #define PACKAGE_STRING "Bitcoin Core 0.15.0"
  951. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  952. | #define PACKAGE_URL "https://bitcoincore.org/"
  953. | #define HAVE_CXX11 1
  954. | #define STDC_HEADERS 1
  955. | #define HAVE_SYS_TYPES_H 1
  956. | #define HAVE_SYS_STAT_H 1
  957. | #define HAVE_STDLIB_H 1
  958. | #define HAVE_STRING_H 1
  959. | #define HAVE_MEMORY_H 1
  960. | #define HAVE_STRINGS_H 1
  961. | #define HAVE_INTTYPES_H 1
  962. | #define HAVE_STDINT_H 1
  963. | #define HAVE_UNISTD_H 1
  964. | #define HAVE_DLFCN_H 1
  965. | #define LT_OBJDIR ".libs/"
  966. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  967. | #define HAVE_PTHREAD 1
  968. | #define HAVE_DECL_STRERROR_R 1
  969. | #define HAVE_STRERROR_R 1
  970. | /* end confdefs.h. */
  971. |
  972. | int
  973. | main ()
  974. | {
  975. |
  976. | ;
  977. | return 0;
  978. | }
  979. configure:22578: result: no
  980. configure:22586: checking whether the linker accepts -Wl,--nxcompat
  981. configure:22605: g++ -std=c++11 -o conftest -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX -Wl,-headerpad_max_install_names -Wl,--nxcompat conftest.cpp -L/usr/local/opt/berkeley-db@4/lib >&5
  982. ld: unknown option: --nxcompat
  983. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  984. configure:22605: $? = 1
  985. configure: failed program was:
  986. | /* confdefs.h */
  987. | #define PACKAGE_NAME "Bitcoin Core"
  988. | #define PACKAGE_TARNAME "bitcoin"
  989. | #define PACKAGE_VERSION "0.15.0"
  990. | #define PACKAGE_STRING "Bitcoin Core 0.15.0"
  991. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  992. | #define PACKAGE_URL "https://bitcoincore.org/"
  993. | #define HAVE_CXX11 1
  994. | #define STDC_HEADERS 1
  995. | #define HAVE_SYS_TYPES_H 1
  996. | #define HAVE_SYS_STAT_H 1
  997. | #define HAVE_STDLIB_H 1
  998. | #define HAVE_STRING_H 1
  999. | #define HAVE_MEMORY_H 1
  1000. | #define HAVE_STRINGS_H 1
  1001. | #define HAVE_INTTYPES_H 1
  1002. | #define HAVE_STDINT_H 1
  1003. | #define HAVE_UNISTD_H 1
  1004. | #define HAVE_DLFCN_H 1
  1005. | #define LT_OBJDIR ".libs/"
  1006. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1007. | #define HAVE_PTHREAD 1
  1008. | #define HAVE_DECL_STRERROR_R 1
  1009. | #define HAVE_STRERROR_R 1
  1010. | /* end confdefs.h. */
  1011. |
  1012. | int
  1013. | main ()
  1014. | {
  1015. |
  1016. | ;
  1017. | return 0;
  1018. | }
  1019. configure:22614: result: no
  1020. configure:22622: checking whether the linker accepts -Wl,--high-entropy-va
  1021. configure:22641: g++ -std=c++11 -o conftest -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX -Wl,-headerpad_max_install_names -Wl,--high-entropy-va conftest.cpp -L/usr/local/opt/berkeley-db@4/lib >&5
  1022. ld: unknown option: --high-entropy-va
  1023. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  1024. configure:22641: $? = 1
  1025. configure: failed program was:
  1026. | /* confdefs.h */
  1027. | #define PACKAGE_NAME "Bitcoin Core"
  1028. | #define PACKAGE_TARNAME "bitcoin"
  1029. | #define PACKAGE_VERSION "0.15.0"
  1030. | #define PACKAGE_STRING "Bitcoin Core 0.15.0"
  1031. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  1032. | #define PACKAGE_URL "https://bitcoincore.org/"
  1033. | #define HAVE_CXX11 1
  1034. | #define STDC_HEADERS 1
  1035. | #define HAVE_SYS_TYPES_H 1
  1036. | #define HAVE_SYS_STAT_H 1
  1037. | #define HAVE_STDLIB_H 1
  1038. | #define HAVE_STRING_H 1
  1039. | #define HAVE_MEMORY_H 1
  1040. | #define HAVE_STRINGS_H 1
  1041. | #define HAVE_INTTYPES_H 1
  1042. | #define HAVE_STDINT_H 1
  1043. | #define HAVE_UNISTD_H 1
  1044. | #define HAVE_DLFCN_H 1
  1045. | #define LT_OBJDIR ".libs/"
  1046. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1047. | #define HAVE_PTHREAD 1
  1048. | #define HAVE_DECL_STRERROR_R 1
  1049. | #define HAVE_STRERROR_R 1
  1050. | /* end confdefs.h. */
  1051. |
  1052. | int
  1053. | main ()
  1054. | {
  1055. |
  1056. | ;
  1057. | return 0;
  1058. | }
  1059. configure:22650: result: no
  1060. configure:22658: checking whether the linker accepts -Wl,-z,relro
  1061. configure:22677: g++ -std=c++11 -o conftest -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX -Wl,-headerpad_max_install_names -Wl,-z,relro conftest.cpp -L/usr/local/opt/berkeley-db@4/lib >&5
  1062. ld: unknown option: -z
  1063. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  1064. configure:22677: $? = 1
  1065. configure: failed program was:
  1066. | /* confdefs.h */
  1067. | #define PACKAGE_NAME "Bitcoin Core"
  1068. | #define PACKAGE_TARNAME "bitcoin"
  1069. | #define PACKAGE_VERSION "0.15.0"
  1070. | #define PACKAGE_STRING "Bitcoin Core 0.15.0"
  1071. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  1072. | #define PACKAGE_URL "https://bitcoincore.org/"
  1073. | #define HAVE_CXX11 1
  1074. | #define STDC_HEADERS 1
  1075. | #define HAVE_SYS_TYPES_H 1
  1076. | #define HAVE_SYS_STAT_H 1
  1077. | #define HAVE_STDLIB_H 1
  1078. | #define HAVE_STRING_H 1
  1079. | #define HAVE_MEMORY_H 1
  1080. | #define HAVE_STRINGS_H 1
  1081. | #define HAVE_INTTYPES_H 1
  1082. | #define HAVE_STDINT_H 1
  1083. | #define HAVE_UNISTD_H 1
  1084. | #define HAVE_DLFCN_H 1
  1085. | #define LT_OBJDIR ".libs/"
  1086. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1087. | #define HAVE_PTHREAD 1
  1088. | #define HAVE_DECL_STRERROR_R 1
  1089. | #define HAVE_STRERROR_R 1
  1090. | /* end confdefs.h. */
  1091. |
  1092. | int
  1093. | main ()
  1094. | {
  1095. |
  1096. | ;
  1097. | return 0;
  1098. | }
  1099. configure:22686: result: no
  1100. configure:22694: checking whether the linker accepts -Wl,-z,now
  1101. configure:22713: g++ -std=c++11 -o conftest -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX -Wl,-headerpad_max_install_names -Wl,-z,now conftest.cpp -L/usr/local/opt/berkeley-db@4/lib >&5
  1102. ld: unknown option: -z
  1103. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  1104. configure:22713: $? = 1
  1105. configure: failed program was:
  1106. | /* confdefs.h */
  1107. | #define PACKAGE_NAME "Bitcoin Core"
  1108. | #define PACKAGE_TARNAME "bitcoin"
  1109. | #define PACKAGE_VERSION "0.15.0"
  1110. | #define PACKAGE_STRING "Bitcoin Core 0.15.0"
  1111. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  1112. | #define PACKAGE_URL "https://bitcoincore.org/"
  1113. | #define HAVE_CXX11 1
  1114. | #define STDC_HEADERS 1
  1115. | #define HAVE_SYS_TYPES_H 1
  1116. | #define HAVE_SYS_STAT_H 1
  1117. | #define HAVE_STDLIB_H 1
  1118. | #define HAVE_STRING_H 1
  1119. | #define HAVE_MEMORY_H 1
  1120. | #define HAVE_STRINGS_H 1
  1121. | #define HAVE_INTTYPES_H 1
  1122. | #define HAVE_STDINT_H 1
  1123. | #define HAVE_UNISTD_H 1
  1124. | #define HAVE_DLFCN_H 1
  1125. | #define LT_OBJDIR ".libs/"
  1126. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1127. | #define HAVE_PTHREAD 1
  1128. | #define HAVE_DECL_STRERROR_R 1
  1129. | #define HAVE_STRERROR_R 1
  1130. | /* end confdefs.h. */
  1131. |
  1132. | int
  1133. | main ()
  1134. | {
  1135. |
  1136. | ;
  1137. | return 0;
  1138. | }
  1139. configure:22722: result: no
  1140. configure:22732: checking whether C++ compiler accepts -fPIE
  1141. configure:22751: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -fPIE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5
  1142. configure:22751: $? = 0
  1143. configure:22759: result: yes
  1144. configure:22767: checking whether the linker accepts -pie
  1145. configure:22786: g++ -std=c++11 -o conftest -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX -Wl,-headerpad_max_install_names -pie conftest.cpp -L/usr/local/opt/berkeley-db@4/lib >&5
  1146. clang: warning: argument unused during compilation: '-pie' [-Wunused-command-line-argument]
  1147. configure:22786: $? = 0
  1148. configure:22795: result: yes
  1149. configure:22853: checking whether the linker accepts -Wl,-dead_strip
  1150. configure:22872: g++ -std=c++11 -o conftest -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX -Wl,-headerpad_max_install_names -Wl,-dead_strip conftest.cpp -L/usr/local/opt/berkeley-db@4/lib >&5
  1151. configure:22872: $? = 0
  1152. configure:22881: result: yes
  1153. configure:22894: checking endian.h usability
  1154. configure:22894: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5
  1155. conftest.cpp:59:10: fatal error: 'endian.h' file not found
  1156. #include <endian.h>
  1157. ^~~~~~~~~~
  1158. 1 error generated.
  1159. configure:22894: $? = 1
  1160. configure: failed program was:
  1161. | /* confdefs.h */
  1162. | #define PACKAGE_NAME "Bitcoin Core"
  1163. | #define PACKAGE_TARNAME "bitcoin"
  1164. | #define PACKAGE_VERSION "0.15.0"
  1165. | #define PACKAGE_STRING "Bitcoin Core 0.15.0"
  1166. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  1167. | #define PACKAGE_URL "https://bitcoincore.org/"
  1168. | #define HAVE_CXX11 1
  1169. | #define STDC_HEADERS 1
  1170. | #define HAVE_SYS_TYPES_H 1
  1171. | #define HAVE_SYS_STAT_H 1
  1172. | #define HAVE_STDLIB_H 1
  1173. | #define HAVE_STRING_H 1
  1174. | #define HAVE_MEMORY_H 1
  1175. | #define HAVE_STRINGS_H 1
  1176. | #define HAVE_INTTYPES_H 1
  1177. | #define HAVE_STDINT_H 1
  1178. | #define HAVE_UNISTD_H 1
  1179. | #define HAVE_DLFCN_H 1
  1180. | #define LT_OBJDIR ".libs/"
  1181. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1182. | #define HAVE_PTHREAD 1
  1183. | #define HAVE_DECL_STRERROR_R 1
  1184. | #define HAVE_STRERROR_R 1
  1185. | /* end confdefs.h. */
  1186. | #include <stdio.h>
  1187. | #ifdef HAVE_SYS_TYPES_H
  1188. | # include <sys/types.h>
  1189. | #endif
  1190. | #ifdef HAVE_SYS_STAT_H
  1191. | # include <sys/stat.h>
  1192. | #endif
  1193. | #ifdef STDC_HEADERS
  1194. | # include <stdlib.h>
  1195. | # include <stddef.h>
  1196. | #else
  1197. | # ifdef HAVE_STDLIB_H
  1198. | # include <stdlib.h>
  1199. | # endif
  1200. | #endif
  1201. | #ifdef HAVE_STRING_H
  1202. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1203. | # include <memory.h>
  1204. | # endif
  1205. | # include <string.h>
  1206. | #endif
  1207. | #ifdef HAVE_STRINGS_H
  1208. | # include <strings.h>
  1209. | #endif
  1210. | #ifdef HAVE_INTTYPES_H
  1211. | # include <inttypes.h>
  1212. | #endif
  1213. | #ifdef HAVE_STDINT_H
  1214. | # include <stdint.h>
  1215. | #endif
  1216. | #ifdef HAVE_UNISTD_H
  1217. | # include <unistd.h>
  1218. | #endif
  1219. | #include <endian.h>
  1220. configure:22894: result: no
  1221. configure:22894: checking endian.h presence
  1222. configure:22894: g++ -std=c++11 -E -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp
  1223. conftest.cpp:26:10: fatal error: 'endian.h' file not found
  1224. #include <endian.h>
  1225. ^~~~~~~~~~
  1226. 1 error generated.
  1227. configure:22894: $? = 1
  1228. configure: failed program was:
  1229. | /* confdefs.h */
  1230. | #define PACKAGE_NAME "Bitcoin Core"
  1231. | #define PACKAGE_TARNAME "bitcoin"
  1232. | #define PACKAGE_VERSION "0.15.0"
  1233. | #define PACKAGE_STRING "Bitcoin Core 0.15.0"
  1234. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  1235. | #define PACKAGE_URL "https://bitcoincore.org/"
  1236. | #define HAVE_CXX11 1
  1237. | #define STDC_HEADERS 1
  1238. | #define HAVE_SYS_TYPES_H 1
  1239. | #define HAVE_SYS_STAT_H 1
  1240. | #define HAVE_STDLIB_H 1
  1241. | #define HAVE_STRING_H 1
  1242. | #define HAVE_MEMORY_H 1
  1243. | #define HAVE_STRINGS_H 1
  1244. | #define HAVE_INTTYPES_H 1
  1245. | #define HAVE_STDINT_H 1
  1246. | #define HAVE_UNISTD_H 1
  1247. | #define HAVE_DLFCN_H 1
  1248. | #define LT_OBJDIR ".libs/"
  1249. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1250. | #define HAVE_PTHREAD 1
  1251. | #define HAVE_DECL_STRERROR_R 1
  1252. | #define HAVE_STRERROR_R 1
  1253. | /* end confdefs.h. */
  1254. | #include <endian.h>
  1255. configure:22894: result: no
  1256. configure:22894: checking for endian.h
  1257. configure:22894: result: no
  1258. configure:22894: checking sys/endian.h usability
  1259. configure:22894: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5
  1260. conftest.cpp:59:10: fatal error: 'sys/endian.h' file not found
  1261. #include <sys/endian.h>
  1262. ^~~~~~~~~~~~~~
  1263. 1 error generated.
  1264. configure:22894: $? = 1
  1265. configure: failed program was:
  1266. | /* confdefs.h */
  1267. | #define PACKAGE_NAME "Bitcoin Core"
  1268. | #define PACKAGE_TARNAME "bitcoin"
  1269. | #define PACKAGE_VERSION "0.15.0"
  1270. | #define PACKAGE_STRING "Bitcoin Core 0.15.0"
  1271. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  1272. | #define PACKAGE_URL "https://bitcoincore.org/"
  1273. | #define HAVE_CXX11 1
  1274. | #define STDC_HEADERS 1
  1275. | #define HAVE_SYS_TYPES_H 1
  1276. | #define HAVE_SYS_STAT_H 1
  1277. | #define HAVE_STDLIB_H 1
  1278. | #define HAVE_STRING_H 1
  1279. | #define HAVE_MEMORY_H 1
  1280. | #define HAVE_STRINGS_H 1
  1281. | #define HAVE_INTTYPES_H 1
  1282. | #define HAVE_STDINT_H 1
  1283. | #define HAVE_UNISTD_H 1
  1284. | #define HAVE_DLFCN_H 1
  1285. | #define LT_OBJDIR ".libs/"
  1286. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1287. | #define HAVE_PTHREAD 1
  1288. | #define HAVE_DECL_STRERROR_R 1
  1289. | #define HAVE_STRERROR_R 1
  1290. | /* end confdefs.h. */
  1291. | #include <stdio.h>
  1292. | #ifdef HAVE_SYS_TYPES_H
  1293. | # include <sys/types.h>
  1294. | #endif
  1295. | #ifdef HAVE_SYS_STAT_H
  1296. | # include <sys/stat.h>
  1297. | #endif
  1298. | #ifdef STDC_HEADERS
  1299. | # include <stdlib.h>
  1300. | # include <stddef.h>
  1301. | #else
  1302. | # ifdef HAVE_STDLIB_H
  1303. | # include <stdlib.h>
  1304. | # endif
  1305. | #endif
  1306. | #ifdef HAVE_STRING_H
  1307. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1308. | # include <memory.h>
  1309. | # endif
  1310. | # include <string.h>
  1311. | #endif
  1312. | #ifdef HAVE_STRINGS_H
  1313. | # include <strings.h>
  1314. | #endif
  1315. | #ifdef HAVE_INTTYPES_H
  1316. | # include <inttypes.h>
  1317. | #endif
  1318. | #ifdef HAVE_STDINT_H
  1319. | # include <stdint.h>
  1320. | #endif
  1321. | #ifdef HAVE_UNISTD_H
  1322. | # include <unistd.h>
  1323. | #endif
  1324. | #include <sys/endian.h>
  1325. configure:22894: result: no
  1326. configure:22894: checking sys/endian.h presence
  1327. configure:22894: g++ -std=c++11 -E -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp
  1328. conftest.cpp:26:10: fatal error: 'sys/endian.h' file not found
  1329. #include <sys/endian.h>
  1330. ^~~~~~~~~~~~~~
  1331. 1 error generated.
  1332. configure:22894: $? = 1
  1333. configure: failed program was:
  1334. | /* confdefs.h */
  1335. | #define PACKAGE_NAME "Bitcoin Core"
  1336. | #define PACKAGE_TARNAME "bitcoin"
  1337. | #define PACKAGE_VERSION "0.15.0"
  1338. | #define PACKAGE_STRING "Bitcoin Core 0.15.0"
  1339. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  1340. | #define PACKAGE_URL "https://bitcoincore.org/"
  1341. | #define HAVE_CXX11 1
  1342. | #define STDC_HEADERS 1
  1343. | #define HAVE_SYS_TYPES_H 1
  1344. | #define HAVE_SYS_STAT_H 1
  1345. | #define HAVE_STDLIB_H 1
  1346. | #define HAVE_STRING_H 1
  1347. | #define HAVE_MEMORY_H 1
  1348. | #define HAVE_STRINGS_H 1
  1349. | #define HAVE_INTTYPES_H 1
  1350. | #define HAVE_STDINT_H 1
  1351. | #define HAVE_UNISTD_H 1
  1352. | #define HAVE_DLFCN_H 1
  1353. | #define LT_OBJDIR ".libs/"
  1354. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1355. | #define HAVE_PTHREAD 1
  1356. | #define HAVE_DECL_STRERROR_R 1
  1357. | #define HAVE_STRERROR_R 1
  1358. | /* end confdefs.h. */
  1359. | #include <sys/endian.h>
  1360. configure:22894: result: no
  1361. configure:22894: checking for sys/endian.h
  1362. configure:22894: result: no
  1363. configure:22894: checking byteswap.h usability
  1364. configure:22894: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5
  1365. conftest.cpp:59:10: fatal error: 'byteswap.h' file not found
  1366. #include <byteswap.h>
  1367. ^~~~~~~~~~~~
  1368. 1 error generated.
  1369. configure:22894: $? = 1
  1370. configure: failed program was:
  1371. | /* confdefs.h */
  1372. | #define PACKAGE_NAME "Bitcoin Core"
  1373. | #define PACKAGE_TARNAME "bitcoin"
  1374. | #define PACKAGE_VERSION "0.15.0"
  1375. | #define PACKAGE_STRING "Bitcoin Core 0.15.0"
  1376. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  1377. | #define PACKAGE_URL "https://bitcoincore.org/"
  1378. | #define HAVE_CXX11 1
  1379. | #define STDC_HEADERS 1
  1380. | #define HAVE_SYS_TYPES_H 1
  1381. | #define HAVE_SYS_STAT_H 1
  1382. | #define HAVE_STDLIB_H 1
  1383. | #define HAVE_STRING_H 1
  1384. | #define HAVE_MEMORY_H 1
  1385. | #define HAVE_STRINGS_H 1
  1386. | #define HAVE_INTTYPES_H 1
  1387. | #define HAVE_STDINT_H 1
  1388. | #define HAVE_UNISTD_H 1
  1389. | #define HAVE_DLFCN_H 1
  1390. | #define LT_OBJDIR ".libs/"
  1391. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1392. | #define HAVE_PTHREAD 1
  1393. | #define HAVE_DECL_STRERROR_R 1
  1394. | #define HAVE_STRERROR_R 1
  1395. | /* end confdefs.h. */
  1396. | #include <stdio.h>
  1397. | #ifdef HAVE_SYS_TYPES_H
  1398. | # include <sys/types.h>
  1399. | #endif
  1400. | #ifdef HAVE_SYS_STAT_H
  1401. | # include <sys/stat.h>
  1402. | #endif
  1403. | #ifdef STDC_HEADERS
  1404. | # include <stdlib.h>
  1405. | # include <stddef.h>
  1406. | #else
  1407. | # ifdef HAVE_STDLIB_H
  1408. | # include <stdlib.h>
  1409. | # endif
  1410. | #endif
  1411. | #ifdef HAVE_STRING_H
  1412. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1413. | # include <memory.h>
  1414. | # endif
  1415. | # include <string.h>
  1416. | #endif
  1417. | #ifdef HAVE_STRINGS_H
  1418. | # include <strings.h>
  1419. | #endif
  1420. | #ifdef HAVE_INTTYPES_H
  1421. | # include <inttypes.h>
  1422. | #endif
  1423. | #ifdef HAVE_STDINT_H
  1424. | # include <stdint.h>
  1425. | #endif
  1426. | #ifdef HAVE_UNISTD_H
  1427. | # include <unistd.h>
  1428. | #endif
  1429. | #include <byteswap.h>
  1430. configure:22894: result: no
  1431. configure:22894: checking byteswap.h presence
  1432. configure:22894: g++ -std=c++11 -E -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp
  1433. conftest.cpp:26:10: fatal error: 'byteswap.h' file not found
  1434. #include <byteswap.h>
  1435. ^~~~~~~~~~~~
  1436. 1 error generated.
  1437. configure:22894: $? = 1
  1438. configure: failed program was:
  1439. | /* confdefs.h */
  1440. | #define PACKAGE_NAME "Bitcoin Core"
  1441. | #define PACKAGE_TARNAME "bitcoin"
  1442. | #define PACKAGE_VERSION "0.15.0"
  1443. | #define PACKAGE_STRING "Bitcoin Core 0.15.0"
  1444. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  1445. | #define PACKAGE_URL "https://bitcoincore.org/"
  1446. | #define HAVE_CXX11 1
  1447. | #define STDC_HEADERS 1
  1448. | #define HAVE_SYS_TYPES_H 1
  1449. | #define HAVE_SYS_STAT_H 1
  1450. | #define HAVE_STDLIB_H 1
  1451. | #define HAVE_STRING_H 1
  1452. | #define HAVE_MEMORY_H 1
  1453. | #define HAVE_STRINGS_H 1
  1454. | #define HAVE_INTTYPES_H 1
  1455. | #define HAVE_STDINT_H 1
  1456. | #define HAVE_UNISTD_H 1
  1457. | #define HAVE_DLFCN_H 1
  1458. | #define LT_OBJDIR ".libs/"
  1459. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1460. | #define HAVE_PTHREAD 1
  1461. | #define HAVE_DECL_STRERROR_R 1
  1462. | #define HAVE_STRERROR_R 1
  1463. | /* end confdefs.h. */
  1464. | #include <byteswap.h>
  1465. configure:22894: result: no
  1466. configure:22894: checking for byteswap.h
  1467. configure:22894: result: no
  1468. configure:22894: checking stdio.h usability
  1469. configure:22894: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5
  1470. configure:22894: $? = 0
  1471. configure:22894: result: yes
  1472. configure:22894: checking stdio.h presence
  1473. configure:22894: g++ -std=c++11 -E -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp
  1474. configure:22894: $? = 0
  1475. configure:22894: result: yes
  1476. configure:22894: checking for stdio.h
  1477. configure:22894: result: yes
  1478. configure:22894: checking for stdlib.h
  1479. configure:22894: result: yes
  1480. configure:22894: checking for unistd.h
  1481. configure:22894: result: yes
  1482. configure:22894: checking for strings.h
  1483. configure:22894: result: yes
  1484. configure:22894: checking for sys/types.h
  1485. configure:22894: result: yes
  1486. configure:22894: checking for sys/stat.h
  1487. configure:22894: result: yes
  1488. configure:22894: checking sys/select.h usability
  1489. configure:22894: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5
  1490. configure:22894: $? = 0
  1491. configure:22894: result: yes
  1492. configure:22894: checking sys/select.h presence
  1493. configure:22894: g++ -std=c++11 -E -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp
  1494. configure:22894: $? = 0
  1495. configure:22894: result: yes
  1496. configure:22894: checking for sys/select.h
  1497. configure:22894: result: yes
  1498. configure:22894: checking sys/prctl.h usability
  1499. configure:22894: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5
  1500. conftest.cpp:66:10: fatal error: 'sys/prctl.h' file not found
  1501. #include <sys/prctl.h>
  1502. ^~~~~~~~~~~~~
  1503. 1 error generated.
  1504. configure:22894: $? = 1
  1505. configure: failed program was:
  1506. | /* confdefs.h */
  1507. | #define PACKAGE_NAME "Bitcoin Core"
  1508. | #define PACKAGE_TARNAME "bitcoin"
  1509. | #define PACKAGE_VERSION "0.15.0"
  1510. | #define PACKAGE_STRING "Bitcoin Core 0.15.0"
  1511. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  1512. | #define PACKAGE_URL "https://bitcoincore.org/"
  1513. | #define HAVE_CXX11 1
  1514. | #define STDC_HEADERS 1
  1515. | #define HAVE_SYS_TYPES_H 1
  1516. | #define HAVE_SYS_STAT_H 1
  1517. | #define HAVE_STDLIB_H 1
  1518. | #define HAVE_STRING_H 1
  1519. | #define HAVE_MEMORY_H 1
  1520. | #define HAVE_STRINGS_H 1
  1521. | #define HAVE_INTTYPES_H 1
  1522. | #define HAVE_STDINT_H 1
  1523. | #define HAVE_UNISTD_H 1
  1524. | #define HAVE_DLFCN_H 1
  1525. | #define LT_OBJDIR ".libs/"
  1526. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1527. | #define HAVE_PTHREAD 1
  1528. | #define HAVE_DECL_STRERROR_R 1
  1529. | #define HAVE_STRERROR_R 1
  1530. | #define HAVE_STDIO_H 1
  1531. | #define HAVE_STDLIB_H 1
  1532. | #define HAVE_UNISTD_H 1
  1533. | #define HAVE_STRINGS_H 1
  1534. | #define HAVE_SYS_TYPES_H 1
  1535. | #define HAVE_SYS_STAT_H 1
  1536. | #define HAVE_SYS_SELECT_H 1
  1537. | /* end confdefs.h. */
  1538. | #include <stdio.h>
  1539. | #ifdef HAVE_SYS_TYPES_H
  1540. | # include <sys/types.h>
  1541. | #endif
  1542. | #ifdef HAVE_SYS_STAT_H
  1543. | # include <sys/stat.h>
  1544. | #endif
  1545. | #ifdef STDC_HEADERS
  1546. | # include <stdlib.h>
  1547. | # include <stddef.h>
  1548. | #else
  1549. | # ifdef HAVE_STDLIB_H
  1550. | # include <stdlib.h>
  1551. | # endif
  1552. | #endif
  1553. | #ifdef HAVE_STRING_H
  1554. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1555. | # include <memory.h>
  1556. | # endif
  1557. | # include <string.h>
  1558. | #endif
  1559. | #ifdef HAVE_STRINGS_H
  1560. | # include <strings.h>
  1561. | #endif
  1562. | #ifdef HAVE_INTTYPES_H
  1563. | # include <inttypes.h>
  1564. | #endif
  1565. | #ifdef HAVE_STDINT_H
  1566. | # include <stdint.h>
  1567. | #endif
  1568. | #ifdef HAVE_UNISTD_H
  1569. | # include <unistd.h>
  1570. | #endif
  1571. | #include <sys/prctl.h>
  1572. configure:22894: result: no
  1573. configure:22894: checking sys/prctl.h presence
  1574. configure:22894: g++ -std=c++11 -E -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp
  1575. conftest.cpp:33:10: fatal error: 'sys/prctl.h' file not found
  1576. #include <sys/prctl.h>
  1577. ^~~~~~~~~~~~~
  1578. 1 error generated.
  1579. configure:22894: $? = 1
  1580. configure: failed program was:
  1581. | /* confdefs.h */
  1582. | #define PACKAGE_NAME "Bitcoin Core"
  1583. | #define PACKAGE_TARNAME "bitcoin"
  1584. | #define PACKAGE_VERSION "0.15.0"
  1585. | #define PACKAGE_STRING "Bitcoin Core 0.15.0"
  1586. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  1587. | #define PACKAGE_URL "https://bitcoincore.org/"
  1588. | #define HAVE_CXX11 1
  1589. | #define STDC_HEADERS 1
  1590. | #define HAVE_SYS_TYPES_H 1
  1591. | #define HAVE_SYS_STAT_H 1
  1592. | #define HAVE_STDLIB_H 1
  1593. | #define HAVE_STRING_H 1
  1594. | #define HAVE_MEMORY_H 1
  1595. | #define HAVE_STRINGS_H 1
  1596. | #define HAVE_INTTYPES_H 1
  1597. | #define HAVE_STDINT_H 1
  1598. | #define HAVE_UNISTD_H 1
  1599. | #define HAVE_DLFCN_H 1
  1600. | #define LT_OBJDIR ".libs/"
  1601. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1602. | #define HAVE_PTHREAD 1
  1603. | #define HAVE_DECL_STRERROR_R 1
  1604. | #define HAVE_STRERROR_R 1
  1605. | #define HAVE_STDIO_H 1
  1606. | #define HAVE_STDLIB_H 1
  1607. | #define HAVE_UNISTD_H 1
  1608. | #define HAVE_STRINGS_H 1
  1609. | #define HAVE_SYS_TYPES_H 1
  1610. | #define HAVE_SYS_STAT_H 1
  1611. | #define HAVE_SYS_SELECT_H 1
  1612. | /* end confdefs.h. */
  1613. | #include <sys/prctl.h>
  1614. configure:22894: result: no
  1615. configure:22894: checking for sys/prctl.h
  1616. configure:22894: result: no
  1617. configure:22905: checking whether strnlen is declared
  1618. configure:22905: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5
  1619. configure:22905: $? = 0
  1620. configure:22905: result: yes
  1621. configure:22918: checking whether daemon is declared
  1622. configure:22918: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5
  1623. conftest.cpp:72:10: warning: 'daemon' is deprecated: first deprecated in macOS 10.5 - Use posix_spawn APIs instead. [-Wdeprecated-declarations]
  1624. (void) daemon;
  1625. ^
  1626. /usr/include/stdlib.h:293:6: note: 'daemon' has been explicitly marked deprecated here
  1627. int daemon(int, int) __DARWIN_1050(daemon) __OSX_AVAILABLE_BUT_DEPRECATED_MSG(__MAC_10_0, __MAC_10_5, __IPHONE_2_0, __IPHONE_2_0, "Use posix_spawn APIs instead.") __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  1628. ^
  1629. 1 warning generated.
  1630. configure:22918: $? = 0
  1631. configure:22918: result: yes
  1632. configure:22930: checking whether le16toh is declared
  1633. configure:22930: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5
  1634. conftest.cpp:46:10: error: use of undeclared identifier 'le16toh'
  1635. (void) le16toh;
  1636. ^
  1637. 1 error generated.
  1638. configure:22930: $? = 1
  1639. configure: failed program was:
  1640. | /* confdefs.h */
  1641. | #define PACKAGE_NAME "Bitcoin Core"
  1642. | #define PACKAGE_TARNAME "bitcoin"
  1643. | #define PACKAGE_VERSION "0.15.0"
  1644. | #define PACKAGE_STRING "Bitcoin Core 0.15.0"
  1645. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  1646. | #define PACKAGE_URL "https://bitcoincore.org/"
  1647. | #define HAVE_CXX11 1
  1648. | #define STDC_HEADERS 1
  1649. | #define HAVE_SYS_TYPES_H 1
  1650. | #define HAVE_SYS_STAT_H 1
  1651. | #define HAVE_STDLIB_H 1
  1652. | #define HAVE_STRING_H 1
  1653. | #define HAVE_MEMORY_H 1
  1654. | #define HAVE_STRINGS_H 1
  1655. | #define HAVE_INTTYPES_H 1
  1656. | #define HAVE_STDINT_H 1
  1657. | #define HAVE_UNISTD_H 1
  1658. | #define HAVE_DLFCN_H 1
  1659. | #define LT_OBJDIR ".libs/"
  1660. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1661. | #define HAVE_PTHREAD 1
  1662. | #define HAVE_DECL_STRERROR_R 1
  1663. | #define HAVE_STRERROR_R 1
  1664. | #define HAVE_STDIO_H 1
  1665. | #define HAVE_STDLIB_H 1
  1666. | #define HAVE_UNISTD_H 1
  1667. | #define HAVE_STRINGS_H 1
  1668. | #define HAVE_SYS_TYPES_H 1
  1669. | #define HAVE_SYS_STAT_H 1
  1670. | #define HAVE_SYS_SELECT_H 1
  1671. | #define HAVE_DECL_STRNLEN 1
  1672. | #define HAVE_DECL_DAEMON 1
  1673. | /* end confdefs.h. */
  1674. | #if HAVE_ENDIAN_H
  1675. | #include <endian.h>
  1676. | #elif HAVE_SYS_ENDIAN_H
  1677. | #include <sys/endian.h>
  1678. | #endif
  1679. |
  1680. | int
  1681. | main ()
  1682. | {
  1683. | #ifndef le16toh
  1684. | #ifdef __cplusplus
  1685. | (void) le16toh;
  1686. | #else
  1687. | (void) le16toh;
  1688. | #endif
  1689. | #endif
  1690. |
  1691. | ;
  1692. | return 0;
  1693. | }
  1694. configure:22930: result: no
  1695. configure:22945: checking whether le32toh is declared
  1696. configure:22945: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5
  1697. conftest.cpp:47:10: error: use of undeclared identifier 'le32toh'
  1698. (void) le32toh;
  1699. ^
  1700. 1 error generated.
  1701. configure:22945: $? = 1
  1702. configure: failed program was:
  1703. | /* confdefs.h */
  1704. | #define PACKAGE_NAME "Bitcoin Core"
  1705. | #define PACKAGE_TARNAME "bitcoin"
  1706. | #define PACKAGE_VERSION "0.15.0"
  1707. | #define PACKAGE_STRING "Bitcoin Core 0.15.0"
  1708. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  1709. | #define PACKAGE_URL "https://bitcoincore.org/"
  1710. | #define HAVE_CXX11 1
  1711. | #define STDC_HEADERS 1
  1712. | #define HAVE_SYS_TYPES_H 1
  1713. | #define HAVE_SYS_STAT_H 1
  1714. | #define HAVE_STDLIB_H 1
  1715. | #define HAVE_STRING_H 1
  1716. | #define HAVE_MEMORY_H 1
  1717. | #define HAVE_STRINGS_H 1
  1718. | #define HAVE_INTTYPES_H 1
  1719. | #define HAVE_STDINT_H 1
  1720. | #define HAVE_UNISTD_H 1
  1721. | #define HAVE_DLFCN_H 1
  1722. | #define LT_OBJDIR ".libs/"
  1723. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1724. | #define HAVE_PTHREAD 1
  1725. | #define HAVE_DECL_STRERROR_R 1
  1726. | #define HAVE_STRERROR_R 1
  1727. | #define HAVE_STDIO_H 1
  1728. | #define HAVE_STDLIB_H 1
  1729. | #define HAVE_UNISTD_H 1
  1730. | #define HAVE_STRINGS_H 1
  1731. | #define HAVE_SYS_TYPES_H 1
  1732. | #define HAVE_SYS_STAT_H 1
  1733. | #define HAVE_SYS_SELECT_H 1
  1734. | #define HAVE_DECL_STRNLEN 1
  1735. | #define HAVE_DECL_DAEMON 1
  1736. | #define HAVE_DECL_LE16TOH 0
  1737. | /* end confdefs.h. */
  1738. | #if HAVE_ENDIAN_H
  1739. | #include <endian.h>
  1740. | #elif HAVE_SYS_ENDIAN_H
  1741. | #include <sys/endian.h>
  1742. | #endif
  1743. |
  1744. | int
  1745. | main ()
  1746. | {
  1747. | #ifndef le32toh
  1748. | #ifdef __cplusplus
  1749. | (void) le32toh;
  1750. | #else
  1751. | (void) le32toh;
  1752. | #endif
  1753. | #endif
  1754. |
  1755. | ;
  1756. | return 0;
  1757. | }
  1758. configure:22945: result: no
  1759. configure:22960: checking whether le64toh is declared
  1760. configure:22960: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5
  1761. conftest.cpp:48:10: error: use of undeclared identifier 'le64toh'
  1762. (void) le64toh;
  1763. ^
  1764. 1 error generated.
  1765. configure:22960: $? = 1
  1766. configure: failed program was:
  1767. | /* confdefs.h */
  1768. | #define PACKAGE_NAME "Bitcoin Core"
  1769. | #define PACKAGE_TARNAME "bitcoin"
  1770. | #define PACKAGE_VERSION "0.15.0"
  1771. | #define PACKAGE_STRING "Bitcoin Core 0.15.0"
  1772. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  1773. | #define PACKAGE_URL "https://bitcoincore.org/"
  1774. | #define HAVE_CXX11 1
  1775. | #define STDC_HEADERS 1
  1776. | #define HAVE_SYS_TYPES_H 1
  1777. | #define HAVE_SYS_STAT_H 1
  1778. | #define HAVE_STDLIB_H 1
  1779. | #define HAVE_STRING_H 1
  1780. | #define HAVE_MEMORY_H 1
  1781. | #define HAVE_STRINGS_H 1
  1782. | #define HAVE_INTTYPES_H 1
  1783. | #define HAVE_STDINT_H 1
  1784. | #define HAVE_UNISTD_H 1
  1785. | #define HAVE_DLFCN_H 1
  1786. | #define LT_OBJDIR ".libs/"
  1787. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1788. | #define HAVE_PTHREAD 1
  1789. | #define HAVE_DECL_STRERROR_R 1
  1790. | #define HAVE_STRERROR_R 1
  1791. | #define HAVE_STDIO_H 1
  1792. | #define HAVE_STDLIB_H 1
  1793. | #define HAVE_UNISTD_H 1
  1794. | #define HAVE_STRINGS_H 1
  1795. | #define HAVE_SYS_TYPES_H 1
  1796. | #define HAVE_SYS_STAT_H 1
  1797. | #define HAVE_SYS_SELECT_H 1
  1798. | #define HAVE_DECL_STRNLEN 1
  1799. | #define HAVE_DECL_DAEMON 1
  1800. | #define HAVE_DECL_LE16TOH 0
  1801. | #define HAVE_DECL_LE32TOH 0
  1802. | /* end confdefs.h. */
  1803. | #if HAVE_ENDIAN_H
  1804. | #include <endian.h>
  1805. | #elif HAVE_SYS_ENDIAN_H
  1806. | #include <sys/endian.h>
  1807. | #endif
  1808. |
  1809. | int
  1810. | main ()
  1811. | {
  1812. | #ifndef le64toh
  1813. | #ifdef __cplusplus
  1814. | (void) le64toh;
  1815. | #else
  1816. | (void) le64toh;
  1817. | #endif
  1818. | #endif
  1819. |
  1820. | ;
  1821. | return 0;
  1822. | }
  1823. configure:22960: result: no
  1824. configure:22975: checking whether htole16 is declared
  1825. configure:22975: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5
  1826. conftest.cpp:49:10: error: use of undeclared identifier 'htole16'
  1827. (void) htole16;
  1828. ^
  1829. 1 error generated.
  1830. configure:22975: $? = 1
  1831. configure: failed program was:
  1832. | /* confdefs.h */
  1833. | #define PACKAGE_NAME "Bitcoin Core"
  1834. | #define PACKAGE_TARNAME "bitcoin"
  1835. | #define PACKAGE_VERSION "0.15.0"
  1836. | #define PACKAGE_STRING "Bitcoin Core 0.15.0"
  1837. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  1838. | #define PACKAGE_URL "https://bitcoincore.org/"
  1839. | #define HAVE_CXX11 1
  1840. | #define STDC_HEADERS 1
  1841. | #define HAVE_SYS_TYPES_H 1
  1842. | #define HAVE_SYS_STAT_H 1
  1843. | #define HAVE_STDLIB_H 1
  1844. | #define HAVE_STRING_H 1
  1845. | #define HAVE_MEMORY_H 1
  1846. | #define HAVE_STRINGS_H 1
  1847. | #define HAVE_INTTYPES_H 1
  1848. | #define HAVE_STDINT_H 1
  1849. | #define HAVE_UNISTD_H 1
  1850. | #define HAVE_DLFCN_H 1
  1851. | #define LT_OBJDIR ".libs/"
  1852. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1853. | #define HAVE_PTHREAD 1
  1854. | #define HAVE_DECL_STRERROR_R 1
  1855. | #define HAVE_STRERROR_R 1
  1856. | #define HAVE_STDIO_H 1
  1857. | #define HAVE_STDLIB_H 1
  1858. | #define HAVE_UNISTD_H 1
  1859. | #define HAVE_STRINGS_H 1
  1860. | #define HAVE_SYS_TYPES_H 1
  1861. | #define HAVE_SYS_STAT_H 1
  1862. | #define HAVE_SYS_SELECT_H 1
  1863. | #define HAVE_DECL_STRNLEN 1
  1864. | #define HAVE_DECL_DAEMON 1
  1865. | #define HAVE_DECL_LE16TOH 0
  1866. | #define HAVE_DECL_LE32TOH 0
  1867. | #define HAVE_DECL_LE64TOH 0
  1868. | /* end confdefs.h. */
  1869. | #if HAVE_ENDIAN_H
  1870. | #include <endian.h>
  1871. | #elif HAVE_SYS_ENDIAN_H
  1872. | #include <sys/endian.h>
  1873. | #endif
  1874. |
  1875. | int
  1876. | main ()
  1877. | {
  1878. | #ifndef htole16
  1879. | #ifdef __cplusplus
  1880. | (void) htole16;
  1881. | #else
  1882. | (void) htole16;
  1883. | #endif
  1884. | #endif
  1885. |
  1886. | ;
  1887. | return 0;
  1888. | }
  1889. configure:22975: result: no
  1890. configure:22990: checking whether htole32 is declared
  1891. configure:22990: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5
  1892. conftest.cpp:50:10: error: use of undeclared identifier 'htole32'
  1893. (void) htole32;
  1894. ^
  1895. 1 error generated.
  1896. configure:22990: $? = 1
  1897. configure: failed program was:
  1898. | /* confdefs.h */
  1899. | #define PACKAGE_NAME "Bitcoin Core"
  1900. | #define PACKAGE_TARNAME "bitcoin"
  1901. | #define PACKAGE_VERSION "0.15.0"
  1902. | #define PACKAGE_STRING "Bitcoin Core 0.15.0"
  1903. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  1904. | #define PACKAGE_URL "https://bitcoincore.org/"
  1905. | #define HAVE_CXX11 1
  1906. | #define STDC_HEADERS 1
  1907. | #define HAVE_SYS_TYPES_H 1
  1908. | #define HAVE_SYS_STAT_H 1
  1909. | #define HAVE_STDLIB_H 1
  1910. | #define HAVE_STRING_H 1
  1911. | #define HAVE_MEMORY_H 1
  1912. | #define HAVE_STRINGS_H 1
  1913. | #define HAVE_INTTYPES_H 1
  1914. | #define HAVE_STDINT_H 1
  1915. | #define HAVE_UNISTD_H 1
  1916. | #define HAVE_DLFCN_H 1
  1917. | #define LT_OBJDIR ".libs/"
  1918. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1919. | #define HAVE_PTHREAD 1
  1920. | #define HAVE_DECL_STRERROR_R 1
  1921. | #define HAVE_STRERROR_R 1
  1922. | #define HAVE_STDIO_H 1
  1923. | #define HAVE_STDLIB_H 1
  1924. | #define HAVE_UNISTD_H 1
  1925. | #define HAVE_STRINGS_H 1
  1926. | #define HAVE_SYS_TYPES_H 1
  1927. | #define HAVE_SYS_STAT_H 1
  1928. | #define HAVE_SYS_SELECT_H 1
  1929. | #define HAVE_DECL_STRNLEN 1
  1930. | #define HAVE_DECL_DAEMON 1
  1931. | #define HAVE_DECL_LE16TOH 0
  1932. | #define HAVE_DECL_LE32TOH 0
  1933. | #define HAVE_DECL_LE64TOH 0
  1934. | #define HAVE_DECL_HTOLE16 0
  1935. | /* end confdefs.h. */
  1936. | #if HAVE_ENDIAN_H
  1937. | #include <endian.h>
  1938. | #elif HAVE_SYS_ENDIAN_H
  1939. | #include <sys/endian.h>
  1940. | #endif
  1941. |
  1942. | int
  1943. | main ()
  1944. | {
  1945. | #ifndef htole32
  1946. | #ifdef __cplusplus
  1947. | (void) htole32;
  1948. | #else
  1949. | (void) htole32;
  1950. | #endif
  1951. | #endif
  1952. |
  1953. | ;
  1954. | return 0;
  1955. | }
  1956. configure:22990: result: no
  1957. configure:23005: checking whether htole64 is declared
  1958. configure:23005: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5
  1959. conftest.cpp:51:10: error: use of undeclared identifier 'htole64'
  1960. (void) htole64;
  1961. ^
  1962. 1 error generated.
  1963. configure:23005: $? = 1
  1964. configure: failed program was:
  1965. | /* confdefs.h */
  1966. | #define PACKAGE_NAME "Bitcoin Core"
  1967. | #define PACKAGE_TARNAME "bitcoin"
  1968. | #define PACKAGE_VERSION "0.15.0"
  1969. | #define PACKAGE_STRING "Bitcoin Core 0.15.0"
  1970. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  1971. | #define PACKAGE_URL "https://bitcoincore.org/"
  1972. | #define HAVE_CXX11 1
  1973. | #define STDC_HEADERS 1
  1974. | #define HAVE_SYS_TYPES_H 1
  1975. | #define HAVE_SYS_STAT_H 1
  1976. | #define HAVE_STDLIB_H 1
  1977. | #define HAVE_STRING_H 1
  1978. | #define HAVE_MEMORY_H 1
  1979. | #define HAVE_STRINGS_H 1
  1980. | #define HAVE_INTTYPES_H 1
  1981. | #define HAVE_STDINT_H 1
  1982. | #define HAVE_UNISTD_H 1
  1983. | #define HAVE_DLFCN_H 1
  1984. | #define LT_OBJDIR ".libs/"
  1985. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1986. | #define HAVE_PTHREAD 1
  1987. | #define HAVE_DECL_STRERROR_R 1
  1988. | #define HAVE_STRERROR_R 1
  1989. | #define HAVE_STDIO_H 1
  1990. | #define HAVE_STDLIB_H 1
  1991. | #define HAVE_UNISTD_H 1
  1992. | #define HAVE_STRINGS_H 1
  1993. | #define HAVE_SYS_TYPES_H 1
  1994. | #define HAVE_SYS_STAT_H 1
  1995. | #define HAVE_SYS_SELECT_H 1
  1996. | #define HAVE_DECL_STRNLEN 1
  1997. | #define HAVE_DECL_DAEMON 1
  1998. | #define HAVE_DECL_LE16TOH 0
  1999. | #define HAVE_DECL_LE32TOH 0
  2000. | #define HAVE_DECL_LE64TOH 0
  2001. | #define HAVE_DECL_HTOLE16 0
  2002. | #define HAVE_DECL_HTOLE32 0
  2003. | /* end confdefs.h. */
  2004. | #if HAVE_ENDIAN_H
  2005. | #include <endian.h>
  2006. | #elif HAVE_SYS_ENDIAN_H
  2007. | #include <sys/endian.h>
  2008. | #endif
  2009. |
  2010. | int
  2011. | main ()
  2012. | {
  2013. | #ifndef htole64
  2014. | #ifdef __cplusplus
  2015. | (void) htole64;
  2016. | #else
  2017. | (void) htole64;
  2018. | #endif
  2019. | #endif
  2020. |
  2021. | ;
  2022. | return 0;
  2023. | }
  2024. configure:23005: result: no
  2025. configure:23020: checking whether be16toh is declared
  2026. configure:23020: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5
  2027. conftest.cpp:52:10: error: use of undeclared identifier 'be16toh'
  2028. (void) be16toh;
  2029. ^
  2030. 1 error generated.
  2031. configure:23020: $? = 1
  2032. configure: failed program was:
  2033. | /* confdefs.h */
  2034. | #define PACKAGE_NAME "Bitcoin Core"
  2035. | #define PACKAGE_TARNAME "bitcoin"
  2036. | #define PACKAGE_VERSION "0.15.0"
  2037. | #define PACKAGE_STRING "Bitcoin Core 0.15.0"
  2038. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  2039. | #define PACKAGE_URL "https://bitcoincore.org/"
  2040. | #define HAVE_CXX11 1
  2041. | #define STDC_HEADERS 1
  2042. | #define HAVE_SYS_TYPES_H 1
  2043. | #define HAVE_SYS_STAT_H 1
  2044. | #define HAVE_STDLIB_H 1
  2045. | #define HAVE_STRING_H 1
  2046. | #define HAVE_MEMORY_H 1
  2047. | #define HAVE_STRINGS_H 1
  2048. | #define HAVE_INTTYPES_H 1
  2049. | #define HAVE_STDINT_H 1
  2050. | #define HAVE_UNISTD_H 1
  2051. | #define HAVE_DLFCN_H 1
  2052. | #define LT_OBJDIR ".libs/"
  2053. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2054. | #define HAVE_PTHREAD 1
  2055. | #define HAVE_DECL_STRERROR_R 1
  2056. | #define HAVE_STRERROR_R 1
  2057. | #define HAVE_STDIO_H 1
  2058. | #define HAVE_STDLIB_H 1
  2059. | #define HAVE_UNISTD_H 1
  2060. | #define HAVE_STRINGS_H 1
  2061. | #define HAVE_SYS_TYPES_H 1
  2062. | #define HAVE_SYS_STAT_H 1
  2063. | #define HAVE_SYS_SELECT_H 1
  2064. | #define HAVE_DECL_STRNLEN 1
  2065. | #define HAVE_DECL_DAEMON 1
  2066. | #define HAVE_DECL_LE16TOH 0
  2067. | #define HAVE_DECL_LE32TOH 0
  2068. | #define HAVE_DECL_LE64TOH 0
  2069. | #define HAVE_DECL_HTOLE16 0
  2070. | #define HAVE_DECL_HTOLE32 0
  2071. | #define HAVE_DECL_HTOLE64 0
  2072. | /* end confdefs.h. */
  2073. | #if HAVE_ENDIAN_H
  2074. | #include <endian.h>
  2075. | #elif HAVE_SYS_ENDIAN_H
  2076. | #include <sys/endian.h>
  2077. | #endif
  2078. |
  2079. | int
  2080. | main ()
  2081. | {
  2082. | #ifndef be16toh
  2083. | #ifdef __cplusplus
  2084. | (void) be16toh;
  2085. | #else
  2086. | (void) be16toh;
  2087. | #endif
  2088. | #endif
  2089. |
  2090. | ;
  2091. | return 0;
  2092. | }
  2093. configure:23020: result: no
  2094. configure:23035: checking whether be32toh is declared
  2095. configure:23035: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5
  2096. conftest.cpp:53:10: error: use of undeclared identifier 'be32toh'
  2097. (void) be32toh;
  2098. ^
  2099. 1 error generated.
  2100. configure:23035: $? = 1
  2101. configure: failed program was:
  2102. | /* confdefs.h */
  2103. | #define PACKAGE_NAME "Bitcoin Core"
  2104. | #define PACKAGE_TARNAME "bitcoin"
  2105. | #define PACKAGE_VERSION "0.15.0"
  2106. | #define PACKAGE_STRING "Bitcoin Core 0.15.0"
  2107. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  2108. | #define PACKAGE_URL "https://bitcoincore.org/"
  2109. | #define HAVE_CXX11 1
  2110. | #define STDC_HEADERS 1
  2111. | #define HAVE_SYS_TYPES_H 1
  2112. | #define HAVE_SYS_STAT_H 1
  2113. | #define HAVE_STDLIB_H 1
  2114. | #define HAVE_STRING_H 1
  2115. | #define HAVE_MEMORY_H 1
  2116. | #define HAVE_STRINGS_H 1
  2117. | #define HAVE_INTTYPES_H 1
  2118. | #define HAVE_STDINT_H 1
  2119. | #define HAVE_UNISTD_H 1
  2120. | #define HAVE_DLFCN_H 1
  2121. | #define LT_OBJDIR ".libs/"
  2122. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2123. | #define HAVE_PTHREAD 1
  2124. | #define HAVE_DECL_STRERROR_R 1
  2125. | #define HAVE_STRERROR_R 1
  2126. | #define HAVE_STDIO_H 1
  2127. | #define HAVE_STDLIB_H 1
  2128. | #define HAVE_UNISTD_H 1
  2129. | #define HAVE_STRINGS_H 1
  2130. | #define HAVE_SYS_TYPES_H 1
  2131. | #define HAVE_SYS_STAT_H 1
  2132. | #define HAVE_SYS_SELECT_H 1
  2133. | #define HAVE_DECL_STRNLEN 1
  2134. | #define HAVE_DECL_DAEMON 1
  2135. | #define HAVE_DECL_LE16TOH 0
  2136. | #define HAVE_DECL_LE32TOH 0
  2137. | #define HAVE_DECL_LE64TOH 0
  2138. | #define HAVE_DECL_HTOLE16 0
  2139. | #define HAVE_DECL_HTOLE32 0
  2140. | #define HAVE_DECL_HTOLE64 0
  2141. | #define HAVE_DECL_BE16TOH 0
  2142. | /* end confdefs.h. */
  2143. | #if HAVE_ENDIAN_H
  2144. | #include <endian.h>
  2145. | #elif HAVE_SYS_ENDIAN_H
  2146. | #include <sys/endian.h>
  2147. | #endif
  2148. |
  2149. | int
  2150. | main ()
  2151. | {
  2152. | #ifndef be32toh
  2153. | #ifdef __cplusplus
  2154. | (void) be32toh;
  2155. | #else
  2156. | (void) be32toh;
  2157. | #endif
  2158. | #endif
  2159. |
  2160. | ;
  2161. | return 0;
  2162. | }
  2163. configure:23035: result: no
  2164. configure:23050: checking whether be64toh is declared
  2165. configure:23050: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5
  2166. conftest.cpp:54:10: error: use of undeclared identifier 'be64toh'
  2167. (void) be64toh;
  2168. ^
  2169. 1 error generated.
  2170. configure:23050: $? = 1
  2171. configure: failed program was:
  2172. | /* confdefs.h */
  2173. | #define PACKAGE_NAME "Bitcoin Core"
  2174. | #define PACKAGE_TARNAME "bitcoin"
  2175. | #define PACKAGE_VERSION "0.15.0"
  2176. | #define PACKAGE_STRING "Bitcoin Core 0.15.0"
  2177. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  2178. | #define PACKAGE_URL "https://bitcoincore.org/"
  2179. | #define HAVE_CXX11 1
  2180. | #define STDC_HEADERS 1
  2181. | #define HAVE_SYS_TYPES_H 1
  2182. | #define HAVE_SYS_STAT_H 1
  2183. | #define HAVE_STDLIB_H 1
  2184. | #define HAVE_STRING_H 1
  2185. | #define HAVE_MEMORY_H 1
  2186. | #define HAVE_STRINGS_H 1
  2187. | #define HAVE_INTTYPES_H 1
  2188. | #define HAVE_STDINT_H 1
  2189. | #define HAVE_UNISTD_H 1
  2190. | #define HAVE_DLFCN_H 1
  2191. | #define LT_OBJDIR ".libs/"
  2192. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2193. | #define HAVE_PTHREAD 1
  2194. | #define HAVE_DECL_STRERROR_R 1
  2195. | #define HAVE_STRERROR_R 1
  2196. | #define HAVE_STDIO_H 1
  2197. | #define HAVE_STDLIB_H 1
  2198. | #define HAVE_UNISTD_H 1
  2199. | #define HAVE_STRINGS_H 1
  2200. | #define HAVE_SYS_TYPES_H 1
  2201. | #define HAVE_SYS_STAT_H 1
  2202. | #define HAVE_SYS_SELECT_H 1
  2203. | #define HAVE_DECL_STRNLEN 1
  2204. | #define HAVE_DECL_DAEMON 1
  2205. | #define HAVE_DECL_LE16TOH 0
  2206. | #define HAVE_DECL_LE32TOH 0
  2207. | #define HAVE_DECL_LE64TOH 0
  2208. | #define HAVE_DECL_HTOLE16 0
  2209. | #define HAVE_DECL_HTOLE32 0
  2210. | #define HAVE_DECL_HTOLE64 0
  2211. | #define HAVE_DECL_BE16TOH 0
  2212. | #define HAVE_DECL_BE32TOH 0
  2213. | /* end confdefs.h. */
  2214. | #if HAVE_ENDIAN_H
  2215. | #include <endian.h>
  2216. | #elif HAVE_SYS_ENDIAN_H
  2217. | #include <sys/endian.h>
  2218. | #endif
  2219. |
  2220. | int
  2221. | main ()
  2222. | {
  2223. | #ifndef be64toh
  2224. | #ifdef __cplusplus
  2225. | (void) be64toh;
  2226. | #else
  2227. | (void) be64toh;
  2228. | #endif
  2229. | #endif
  2230. |
  2231. | ;
  2232. | return 0;
  2233. | }
  2234. configure:23050: result: no
  2235. configure:23065: checking whether htobe16 is declared
  2236. configure:23065: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5
  2237. conftest.cpp:55:10: error: use of undeclared identifier 'htobe16'
  2238. (void) htobe16;
  2239. ^
  2240. 1 error generated.
  2241. configure:23065: $? = 1
  2242. configure: failed program was:
  2243. | /* confdefs.h */
  2244. | #define PACKAGE_NAME "Bitcoin Core"
  2245. | #define PACKAGE_TARNAME "bitcoin"
  2246. | #define PACKAGE_VERSION "0.15.0"
  2247. | #define PACKAGE_STRING "Bitcoin Core 0.15.0"
  2248. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  2249. | #define PACKAGE_URL "https://bitcoincore.org/"
  2250. | #define HAVE_CXX11 1
  2251. | #define STDC_HEADERS 1
  2252. | #define HAVE_SYS_TYPES_H 1
  2253. | #define HAVE_SYS_STAT_H 1
  2254. | #define HAVE_STDLIB_H 1
  2255. | #define HAVE_STRING_H 1
  2256. | #define HAVE_MEMORY_H 1
  2257. | #define HAVE_STRINGS_H 1
  2258. | #define HAVE_INTTYPES_H 1
  2259. | #define HAVE_STDINT_H 1
  2260. | #define HAVE_UNISTD_H 1
  2261. | #define HAVE_DLFCN_H 1
  2262. | #define LT_OBJDIR ".libs/"
  2263. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2264. | #define HAVE_PTHREAD 1
  2265. | #define HAVE_DECL_STRERROR_R 1
  2266. | #define HAVE_STRERROR_R 1
  2267. | #define HAVE_STDIO_H 1
  2268. | #define HAVE_STDLIB_H 1
  2269. | #define HAVE_UNISTD_H 1
  2270. | #define HAVE_STRINGS_H 1
  2271. | #define HAVE_SYS_TYPES_H 1
  2272. | #define HAVE_SYS_STAT_H 1
  2273. | #define HAVE_SYS_SELECT_H 1
  2274. | #define HAVE_DECL_STRNLEN 1
  2275. | #define HAVE_DECL_DAEMON 1
  2276. | #define HAVE_DECL_LE16TOH 0
  2277. | #define HAVE_DECL_LE32TOH 0
  2278. | #define HAVE_DECL_LE64TOH 0
  2279. | #define HAVE_DECL_HTOLE16 0
  2280. | #define HAVE_DECL_HTOLE32 0
  2281. | #define HAVE_DECL_HTOLE64 0
  2282. | #define HAVE_DECL_BE16TOH 0
  2283. | #define HAVE_DECL_BE32TOH 0
  2284. | #define HAVE_DECL_BE64TOH 0
  2285. | /* end confdefs.h. */
  2286. | #if HAVE_ENDIAN_H
  2287. | #include <endian.h>
  2288. | #elif HAVE_SYS_ENDIAN_H
  2289. | #include <sys/endian.h>
  2290. | #endif
  2291. |
  2292. | int
  2293. | main ()
  2294. | {
  2295. | #ifndef htobe16
  2296. | #ifdef __cplusplus
  2297. | (void) htobe16;
  2298. | #else
  2299. | (void) htobe16;
  2300. | #endif
  2301. | #endif
  2302. |
  2303. | ;
  2304. | return 0;
  2305. | }
  2306. configure:23065: result: no
  2307. configure:23080: checking whether htobe32 is declared
  2308. configure:23080: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5
  2309. conftest.cpp:56:10: error: use of undeclared identifier 'htobe32'
  2310. (void) htobe32;
  2311. ^
  2312. 1 error generated.
  2313. configure:23080: $? = 1
  2314. configure: failed program was:
  2315. | /* confdefs.h */
  2316. | #define PACKAGE_NAME "Bitcoin Core"
  2317. | #define PACKAGE_TARNAME "bitcoin"
  2318. | #define PACKAGE_VERSION "0.15.0"
  2319. | #define PACKAGE_STRING "Bitcoin Core 0.15.0"
  2320. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  2321. | #define PACKAGE_URL "https://bitcoincore.org/"
  2322. | #define HAVE_CXX11 1
  2323. | #define STDC_HEADERS 1
  2324. | #define HAVE_SYS_TYPES_H 1
  2325. | #define HAVE_SYS_STAT_H 1
  2326. | #define HAVE_STDLIB_H 1
  2327. | #define HAVE_STRING_H 1
  2328. | #define HAVE_MEMORY_H 1
  2329. | #define HAVE_STRINGS_H 1
  2330. | #define HAVE_INTTYPES_H 1
  2331. | #define HAVE_STDINT_H 1
  2332. | #define HAVE_UNISTD_H 1
  2333. | #define HAVE_DLFCN_H 1
  2334. | #define LT_OBJDIR ".libs/"
  2335. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2336. | #define HAVE_PTHREAD 1
  2337. | #define HAVE_DECL_STRERROR_R 1
  2338. | #define HAVE_STRERROR_R 1
  2339. | #define HAVE_STDIO_H 1
  2340. | #define HAVE_STDLIB_H 1
  2341. | #define HAVE_UNISTD_H 1
  2342. | #define HAVE_STRINGS_H 1
  2343. | #define HAVE_SYS_TYPES_H 1
  2344. | #define HAVE_SYS_STAT_H 1
  2345. | #define HAVE_SYS_SELECT_H 1
  2346. | #define HAVE_DECL_STRNLEN 1
  2347. | #define HAVE_DECL_DAEMON 1
  2348. | #define HAVE_DECL_LE16TOH 0
  2349. | #define HAVE_DECL_LE32TOH 0
  2350. | #define HAVE_DECL_LE64TOH 0
  2351. | #define HAVE_DECL_HTOLE16 0
  2352. | #define HAVE_DECL_HTOLE32 0
  2353. | #define HAVE_DECL_HTOLE64 0
  2354. | #define HAVE_DECL_BE16TOH 0
  2355. | #define HAVE_DECL_BE32TOH 0
  2356. | #define HAVE_DECL_BE64TOH 0
  2357. | #define HAVE_DECL_HTOBE16 0
  2358. | /* end confdefs.h. */
  2359. | #if HAVE_ENDIAN_H
  2360. | #include <endian.h>
  2361. | #elif HAVE_SYS_ENDIAN_H
  2362. | #include <sys/endian.h>
  2363. | #endif
  2364. |
  2365. | int
  2366. | main ()
  2367. | {
  2368. | #ifndef htobe32
  2369. | #ifdef __cplusplus
  2370. | (void) htobe32;
  2371. | #else
  2372. | (void) htobe32;
  2373. | #endif
  2374. | #endif
  2375. |
  2376. | ;
  2377. | return 0;
  2378. | }
  2379. configure:23080: result: no
  2380. configure:23095: checking whether htobe64 is declared
  2381. configure:23095: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5
  2382. conftest.cpp:57:10: error: use of undeclared identifier 'htobe64'
  2383. (void) htobe64;
  2384. ^
  2385. 1 error generated.
  2386. configure:23095: $? = 1
  2387. configure: failed program was:
  2388. | /* confdefs.h */
  2389. | #define PACKAGE_NAME "Bitcoin Core"
  2390. | #define PACKAGE_TARNAME "bitcoin"
  2391. | #define PACKAGE_VERSION "0.15.0"
  2392. | #define PACKAGE_STRING "Bitcoin Core 0.15.0"
  2393. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  2394. | #define PACKAGE_URL "https://bitcoincore.org/"
  2395. | #define HAVE_CXX11 1
  2396. | #define STDC_HEADERS 1
  2397. | #define HAVE_SYS_TYPES_H 1
  2398. | #define HAVE_SYS_STAT_H 1
  2399. | #define HAVE_STDLIB_H 1
  2400. | #define HAVE_STRING_H 1
  2401. | #define HAVE_MEMORY_H 1
  2402. | #define HAVE_STRINGS_H 1
  2403. | #define HAVE_INTTYPES_H 1
  2404. | #define HAVE_STDINT_H 1
  2405. | #define HAVE_UNISTD_H 1
  2406. | #define HAVE_DLFCN_H 1
  2407. | #define LT_OBJDIR ".libs/"
  2408. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2409. | #define HAVE_PTHREAD 1
  2410. | #define HAVE_DECL_STRERROR_R 1
  2411. | #define HAVE_STRERROR_R 1
  2412. | #define HAVE_STDIO_H 1
  2413. | #define HAVE_STDLIB_H 1
  2414. | #define HAVE_UNISTD_H 1
  2415. | #define HAVE_STRINGS_H 1
  2416. | #define HAVE_SYS_TYPES_H 1
  2417. | #define HAVE_SYS_STAT_H 1
  2418. | #define HAVE_SYS_SELECT_H 1
  2419. | #define HAVE_DECL_STRNLEN 1
  2420. | #define HAVE_DECL_DAEMON 1
  2421. | #define HAVE_DECL_LE16TOH 0
  2422. | #define HAVE_DECL_LE32TOH 0
  2423. | #define HAVE_DECL_LE64TOH 0
  2424. | #define HAVE_DECL_HTOLE16 0
  2425. | #define HAVE_DECL_HTOLE32 0
  2426. | #define HAVE_DECL_HTOLE64 0
  2427. | #define HAVE_DECL_BE16TOH 0
  2428. | #define HAVE_DECL_BE32TOH 0
  2429. | #define HAVE_DECL_BE64TOH 0
  2430. | #define HAVE_DECL_HTOBE16 0
  2431. | #define HAVE_DECL_HTOBE32 0
  2432. | /* end confdefs.h. */
  2433. | #if HAVE_ENDIAN_H
  2434. | #include <endian.h>
  2435. | #elif HAVE_SYS_ENDIAN_H
  2436. | #include <sys/endian.h>
  2437. | #endif
  2438. |
  2439. | int
  2440. | main ()
  2441. | {
  2442. | #ifndef htobe64
  2443. | #ifdef __cplusplus
  2444. | (void) htobe64;
  2445. | #else
  2446. | (void) htobe64;
  2447. | #endif
  2448. | #endif
  2449. |
  2450. | ;
  2451. | return 0;
  2452. | }
  2453. configure:23095: result: no
  2454. configure:23112: checking whether bswap_16 is declared
  2455. configure:23112: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5
  2456. conftest.cpp:56:10: error: use of undeclared identifier 'bswap_16'
  2457. (void) bswap_16;
  2458. ^
  2459. 1 error generated.
  2460. configure:23112: $? = 1
  2461. configure: failed program was:
  2462. | /* confdefs.h */
  2463. | #define PACKAGE_NAME "Bitcoin Core"
  2464. | #define PACKAGE_TARNAME "bitcoin"
  2465. | #define PACKAGE_VERSION "0.15.0"
  2466. | #define PACKAGE_STRING "Bitcoin Core 0.15.0"
  2467. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  2468. | #define PACKAGE_URL "https://bitcoincore.org/"
  2469. | #define HAVE_CXX11 1
  2470. | #define STDC_HEADERS 1
  2471. | #define HAVE_SYS_TYPES_H 1
  2472. | #define HAVE_SYS_STAT_H 1
  2473. | #define HAVE_STDLIB_H 1
  2474. | #define HAVE_STRING_H 1
  2475. | #define HAVE_MEMORY_H 1
  2476. | #define HAVE_STRINGS_H 1
  2477. | #define HAVE_INTTYPES_H 1
  2478. | #define HAVE_STDINT_H 1
  2479. | #define HAVE_UNISTD_H 1
  2480. | #define HAVE_DLFCN_H 1
  2481. | #define LT_OBJDIR ".libs/"
  2482. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2483. | #define HAVE_PTHREAD 1
  2484. | #define HAVE_DECL_STRERROR_R 1
  2485. | #define HAVE_STRERROR_R 1
  2486. | #define HAVE_STDIO_H 1
  2487. | #define HAVE_STDLIB_H 1
  2488. | #define HAVE_UNISTD_H 1
  2489. | #define HAVE_STRINGS_H 1
  2490. | #define HAVE_SYS_TYPES_H 1
  2491. | #define HAVE_SYS_STAT_H 1
  2492. | #define HAVE_SYS_SELECT_H 1
  2493. | #define HAVE_DECL_STRNLEN 1
  2494. | #define HAVE_DECL_DAEMON 1
  2495. | #define HAVE_DECL_LE16TOH 0
  2496. | #define HAVE_DECL_LE32TOH 0
  2497. | #define HAVE_DECL_LE64TOH 0
  2498. | #define HAVE_DECL_HTOLE16 0
  2499. | #define HAVE_DECL_HTOLE32 0
  2500. | #define HAVE_DECL_HTOLE64 0
  2501. | #define HAVE_DECL_BE16TOH 0
  2502. | #define HAVE_DECL_BE32TOH 0
  2503. | #define HAVE_DECL_BE64TOH 0
  2504. | #define HAVE_DECL_HTOBE16 0
  2505. | #define HAVE_DECL_HTOBE32 0
  2506. | #define HAVE_DECL_HTOBE64 0
  2507. | /* end confdefs.h. */
  2508. | #if HAVE_BYTESWAP_H
  2509. | #include <byteswap.h>
  2510. | #endif
  2511. |
  2512. | int
  2513. | main ()
  2514. | {
  2515. | #ifndef bswap_16
  2516. | #ifdef __cplusplus
  2517. | (void) bswap_16;
  2518. | #else
  2519. | (void) bswap_16;
  2520. | #endif
  2521. | #endif
  2522. |
  2523. | ;
  2524. | return 0;
  2525. | }
  2526. configure:23112: result: no
  2527. configure:23125: checking whether bswap_32 is declared
  2528. configure:23125: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5
  2529. conftest.cpp:57:10: error: use of undeclared identifier 'bswap_32'
  2530. (void) bswap_32;
  2531. ^
  2532. 1 error generated.
  2533. configure:23125: $? = 1
  2534. configure: failed program was:
  2535. | /* confdefs.h */
  2536. | #define PACKAGE_NAME "Bitcoin Core"
  2537. | #define PACKAGE_TARNAME "bitcoin"
  2538. | #define PACKAGE_VERSION "0.15.0"
  2539. | #define PACKAGE_STRING "Bitcoin Core 0.15.0"
  2540. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  2541. | #define PACKAGE_URL "https://bitcoincore.org/"
  2542. | #define HAVE_CXX11 1
  2543. | #define STDC_HEADERS 1
  2544. | #define HAVE_SYS_TYPES_H 1
  2545. | #define HAVE_SYS_STAT_H 1
  2546. | #define HAVE_STDLIB_H 1
  2547. | #define HAVE_STRING_H 1
  2548. | #define HAVE_MEMORY_H 1
  2549. | #define HAVE_STRINGS_H 1
  2550. | #define HAVE_INTTYPES_H 1
  2551. | #define HAVE_STDINT_H 1
  2552. | #define HAVE_UNISTD_H 1
  2553. | #define HAVE_DLFCN_H 1
  2554. | #define LT_OBJDIR ".libs/"
  2555. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2556. | #define HAVE_PTHREAD 1
  2557. | #define HAVE_DECL_STRERROR_R 1
  2558. | #define HAVE_STRERROR_R 1
  2559. | #define HAVE_STDIO_H 1
  2560. | #define HAVE_STDLIB_H 1
  2561. | #define HAVE_UNISTD_H 1
  2562. | #define HAVE_STRINGS_H 1
  2563. | #define HAVE_SYS_TYPES_H 1
  2564. | #define HAVE_SYS_STAT_H 1
  2565. | #define HAVE_SYS_SELECT_H 1
  2566. | #define HAVE_DECL_STRNLEN 1
  2567. | #define HAVE_DECL_DAEMON 1
  2568. | #define HAVE_DECL_LE16TOH 0
  2569. | #define HAVE_DECL_LE32TOH 0
  2570. | #define HAVE_DECL_LE64TOH 0
  2571. | #define HAVE_DECL_HTOLE16 0
  2572. | #define HAVE_DECL_HTOLE32 0
  2573. | #define HAVE_DECL_HTOLE64 0
  2574. | #define HAVE_DECL_BE16TOH 0
  2575. | #define HAVE_DECL_BE32TOH 0
  2576. | #define HAVE_DECL_BE64TOH 0
  2577. | #define HAVE_DECL_HTOBE16 0
  2578. | #define HAVE_DECL_HTOBE32 0
  2579. | #define HAVE_DECL_HTOBE64 0
  2580. | #define HAVE_DECL_BSWAP_16 0
  2581. | /* end confdefs.h. */
  2582. | #if HAVE_BYTESWAP_H
  2583. | #include <byteswap.h>
  2584. | #endif
  2585. |
  2586. | int
  2587. | main ()
  2588. | {
  2589. | #ifndef bswap_32
  2590. | #ifdef __cplusplus
  2591. | (void) bswap_32;
  2592. | #else
  2593. | (void) bswap_32;
  2594. | #endif
  2595. | #endif
  2596. |
  2597. | ;
  2598. | return 0;
  2599. | }
  2600. configure:23125: result: no
  2601. configure:23138: checking whether bswap_64 is declared
  2602. configure:23138: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5
  2603. conftest.cpp:58:10: error: use of undeclared identifier 'bswap_64'
  2604. (void) bswap_64;
  2605. ^
  2606. 1 error generated.
  2607. configure:23138: $? = 1
  2608. configure: failed program was:
  2609. | /* confdefs.h */
  2610. | #define PACKAGE_NAME "Bitcoin Core"
  2611. | #define PACKAGE_TARNAME "bitcoin"
  2612. | #define PACKAGE_VERSION "0.15.0"
  2613. | #define PACKAGE_STRING "Bitcoin Core 0.15.0"
  2614. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  2615. | #define PACKAGE_URL "https://bitcoincore.org/"
  2616. | #define HAVE_CXX11 1
  2617. | #define STDC_HEADERS 1
  2618. | #define HAVE_SYS_TYPES_H 1
  2619. | #define HAVE_SYS_STAT_H 1
  2620. | #define HAVE_STDLIB_H 1
  2621. | #define HAVE_STRING_H 1
  2622. | #define HAVE_MEMORY_H 1
  2623. | #define HAVE_STRINGS_H 1
  2624. | #define HAVE_INTTYPES_H 1
  2625. | #define HAVE_STDINT_H 1
  2626. | #define HAVE_UNISTD_H 1
  2627. | #define HAVE_DLFCN_H 1
  2628. | #define LT_OBJDIR ".libs/"
  2629. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2630. | #define HAVE_PTHREAD 1
  2631. | #define HAVE_DECL_STRERROR_R 1
  2632. | #define HAVE_STRERROR_R 1
  2633. | #define HAVE_STDIO_H 1
  2634. | #define HAVE_STDLIB_H 1
  2635. | #define HAVE_UNISTD_H 1
  2636. | #define HAVE_STRINGS_H 1
  2637. | #define HAVE_SYS_TYPES_H 1
  2638. | #define HAVE_SYS_STAT_H 1
  2639. | #define HAVE_SYS_SELECT_H 1
  2640. | #define HAVE_DECL_STRNLEN 1
  2641. | #define HAVE_DECL_DAEMON 1
  2642. | #define HAVE_DECL_LE16TOH 0
  2643. | #define HAVE_DECL_LE32TOH 0
  2644. | #define HAVE_DECL_LE64TOH 0
  2645. | #define HAVE_DECL_HTOLE16 0
  2646. | #define HAVE_DECL_HTOLE32 0
  2647. | #define HAVE_DECL_HTOLE64 0
  2648. | #define HAVE_DECL_BE16TOH 0
  2649. | #define HAVE_DECL_BE32TOH 0
  2650. | #define HAVE_DECL_BE64TOH 0
  2651. | #define HAVE_DECL_HTOBE16 0
  2652. | #define HAVE_DECL_HTOBE32 0
  2653. | #define HAVE_DECL_HTOBE64 0
  2654. | #define HAVE_DECL_BSWAP_16 0
  2655. | #define HAVE_DECL_BSWAP_32 0
  2656. | /* end confdefs.h. */
  2657. | #if HAVE_BYTESWAP_H
  2658. | #include <byteswap.h>
  2659. | #endif
  2660. |
  2661. | int
  2662. | main ()
  2663. | {
  2664. | #ifndef bswap_64
  2665. | #ifdef __cplusplus
  2666. | (void) bswap_64;
  2667. | #else
  2668. | (void) bswap_64;
  2669. | #endif
  2670. | #endif
  2671. |
  2672. | ;
  2673. | return 0;
  2674. | }
  2675. configure:23138: result: no
  2676. configure:23153: checking whether __builtin_clz is declared
  2677. configure:23153: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5
  2678. conftest.cpp:88:10: error: builtin functions must be directly called
  2679. (void) __builtin_clz;
  2680. ^
  2681. 1 error generated.
  2682. configure:23153: $? = 1
  2683. configure: failed program was:
  2684. | /* confdefs.h */
  2685. | #define PACKAGE_NAME "Bitcoin Core"
  2686. | #define PACKAGE_TARNAME "bitcoin"
  2687. | #define PACKAGE_VERSION "0.15.0"
  2688. | #define PACKAGE_STRING "Bitcoin Core 0.15.0"
  2689. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  2690. | #define PACKAGE_URL "https://bitcoincore.org/"
  2691. | #define HAVE_CXX11 1
  2692. | #define STDC_HEADERS 1
  2693. | #define HAVE_SYS_TYPES_H 1
  2694. | #define HAVE_SYS_STAT_H 1
  2695. | #define HAVE_STDLIB_H 1
  2696. | #define HAVE_STRING_H 1
  2697. | #define HAVE_MEMORY_H 1
  2698. | #define HAVE_STRINGS_H 1
  2699. | #define HAVE_INTTYPES_H 1
  2700. | #define HAVE_STDINT_H 1
  2701. | #define HAVE_UNISTD_H 1
  2702. | #define HAVE_DLFCN_H 1
  2703. | #define LT_OBJDIR ".libs/"
  2704. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2705. | #define HAVE_PTHREAD 1
  2706. | #define HAVE_DECL_STRERROR_R 1
  2707. | #define HAVE_STRERROR_R 1
  2708. | #define HAVE_STDIO_H 1
  2709. | #define HAVE_STDLIB_H 1
  2710. | #define HAVE_UNISTD_H 1
  2711. | #define HAVE_STRINGS_H 1
  2712. | #define HAVE_SYS_TYPES_H 1
  2713. | #define HAVE_SYS_STAT_H 1
  2714. | #define HAVE_SYS_SELECT_H 1
  2715. | #define HAVE_DECL_STRNLEN 1
  2716. | #define HAVE_DECL_DAEMON 1
  2717. | #define HAVE_DECL_LE16TOH 0
  2718. | #define HAVE_DECL_LE32TOH 0
  2719. | #define HAVE_DECL_LE64TOH 0
  2720. | #define HAVE_DECL_HTOLE16 0
  2721. | #define HAVE_DECL_HTOLE32 0
  2722. | #define HAVE_DECL_HTOLE64 0
  2723. | #define HAVE_DECL_BE16TOH 0
  2724. | #define HAVE_DECL_BE32TOH 0
  2725. | #define HAVE_DECL_BE64TOH 0
  2726. | #define HAVE_DECL_HTOBE16 0
  2727. | #define HAVE_DECL_HTOBE32 0
  2728. | #define HAVE_DECL_HTOBE64 0
  2729. | #define HAVE_DECL_BSWAP_16 0
  2730. | #define HAVE_DECL_BSWAP_32 0
  2731. | #define HAVE_DECL_BSWAP_64 0
  2732. | /* end confdefs.h. */
  2733. | #include <stdio.h>
  2734. | #ifdef HAVE_SYS_TYPES_H
  2735. | # include <sys/types.h>
  2736. | #endif
  2737. | #ifdef HAVE_SYS_STAT_H
  2738. | # include <sys/stat.h>
  2739. | #endif
  2740. | #ifdef STDC_HEADERS
  2741. | # include <stdlib.h>
  2742. | # include <stddef.h>
  2743. | #else
  2744. | # ifdef HAVE_STDLIB_H
  2745. | # include <stdlib.h>
  2746. | # endif
  2747. | #endif
  2748. | #ifdef HAVE_STRING_H
  2749. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2750. | # include <memory.h>
  2751. | # endif
  2752. | # include <string.h>
  2753. | #endif
  2754. | #ifdef HAVE_STRINGS_H
  2755. | # include <strings.h>
  2756. | #endif
  2757. | #ifdef HAVE_INTTYPES_H
  2758. | # include <inttypes.h>
  2759. | #endif
  2760. | #ifdef HAVE_STDINT_H
  2761. | # include <stdint.h>
  2762. | #endif
  2763. | #ifdef HAVE_UNISTD_H
  2764. | # include <unistd.h>
  2765. | #endif
  2766. | int
  2767. | main ()
  2768. | {
  2769. | #ifndef __builtin_clz
  2770. | #ifdef __cplusplus
  2771. | (void) __builtin_clz;
  2772. | #else
  2773. | (void) __builtin_clz;
  2774. | #endif
  2775. | #endif
  2776. |
  2777. | ;
  2778. | return 0;
  2779. | }
  2780. configure:23153: result: no
  2781. configure:23163: checking whether __builtin_clzl is declared
  2782. configure:23163: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5
  2783. conftest.cpp:89:10: error: builtin functions must be directly called
  2784. (void) __builtin_clzl;
  2785. ^
  2786. 1 error generated.
  2787. configure:23163: $? = 1
  2788. configure: failed program was:
  2789. | /* confdefs.h */
  2790. | #define PACKAGE_NAME "Bitcoin Core"
  2791. | #define PACKAGE_TARNAME "bitcoin"
  2792. | #define PACKAGE_VERSION "0.15.0"
  2793. | #define PACKAGE_STRING "Bitcoin Core 0.15.0"
  2794. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  2795. | #define PACKAGE_URL "https://bitcoincore.org/"
  2796. | #define HAVE_CXX11 1
  2797. | #define STDC_HEADERS 1
  2798. | #define HAVE_SYS_TYPES_H 1
  2799. | #define HAVE_SYS_STAT_H 1
  2800. | #define HAVE_STDLIB_H 1
  2801. | #define HAVE_STRING_H 1
  2802. | #define HAVE_MEMORY_H 1
  2803. | #define HAVE_STRINGS_H 1
  2804. | #define HAVE_INTTYPES_H 1
  2805. | #define HAVE_STDINT_H 1
  2806. | #define HAVE_UNISTD_H 1
  2807. | #define HAVE_DLFCN_H 1
  2808. | #define LT_OBJDIR ".libs/"
  2809. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2810. | #define HAVE_PTHREAD 1
  2811. | #define HAVE_DECL_STRERROR_R 1
  2812. | #define HAVE_STRERROR_R 1
  2813. | #define HAVE_STDIO_H 1
  2814. | #define HAVE_STDLIB_H 1
  2815. | #define HAVE_UNISTD_H 1
  2816. | #define HAVE_STRINGS_H 1
  2817. | #define HAVE_SYS_TYPES_H 1
  2818. | #define HAVE_SYS_STAT_H 1
  2819. | #define HAVE_SYS_SELECT_H 1
  2820. | #define HAVE_DECL_STRNLEN 1
  2821. | #define HAVE_DECL_DAEMON 1
  2822. | #define HAVE_DECL_LE16TOH 0
  2823. | #define HAVE_DECL_LE32TOH 0
  2824. | #define HAVE_DECL_LE64TOH 0
  2825. | #define HAVE_DECL_HTOLE16 0
  2826. | #define HAVE_DECL_HTOLE32 0
  2827. | #define HAVE_DECL_HTOLE64 0
  2828. | #define HAVE_DECL_BE16TOH 0
  2829. | #define HAVE_DECL_BE32TOH 0
  2830. | #define HAVE_DECL_BE64TOH 0
  2831. | #define HAVE_DECL_HTOBE16 0
  2832. | #define HAVE_DECL_HTOBE32 0
  2833. | #define HAVE_DECL_HTOBE64 0
  2834. | #define HAVE_DECL_BSWAP_16 0
  2835. | #define HAVE_DECL_BSWAP_32 0
  2836. | #define HAVE_DECL_BSWAP_64 0
  2837. | #define HAVE_DECL___BUILTIN_CLZ 0
  2838. | /* end confdefs.h. */
  2839. | #include <stdio.h>
  2840. | #ifdef HAVE_SYS_TYPES_H
  2841. | # include <sys/types.h>
  2842. | #endif
  2843. | #ifdef HAVE_SYS_STAT_H
  2844. | # include <sys/stat.h>
  2845. | #endif
  2846. | #ifdef STDC_HEADERS
  2847. | # include <stdlib.h>
  2848. | # include <stddef.h>
  2849. | #else
  2850. | # ifdef HAVE_STDLIB_H
  2851. | # include <stdlib.h>
  2852. | # endif
  2853. | #endif
  2854. | #ifdef HAVE_STRING_H
  2855. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2856. | # include <memory.h>
  2857. | # endif
  2858. | # include <string.h>
  2859. | #endif
  2860. | #ifdef HAVE_STRINGS_H
  2861. | # include <strings.h>
  2862. | #endif
  2863. | #ifdef HAVE_INTTYPES_H
  2864. | # include <inttypes.h>
  2865. | #endif
  2866. | #ifdef HAVE_STDINT_H
  2867. | # include <stdint.h>
  2868. | #endif
  2869. | #ifdef HAVE_UNISTD_H
  2870. | # include <unistd.h>
  2871. | #endif
  2872. | int
  2873. | main ()
  2874. | {
  2875. | #ifndef __builtin_clzl
  2876. | #ifdef __cplusplus
  2877. | (void) __builtin_clzl;
  2878. | #else
  2879. | (void) __builtin_clzl;
  2880. | #endif
  2881. | #endif
  2882. |
  2883. | ;
  2884. | return 0;
  2885. | }
  2886. configure:23163: result: no
  2887. configure:23173: checking whether __builtin_clzll is declared
  2888. configure:23173: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5
  2889. conftest.cpp:90:10: error: builtin functions must be directly called
  2890. (void) __builtin_clzll;
  2891. ^
  2892. 1 error generated.
  2893. configure:23173: $? = 1
  2894. configure: failed program was:
  2895. | /* confdefs.h */
  2896. | #define PACKAGE_NAME "Bitcoin Core"
  2897. | #define PACKAGE_TARNAME "bitcoin"
  2898. | #define PACKAGE_VERSION "0.15.0"
  2899. | #define PACKAGE_STRING "Bitcoin Core 0.15.0"
  2900. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  2901. | #define PACKAGE_URL "https://bitcoincore.org/"
  2902. | #define HAVE_CXX11 1
  2903. | #define STDC_HEADERS 1
  2904. | #define HAVE_SYS_TYPES_H 1
  2905. | #define HAVE_SYS_STAT_H 1
  2906. | #define HAVE_STDLIB_H 1
  2907. | #define HAVE_STRING_H 1
  2908. | #define HAVE_MEMORY_H 1
  2909. | #define HAVE_STRINGS_H 1
  2910. | #define HAVE_INTTYPES_H 1
  2911. | #define HAVE_STDINT_H 1
  2912. | #define HAVE_UNISTD_H 1
  2913. | #define HAVE_DLFCN_H 1
  2914. | #define LT_OBJDIR ".libs/"
  2915. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2916. | #define HAVE_PTHREAD 1
  2917. | #define HAVE_DECL_STRERROR_R 1
  2918. | #define HAVE_STRERROR_R 1
  2919. | #define HAVE_STDIO_H 1
  2920. | #define HAVE_STDLIB_H 1
  2921. | #define HAVE_UNISTD_H 1
  2922. | #define HAVE_STRINGS_H 1
  2923. | #define HAVE_SYS_TYPES_H 1
  2924. | #define HAVE_SYS_STAT_H 1
  2925. | #define HAVE_SYS_SELECT_H 1
  2926. | #define HAVE_DECL_STRNLEN 1
  2927. | #define HAVE_DECL_DAEMON 1
  2928. | #define HAVE_DECL_LE16TOH 0
  2929. | #define HAVE_DECL_LE32TOH 0
  2930. | #define HAVE_DECL_LE64TOH 0
  2931. | #define HAVE_DECL_HTOLE16 0
  2932. | #define HAVE_DECL_HTOLE32 0
  2933. | #define HAVE_DECL_HTOLE64 0
  2934. | #define HAVE_DECL_BE16TOH 0
  2935. | #define HAVE_DECL_BE32TOH 0
  2936. | #define HAVE_DECL_BE64TOH 0
  2937. | #define HAVE_DECL_HTOBE16 0
  2938. | #define HAVE_DECL_HTOBE32 0
  2939. | #define HAVE_DECL_HTOBE64 0
  2940. | #define HAVE_DECL_BSWAP_16 0
  2941. | #define HAVE_DECL_BSWAP_32 0
  2942. | #define HAVE_DECL_BSWAP_64 0
  2943. | #define HAVE_DECL___BUILTIN_CLZ 0
  2944. | #define HAVE_DECL___BUILTIN_CLZL 0
  2945. | /* end confdefs.h. */
  2946. | #include <stdio.h>
  2947. | #ifdef HAVE_SYS_TYPES_H
  2948. | # include <sys/types.h>
  2949. | #endif
  2950. | #ifdef HAVE_SYS_STAT_H
  2951. | # include <sys/stat.h>
  2952. | #endif
  2953. | #ifdef STDC_HEADERS
  2954. | # include <stdlib.h>
  2955. | # include <stddef.h>
  2956. | #else
  2957. | # ifdef HAVE_STDLIB_H
  2958. | # include <stdlib.h>
  2959. | # endif
  2960. | #endif
  2961. | #ifdef HAVE_STRING_H
  2962. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2963. | # include <memory.h>
  2964. | # endif
  2965. | # include <string.h>
  2966. | #endif
  2967. | #ifdef HAVE_STRINGS_H
  2968. | # include <strings.h>
  2969. | #endif
  2970. | #ifdef HAVE_INTTYPES_H
  2971. | # include <inttypes.h>
  2972. | #endif
  2973. | #ifdef HAVE_STDINT_H
  2974. | # include <stdint.h>
  2975. | #endif
  2976. | #ifdef HAVE_UNISTD_H
  2977. | # include <unistd.h>
  2978. | #endif
  2979. | int
  2980. | main ()
  2981. | {
  2982. | #ifndef __builtin_clzll
  2983. | #ifdef __cplusplus
  2984. | (void) __builtin_clzll;
  2985. | #else
  2986. | (void) __builtin_clzll;
  2987. | #endif
  2988. | #endif
  2989. |
  2990. | ;
  2991. | return 0;
  2992. | }
  2993. configure:23173: result: no
  2994. configure:23185: checking for MSG_NOSIGNAL
  2995. configure:23198: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5
  2996. conftest.cpp:57:10: error: use of undeclared identifier 'MSG_NOSIGNAL'
  2997. int f = MSG_NOSIGNAL;
  2998. ^
  2999. 1 error generated.
  3000. configure:23198: $? = 1
  3001. configure: failed program was:
  3002. | /* confdefs.h */
  3003. | #define PACKAGE_NAME "Bitcoin Core"
  3004. | #define PACKAGE_TARNAME "bitcoin"
  3005. | #define PACKAGE_VERSION "0.15.0"
  3006. | #define PACKAGE_STRING "Bitcoin Core 0.15.0"
  3007. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  3008. | #define PACKAGE_URL "https://bitcoincore.org/"
  3009. | #define HAVE_CXX11 1
  3010. | #define STDC_HEADERS 1
  3011. | #define HAVE_SYS_TYPES_H 1
  3012. | #define HAVE_SYS_STAT_H 1
  3013. | #define HAVE_STDLIB_H 1
  3014. | #define HAVE_STRING_H 1
  3015. | #define HAVE_MEMORY_H 1
  3016. | #define HAVE_STRINGS_H 1
  3017. | #define HAVE_INTTYPES_H 1
  3018. | #define HAVE_STDINT_H 1
  3019. | #define HAVE_UNISTD_H 1
  3020. | #define HAVE_DLFCN_H 1
  3021. | #define LT_OBJDIR ".libs/"
  3022. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  3023. | #define HAVE_PTHREAD 1
  3024. | #define HAVE_DECL_STRERROR_R 1
  3025. | #define HAVE_STRERROR_R 1
  3026. | #define HAVE_STDIO_H 1
  3027. | #define HAVE_STDLIB_H 1
  3028. | #define HAVE_UNISTD_H 1
  3029. | #define HAVE_STRINGS_H 1
  3030. | #define HAVE_SYS_TYPES_H 1
  3031. | #define HAVE_SYS_STAT_H 1
  3032. | #define HAVE_SYS_SELECT_H 1
  3033. | #define HAVE_DECL_STRNLEN 1
  3034. | #define HAVE_DECL_DAEMON 1
  3035. | #define HAVE_DECL_LE16TOH 0
  3036. | #define HAVE_DECL_LE32TOH 0
  3037. | #define HAVE_DECL_LE64TOH 0
  3038. | #define HAVE_DECL_HTOLE16 0
  3039. | #define HAVE_DECL_HTOLE32 0
  3040. | #define HAVE_DECL_HTOLE64 0
  3041. | #define HAVE_DECL_BE16TOH 0
  3042. | #define HAVE_DECL_BE32TOH 0
  3043. | #define HAVE_DECL_BE64TOH 0
  3044. | #define HAVE_DECL_HTOBE16 0
  3045. | #define HAVE_DECL_HTOBE32 0
  3046. | #define HAVE_DECL_HTOBE64 0
  3047. | #define HAVE_DECL_BSWAP_16 0
  3048. | #define HAVE_DECL_BSWAP_32 0
  3049. | #define HAVE_DECL_BSWAP_64 0
  3050. | #define HAVE_DECL___BUILTIN_CLZ 0
  3051. | #define HAVE_DECL___BUILTIN_CLZL 0
  3052. | #define HAVE_DECL___BUILTIN_CLZLL 0
  3053. | /* end confdefs.h. */
  3054. | #include <sys/socket.h>
  3055. | int
  3056. | main ()
  3057. | {
  3058. | int f = MSG_NOSIGNAL;
  3059. | ;
  3060. | return 0;
  3061. | }
  3062. configure:23204: result: no
  3063. configure:23210: checking for MSG_DONTWAIT
  3064. configure:23223: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5
  3065. conftest.cpp:57:6: warning: unused variable 'f' [-Wunused-variable]
  3066. int f = MSG_DONTWAIT;
  3067. ^
  3068. 1 warning generated.
  3069. configure:23223: $? = 0
  3070. configure:23224: result: yes
  3071. configure:23235: checking for getmemoryinfo
  3072. configure:23248: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5
  3073. conftest.cpp:54:10: fatal error: 'malloc.h' file not found
  3074. #include <malloc.h>
  3075. ^~~~~~~~~~
  3076. 1 error generated.
  3077. configure:23248: $? = 1
  3078. configure: failed program was:
  3079. | /* confdefs.h */
  3080. | #define PACKAGE_NAME "Bitcoin Core"
  3081. | #define PACKAGE_TARNAME "bitcoin"
  3082. | #define PACKAGE_VERSION "0.15.0"
  3083. | #define PACKAGE_STRING "Bitcoin Core 0.15.0"
  3084. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  3085. | #define PACKAGE_URL "https://bitcoincore.org/"
  3086. | #define HAVE_CXX11 1
  3087. | #define STDC_HEADERS 1
  3088. | #define HAVE_SYS_TYPES_H 1
  3089. | #define HAVE_SYS_STAT_H 1
  3090. | #define HAVE_STDLIB_H 1
  3091. | #define HAVE_STRING_H 1
  3092. | #define HAVE_MEMORY_H 1
  3093. | #define HAVE_STRINGS_H 1
  3094. | #define HAVE_INTTYPES_H 1
  3095. | #define HAVE_STDINT_H 1
  3096. | #define HAVE_UNISTD_H 1
  3097. | #define HAVE_DLFCN_H 1
  3098. | #define LT_OBJDIR ".libs/"
  3099. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  3100. | #define HAVE_PTHREAD 1
  3101. | #define HAVE_DECL_STRERROR_R 1
  3102. | #define HAVE_STRERROR_R 1
  3103. | #define HAVE_STDIO_H 1
  3104. | #define HAVE_STDLIB_H 1
  3105. | #define HAVE_UNISTD_H 1
  3106. | #define HAVE_STRINGS_H 1
  3107. | #define HAVE_SYS_TYPES_H 1
  3108. | #define HAVE_SYS_STAT_H 1
  3109. | #define HAVE_SYS_SELECT_H 1
  3110. | #define HAVE_DECL_STRNLEN 1
  3111. | #define HAVE_DECL_DAEMON 1
  3112. | #define HAVE_DECL_LE16TOH 0
  3113. | #define HAVE_DECL_LE32TOH 0
  3114. | #define HAVE_DECL_LE64TOH 0
  3115. | #define HAVE_DECL_HTOLE16 0
  3116. | #define HAVE_DECL_HTOLE32 0
  3117. | #define HAVE_DECL_HTOLE64 0
  3118. | #define HAVE_DECL_BE16TOH 0
  3119. | #define HAVE_DECL_BE32TOH 0
  3120. | #define HAVE_DECL_BE64TOH 0
  3121. | #define HAVE_DECL_HTOBE16 0
  3122. | #define HAVE_DECL_HTOBE32 0
  3123. | #define HAVE_DECL_HTOBE64 0
  3124. | #define HAVE_DECL_BSWAP_16 0
  3125. | #define HAVE_DECL_BSWAP_32 0
  3126. | #define HAVE_DECL_BSWAP_64 0
  3127. | #define HAVE_DECL___BUILTIN_CLZ 0
  3128. | #define HAVE_DECL___BUILTIN_CLZL 0
  3129. | #define HAVE_DECL___BUILTIN_CLZLL 0
  3130. | #define HAVE_MSG_DONTWAIT 1
  3131. | /* end confdefs.h. */
  3132. | #include <malloc.h>
  3133. | int
  3134. | main ()
  3135. | {
  3136. | int f = malloc_info(0, NULL);
  3137. | ;
  3138. | return 0;
  3139. | }
  3140. configure:23254: result: no
  3141. configure:23260: checking for mallopt M_ARENA_MAX
  3142. configure:23273: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5
  3143. conftest.cpp:54:10: fatal error: 'malloc.h' file not found
  3144. #include <malloc.h>
  3145. ^~~~~~~~~~
  3146. 1 error generated.
  3147. configure:23273: $? = 1
  3148. configure: failed program was:
  3149. | /* confdefs.h */
  3150. | #define PACKAGE_NAME "Bitcoin Core"
  3151. | #define PACKAGE_TARNAME "bitcoin"
  3152. | #define PACKAGE_VERSION "0.15.0"
  3153. | #define PACKAGE_STRING "Bitcoin Core 0.15.0"
  3154. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  3155. | #define PACKAGE_URL "https://bitcoincore.org/"
  3156. | #define HAVE_CXX11 1
  3157. | #define STDC_HEADERS 1
  3158. | #define HAVE_SYS_TYPES_H 1
  3159. | #define HAVE_SYS_STAT_H 1
  3160. | #define HAVE_STDLIB_H 1
  3161. | #define HAVE_STRING_H 1
  3162. | #define HAVE_MEMORY_H 1
  3163. | #define HAVE_STRINGS_H 1
  3164. | #define HAVE_INTTYPES_H 1
  3165. | #define HAVE_STDINT_H 1
  3166. | #define HAVE_UNISTD_H 1
  3167. | #define HAVE_DLFCN_H 1
  3168. | #define LT_OBJDIR ".libs/"
  3169. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  3170. | #define HAVE_PTHREAD 1
  3171. | #define HAVE_DECL_STRERROR_R 1
  3172. | #define HAVE_STRERROR_R 1
  3173. | #define HAVE_STDIO_H 1
  3174. | #define HAVE_STDLIB_H 1
  3175. | #define HAVE_UNISTD_H 1
  3176. | #define HAVE_STRINGS_H 1
  3177. | #define HAVE_SYS_TYPES_H 1
  3178. | #define HAVE_SYS_STAT_H 1
  3179. | #define HAVE_SYS_SELECT_H 1
  3180. | #define HAVE_DECL_STRNLEN 1
  3181. | #define HAVE_DECL_DAEMON 1
  3182. | #define HAVE_DECL_LE16TOH 0
  3183. | #define HAVE_DECL_LE32TOH 0
  3184. | #define HAVE_DECL_LE64TOH 0
  3185. | #define HAVE_DECL_HTOLE16 0
  3186. | #define HAVE_DECL_HTOLE32 0
  3187. | #define HAVE_DECL_HTOLE64 0
  3188. | #define HAVE_DECL_BE16TOH 0
  3189. | #define HAVE_DECL_BE32TOH 0
  3190. | #define HAVE_DECL_BE64TOH 0
  3191. | #define HAVE_DECL_HTOBE16 0
  3192. | #define HAVE_DECL_HTOBE32 0
  3193. | #define HAVE_DECL_HTOBE64 0
  3194. | #define HAVE_DECL_BSWAP_16 0
  3195. | #define HAVE_DECL_BSWAP_32 0
  3196. | #define HAVE_DECL_BSWAP_64 0
  3197. | #define HAVE_DECL___BUILTIN_CLZ 0
  3198. | #define HAVE_DECL___BUILTIN_CLZL 0
  3199. | #define HAVE_DECL___BUILTIN_CLZLL 0
  3200. | #define HAVE_MSG_DONTWAIT 1
  3201. | /* end confdefs.h. */
  3202. | #include <malloc.h>
  3203. | int
  3204. | main ()
  3205. | {
  3206. | mallopt(M_ARENA_MAX, 1);
  3207. | ;
  3208. | return 0;
  3209. | }
  3210. configure:23279: result: no
  3211. configure:23285: checking for visibility attribute
  3212. configure:23294: g++ -std=c++11 -o conftest -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX -Wl,-headerpad_max_install_names -Wl,-dead_strip conftest.cpp -L/usr/local/opt/berkeley-db@4/lib >&5
  3213. configure:23294: $? = 0
  3214. configure:23299: result: yes
  3215. configure:23316: checking for Linux getrandom syscall
  3216. configure:23331: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5
  3217. conftest.cpp:57:12: fatal error: 'linux/random.h' file not found
  3218. #include <linux/random.h>
  3219. ^~~~~~~~~~~~~~~~
  3220. 1 error generated.
  3221. configure:23331: $? = 1
  3222. configure: failed program was:
  3223. | /* confdefs.h */
  3224. | #define PACKAGE_NAME "Bitcoin Core"
  3225. | #define PACKAGE_TARNAME "bitcoin"
  3226. | #define PACKAGE_VERSION "0.15.0"
  3227. | #define PACKAGE_STRING "Bitcoin Core 0.15.0"
  3228. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  3229. | #define PACKAGE_URL "https://bitcoincore.org/"
  3230. | #define HAVE_CXX11 1
  3231. | #define STDC_HEADERS 1
  3232. | #define HAVE_SYS_TYPES_H 1
  3233. | #define HAVE_SYS_STAT_H 1
  3234. | #define HAVE_STDLIB_H 1
  3235. | #define HAVE_STRING_H 1
  3236. | #define HAVE_MEMORY_H 1
  3237. | #define HAVE_STRINGS_H 1
  3238. | #define HAVE_INTTYPES_H 1
  3239. | #define HAVE_STDINT_H 1
  3240. | #define HAVE_UNISTD_H 1
  3241. | #define HAVE_DLFCN_H 1
  3242. | #define LT_OBJDIR ".libs/"
  3243. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  3244. | #define HAVE_PTHREAD 1
  3245. | #define HAVE_DECL_STRERROR_R 1
  3246. | #define HAVE_STRERROR_R 1
  3247. | #define HAVE_STDIO_H 1
  3248. | #define HAVE_STDLIB_H 1
  3249. | #define HAVE_UNISTD_H 1
  3250. | #define HAVE_STRINGS_H 1
  3251. | #define HAVE_SYS_TYPES_H 1
  3252. | #define HAVE_SYS_STAT_H 1
  3253. | #define HAVE_SYS_SELECT_H 1
  3254. | #define HAVE_DECL_STRNLEN 1
  3255. | #define HAVE_DECL_DAEMON 1
  3256. | #define HAVE_DECL_LE16TOH 0
  3257. | #define HAVE_DECL_LE32TOH 0
  3258. | #define HAVE_DECL_LE64TOH 0
  3259. | #define HAVE_DECL_HTOLE16 0
  3260. | #define HAVE_DECL_HTOLE32 0
  3261. | #define HAVE_DECL_HTOLE64 0
  3262. | #define HAVE_DECL_BE16TOH 0
  3263. | #define HAVE_DECL_BE32TOH 0
  3264. | #define HAVE_DECL_BE64TOH 0
  3265. | #define HAVE_DECL_HTOBE16 0
  3266. | #define HAVE_DECL_HTOBE32 0
  3267. | #define HAVE_DECL_HTOBE64 0
  3268. | #define HAVE_DECL_BSWAP_16 0
  3269. | #define HAVE_DECL_BSWAP_32 0
  3270. | #define HAVE_DECL_BSWAP_64 0
  3271. | #define HAVE_DECL___BUILTIN_CLZ 0
  3272. | #define HAVE_DECL___BUILTIN_CLZL 0
  3273. | #define HAVE_DECL___BUILTIN_CLZLL 0
  3274. | #define HAVE_MSG_DONTWAIT 1
  3275. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  3276. | /* end confdefs.h. */
  3277. | #include <unistd.h>
  3278. | #include <sys/syscall.h>
  3279. | #include <linux/random.h>
  3280. | int
  3281. | main ()
  3282. | {
  3283. | syscall(SYS_getrandom, nullptr, 32, 0);
  3284. | ;
  3285. | return 0;
  3286. | }
  3287. configure:23337: result: no
  3288. configure:23343: checking for getentropy
  3289. configure:23356: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5
  3290. conftest.cpp:59:2: error: use of undeclared identifier 'getentropy'
  3291. getentropy(nullptr, 32)
  3292. ^
  3293. 1 error generated.
  3294. configure:23356: $? = 1
  3295. configure: failed program was:
  3296. | /* confdefs.h */
  3297. | #define PACKAGE_NAME "Bitcoin Core"
  3298. | #define PACKAGE_TARNAME "bitcoin"
  3299. | #define PACKAGE_VERSION "0.15.0"
  3300. | #define PACKAGE_STRING "Bitcoin Core 0.15.0"
  3301. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  3302. | #define PACKAGE_URL "https://bitcoincore.org/"
  3303. | #define HAVE_CXX11 1
  3304. | #define STDC_HEADERS 1
  3305. | #define HAVE_SYS_TYPES_H 1
  3306. | #define HAVE_SYS_STAT_H 1
  3307. | #define HAVE_STDLIB_H 1
  3308. | #define HAVE_STRING_H 1
  3309. | #define HAVE_MEMORY_H 1
  3310. | #define HAVE_STRINGS_H 1
  3311. | #define HAVE_INTTYPES_H 1
  3312. | #define HAVE_STDINT_H 1
  3313. | #define HAVE_UNISTD_H 1
  3314. | #define HAVE_DLFCN_H 1
  3315. | #define LT_OBJDIR ".libs/"
  3316. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  3317. | #define HAVE_PTHREAD 1
  3318. | #define HAVE_DECL_STRERROR_R 1
  3319. | #define HAVE_STRERROR_R 1
  3320. | #define HAVE_STDIO_H 1
  3321. | #define HAVE_STDLIB_H 1
  3322. | #define HAVE_UNISTD_H 1
  3323. | #define HAVE_STRINGS_H 1
  3324. | #define HAVE_SYS_TYPES_H 1
  3325. | #define HAVE_SYS_STAT_H 1
  3326. | #define HAVE_SYS_SELECT_H 1
  3327. | #define HAVE_DECL_STRNLEN 1
  3328. | #define HAVE_DECL_DAEMON 1
  3329. | #define HAVE_DECL_LE16TOH 0
  3330. | #define HAVE_DECL_LE32TOH 0
  3331. | #define HAVE_DECL_LE64TOH 0
  3332. | #define HAVE_DECL_HTOLE16 0
  3333. | #define HAVE_DECL_HTOLE32 0
  3334. | #define HAVE_DECL_HTOLE64 0
  3335. | #define HAVE_DECL_BE16TOH 0
  3336. | #define HAVE_DECL_BE32TOH 0
  3337. | #define HAVE_DECL_BE64TOH 0
  3338. | #define HAVE_DECL_HTOBE16 0
  3339. | #define HAVE_DECL_HTOBE32 0
  3340. | #define HAVE_DECL_HTOBE64 0
  3341. | #define HAVE_DECL_BSWAP_16 0
  3342. | #define HAVE_DECL_BSWAP_32 0
  3343. | #define HAVE_DECL_BSWAP_64 0
  3344. | #define HAVE_DECL___BUILTIN_CLZ 0
  3345. | #define HAVE_DECL___BUILTIN_CLZL 0
  3346. | #define HAVE_DECL___BUILTIN_CLZLL 0
  3347. | #define HAVE_MSG_DONTWAIT 1
  3348. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  3349. | /* end confdefs.h. */
  3350. | #include <unistd.h>
  3351. | int
  3352. | main ()
  3353. | {
  3354. | getentropy(nullptr, 32)
  3355. | ;
  3356. | return 0;
  3357. | }
  3358. configure:23362: result: no
  3359. configure:23368: checking for getentropy via random.h
  3360. configure:23382: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5
  3361. configure:23382: $? = 0
  3362. configure:23383: result: yes
  3363. configure:23394: checking for sysctl KERN_ARND
  3364. configure:23409: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5
  3365. conftest.cpp:61:40: error: use of undeclared identifier 'KERN_ARND'
  3366. static const int name[2] = {CTL_KERN, KERN_ARND};
  3367. ^
  3368. conftest.cpp:62:5: error: no matching function for call to 'sysctl'
  3369. sysctl(name, 2, nullptr, nullptr, nullptr, 0);
  3370. ^~~~~~
  3371. /usr/include/sys/sysctl.h:759:5: note: candidate function not viable: no known conversion from 'const int [2]' to 'int *' for 1st argument
  3372. int sysctl(int *, u_int, void *, size_t *, void *, size_t);
  3373. ^
  3374. 2 errors generated.
  3375. configure:23409: $? = 1
  3376. configure: failed program was:
  3377. | /* confdefs.h */
  3378. | #define PACKAGE_NAME "Bitcoin Core"
  3379. | #define PACKAGE_TARNAME "bitcoin"
  3380. | #define PACKAGE_VERSION "0.15.0"
  3381. | #define PACKAGE_STRING "Bitcoin Core 0.15.0"
  3382. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  3383. | #define PACKAGE_URL "https://bitcoincore.org/"
  3384. | #define HAVE_CXX11 1
  3385. | #define STDC_HEADERS 1
  3386. | #define HAVE_SYS_TYPES_H 1
  3387. | #define HAVE_SYS_STAT_H 1
  3388. | #define HAVE_STDLIB_H 1
  3389. | #define HAVE_STRING_H 1
  3390. | #define HAVE_MEMORY_H 1
  3391. | #define HAVE_STRINGS_H 1
  3392. | #define HAVE_INTTYPES_H 1
  3393. | #define HAVE_STDINT_H 1
  3394. | #define HAVE_UNISTD_H 1
  3395. | #define HAVE_DLFCN_H 1
  3396. | #define LT_OBJDIR ".libs/"
  3397. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  3398. | #define HAVE_PTHREAD 1
  3399. | #define HAVE_DECL_STRERROR_R 1
  3400. | #define HAVE_STRERROR_R 1
  3401. | #define HAVE_STDIO_H 1
  3402. | #define HAVE_STDLIB_H 1
  3403. | #define HAVE_UNISTD_H 1
  3404. | #define HAVE_STRINGS_H 1
  3405. | #define HAVE_SYS_TYPES_H 1
  3406. | #define HAVE_SYS_STAT_H 1
  3407. | #define HAVE_SYS_SELECT_H 1
  3408. | #define HAVE_DECL_STRNLEN 1
  3409. | #define HAVE_DECL_DAEMON 1
  3410. | #define HAVE_DECL_LE16TOH 0
  3411. | #define HAVE_DECL_LE32TOH 0
  3412. | #define HAVE_DECL_LE64TOH 0
  3413. | #define HAVE_DECL_HTOLE16 0
  3414. | #define HAVE_DECL_HTOLE32 0
  3415. | #define HAVE_DECL_HTOLE64 0
  3416. | #define HAVE_DECL_BE16TOH 0
  3417. | #define HAVE_DECL_BE32TOH 0
  3418. | #define HAVE_DECL_BE64TOH 0
  3419. | #define HAVE_DECL_HTOBE16 0
  3420. | #define HAVE_DECL_HTOBE32 0
  3421. | #define HAVE_DECL_HTOBE64 0
  3422. | #define HAVE_DECL_BSWAP_16 0
  3423. | #define HAVE_DECL_BSWAP_32 0
  3424. | #define HAVE_DECL_BSWAP_64 0
  3425. | #define HAVE_DECL___BUILTIN_CLZ 0
  3426. | #define HAVE_DECL___BUILTIN_CLZL 0
  3427. | #define HAVE_DECL___BUILTIN_CLZLL 0
  3428. | #define HAVE_MSG_DONTWAIT 1
  3429. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  3430. | #define HAVE_GETENTROPY_RAND 1
  3431. | /* end confdefs.h. */
  3432. | #include <sys/types.h>
  3433. | #include <sys/sysctl.h>
  3434. | int
  3435. | main ()
  3436. | {
  3437. | static const int name[2] = {CTL_KERN, KERN_ARND};
  3438. | sysctl(name, 2, nullptr, nullptr, nullptr, 0);
  3439. | ;
  3440. | return 0;
  3441. | }
  3442. configure:23415: result: no
  3443. configure:23481: checking for Berkeley DB C++ headers
  3444. configure:23511: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5
  3445. conftest.cpp:57:18: fatal error: 'bdb4.8/db_cxx.h' file not found
  3446. #include <bdb4.8/db_cxx.h>
  3447. ^~~~~~~~~~~~~~~~~
  3448. 1 error generated.
  3449. configure:23511: $? = 1
  3450. configure: failed program was:
  3451. | /* confdefs.h */
  3452. | #define PACKAGE_NAME "Bitcoin Core"
  3453. | #define PACKAGE_TARNAME "bitcoin"
  3454. | #define PACKAGE_VERSION "0.15.0"
  3455. | #define PACKAGE_STRING "Bitcoin Core 0.15.0"
  3456. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  3457. | #define PACKAGE_URL "https://bitcoincore.org/"
  3458. | #define HAVE_CXX11 1
  3459. | #define STDC_HEADERS 1
  3460. | #define HAVE_SYS_TYPES_H 1
  3461. | #define HAVE_SYS_STAT_H 1
  3462. | #define HAVE_STDLIB_H 1
  3463. | #define HAVE_STRING_H 1
  3464. | #define HAVE_MEMORY_H 1
  3465. | #define HAVE_STRINGS_H 1
  3466. | #define HAVE_INTTYPES_H 1
  3467. | #define HAVE_STDINT_H 1
  3468. | #define HAVE_UNISTD_H 1
  3469. | #define HAVE_DLFCN_H 1
  3470. | #define LT_OBJDIR ".libs/"
  3471. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  3472. | #define HAVE_PTHREAD 1
  3473. | #define HAVE_DECL_STRERROR_R 1
  3474. | #define HAVE_STRERROR_R 1
  3475. | #define HAVE_STDIO_H 1
  3476. | #define HAVE_STDLIB_H 1
  3477. | #define HAVE_UNISTD_H 1
  3478. | #define HAVE_STRINGS_H 1
  3479. | #define HAVE_SYS_TYPES_H 1
  3480. | #define HAVE_SYS_STAT_H 1
  3481. | #define HAVE_SYS_SELECT_H 1
  3482. | #define HAVE_DECL_STRNLEN 1
  3483. | #define HAVE_DECL_DAEMON 1
  3484. | #define HAVE_DECL_LE16TOH 0
  3485. | #define HAVE_DECL_LE32TOH 0
  3486. | #define HAVE_DECL_LE64TOH 0
  3487. | #define HAVE_DECL_HTOLE16 0
  3488. | #define HAVE_DECL_HTOLE32 0
  3489. | #define HAVE_DECL_HTOLE64 0
  3490. | #define HAVE_DECL_BE16TOH 0
  3491. | #define HAVE_DECL_BE32TOH 0
  3492. | #define HAVE_DECL_BE64TOH 0
  3493. | #define HAVE_DECL_HTOBE16 0
  3494. | #define HAVE_DECL_HTOBE32 0
  3495. | #define HAVE_DECL_HTOBE64 0
  3496. | #define HAVE_DECL_BSWAP_16 0
  3497. | #define HAVE_DECL_BSWAP_32 0
  3498. | #define HAVE_DECL_BSWAP_64 0
  3499. | #define HAVE_DECL___BUILTIN_CLZ 0
  3500. | #define HAVE_DECL___BUILTIN_CLZL 0
  3501. | #define HAVE_DECL___BUILTIN_CLZLL 0
  3502. | #define HAVE_MSG_DONTWAIT 1
  3503. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  3504. | #define HAVE_GETENTROPY_RAND 1
  3505. | /* end confdefs.h. */
  3506. |
  3507. | #include <bdb4.8/db_cxx.h>
  3508. |
  3509. | int
  3510. | main ()
  3511. | {
  3512. |
  3513. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  3514. | #error "failed to find bdb 4.8+"
  3515. | #endif
  3516. |
  3517. | ;
  3518. | return 0;
  3519. | }
  3520. configure:23511: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5
  3521. conftest.cpp:57:18: fatal error: 'libdb4.8/db_cxx.h' file not found
  3522. #include <libdb4.8/db_cxx.h>
  3523. ^~~~~~~~~~~~~~~~~~~
  3524. 1 error generated.
  3525. configure:23511: $? = 1
  3526. configure: failed program was:
  3527. | /* confdefs.h */
  3528. | #define PACKAGE_NAME "Bitcoin Core"
  3529. | #define PACKAGE_TARNAME "bitcoin"
  3530. | #define PACKAGE_VERSION "0.15.0"
  3531. | #define PACKAGE_STRING "Bitcoin Core 0.15.0"
  3532. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  3533. | #define PACKAGE_URL "https://bitcoincore.org/"
  3534. | #define HAVE_CXX11 1
  3535. | #define STDC_HEADERS 1
  3536. | #define HAVE_SYS_TYPES_H 1
  3537. | #define HAVE_SYS_STAT_H 1
  3538. | #define HAVE_STDLIB_H 1
  3539. | #define HAVE_STRING_H 1
  3540. | #define HAVE_MEMORY_H 1
  3541. | #define HAVE_STRINGS_H 1
  3542. | #define HAVE_INTTYPES_H 1
  3543. | #define HAVE_STDINT_H 1
  3544. | #define HAVE_UNISTD_H 1
  3545. | #define HAVE_DLFCN_H 1
  3546. | #define LT_OBJDIR ".libs/"
  3547. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  3548. | #define HAVE_PTHREAD 1
  3549. | #define HAVE_DECL_STRERROR_R 1
  3550. | #define HAVE_STRERROR_R 1
  3551. | #define HAVE_STDIO_H 1
  3552. | #define HAVE_STDLIB_H 1
  3553. | #define HAVE_UNISTD_H 1
  3554. | #define HAVE_STRINGS_H 1
  3555. | #define HAVE_SYS_TYPES_H 1
  3556. | #define HAVE_SYS_STAT_H 1
  3557. | #define HAVE_SYS_SELECT_H 1
  3558. | #define HAVE_DECL_STRNLEN 1
  3559. | #define HAVE_DECL_DAEMON 1
  3560. | #define HAVE_DECL_LE16TOH 0
  3561. | #define HAVE_DECL_LE32TOH 0
  3562. | #define HAVE_DECL_LE64TOH 0
  3563. | #define HAVE_DECL_HTOLE16 0
  3564. | #define HAVE_DECL_HTOLE32 0
  3565. | #define HAVE_DECL_HTOLE64 0
  3566. | #define HAVE_DECL_BE16TOH 0
  3567. | #define HAVE_DECL_BE32TOH 0
  3568. | #define HAVE_DECL_BE64TOH 0
  3569. | #define HAVE_DECL_HTOBE16 0
  3570. | #define HAVE_DECL_HTOBE32 0
  3571. | #define HAVE_DECL_HTOBE64 0
  3572. | #define HAVE_DECL_BSWAP_16 0
  3573. | #define HAVE_DECL_BSWAP_32 0
  3574. | #define HAVE_DECL_BSWAP_64 0
  3575. | #define HAVE_DECL___BUILTIN_CLZ 0
  3576. | #define HAVE_DECL___BUILTIN_CLZL 0
  3577. | #define HAVE_DECL___BUILTIN_CLZLL 0
  3578. | #define HAVE_MSG_DONTWAIT 1
  3579. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  3580. | #define HAVE_GETENTROPY_RAND 1
  3581. | /* end confdefs.h. */
  3582. |
  3583. | #include <libdb4.8/db_cxx.h>
  3584. |
  3585. | int
  3586. | main ()
  3587. | {
  3588. |
  3589. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  3590. | #error "failed to find bdb 4.8+"
  3591. | #endif
  3592. |
  3593. | ;
  3594. | return 0;
  3595. | }
  3596. configure:23511: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5
  3597. conftest.cpp:57:18: fatal error: 'db4.8/db_cxx.h' file not found
  3598. #include <db4.8/db_cxx.h>
  3599. ^~~~~~~~~~~~~~~~
  3600. 1 error generated.
  3601. configure:23511: $? = 1
  3602. configure: failed program was:
  3603. | /* confdefs.h */
  3604. | #define PACKAGE_NAME "Bitcoin Core"
  3605. | #define PACKAGE_TARNAME "bitcoin"
  3606. | #define PACKAGE_VERSION "0.15.0"
  3607. | #define PACKAGE_STRING "Bitcoin Core 0.15.0"
  3608. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  3609. | #define PACKAGE_URL "https://bitcoincore.org/"
  3610. | #define HAVE_CXX11 1
  3611. | #define STDC_HEADERS 1
  3612. | #define HAVE_SYS_TYPES_H 1
  3613. | #define HAVE_SYS_STAT_H 1
  3614. | #define HAVE_STDLIB_H 1
  3615. | #define HAVE_STRING_H 1
  3616. | #define HAVE_MEMORY_H 1
  3617. | #define HAVE_STRINGS_H 1
  3618. | #define HAVE_INTTYPES_H 1
  3619. | #define HAVE_STDINT_H 1
  3620. | #define HAVE_UNISTD_H 1
  3621. | #define HAVE_DLFCN_H 1
  3622. | #define LT_OBJDIR ".libs/"
  3623. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  3624. | #define HAVE_PTHREAD 1
  3625. | #define HAVE_DECL_STRERROR_R 1
  3626. | #define HAVE_STRERROR_R 1
  3627. | #define HAVE_STDIO_H 1
  3628. | #define HAVE_STDLIB_H 1
  3629. | #define HAVE_UNISTD_H 1
  3630. | #define HAVE_STRINGS_H 1
  3631. | #define HAVE_SYS_TYPES_H 1
  3632. | #define HAVE_SYS_STAT_H 1
  3633. | #define HAVE_SYS_SELECT_H 1
  3634. | #define HAVE_DECL_STRNLEN 1
  3635. | #define HAVE_DECL_DAEMON 1
  3636. | #define HAVE_DECL_LE16TOH 0
  3637. | #define HAVE_DECL_LE32TOH 0
  3638. | #define HAVE_DECL_LE64TOH 0
  3639. | #define HAVE_DECL_HTOLE16 0
  3640. | #define HAVE_DECL_HTOLE32 0
  3641. | #define HAVE_DECL_HTOLE64 0
  3642. | #define HAVE_DECL_BE16TOH 0
  3643. | #define HAVE_DECL_BE32TOH 0
  3644. | #define HAVE_DECL_BE64TOH 0
  3645. | #define HAVE_DECL_HTOBE16 0
  3646. | #define HAVE_DECL_HTOBE32 0
  3647. | #define HAVE_DECL_HTOBE64 0
  3648. | #define HAVE_DECL_BSWAP_16 0
  3649. | #define HAVE_DECL_BSWAP_32 0
  3650. | #define HAVE_DECL_BSWAP_64 0
  3651. | #define HAVE_DECL___BUILTIN_CLZ 0
  3652. | #define HAVE_DECL___BUILTIN_CLZL 0
  3653. | #define HAVE_DECL___BUILTIN_CLZLL 0
  3654. | #define HAVE_MSG_DONTWAIT 1
  3655. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  3656. | #define HAVE_GETENTROPY_RAND 1
  3657. | /* end confdefs.h. */
  3658. |
  3659. | #include <db4.8/db_cxx.h>
  3660. |
  3661. | int
  3662. | main ()
  3663. | {
  3664. |
  3665. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  3666. | #error "failed to find bdb 4.8+"
  3667. | #endif
  3668. |
  3669. | ;
  3670. | return 0;
  3671. | }
  3672. configure:23511: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5
  3673. conftest.cpp:57:18: fatal error: 'bdb48/db_cxx.h' file not found
  3674. #include <bdb48/db_cxx.h>
  3675. ^~~~~~~~~~~~~~~~
  3676. 1 error generated.
  3677. configure:23511: $? = 1
  3678. configure: failed program was:
  3679. | /* confdefs.h */
  3680. | #define PACKAGE_NAME "Bitcoin Core"
  3681. | #define PACKAGE_TARNAME "bitcoin"
  3682. | #define PACKAGE_VERSION "0.15.0"
  3683. | #define PACKAGE_STRING "Bitcoin Core 0.15.0"
  3684. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  3685. | #define PACKAGE_URL "https://bitcoincore.org/"
  3686. | #define HAVE_CXX11 1
  3687. | #define STDC_HEADERS 1
  3688. | #define HAVE_SYS_TYPES_H 1
  3689. | #define HAVE_SYS_STAT_H 1
  3690. | #define HAVE_STDLIB_H 1
  3691. | #define HAVE_STRING_H 1
  3692. | #define HAVE_MEMORY_H 1
  3693. | #define HAVE_STRINGS_H 1
  3694. | #define HAVE_INTTYPES_H 1
  3695. | #define HAVE_STDINT_H 1
  3696. | #define HAVE_UNISTD_H 1
  3697. | #define HAVE_DLFCN_H 1
  3698. | #define LT_OBJDIR ".libs/"
  3699. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  3700. | #define HAVE_PTHREAD 1
  3701. | #define HAVE_DECL_STRERROR_R 1
  3702. | #define HAVE_STRERROR_R 1
  3703. | #define HAVE_STDIO_H 1
  3704. | #define HAVE_STDLIB_H 1
  3705. | #define HAVE_UNISTD_H 1
  3706. | #define HAVE_STRINGS_H 1
  3707. | #define HAVE_SYS_TYPES_H 1
  3708. | #define HAVE_SYS_STAT_H 1
  3709. | #define HAVE_SYS_SELECT_H 1
  3710. | #define HAVE_DECL_STRNLEN 1
  3711. | #define HAVE_DECL_DAEMON 1
  3712. | #define HAVE_DECL_LE16TOH 0
  3713. | #define HAVE_DECL_LE32TOH 0
  3714. | #define HAVE_DECL_LE64TOH 0
  3715. | #define HAVE_DECL_HTOLE16 0
  3716. | #define HAVE_DECL_HTOLE32 0
  3717. | #define HAVE_DECL_HTOLE64 0
  3718. | #define HAVE_DECL_BE16TOH 0
  3719. | #define HAVE_DECL_BE32TOH 0
  3720. | #define HAVE_DECL_BE64TOH 0
  3721. | #define HAVE_DECL_HTOBE16 0
  3722. | #define HAVE_DECL_HTOBE32 0
  3723. | #define HAVE_DECL_HTOBE64 0
  3724. | #define HAVE_DECL_BSWAP_16 0
  3725. | #define HAVE_DECL_BSWAP_32 0
  3726. | #define HAVE_DECL_BSWAP_64 0
  3727. | #define HAVE_DECL___BUILTIN_CLZ 0
  3728. | #define HAVE_DECL___BUILTIN_CLZL 0
  3729. | #define HAVE_DECL___BUILTIN_CLZLL 0
  3730. | #define HAVE_MSG_DONTWAIT 1
  3731. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  3732. | #define HAVE_GETENTROPY_RAND 1
  3733. | /* end confdefs.h. */
  3734. |
  3735. | #include <bdb48/db_cxx.h>
  3736. |
  3737. | int
  3738. | main ()
  3739. | {
  3740. |
  3741. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  3742. | #error "failed to find bdb 4.8+"
  3743. | #endif
  3744. |
  3745. | ;
  3746. | return 0;
  3747. | }
  3748. configure:23511: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5
  3749. conftest.cpp:57:18: fatal error: 'libdb48/db_cxx.h' file not found
  3750. #include <libdb48/db_cxx.h>
  3751. ^~~~~~~~~~~~~~~~~~
  3752. 1 error generated.
  3753. configure:23511: $? = 1
  3754. configure: failed program was:
  3755. | /* confdefs.h */
  3756. | #define PACKAGE_NAME "Bitcoin Core"
  3757. | #define PACKAGE_TARNAME "bitcoin"
  3758. | #define PACKAGE_VERSION "0.15.0"
  3759. | #define PACKAGE_STRING "Bitcoin Core 0.15.0"
  3760. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  3761. | #define PACKAGE_URL "https://bitcoincore.org/"
  3762. | #define HAVE_CXX11 1
  3763. | #define STDC_HEADERS 1
  3764. | #define HAVE_SYS_TYPES_H 1
  3765. | #define HAVE_SYS_STAT_H 1
  3766. | #define HAVE_STDLIB_H 1
  3767. | #define HAVE_STRING_H 1
  3768. | #define HAVE_MEMORY_H 1
  3769. | #define HAVE_STRINGS_H 1
  3770. | #define HAVE_INTTYPES_H 1
  3771. | #define HAVE_STDINT_H 1
  3772. | #define HAVE_UNISTD_H 1
  3773. | #define HAVE_DLFCN_H 1
  3774. | #define LT_OBJDIR ".libs/"
  3775. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  3776. | #define HAVE_PTHREAD 1
  3777. | #define HAVE_DECL_STRERROR_R 1
  3778. | #define HAVE_STRERROR_R 1
  3779. | #define HAVE_STDIO_H 1
  3780. | #define HAVE_STDLIB_H 1
  3781. | #define HAVE_UNISTD_H 1
  3782. | #define HAVE_STRINGS_H 1
  3783. | #define HAVE_SYS_TYPES_H 1
  3784. | #define HAVE_SYS_STAT_H 1
  3785. | #define HAVE_SYS_SELECT_H 1
  3786. | #define HAVE_DECL_STRNLEN 1
  3787. | #define HAVE_DECL_DAEMON 1
  3788. | #define HAVE_DECL_LE16TOH 0
  3789. | #define HAVE_DECL_LE32TOH 0
  3790. | #define HAVE_DECL_LE64TOH 0
  3791. | #define HAVE_DECL_HTOLE16 0
  3792. | #define HAVE_DECL_HTOLE32 0
  3793. | #define HAVE_DECL_HTOLE64 0
  3794. | #define HAVE_DECL_BE16TOH 0
  3795. | #define HAVE_DECL_BE32TOH 0
  3796. | #define HAVE_DECL_BE64TOH 0
  3797. | #define HAVE_DECL_HTOBE16 0
  3798. | #define HAVE_DECL_HTOBE32 0
  3799. | #define HAVE_DECL_HTOBE64 0
  3800. | #define HAVE_DECL_BSWAP_16 0
  3801. | #define HAVE_DECL_BSWAP_32 0
  3802. | #define HAVE_DECL_BSWAP_64 0
  3803. | #define HAVE_DECL___BUILTIN_CLZ 0
  3804. | #define HAVE_DECL___BUILTIN_CLZL 0
  3805. | #define HAVE_DECL___BUILTIN_CLZLL 0
  3806. | #define HAVE_MSG_DONTWAIT 1
  3807. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  3808. | #define HAVE_GETENTROPY_RAND 1
  3809. | /* end confdefs.h. */
  3810. |
  3811. | #include <libdb48/db_cxx.h>
  3812. |
  3813. | int
  3814. | main ()
  3815. | {
  3816. |
  3817. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  3818. | #error "failed to find bdb 4.8+"
  3819. | #endif
  3820. |
  3821. | ;
  3822. | return 0;
  3823. | }
  3824. configure:23511: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5
  3825. conftest.cpp:57:18: fatal error: 'db48/db_cxx.h' file not found
  3826. #include <db48/db_cxx.h>
  3827. ^~~~~~~~~~~~~~~
  3828. 1 error generated.
  3829. configure:23511: $? = 1
  3830. configure: failed program was:
  3831. | /* confdefs.h */
  3832. | #define PACKAGE_NAME "Bitcoin Core"
  3833. | #define PACKAGE_TARNAME "bitcoin"
  3834. | #define PACKAGE_VERSION "0.15.0"
  3835. | #define PACKAGE_STRING "Bitcoin Core 0.15.0"
  3836. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  3837. | #define PACKAGE_URL "https://bitcoincore.org/"
  3838. | #define HAVE_CXX11 1
  3839. | #define STDC_HEADERS 1
  3840. | #define HAVE_SYS_TYPES_H 1
  3841. | #define HAVE_SYS_STAT_H 1
  3842. | #define HAVE_STDLIB_H 1
  3843. | #define HAVE_STRING_H 1
  3844. | #define HAVE_MEMORY_H 1
  3845. | #define HAVE_STRINGS_H 1
  3846. | #define HAVE_INTTYPES_H 1
  3847. | #define HAVE_STDINT_H 1
  3848. | #define HAVE_UNISTD_H 1
  3849. | #define HAVE_DLFCN_H 1
  3850. | #define LT_OBJDIR ".libs/"
  3851. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  3852. | #define HAVE_PTHREAD 1
  3853. | #define HAVE_DECL_STRERROR_R 1
  3854. | #define HAVE_STRERROR_R 1
  3855. | #define HAVE_STDIO_H 1
  3856. | #define HAVE_STDLIB_H 1
  3857. | #define HAVE_UNISTD_H 1
  3858. | #define HAVE_STRINGS_H 1
  3859. | #define HAVE_SYS_TYPES_H 1
  3860. | #define HAVE_SYS_STAT_H 1
  3861. | #define HAVE_SYS_SELECT_H 1
  3862. | #define HAVE_DECL_STRNLEN 1
  3863. | #define HAVE_DECL_DAEMON 1
  3864. | #define HAVE_DECL_LE16TOH 0
  3865. | #define HAVE_DECL_LE32TOH 0
  3866. | #define HAVE_DECL_LE64TOH 0
  3867. | #define HAVE_DECL_HTOLE16 0
  3868. | #define HAVE_DECL_HTOLE32 0
  3869. | #define HAVE_DECL_HTOLE64 0
  3870. | #define HAVE_DECL_BE16TOH 0
  3871. | #define HAVE_DECL_BE32TOH 0
  3872. | #define HAVE_DECL_BE64TOH 0
  3873. | #define HAVE_DECL_HTOBE16 0
  3874. | #define HAVE_DECL_HTOBE32 0
  3875. | #define HAVE_DECL_HTOBE64 0
  3876. | #define HAVE_DECL_BSWAP_16 0
  3877. | #define HAVE_DECL_BSWAP_32 0
  3878. | #define HAVE_DECL_BSWAP_64 0
  3879. | #define HAVE_DECL___BUILTIN_CLZ 0
  3880. | #define HAVE_DECL___BUILTIN_CLZL 0
  3881. | #define HAVE_DECL___BUILTIN_CLZLL 0
  3882. | #define HAVE_MSG_DONTWAIT 1
  3883. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  3884. | #define HAVE_GETENTROPY_RAND 1
  3885. | /* end confdefs.h. */
  3886. |
  3887. | #include <db48/db_cxx.h>
  3888. |
  3889. | int
  3890. | main ()
  3891. | {
  3892. |
  3893. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  3894. | #error "failed to find bdb 4.8+"
  3895. | #endif
  3896. |
  3897. | ;
  3898. | return 0;
  3899. | }
  3900. configure:23511: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5
  3901. conftest.cpp:57:18: fatal error: 'bdb4/db_cxx.h' file not found
  3902. #include <bdb4/db_cxx.h>
  3903. ^~~~~~~~~~~~~~~
  3904. 1 error generated.
  3905. configure:23511: $? = 1
  3906. configure: failed program was:
  3907. | /* confdefs.h */
  3908. | #define PACKAGE_NAME "Bitcoin Core"
  3909. | #define PACKAGE_TARNAME "bitcoin"
  3910. | #define PACKAGE_VERSION "0.15.0"
  3911. | #define PACKAGE_STRING "Bitcoin Core 0.15.0"
  3912. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  3913. | #define PACKAGE_URL "https://bitcoincore.org/"
  3914. | #define HAVE_CXX11 1
  3915. | #define STDC_HEADERS 1
  3916. | #define HAVE_SYS_TYPES_H 1
  3917. | #define HAVE_SYS_STAT_H 1
  3918. | #define HAVE_STDLIB_H 1
  3919. | #define HAVE_STRING_H 1
  3920. | #define HAVE_MEMORY_H 1
  3921. | #define HAVE_STRINGS_H 1
  3922. | #define HAVE_INTTYPES_H 1
  3923. | #define HAVE_STDINT_H 1
  3924. | #define HAVE_UNISTD_H 1
  3925. | #define HAVE_DLFCN_H 1
  3926. | #define LT_OBJDIR ".libs/"
  3927. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  3928. | #define HAVE_PTHREAD 1
  3929. | #define HAVE_DECL_STRERROR_R 1
  3930. | #define HAVE_STRERROR_R 1
  3931. | #define HAVE_STDIO_H 1
  3932. | #define HAVE_STDLIB_H 1
  3933. | #define HAVE_UNISTD_H 1
  3934. | #define HAVE_STRINGS_H 1
  3935. | #define HAVE_SYS_TYPES_H 1
  3936. | #define HAVE_SYS_STAT_H 1
  3937. | #define HAVE_SYS_SELECT_H 1
  3938. | #define HAVE_DECL_STRNLEN 1
  3939. | #define HAVE_DECL_DAEMON 1
  3940. | #define HAVE_DECL_LE16TOH 0
  3941. | #define HAVE_DECL_LE32TOH 0
  3942. | #define HAVE_DECL_LE64TOH 0
  3943. | #define HAVE_DECL_HTOLE16 0
  3944. | #define HAVE_DECL_HTOLE32 0
  3945. | #define HAVE_DECL_HTOLE64 0
  3946. | #define HAVE_DECL_BE16TOH 0
  3947. | #define HAVE_DECL_BE32TOH 0
  3948. | #define HAVE_DECL_BE64TOH 0
  3949. | #define HAVE_DECL_HTOBE16 0
  3950. | #define HAVE_DECL_HTOBE32 0
  3951. | #define HAVE_DECL_HTOBE64 0
  3952. | #define HAVE_DECL_BSWAP_16 0
  3953. | #define HAVE_DECL_BSWAP_32 0
  3954. | #define HAVE_DECL_BSWAP_64 0
  3955. | #define HAVE_DECL___BUILTIN_CLZ 0
  3956. | #define HAVE_DECL___BUILTIN_CLZL 0
  3957. | #define HAVE_DECL___BUILTIN_CLZLL 0
  3958. | #define HAVE_MSG_DONTWAIT 1
  3959. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  3960. | #define HAVE_GETENTROPY_RAND 1
  3961. | /* end confdefs.h. */
  3962. |
  3963. | #include <bdb4/db_cxx.h>
  3964. |
  3965. | int
  3966. | main ()
  3967. | {
  3968. |
  3969. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  3970. | #error "failed to find bdb 4.8+"
  3971. | #endif
  3972. |
  3973. | ;
  3974. | return 0;
  3975. | }
  3976. configure:23511: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5
  3977. conftest.cpp:57:18: fatal error: 'libdb4/db_cxx.h' file not found
  3978. #include <libdb4/db_cxx.h>
  3979. ^~~~~~~~~~~~~~~~~
  3980. 1 error generated.
  3981. configure:23511: $? = 1
  3982. configure: failed program was:
  3983. | /* confdefs.h */
  3984. | #define PACKAGE_NAME "Bitcoin Core"
  3985. | #define PACKAGE_TARNAME "bitcoin"
  3986. | #define PACKAGE_VERSION "0.15.0"
  3987. | #define PACKAGE_STRING "Bitcoin Core 0.15.0"
  3988. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  3989. | #define PACKAGE_URL "https://bitcoincore.org/"
  3990. | #define HAVE_CXX11 1
  3991. | #define STDC_HEADERS 1
  3992. | #define HAVE_SYS_TYPES_H 1
  3993. | #define HAVE_SYS_STAT_H 1
  3994. | #define HAVE_STDLIB_H 1
  3995. | #define HAVE_STRING_H 1
  3996. | #define HAVE_MEMORY_H 1
  3997. | #define HAVE_STRINGS_H 1
  3998. | #define HAVE_INTTYPES_H 1
  3999. | #define HAVE_STDINT_H 1
  4000. | #define HAVE_UNISTD_H 1
  4001. | #define HAVE_DLFCN_H 1
  4002. | #define LT_OBJDIR ".libs/"
  4003. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  4004. | #define HAVE_PTHREAD 1
  4005. | #define HAVE_DECL_STRERROR_R 1
  4006. | #define HAVE_STRERROR_R 1
  4007. | #define HAVE_STDIO_H 1
  4008. | #define HAVE_STDLIB_H 1
  4009. | #define HAVE_UNISTD_H 1
  4010. | #define HAVE_STRINGS_H 1
  4011. | #define HAVE_SYS_TYPES_H 1
  4012. | #define HAVE_SYS_STAT_H 1
  4013. | #define HAVE_SYS_SELECT_H 1
  4014. | #define HAVE_DECL_STRNLEN 1
  4015. | #define HAVE_DECL_DAEMON 1
  4016. | #define HAVE_DECL_LE16TOH 0
  4017. | #define HAVE_DECL_LE32TOH 0
  4018. | #define HAVE_DECL_LE64TOH 0
  4019. | #define HAVE_DECL_HTOLE16 0
  4020. | #define HAVE_DECL_HTOLE32 0
  4021. | #define HAVE_DECL_HTOLE64 0
  4022. | #define HAVE_DECL_BE16TOH 0
  4023. | #define HAVE_DECL_BE32TOH 0
  4024. | #define HAVE_DECL_BE64TOH 0
  4025. | #define HAVE_DECL_HTOBE16 0
  4026. | #define HAVE_DECL_HTOBE32 0
  4027. | #define HAVE_DECL_HTOBE64 0
  4028. | #define HAVE_DECL_BSWAP_16 0
  4029. | #define HAVE_DECL_BSWAP_32 0
  4030. | #define HAVE_DECL_BSWAP_64 0
  4031. | #define HAVE_DECL___BUILTIN_CLZ 0
  4032. | #define HAVE_DECL___BUILTIN_CLZL 0
  4033. | #define HAVE_DECL___BUILTIN_CLZLL 0
  4034. | #define HAVE_MSG_DONTWAIT 1
  4035. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  4036. | #define HAVE_GETENTROPY_RAND 1
  4037. | /* end confdefs.h. */
  4038. |
  4039. | #include <libdb4/db_cxx.h>
  4040. |
  4041. | int
  4042. | main ()
  4043. | {
  4044. |
  4045. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  4046. | #error "failed to find bdb 4.8+"
  4047. | #endif
  4048. |
  4049. | ;
  4050. | return 0;
  4051. | }
  4052. configure:23511: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5
  4053. conftest.cpp:57:18: fatal error: 'db4/db_cxx.h' file not found
  4054. #include <db4/db_cxx.h>
  4055. ^~~~~~~~~~~~~~
  4056. 1 error generated.
  4057. configure:23511: $? = 1
  4058. configure: failed program was:
  4059. | /* confdefs.h */
  4060. | #define PACKAGE_NAME "Bitcoin Core"
  4061. | #define PACKAGE_TARNAME "bitcoin"
  4062. | #define PACKAGE_VERSION "0.15.0"
  4063. | #define PACKAGE_STRING "Bitcoin Core 0.15.0"
  4064. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  4065. | #define PACKAGE_URL "https://bitcoincore.org/"
  4066. | #define HAVE_CXX11 1
  4067. | #define STDC_HEADERS 1
  4068. | #define HAVE_SYS_TYPES_H 1
  4069. | #define HAVE_SYS_STAT_H 1
  4070. | #define HAVE_STDLIB_H 1
  4071. | #define HAVE_STRING_H 1
  4072. | #define HAVE_MEMORY_H 1
  4073. | #define HAVE_STRINGS_H 1
  4074. | #define HAVE_INTTYPES_H 1
  4075. | #define HAVE_STDINT_H 1
  4076. | #define HAVE_UNISTD_H 1
  4077. | #define HAVE_DLFCN_H 1
  4078. | #define LT_OBJDIR ".libs/"
  4079. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  4080. | #define HAVE_PTHREAD 1
  4081. | #define HAVE_DECL_STRERROR_R 1
  4082. | #define HAVE_STRERROR_R 1
  4083. | #define HAVE_STDIO_H 1
  4084. | #define HAVE_STDLIB_H 1
  4085. | #define HAVE_UNISTD_H 1
  4086. | #define HAVE_STRINGS_H 1
  4087. | #define HAVE_SYS_TYPES_H 1
  4088. | #define HAVE_SYS_STAT_H 1
  4089. | #define HAVE_SYS_SELECT_H 1
  4090. | #define HAVE_DECL_STRNLEN 1
  4091. | #define HAVE_DECL_DAEMON 1
  4092. | #define HAVE_DECL_LE16TOH 0
  4093. | #define HAVE_DECL_LE32TOH 0
  4094. | #define HAVE_DECL_LE64TOH 0
  4095. | #define HAVE_DECL_HTOLE16 0
  4096. | #define HAVE_DECL_HTOLE32 0
  4097. | #define HAVE_DECL_HTOLE64 0
  4098. | #define HAVE_DECL_BE16TOH 0
  4099. | #define HAVE_DECL_BE32TOH 0
  4100. | #define HAVE_DECL_BE64TOH 0
  4101. | #define HAVE_DECL_HTOBE16 0
  4102. | #define HAVE_DECL_HTOBE32 0
  4103. | #define HAVE_DECL_HTOBE64 0
  4104. | #define HAVE_DECL_BSWAP_16 0
  4105. | #define HAVE_DECL_BSWAP_32 0
  4106. | #define HAVE_DECL_BSWAP_64 0
  4107. | #define HAVE_DECL___BUILTIN_CLZ 0
  4108. | #define HAVE_DECL___BUILTIN_CLZL 0
  4109. | #define HAVE_DECL___BUILTIN_CLZLL 0
  4110. | #define HAVE_MSG_DONTWAIT 1
  4111. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  4112. | #define HAVE_GETENTROPY_RAND 1
  4113. | /* end confdefs.h. */
  4114. |
  4115. | #include <db4/db_cxx.h>
  4116. |
  4117. | int
  4118. | main ()
  4119. | {
  4120. |
  4121. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  4122. | #error "failed to find bdb 4.8+"
  4123. | #endif
  4124. |
  4125. | ;
  4126. | return 0;
  4127. | }
  4128. configure:23511: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5
  4129. conftest.cpp:57:18: fatal error: 'bdb5/db_cxx.h' file not found
  4130. #include <bdb5/db_cxx.h>
  4131. ^~~~~~~~~~~~~~~
  4132. 1 error generated.
  4133. configure:23511: $? = 1
  4134. configure: failed program was:
  4135. | /* confdefs.h */
  4136. | #define PACKAGE_NAME "Bitcoin Core"
  4137. | #define PACKAGE_TARNAME "bitcoin"
  4138. | #define PACKAGE_VERSION "0.15.0"
  4139. | #define PACKAGE_STRING "Bitcoin Core 0.15.0"
  4140. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  4141. | #define PACKAGE_URL "https://bitcoincore.org/"
  4142. | #define HAVE_CXX11 1
  4143. | #define STDC_HEADERS 1
  4144. | #define HAVE_SYS_TYPES_H 1
  4145. | #define HAVE_SYS_STAT_H 1
  4146. | #define HAVE_STDLIB_H 1
  4147. | #define HAVE_STRING_H 1
  4148. | #define HAVE_MEMORY_H 1
  4149. | #define HAVE_STRINGS_H 1
  4150. | #define HAVE_INTTYPES_H 1
  4151. | #define HAVE_STDINT_H 1
  4152. | #define HAVE_UNISTD_H 1
  4153. | #define HAVE_DLFCN_H 1
  4154. | #define LT_OBJDIR ".libs/"
  4155. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  4156. | #define HAVE_PTHREAD 1
  4157. | #define HAVE_DECL_STRERROR_R 1
  4158. | #define HAVE_STRERROR_R 1
  4159. | #define HAVE_STDIO_H 1
  4160. | #define HAVE_STDLIB_H 1
  4161. | #define HAVE_UNISTD_H 1
  4162. | #define HAVE_STRINGS_H 1
  4163. | #define HAVE_SYS_TYPES_H 1
  4164. | #define HAVE_SYS_STAT_H 1
  4165. | #define HAVE_SYS_SELECT_H 1
  4166. | #define HAVE_DECL_STRNLEN 1
  4167. | #define HAVE_DECL_DAEMON 1
  4168. | #define HAVE_DECL_LE16TOH 0
  4169. | #define HAVE_DECL_LE32TOH 0
  4170. | #define HAVE_DECL_LE64TOH 0
  4171. | #define HAVE_DECL_HTOLE16 0
  4172. | #define HAVE_DECL_HTOLE32 0
  4173. | #define HAVE_DECL_HTOLE64 0
  4174. | #define HAVE_DECL_BE16TOH 0
  4175. | #define HAVE_DECL_BE32TOH 0
  4176. | #define HAVE_DECL_BE64TOH 0
  4177. | #define HAVE_DECL_HTOBE16 0
  4178. | #define HAVE_DECL_HTOBE32 0
  4179. | #define HAVE_DECL_HTOBE64 0
  4180. | #define HAVE_DECL_BSWAP_16 0
  4181. | #define HAVE_DECL_BSWAP_32 0
  4182. | #define HAVE_DECL_BSWAP_64 0
  4183. | #define HAVE_DECL___BUILTIN_CLZ 0
  4184. | #define HAVE_DECL___BUILTIN_CLZL 0
  4185. | #define HAVE_DECL___BUILTIN_CLZLL 0
  4186. | #define HAVE_MSG_DONTWAIT 1
  4187. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  4188. | #define HAVE_GETENTROPY_RAND 1
  4189. | /* end confdefs.h. */
  4190. |
  4191. | #include <bdb5/db_cxx.h>
  4192. |
  4193. | int
  4194. | main ()
  4195. | {
  4196. |
  4197. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  4198. | #error "failed to find bdb 4.8+"
  4199. | #endif
  4200. |
  4201. | ;
  4202. | return 0;
  4203. | }
  4204. configure:23511: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5
  4205. conftest.cpp:57:18: fatal error: 'libdb5/db_cxx.h' file not found
  4206. #include <libdb5/db_cxx.h>
  4207. ^~~~~~~~~~~~~~~~~
  4208. 1 error generated.
  4209. configure:23511: $? = 1
  4210. configure: failed program was:
  4211. | /* confdefs.h */
  4212. | #define PACKAGE_NAME "Bitcoin Core"
  4213. | #define PACKAGE_TARNAME "bitcoin"
  4214. | #define PACKAGE_VERSION "0.15.0"
  4215. | #define PACKAGE_STRING "Bitcoin Core 0.15.0"
  4216. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  4217. | #define PACKAGE_URL "https://bitcoincore.org/"
  4218. | #define HAVE_CXX11 1
  4219. | #define STDC_HEADERS 1
  4220. | #define HAVE_SYS_TYPES_H 1
  4221. | #define HAVE_SYS_STAT_H 1
  4222. | #define HAVE_STDLIB_H 1
  4223. | #define HAVE_STRING_H 1
  4224. | #define HAVE_MEMORY_H 1
  4225. | #define HAVE_STRINGS_H 1
  4226. | #define HAVE_INTTYPES_H 1
  4227. | #define HAVE_STDINT_H 1
  4228. | #define HAVE_UNISTD_H 1
  4229. | #define HAVE_DLFCN_H 1
  4230. | #define LT_OBJDIR ".libs/"
  4231. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  4232. | #define HAVE_PTHREAD 1
  4233. | #define HAVE_DECL_STRERROR_R 1
  4234. | #define HAVE_STRERROR_R 1
  4235. | #define HAVE_STDIO_H 1
  4236. | #define HAVE_STDLIB_H 1
  4237. | #define HAVE_UNISTD_H 1
  4238. | #define HAVE_STRINGS_H 1
  4239. | #define HAVE_SYS_TYPES_H 1
  4240. | #define HAVE_SYS_STAT_H 1
  4241. | #define HAVE_SYS_SELECT_H 1
  4242. | #define HAVE_DECL_STRNLEN 1
  4243. | #define HAVE_DECL_DAEMON 1
  4244. | #define HAVE_DECL_LE16TOH 0
  4245. | #define HAVE_DECL_LE32TOH 0
  4246. | #define HAVE_DECL_LE64TOH 0
  4247. | #define HAVE_DECL_HTOLE16 0
  4248. | #define HAVE_DECL_HTOLE32 0
  4249. | #define HAVE_DECL_HTOLE64 0
  4250. | #define HAVE_DECL_BE16TOH 0
  4251. | #define HAVE_DECL_BE32TOH 0
  4252. | #define HAVE_DECL_BE64TOH 0
  4253. | #define HAVE_DECL_HTOBE16 0
  4254. | #define HAVE_DECL_HTOBE32 0
  4255. | #define HAVE_DECL_HTOBE64 0
  4256. | #define HAVE_DECL_BSWAP_16 0
  4257. | #define HAVE_DECL_BSWAP_32 0
  4258. | #define HAVE_DECL_BSWAP_64 0
  4259. | #define HAVE_DECL___BUILTIN_CLZ 0
  4260. | #define HAVE_DECL___BUILTIN_CLZL 0
  4261. | #define HAVE_DECL___BUILTIN_CLZLL 0
  4262. | #define HAVE_MSG_DONTWAIT 1
  4263. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  4264. | #define HAVE_GETENTROPY_RAND 1
  4265. | /* end confdefs.h. */
  4266. |
  4267. | #include <libdb5/db_cxx.h>
  4268. |
  4269. | int
  4270. | main ()
  4271. | {
  4272. |
  4273. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  4274. | #error "failed to find bdb 4.8+"
  4275. | #endif
  4276. |
  4277. | ;
  4278. | return 0;
  4279. | }
  4280. configure:23511: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5
  4281. conftest.cpp:57:18: fatal error: 'db5/db_cxx.h' file not found
  4282. #include <db5/db_cxx.h>
  4283. ^~~~~~~~~~~~~~
  4284. 1 error generated.
  4285. configure:23511: $? = 1
  4286. configure: failed program was:
  4287. | /* confdefs.h */
  4288. | #define PACKAGE_NAME "Bitcoin Core"
  4289. | #define PACKAGE_TARNAME "bitcoin"
  4290. | #define PACKAGE_VERSION "0.15.0"
  4291. | #define PACKAGE_STRING "Bitcoin Core 0.15.0"
  4292. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  4293. | #define PACKAGE_URL "https://bitcoincore.org/"
  4294. | #define HAVE_CXX11 1
  4295. | #define STDC_HEADERS 1
  4296. | #define HAVE_SYS_TYPES_H 1
  4297. | #define HAVE_SYS_STAT_H 1
  4298. | #define HAVE_STDLIB_H 1
  4299. | #define HAVE_STRING_H 1
  4300. | #define HAVE_MEMORY_H 1
  4301. | #define HAVE_STRINGS_H 1
  4302. | #define HAVE_INTTYPES_H 1
  4303. | #define HAVE_STDINT_H 1
  4304. | #define HAVE_UNISTD_H 1
  4305. | #define HAVE_DLFCN_H 1
  4306. | #define LT_OBJDIR ".libs/"
  4307. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  4308. | #define HAVE_PTHREAD 1
  4309. | #define HAVE_DECL_STRERROR_R 1
  4310. | #define HAVE_STRERROR_R 1
  4311. | #define HAVE_STDIO_H 1
  4312. | #define HAVE_STDLIB_H 1
  4313. | #define HAVE_UNISTD_H 1
  4314. | #define HAVE_STRINGS_H 1
  4315. | #define HAVE_SYS_TYPES_H 1
  4316. | #define HAVE_SYS_STAT_H 1
  4317. | #define HAVE_SYS_SELECT_H 1
  4318. | #define HAVE_DECL_STRNLEN 1
  4319. | #define HAVE_DECL_DAEMON 1
  4320. | #define HAVE_DECL_LE16TOH 0
  4321. | #define HAVE_DECL_LE32TOH 0
  4322. | #define HAVE_DECL_LE64TOH 0
  4323. | #define HAVE_DECL_HTOLE16 0
  4324. | #define HAVE_DECL_HTOLE32 0
  4325. | #define HAVE_DECL_HTOLE64 0
  4326. | #define HAVE_DECL_BE16TOH 0
  4327. | #define HAVE_DECL_BE32TOH 0
  4328. | #define HAVE_DECL_BE64TOH 0
  4329. | #define HAVE_DECL_HTOBE16 0
  4330. | #define HAVE_DECL_HTOBE32 0
  4331. | #define HAVE_DECL_HTOBE64 0
  4332. | #define HAVE_DECL_BSWAP_16 0
  4333. | #define HAVE_DECL_BSWAP_32 0
  4334. | #define HAVE_DECL_BSWAP_64 0
  4335. | #define HAVE_DECL___BUILTIN_CLZ 0
  4336. | #define HAVE_DECL___BUILTIN_CLZL 0
  4337. | #define HAVE_DECL___BUILTIN_CLZLL 0
  4338. | #define HAVE_MSG_DONTWAIT 1
  4339. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  4340. | #define HAVE_GETENTROPY_RAND 1
  4341. | /* end confdefs.h. */
  4342. |
  4343. | #include <db5/db_cxx.h>
  4344. |
  4345. | int
  4346. | main ()
  4347. | {
  4348. |
  4349. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  4350. | #error "failed to find bdb 4.8+"
  4351. | #endif
  4352. |
  4353. | ;
  4354. | return 0;
  4355. | }
  4356. configure:23511: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5
  4357. conftest.cpp:57:18: fatal error: 'bdb5.3/db_cxx.h' file not found
  4358. #include <bdb5.3/db_cxx.h>
  4359. ^~~~~~~~~~~~~~~~~
  4360. 1 error generated.
  4361. configure:23511: $? = 1
  4362. configure: failed program was:
  4363. | /* confdefs.h */
  4364. | #define PACKAGE_NAME "Bitcoin Core"
  4365. | #define PACKAGE_TARNAME "bitcoin"
  4366. | #define PACKAGE_VERSION "0.15.0"
  4367. | #define PACKAGE_STRING "Bitcoin Core 0.15.0"
  4368. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  4369. | #define PACKAGE_URL "https://bitcoincore.org/"
  4370. | #define HAVE_CXX11 1
  4371. | #define STDC_HEADERS 1
  4372. | #define HAVE_SYS_TYPES_H 1
  4373. | #define HAVE_SYS_STAT_H 1
  4374. | #define HAVE_STDLIB_H 1
  4375. | #define HAVE_STRING_H 1
  4376. | #define HAVE_MEMORY_H 1
  4377. | #define HAVE_STRINGS_H 1
  4378. | #define HAVE_INTTYPES_H 1
  4379. | #define HAVE_STDINT_H 1
  4380. | #define HAVE_UNISTD_H 1
  4381. | #define HAVE_DLFCN_H 1
  4382. | #define LT_OBJDIR ".libs/"
  4383. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  4384. | #define HAVE_PTHREAD 1
  4385. | #define HAVE_DECL_STRERROR_R 1
  4386. | #define HAVE_STRERROR_R 1
  4387. | #define HAVE_STDIO_H 1
  4388. | #define HAVE_STDLIB_H 1
  4389. | #define HAVE_UNISTD_H 1
  4390. | #define HAVE_STRINGS_H 1
  4391. | #define HAVE_SYS_TYPES_H 1
  4392. | #define HAVE_SYS_STAT_H 1
  4393. | #define HAVE_SYS_SELECT_H 1
  4394. | #define HAVE_DECL_STRNLEN 1
  4395. | #define HAVE_DECL_DAEMON 1
  4396. | #define HAVE_DECL_LE16TOH 0
  4397. | #define HAVE_DECL_LE32TOH 0
  4398. | #define HAVE_DECL_LE64TOH 0
  4399. | #define HAVE_DECL_HTOLE16 0
  4400. | #define HAVE_DECL_HTOLE32 0
  4401. | #define HAVE_DECL_HTOLE64 0
  4402. | #define HAVE_DECL_BE16TOH 0
  4403. | #define HAVE_DECL_BE32TOH 0
  4404. | #define HAVE_DECL_BE64TOH 0
  4405. | #define HAVE_DECL_HTOBE16 0
  4406. | #define HAVE_DECL_HTOBE32 0
  4407. | #define HAVE_DECL_HTOBE64 0
  4408. | #define HAVE_DECL_BSWAP_16 0
  4409. | #define HAVE_DECL_BSWAP_32 0
  4410. | #define HAVE_DECL_BSWAP_64 0
  4411. | #define HAVE_DECL___BUILTIN_CLZ 0
  4412. | #define HAVE_DECL___BUILTIN_CLZL 0
  4413. | #define HAVE_DECL___BUILTIN_CLZLL 0
  4414. | #define HAVE_MSG_DONTWAIT 1
  4415. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  4416. | #define HAVE_GETENTROPY_RAND 1
  4417. | /* end confdefs.h. */
  4418. |
  4419. | #include <bdb5.3/db_cxx.h>
  4420. |
  4421. | int
  4422. | main ()
  4423. | {
  4424. |
  4425. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  4426. | #error "failed to find bdb 4.8+"
  4427. | #endif
  4428. |
  4429. | ;
  4430. | return 0;
  4431. | }
  4432. configure:23511: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5
  4433. conftest.cpp:57:18: fatal error: 'libdb5.3/db_cxx.h' file not found
  4434. #include <libdb5.3/db_cxx.h>
  4435. ^~~~~~~~~~~~~~~~~~~
  4436. 1 error generated.
  4437. configure:23511: $? = 1
  4438. configure: failed program was:
  4439. | /* confdefs.h */
  4440. | #define PACKAGE_NAME "Bitcoin Core"
  4441. | #define PACKAGE_TARNAME "bitcoin"
  4442. | #define PACKAGE_VERSION "0.15.0"
  4443. | #define PACKAGE_STRING "Bitcoin Core 0.15.0"
  4444. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  4445. | #define PACKAGE_URL "https://bitcoincore.org/"
  4446. | #define HAVE_CXX11 1
  4447. | #define STDC_HEADERS 1
  4448. | #define HAVE_SYS_TYPES_H 1
  4449. | #define HAVE_SYS_STAT_H 1
  4450. | #define HAVE_STDLIB_H 1
  4451. | #define HAVE_STRING_H 1
  4452. | #define HAVE_MEMORY_H 1
  4453. | #define HAVE_STRINGS_H 1
  4454. | #define HAVE_INTTYPES_H 1
  4455. | #define HAVE_STDINT_H 1
  4456. | #define HAVE_UNISTD_H 1
  4457. | #define HAVE_DLFCN_H 1
  4458. | #define LT_OBJDIR ".libs/"
  4459. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  4460. | #define HAVE_PTHREAD 1
  4461. | #define HAVE_DECL_STRERROR_R 1
  4462. | #define HAVE_STRERROR_R 1
  4463. | #define HAVE_STDIO_H 1
  4464. | #define HAVE_STDLIB_H 1
  4465. | #define HAVE_UNISTD_H 1
  4466. | #define HAVE_STRINGS_H 1
  4467. | #define HAVE_SYS_TYPES_H 1
  4468. | #define HAVE_SYS_STAT_H 1
  4469. | #define HAVE_SYS_SELECT_H 1
  4470. | #define HAVE_DECL_STRNLEN 1
  4471. | #define HAVE_DECL_DAEMON 1
  4472. | #define HAVE_DECL_LE16TOH 0
  4473. | #define HAVE_DECL_LE32TOH 0
  4474. | #define HAVE_DECL_LE64TOH 0
  4475. | #define HAVE_DECL_HTOLE16 0
  4476. | #define HAVE_DECL_HTOLE32 0
  4477. | #define HAVE_DECL_HTOLE64 0
  4478. | #define HAVE_DECL_BE16TOH 0
  4479. | #define HAVE_DECL_BE32TOH 0
  4480. | #define HAVE_DECL_BE64TOH 0
  4481. | #define HAVE_DECL_HTOBE16 0
  4482. | #define HAVE_DECL_HTOBE32 0
  4483. | #define HAVE_DECL_HTOBE64 0
  4484. | #define HAVE_DECL_BSWAP_16 0
  4485. | #define HAVE_DECL_BSWAP_32 0
  4486. | #define HAVE_DECL_BSWAP_64 0
  4487. | #define HAVE_DECL___BUILTIN_CLZ 0
  4488. | #define HAVE_DECL___BUILTIN_CLZL 0
  4489. | #define HAVE_DECL___BUILTIN_CLZLL 0
  4490. | #define HAVE_MSG_DONTWAIT 1
  4491. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  4492. | #define HAVE_GETENTROPY_RAND 1
  4493. | /* end confdefs.h. */
  4494. |
  4495. | #include <libdb5.3/db_cxx.h>
  4496. |
  4497. | int
  4498. | main ()
  4499. | {
  4500. |
  4501. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  4502. | #error "failed to find bdb 4.8+"
  4503. | #endif
  4504. |
  4505. | ;
  4506. | return 0;
  4507. | }
  4508. configure:23511: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5
  4509. conftest.cpp:57:18: fatal error: 'db5.3/db_cxx.h' file not found
  4510. #include <db5.3/db_cxx.h>
  4511. ^~~~~~~~~~~~~~~~
  4512. 1 error generated.
  4513. configure:23511: $? = 1
  4514. configure: failed program was:
  4515. | /* confdefs.h */
  4516. | #define PACKAGE_NAME "Bitcoin Core"
  4517. | #define PACKAGE_TARNAME "bitcoin"
  4518. | #define PACKAGE_VERSION "0.15.0"
  4519. | #define PACKAGE_STRING "Bitcoin Core 0.15.0"
  4520. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  4521. | #define PACKAGE_URL "https://bitcoincore.org/"
  4522. | #define HAVE_CXX11 1
  4523. | #define STDC_HEADERS 1
  4524. | #define HAVE_SYS_TYPES_H 1
  4525. | #define HAVE_SYS_STAT_H 1
  4526. | #define HAVE_STDLIB_H 1
  4527. | #define HAVE_STRING_H 1
  4528. | #define HAVE_MEMORY_H 1
  4529. | #define HAVE_STRINGS_H 1
  4530. | #define HAVE_INTTYPES_H 1
  4531. | #define HAVE_STDINT_H 1
  4532. | #define HAVE_UNISTD_H 1
  4533. | #define HAVE_DLFCN_H 1
  4534. | #define LT_OBJDIR ".libs/"
  4535. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  4536. | #define HAVE_PTHREAD 1
  4537. | #define HAVE_DECL_STRERROR_R 1
  4538. | #define HAVE_STRERROR_R 1
  4539. | #define HAVE_STDIO_H 1
  4540. | #define HAVE_STDLIB_H 1
  4541. | #define HAVE_UNISTD_H 1
  4542. | #define HAVE_STRINGS_H 1
  4543. | #define HAVE_SYS_TYPES_H 1
  4544. | #define HAVE_SYS_STAT_H 1
  4545. | #define HAVE_SYS_SELECT_H 1
  4546. | #define HAVE_DECL_STRNLEN 1
  4547. | #define HAVE_DECL_DAEMON 1
  4548. | #define HAVE_DECL_LE16TOH 0
  4549. | #define HAVE_DECL_LE32TOH 0
  4550. | #define HAVE_DECL_LE64TOH 0
  4551. | #define HAVE_DECL_HTOLE16 0
  4552. | #define HAVE_DECL_HTOLE32 0
  4553. | #define HAVE_DECL_HTOLE64 0
  4554. | #define HAVE_DECL_BE16TOH 0
  4555. | #define HAVE_DECL_BE32TOH 0
  4556. | #define HAVE_DECL_BE64TOH 0
  4557. | #define HAVE_DECL_HTOBE16 0
  4558. | #define HAVE_DECL_HTOBE32 0
  4559. | #define HAVE_DECL_HTOBE64 0
  4560. | #define HAVE_DECL_BSWAP_16 0
  4561. | #define HAVE_DECL_BSWAP_32 0
  4562. | #define HAVE_DECL_BSWAP_64 0
  4563. | #define HAVE_DECL___BUILTIN_CLZ 0
  4564. | #define HAVE_DECL___BUILTIN_CLZL 0
  4565. | #define HAVE_DECL___BUILTIN_CLZLL 0
  4566. | #define HAVE_MSG_DONTWAIT 1
  4567. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  4568. | #define HAVE_GETENTROPY_RAND 1
  4569. | /* end confdefs.h. */
  4570. |
  4571. | #include <db5.3/db_cxx.h>
  4572. |
  4573. | int
  4574. | main ()
  4575. | {
  4576. |
  4577. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  4578. | #error "failed to find bdb 4.8+"
  4579. | #endif
  4580. |
  4581. | ;
  4582. | return 0;
  4583. | }
  4584. configure:23511: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5
  4585. conftest.cpp:57:18: fatal error: 'bdb/db_cxx.h' file not found
  4586. #include <bdb/db_cxx.h>
  4587. ^~~~~~~~~~~~~~
  4588. 1 error generated.
  4589. configure:23511: $? = 1
  4590. configure: failed program was:
  4591. | /* confdefs.h */
  4592. | #define PACKAGE_NAME "Bitcoin Core"
  4593. | #define PACKAGE_TARNAME "bitcoin"
  4594. | #define PACKAGE_VERSION "0.15.0"
  4595. | #define PACKAGE_STRING "Bitcoin Core 0.15.0"
  4596. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  4597. | #define PACKAGE_URL "https://bitcoincore.org/"
  4598. | #define HAVE_CXX11 1
  4599. | #define STDC_HEADERS 1
  4600. | #define HAVE_SYS_TYPES_H 1
  4601. | #define HAVE_SYS_STAT_H 1
  4602. | #define HAVE_STDLIB_H 1
  4603. | #define HAVE_STRING_H 1
  4604. | #define HAVE_MEMORY_H 1
  4605. | #define HAVE_STRINGS_H 1
  4606. | #define HAVE_INTTYPES_H 1
  4607. | #define HAVE_STDINT_H 1
  4608. | #define HAVE_UNISTD_H 1
  4609. | #define HAVE_DLFCN_H 1
  4610. | #define LT_OBJDIR ".libs/"
  4611. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  4612. | #define HAVE_PTHREAD 1
  4613. | #define HAVE_DECL_STRERROR_R 1
  4614. | #define HAVE_STRERROR_R 1
  4615. | #define HAVE_STDIO_H 1
  4616. | #define HAVE_STDLIB_H 1
  4617. | #define HAVE_UNISTD_H 1
  4618. | #define HAVE_STRINGS_H 1
  4619. | #define HAVE_SYS_TYPES_H 1
  4620. | #define HAVE_SYS_STAT_H 1
  4621. | #define HAVE_SYS_SELECT_H 1
  4622. | #define HAVE_DECL_STRNLEN 1
  4623. | #define HAVE_DECL_DAEMON 1
  4624. | #define HAVE_DECL_LE16TOH 0
  4625. | #define HAVE_DECL_LE32TOH 0
  4626. | #define HAVE_DECL_LE64TOH 0
  4627. | #define HAVE_DECL_HTOLE16 0
  4628. | #define HAVE_DECL_HTOLE32 0
  4629. | #define HAVE_DECL_HTOLE64 0
  4630. | #define HAVE_DECL_BE16TOH 0
  4631. | #define HAVE_DECL_BE32TOH 0
  4632. | #define HAVE_DECL_BE64TOH 0
  4633. | #define HAVE_DECL_HTOBE16 0
  4634. | #define HAVE_DECL_HTOBE32 0
  4635. | #define HAVE_DECL_HTOBE64 0
  4636. | #define HAVE_DECL_BSWAP_16 0
  4637. | #define HAVE_DECL_BSWAP_32 0
  4638. | #define HAVE_DECL_BSWAP_64 0
  4639. | #define HAVE_DECL___BUILTIN_CLZ 0
  4640. | #define HAVE_DECL___BUILTIN_CLZL 0
  4641. | #define HAVE_DECL___BUILTIN_CLZLL 0
  4642. | #define HAVE_MSG_DONTWAIT 1
  4643. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  4644. | #define HAVE_GETENTROPY_RAND 1
  4645. | /* end confdefs.h. */
  4646. |
  4647. | #include <bdb/db_cxx.h>
  4648. |
  4649. | int
  4650. | main ()
  4651. | {
  4652. |
  4653. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  4654. | #error "failed to find bdb 4.8+"
  4655. | #endif
  4656. |
  4657. | ;
  4658. | return 0;
  4659. | }
  4660. configure:23511: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5
  4661. conftest.cpp:57:18: fatal error: 'libdb/db_cxx.h' file not found
  4662. #include <libdb/db_cxx.h>
  4663. ^~~~~~~~~~~~~~~~
  4664. 1 error generated.
  4665. configure:23511: $? = 1
  4666. configure: failed program was:
  4667. | /* confdefs.h */
  4668. | #define PACKAGE_NAME "Bitcoin Core"
  4669. | #define PACKAGE_TARNAME "bitcoin"
  4670. | #define PACKAGE_VERSION "0.15.0"
  4671. | #define PACKAGE_STRING "Bitcoin Core 0.15.0"
  4672. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  4673. | #define PACKAGE_URL "https://bitcoincore.org/"
  4674. | #define HAVE_CXX11 1
  4675. | #define STDC_HEADERS 1
  4676. | #define HAVE_SYS_TYPES_H 1
  4677. | #define HAVE_SYS_STAT_H 1
  4678. | #define HAVE_STDLIB_H 1
  4679. | #define HAVE_STRING_H 1
  4680. | #define HAVE_MEMORY_H 1
  4681. | #define HAVE_STRINGS_H 1
  4682. | #define HAVE_INTTYPES_H 1
  4683. | #define HAVE_STDINT_H 1
  4684. | #define HAVE_UNISTD_H 1
  4685. | #define HAVE_DLFCN_H 1
  4686. | #define LT_OBJDIR ".libs/"
  4687. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  4688. | #define HAVE_PTHREAD 1
  4689. | #define HAVE_DECL_STRERROR_R 1
  4690. | #define HAVE_STRERROR_R 1
  4691. | #define HAVE_STDIO_H 1
  4692. | #define HAVE_STDLIB_H 1
  4693. | #define HAVE_UNISTD_H 1
  4694. | #define HAVE_STRINGS_H 1
  4695. | #define HAVE_SYS_TYPES_H 1
  4696. | #define HAVE_SYS_STAT_H 1
  4697. | #define HAVE_SYS_SELECT_H 1
  4698. | #define HAVE_DECL_STRNLEN 1
  4699. | #define HAVE_DECL_DAEMON 1
  4700. | #define HAVE_DECL_LE16TOH 0
  4701. | #define HAVE_DECL_LE32TOH 0
  4702. | #define HAVE_DECL_LE64TOH 0
  4703. | #define HAVE_DECL_HTOLE16 0
  4704. | #define HAVE_DECL_HTOLE32 0
  4705. | #define HAVE_DECL_HTOLE64 0
  4706. | #define HAVE_DECL_BE16TOH 0
  4707. | #define HAVE_DECL_BE32TOH 0
  4708. | #define HAVE_DECL_BE64TOH 0
  4709. | #define HAVE_DECL_HTOBE16 0
  4710. | #define HAVE_DECL_HTOBE32 0
  4711. | #define HAVE_DECL_HTOBE64 0
  4712. | #define HAVE_DECL_BSWAP_16 0
  4713. | #define HAVE_DECL_BSWAP_32 0
  4714. | #define HAVE_DECL_BSWAP_64 0
  4715. | #define HAVE_DECL___BUILTIN_CLZ 0
  4716. | #define HAVE_DECL___BUILTIN_CLZL 0
  4717. | #define HAVE_DECL___BUILTIN_CLZLL 0
  4718. | #define HAVE_MSG_DONTWAIT 1
  4719. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  4720. | #define HAVE_GETENTROPY_RAND 1
  4721. | /* end confdefs.h. */
  4722. |
  4723. | #include <libdb/db_cxx.h>
  4724. |
  4725. | int
  4726. | main ()
  4727. | {
  4728. |
  4729. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  4730. | #error "failed to find bdb 4.8+"
  4731. | #endif
  4732. |
  4733. | ;
  4734. | return 0;
  4735. | }
  4736. configure:23511: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5
  4737. conftest.cpp:57:18: fatal error: 'db/db_cxx.h' file not found
  4738. #include <db/db_cxx.h>
  4739. ^~~~~~~~~~~~~
  4740. 1 error generated.
  4741. configure:23511: $? = 1
  4742. configure: failed program was:
  4743. | /* confdefs.h */
  4744. | #define PACKAGE_NAME "Bitcoin Core"
  4745. | #define PACKAGE_TARNAME "bitcoin"
  4746. | #define PACKAGE_VERSION "0.15.0"
  4747. | #define PACKAGE_STRING "Bitcoin Core 0.15.0"
  4748. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  4749. | #define PACKAGE_URL "https://bitcoincore.org/"
  4750. | #define HAVE_CXX11 1
  4751. | #define STDC_HEADERS 1
  4752. | #define HAVE_SYS_TYPES_H 1
  4753. | #define HAVE_SYS_STAT_H 1
  4754. | #define HAVE_STDLIB_H 1
  4755. | #define HAVE_STRING_H 1
  4756. | #define HAVE_MEMORY_H 1
  4757. | #define HAVE_STRINGS_H 1
  4758. | #define HAVE_INTTYPES_H 1
  4759. | #define HAVE_STDINT_H 1
  4760. | #define HAVE_UNISTD_H 1
  4761. | #define HAVE_DLFCN_H 1
  4762. | #define LT_OBJDIR ".libs/"
  4763. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  4764. | #define HAVE_PTHREAD 1
  4765. | #define HAVE_DECL_STRERROR_R 1
  4766. | #define HAVE_STRERROR_R 1
  4767. | #define HAVE_STDIO_H 1
  4768. | #define HAVE_STDLIB_H 1
  4769. | #define HAVE_UNISTD_H 1
  4770. | #define HAVE_STRINGS_H 1
  4771. | #define HAVE_SYS_TYPES_H 1
  4772. | #define HAVE_SYS_STAT_H 1
  4773. | #define HAVE_SYS_SELECT_H 1
  4774. | #define HAVE_DECL_STRNLEN 1
  4775. | #define HAVE_DECL_DAEMON 1
  4776. | #define HAVE_DECL_LE16TOH 0
  4777. | #define HAVE_DECL_LE32TOH 0
  4778. | #define HAVE_DECL_LE64TOH 0
  4779. | #define HAVE_DECL_HTOLE16 0
  4780. | #define HAVE_DECL_HTOLE32 0
  4781. | #define HAVE_DECL_HTOLE64 0
  4782. | #define HAVE_DECL_BE16TOH 0
  4783. | #define HAVE_DECL_BE32TOH 0
  4784. | #define HAVE_DECL_BE64TOH 0
  4785. | #define HAVE_DECL_HTOBE16 0
  4786. | #define HAVE_DECL_HTOBE32 0
  4787. | #define HAVE_DECL_HTOBE64 0
  4788. | #define HAVE_DECL_BSWAP_16 0
  4789. | #define HAVE_DECL_BSWAP_32 0
  4790. | #define HAVE_DECL_BSWAP_64 0
  4791. | #define HAVE_DECL___BUILTIN_CLZ 0
  4792. | #define HAVE_DECL___BUILTIN_CLZL 0
  4793. | #define HAVE_DECL___BUILTIN_CLZLL 0
  4794. | #define HAVE_MSG_DONTWAIT 1
  4795. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  4796. | #define HAVE_GETENTROPY_RAND 1
  4797. | /* end confdefs.h. */
  4798. |
  4799. | #include <db/db_cxx.h>
  4800. |
  4801. | int
  4802. | main ()
  4803. | {
  4804. |
  4805. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  4806. | #error "failed to find bdb 4.8+"
  4807. | #endif
  4808. |
  4809. | ;
  4810. | return 0;
  4811. | }
  4812. configure:23511: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5
  4813. configure:23511: $? = 0
  4814. configure:23540: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5
  4815. configure:23540: $? = 0
  4816. configure:23583: result: default
  4817. configure:23606: checking for main in -ldb_cxx-4.8
  4818. configure:23625: g++ -std=c++11 -o conftest -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX -Wl,-headerpad_max_install_names -Wl,-dead_strip conftest.cpp -ldb_cxx-4.8 -L/usr/local/opt/berkeley-db@4/lib >&5
  4819. conftest.cpp:60:1: warning: all paths through this function will call itself [-Winfinite-recursion]
  4820. {
  4821. ^
  4822. 1 warning generated.
  4823. configure:23625: $? = 0
  4824. configure:23635: result: yes
  4825. configure:23657: checking miniupnpc/miniwget.h usability
  4826. configure:23657: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5
  4827. configure:23657: $? = 0
  4828. configure:23657: result: yes
  4829. configure:23657: checking miniupnpc/miniwget.h presence
  4830. configure:23657: g++ -std=c++11 -E -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp
  4831. configure:23657: $? = 0
  4832. configure:23657: result: yes
  4833. configure:23657: checking for miniupnpc/miniwget.h
  4834. configure:23657: result: yes
  4835. configure:23662: checking for main in -lminiupnpc
  4836. configure:23681: g++ -std=c++11 -o conftest -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX -Wl,-headerpad_max_install_names -Wl,-dead_strip conftest.cpp -lminiupnpc -L/usr/local/opt/berkeley-db@4/lib >&5
  4837. conftest.cpp:61:1: warning: all paths through this function will call itself [-Winfinite-recursion]
  4838. {
  4839. ^
  4840. 1 warning generated.
  4841. configure:23681: $? = 0
  4842. configure:23690: result: yes
  4843. configure:23657: checking miniupnpc/miniupnpc.h usability
  4844. configure:23657: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5
  4845. configure:23657: $? = 0
  4846. configure:23657: result: yes
  4847. configure:23657: checking miniupnpc/miniupnpc.h presence
  4848. configure:23657: g++ -std=c++11 -E -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp
  4849. configure:23657: $? = 0
  4850. configure:23657: result: yes
  4851. configure:23657: checking for miniupnpc/miniupnpc.h
  4852. configure:23657: result: yes
  4853. configure:23662: checking for main in -lminiupnpc
  4854. configure:23690: result: yes
  4855. configure:23657: checking miniupnpc/upnpcommands.h usability
  4856. configure:23657: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5
  4857. configure:23657: $? = 0
  4858. configure:23657: result: yes
  4859. configure:23657: checking miniupnpc/upnpcommands.h presence
  4860. configure:23657: g++ -std=c++11 -E -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp
  4861. configure:23657: $? = 0
  4862. configure:23657: result: yes
  4863. configure:23657: checking for miniupnpc/upnpcommands.h
  4864. configure:23657: result: yes
  4865. configure:23662: checking for main in -lminiupnpc
  4866. configure:23690: result: yes
  4867. configure:23657: checking miniupnpc/upnperrors.h usability
  4868. configure:23657: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5
  4869. configure:23657: $? = 0
  4870. configure:23657: result: yes
  4871. configure:23657: checking miniupnpc/upnperrors.h presence
  4872. configure:23657: g++ -std=c++11 -E -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp
  4873. configure:23657: $? = 0
  4874. configure:23657: result: yes
  4875. configure:23657: checking for miniupnpc/upnperrors.h
  4876. configure:23657: result: yes
  4877. configure:23662: checking for main in -lminiupnpc
  4878. configure:23690: result: yes
  4879. configure:23800: checking for Qt5Core Qt5Gui Qt5Network Qt5Widgets
  4880. configure:23807: $PKG_CONFIG --exists --print-errors "$qt5_modules"
  4881. configure:23810: $? = 0
  4882. configure:23824: $PKG_CONFIG --exists --print-errors "$qt5_modules"
  4883. configure:23827: $? = 0
  4884. configure:23865: result: yes
  4885. configure:24117: checking for Qt5Test
  4886. configure:24124: $PKG_CONFIG --exists --print-errors "${QT_LIB_PREFIX}Test"
  4887. configure:24127: $? = 0
  4888. configure:24141: $PKG_CONFIG --exists --print-errors "${QT_LIB_PREFIX}Test"
  4889. configure:24144: $? = 0
  4890. configure:24182: result: yes
  4891. configure:24189: checking for Qt5DBus
  4892. configure:24196: $PKG_CONFIG --exists --print-errors "${QT_LIB_PREFIX}DBus"
  4893. configure:24199: $? = 0
  4894. configure:24213: $PKG_CONFIG --exists --print-errors "${QT_LIB_PREFIX}DBus"
  4895. configure:24216: $? = 0
  4896. configure:24254: result: yes
  4897. configure:25220: checking for static Qt
  4898. configure:25243: g++ -std=c++11 -c -fPIC -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -I/usr/local/Cellar/qt/5.10.0/include/QtNetwork -I/usr/local/Cellar/qt/5.10.0/include -I/usr/local/Cellar/qt/5.10.0/include/QtWidgets -I/usr/local/Cellar/qt/5.10.0/include -I/usr/local/Cellar/qt/5.10.0/include/QtGui -I/usr/local/Cellar/qt/5.10.0/include -I/usr/local/Cellar/qt/5.10.0/include/QtCore -I/usr/local/Cellar/qt/5.10.0/include -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5
  4899. conftest.cpp:68:7: error: unknown type name 'choke'
  4900. choke me
  4901. ^
  4902. 1 error generated.
  4903. configure:25243: $? = 1
  4904. configure: failed program was:
  4905. | /* confdefs.h */
  4906. | #define PACKAGE_NAME "Bitcoin Core"
  4907. | #define PACKAGE_TARNAME "bitcoin"
  4908. | #define PACKAGE_VERSION "0.15.0"
  4909. | #define PACKAGE_STRING "Bitcoin Core 0.15.0"
  4910. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  4911. | #define PACKAGE_URL "https://bitcoincore.org/"
  4912. | #define HAVE_CXX11 1
  4913. | #define STDC_HEADERS 1
  4914. | #define HAVE_SYS_TYPES_H 1
  4915. | #define HAVE_SYS_STAT_H 1
  4916. | #define HAVE_STDLIB_H 1
  4917. | #define HAVE_STRING_H 1
  4918. | #define HAVE_MEMORY_H 1
  4919. | #define HAVE_STRINGS_H 1
  4920. | #define HAVE_INTTYPES_H 1
  4921. | #define HAVE_STDINT_H 1
  4922. | #define HAVE_UNISTD_H 1
  4923. | #define HAVE_DLFCN_H 1
  4924. | #define LT_OBJDIR ".libs/"
  4925. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  4926. | #define HAVE_PTHREAD 1
  4927. | #define HAVE_DECL_STRERROR_R 1
  4928. | #define HAVE_STRERROR_R 1
  4929. | #define HAVE_STDIO_H 1
  4930. | #define HAVE_STDLIB_H 1
  4931. | #define HAVE_UNISTD_H 1
  4932. | #define HAVE_STRINGS_H 1
  4933. | #define HAVE_SYS_TYPES_H 1
  4934. | #define HAVE_SYS_STAT_H 1
  4935. | #define HAVE_SYS_SELECT_H 1
  4936. | #define HAVE_DECL_STRNLEN 1
  4937. | #define HAVE_DECL_DAEMON 1
  4938. | #define HAVE_DECL_LE16TOH 0
  4939. | #define HAVE_DECL_LE32TOH 0
  4940. | #define HAVE_DECL_LE64TOH 0
  4941. | #define HAVE_DECL_HTOLE16 0
  4942. | #define HAVE_DECL_HTOLE32 0
  4943. | #define HAVE_DECL_HTOLE64 0
  4944. | #define HAVE_DECL_BE16TOH 0
  4945. | #define HAVE_DECL_BE32TOH 0
  4946. | #define HAVE_DECL_BE64TOH 0
  4947. | #define HAVE_DECL_HTOBE16 0
  4948. | #define HAVE_DECL_HTOBE32 0
  4949. | #define HAVE_DECL_HTOBE64 0
  4950. | #define HAVE_DECL_BSWAP_16 0
  4951. | #define HAVE_DECL_BSWAP_32 0
  4952. | #define HAVE_DECL_BSWAP_64 0
  4953. | #define HAVE_DECL___BUILTIN_CLZ 0
  4954. | #define HAVE_DECL___BUILTIN_CLZL 0
  4955. | #define HAVE_DECL___BUILTIN_CLZLL 0
  4956. | #define HAVE_MSG_DONTWAIT 1
  4957. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  4958. | #define HAVE_GETENTROPY_RAND 1
  4959. | #define HAVE_MINIUPNPC_MINIWGET_H 1
  4960. | #define HAVE_MINIUPNPC_MINIUPNPC_H 1
  4961. | #define HAVE_MINIUPNPC_UPNPCOMMANDS_H 1
  4962. | #define HAVE_MINIUPNPC_UPNPERRORS_H 1
  4963. | /* end confdefs.h. */
  4964. | #include <QtCore>
  4965. | int
  4966. | main ()
  4967. | {
  4968. |
  4969. | #if defined(QT_STATIC)
  4970. | return 0;
  4971. | #else
  4972. | choke me
  4973. | #endif
  4974. |
  4975. | ;
  4976. | return 0;
  4977. | }
  4978. configure:25251: result: no
  4979. configure:26111: checking whether -fPIE can be used with this Qt config
  4980. configure:26132: g++ -std=c++11 -c -fPIE -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -I/usr/local/Cellar/qt/5.10.0/include/QtNetwork -I/usr/local/Cellar/qt/5.10.0/include -I/usr/local/Cellar/qt/5.10.0/include/QtWidgets -I/usr/local/Cellar/qt/5.10.0/include -I/usr/local/Cellar/qt/5.10.0/include/QtGui -I/usr/local/Cellar/qt/5.10.0/include -I/usr/local/Cellar/qt/5.10.0/include/QtCore -I/usr/local/Cellar/qt/5.10.0/include -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5
  4981. configure:26132: $? = 0
  4982. configure:26133: result: yes
  4983. configure:26201: checking for moc-qt5
  4984. configure:26234: result: no
  4985. configure:26201: checking for moc5
  4986. configure:26234: result: no
  4987. configure:26201: checking for moc
  4988. configure:26219: found /usr/local/Cellar/qt/5.10.0/bin/moc
  4989. configure:26231: result: /usr/local/Cellar/qt/5.10.0/bin/moc
  4990. configure:26320: checking for uic-qt5
  4991. configure:26353: result: no
  4992. configure:26320: checking for uic5
  4993. configure:26353: result: no
  4994. configure:26320: checking for uic
  4995. configure:26338: found /usr/local/Cellar/qt/5.10.0/bin/uic
  4996. configure:26350: result: /usr/local/Cellar/qt/5.10.0/bin/uic
  4997. configure:26439: checking for rcc-qt5
  4998. configure:26472: result: no
  4999. configure:26439: checking for rcc5
  5000. configure:26472: result: no
  5001. configure:26439: checking for rcc
  5002. configure:26457: found /usr/local/Cellar/qt/5.10.0/bin/rcc
  5003. configure:26469: result: /usr/local/Cellar/qt/5.10.0/bin/rcc
  5004. configure:26558: checking for lrelease-qt5
  5005. configure:26591: result: no
  5006. configure:26558: checking for lrelease5
  5007. configure:26591: result: no
  5008. configure:26558: checking for lrelease
  5009. configure:26576: found /usr/local/Cellar/qt/5.10.0/bin/lrelease
  5010. configure:26588: result: /usr/local/Cellar/qt/5.10.0/bin/lrelease
  5011. configure:26677: checking for lupdate-qt5
  5012. configure:26710: result: no
  5013. configure:26677: checking for lupdate5
  5014. configure:26710: result: no
  5015. configure:26677: checking for lupdate
  5016. configure:26695: found /usr/local/Cellar/qt/5.10.0/bin/lupdate
  5017. configure:26707: result: /usr/local/Cellar/qt/5.10.0/bin/lupdate
  5018. configure:26797: checking whether the linker accepts -framework Foundation -framework ApplicationServices -framework AppKit
  5019. configure:26816: g++ -std=c++11 -o conftest -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX -Wl,-headerpad_max_install_names -Wl,-dead_strip -framework Foundation -framework ApplicationServices -framework AppKit conftest.cpp -L/usr/local/opt/berkeley-db@4/lib >&5
  5020. configure:26816: $? = 0
  5021. configure:26826: result: yes
  5022. configure:26892: checking whether to build Bitcoin Core GUI
  5023. configure:26922: result: yes (Qt5)
  5024. configure:26996: checking for boostlib >= 1.47.0
  5025. configure:27081: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX -I/usr/local/include conftest.cpp >&5
  5026. configure:27081: $? = 0
  5027. configure:27083: result: yes
  5028. configure:27270: checking whether the Boost::System library is available
  5029. configure:27295: g++ -std=c++11 -c -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX -I/usr/local/include conftest.cpp >&5
  5030. configure:27295: $? = 0
  5031. configure:27310: result: yes
  5032. configure:27326: checking for exit in -lboost_system
  5033. configure:27351: g++ -std=c++11 -o conftest -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX -I/usr/local/include -Wl,-headerpad_max_install_names -Wl,-dead_strip -L/usr/local/lib conftest.cpp -lboost_system -L/usr/local/opt/berkeley-db@4/lib >&5
  5034. configure:27351: $? = 0
  5035. configure:27361: result: yes
  5036. configure:27516: checking whether the Boost::Filesystem library is available
  5037. configure:27540: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX -I/usr/local/include conftest.cpp >&5
  5038. configure:27540: $? = 0
  5039. configure:27554: result: yes
  5040. configure:27566: checking for exit in -lboost_filesystem
  5041. configure:27591: g++ -std=c++11 -o conftest -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX -I/usr/local/include -Wl,-headerpad_max_install_names -Wl,-dead_strip -L/usr/local/lib conftest.cpp -lboost_filesystem -L/usr/local/opt/berkeley-db@4/lib -lboost_system >&5
  5042. configure:27591: $? = 0
  5043. configure:27601: result: yes
  5044. configure:27751: checking whether the Boost::Program_Options library is available
  5045. configure:27775: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX -I/usr/local/include conftest.cpp >&5
  5046. configure:27775: $? = 0
  5047. configure:27789: result: yes
  5048. configure:27800: checking for exit in -lboost_program_options-mt
  5049. configure:27825: g++ -std=c++11 -o conftest -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX -I/usr/local/include -Wl,-headerpad_max_install_names -Wl,-dead_strip -L/usr/local/lib conftest.cpp -lboost_program_options-mt -L/usr/local/opt/berkeley-db@4/lib >&5
  5050. configure:27825: $? = 0
  5051. configure:27835: result: yes
  5052. configure:27978: checking whether the Boost::Thread library is available
  5053. configure:28010: g++ -std=c++11 -c -pthread -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX -I/usr/local/include conftest.cpp >&5
  5054. configure:28010: $? = 0
  5055. configure:28025: result: yes
  5056. configure:28055: checking for exit in -lboost_thread-mt
  5057. configure:28080: g++ -std=c++11 -o conftest -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX -I/usr/local/include -Wl,-headerpad_max_install_names -Wl,-dead_strip -L/usr/local/lib conftest.cpp -lboost_thread-mt -L/usr/local/opt/berkeley-db@4/lib >&5
  5058. configure:28080: $? = 0
  5059. configure:28090: result: yes
  5060. configure:28250: checking whether the Boost::Chrono library is available
  5061. configure:28274: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX -pthread -I/usr/local/include conftest.cpp >&5
  5062. configure:28274: $? = 0
  5063. configure:28289: result: yes
  5064. configure:28305: checking for exit in -lboost_chrono-mt
  5065. configure:28330: g++ -std=c++11 -o conftest -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX -pthread -I/usr/local/include -Wl,-headerpad_max_install_names -Wl,-dead_strip -L/usr/local/lib conftest.cpp -lboost_chrono-mt -L/usr/local/opt/berkeley-db@4/lib >&5
  5066. configure:28330: $? = 0
  5067. configure:28340: result: yes
  5068. configure:28582: checking whether the Boost::Unit_Test_Framework library is available
  5069. configure:28605: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX -DBOOST_SP_USE_STD_ATOMIC -DBOOST_AC_USE_STD_ATOMIC -pthread -I/usr/local/include conftest.cpp >&5
  5070. conftest.cpp:71:21: warning: unused variable 'test' [-Wunused-variable]
  5071. test_suite* test= BOOST_TEST_SUITE( "Unit test example 1" ); return 0;
  5072. ^
  5073. 1 warning generated.
  5074. configure:28605: $? = 0
  5075. configure:28619: result: yes
  5076. configure:28731: checking for dynamic linked boost test
  5077. configure:28746: g++ -std=c++11 -o conftest -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX -DBOOST_SP_USE_STD_ATOMIC -DBOOST_AC_USE_STD_ATOMIC -pthread -I/usr/local/include -Wl,-headerpad_max_install_names -Wl,-dead_strip conftest.cpp -L/usr/local/opt/berkeley-db@4/lib -L/usr/local/lib -lboost_unit_test_framework-mt >&5
  5078. configure:28746: $? = 0
  5079. configure:28747: result: yes
  5080. configure:28773: checking for mismatched boost c++11 scoped enums
  5081. configure:28801: g++ -std=c++11 -o conftest -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX -DBOOST_SP_USE_STD_ATOMIC -DBOOST_AC_USE_STD_ATOMIC -pthread -I/usr/local/include -Wl,-headerpad_max_install_names -Wl,-dead_strip conftest.cpp -L/usr/local/lib -lboost_system -lboost_filesystem -lboost_program_options-mt -lboost_thread-mt -lboost_chrono-mt -L/usr/local/opt/berkeley-db@4/lib >&5
  5082. conftest.cpp:84:5: error: use of undeclared identifier 'choke'
  5083. choke;
  5084. ^
  5085. 1 error generated.
  5086. configure:28801: $? = 1
  5087. configure: failed program was:
  5088. | /* confdefs.h */
  5089. | #define PACKAGE_NAME "Bitcoin Core"
  5090. | #define PACKAGE_TARNAME "bitcoin"
  5091. | #define PACKAGE_VERSION "0.15.0"
  5092. | #define PACKAGE_STRING "Bitcoin Core 0.15.0"
  5093. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  5094. | #define PACKAGE_URL "https://bitcoincore.org/"
  5095. | #define HAVE_CXX11 1
  5096. | #define STDC_HEADERS 1
  5097. | #define HAVE_SYS_TYPES_H 1
  5098. | #define HAVE_SYS_STAT_H 1
  5099. | #define HAVE_STDLIB_H 1
  5100. | #define HAVE_STRING_H 1
  5101. | #define HAVE_MEMORY_H 1
  5102. | #define HAVE_STRINGS_H 1
  5103. | #define HAVE_INTTYPES_H 1
  5104. | #define HAVE_STDINT_H 1
  5105. | #define HAVE_UNISTD_H 1
  5106. | #define HAVE_DLFCN_H 1
  5107. | #define LT_OBJDIR ".libs/"
  5108. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  5109. | #define HAVE_PTHREAD 1
  5110. | #define HAVE_DECL_STRERROR_R 1
  5111. | #define HAVE_STRERROR_R 1
  5112. | #define HAVE_STDIO_H 1
  5113. | #define HAVE_STDLIB_H 1
  5114. | #define HAVE_UNISTD_H 1
  5115. | #define HAVE_STRINGS_H 1
  5116. | #define HAVE_SYS_TYPES_H 1
  5117. | #define HAVE_SYS_STAT_H 1
  5118. | #define HAVE_SYS_SELECT_H 1
  5119. | #define HAVE_DECL_STRNLEN 1
  5120. | #define HAVE_DECL_DAEMON 1
  5121. | #define HAVE_DECL_LE16TOH 0
  5122. | #define HAVE_DECL_LE32TOH 0
  5123. | #define HAVE_DECL_LE64TOH 0
  5124. | #define HAVE_DECL_HTOLE16 0
  5125. | #define HAVE_DECL_HTOLE32 0
  5126. | #define HAVE_DECL_HTOLE64 0
  5127. | #define HAVE_DECL_BE16TOH 0
  5128. | #define HAVE_DECL_BE32TOH 0
  5129. | #define HAVE_DECL_BE64TOH 0
  5130. | #define HAVE_DECL_HTOBE16 0
  5131. | #define HAVE_DECL_HTOBE32 0
  5132. | #define HAVE_DECL_HTOBE64 0
  5133. | #define HAVE_DECL_BSWAP_16 0
  5134. | #define HAVE_DECL_BSWAP_32 0
  5135. | #define HAVE_DECL_BSWAP_64 0
  5136. | #define HAVE_DECL___BUILTIN_CLZ 0
  5137. | #define HAVE_DECL___BUILTIN_CLZL 0
  5138. | #define HAVE_DECL___BUILTIN_CLZLL 0
  5139. | #define HAVE_MSG_DONTWAIT 1
  5140. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  5141. | #define HAVE_GETENTROPY_RAND 1
  5142. | #define HAVE_MINIUPNPC_MINIWGET_H 1
  5143. | #define HAVE_MINIUPNPC_MINIUPNPC_H 1
  5144. | #define HAVE_MINIUPNPC_UPNPCOMMANDS_H 1
  5145. | #define HAVE_MINIUPNPC_UPNPERRORS_H 1
  5146. | #define HAVE_BOOST /**/
  5147. | #define HAVE_BOOST_SYSTEM /**/
  5148. | #define HAVE_BOOST_FILESYSTEM /**/
  5149. | #define HAVE_BOOST_PROGRAM_OPTIONS /**/
  5150. | #define HAVE_BOOST_THREAD /**/
  5151. | #define HAVE_BOOST_CHRONO /**/
  5152. | #define HAVE_BOOST_UNIT_TEST_FRAMEWORK /**/
  5153. | /* end confdefs.h. */
  5154. |
  5155. | #include "boost/config.hpp"
  5156. | #include "boost/version.hpp"
  5157. | #if !defined(BOOST_NO_SCOPED_ENUMS) && !defined(BOOST_NO_CXX11_SCOPED_ENUMS) && BOOST_VERSION < 105700
  5158. | #define BOOST_NO_SCOPED_ENUMS
  5159. | #define BOOST_NO_CXX11_SCOPED_ENUMS
  5160. | #define CHECK
  5161. | #endif
  5162. | #include "boost/filesystem.hpp"
  5163. |
  5164. | int
  5165. | main ()
  5166. | {
  5167. |
  5168. | #if defined(CHECK)
  5169. | boost::filesystem::copy_file("foo", "bar");
  5170. | #else
  5171. | choke;
  5172. | #endif
  5173. |
  5174. | ;
  5175. | return 0;
  5176. | }
  5177. configure:28805: result: ok
  5178. configure:28837: g++ -std=c++11 -o conftest -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX -DBOOST_SP_USE_STD_ATOMIC -DBOOST_AC_USE_STD_ATOMIC -pthread -I/usr/local/include -Wl,-headerpad_max_install_names -Wl,-dead_strip conftest.cpp -L/usr/local/lib -lboost_system -lboost_filesystem -lboost_program_options-mt -lboost_thread-mt -lboost_chrono-mt -L/usr/local/opt/berkeley-db@4/lib >&5
  5179. configure:28837: $? = 0
  5180. configure:28899: checking for libssl
  5181. configure:28906: $PKG_CONFIG --exists --print-errors "libssl"
  5182. configure:28909: $? = 0
  5183. configure:28923: $PKG_CONFIG --exists --print-errors "libssl"
  5184. configure:28926: $? = 0
  5185. configure:28964: result: yes
  5186. configure:28970: checking for libcrypto
  5187. configure:28977: $PKG_CONFIG --exists --print-errors "libcrypto"
  5188. configure:28980: $? = 0
  5189. configure:28994: $PKG_CONFIG --exists --print-errors "libcrypto"
  5190. configure:28997: $? = 0
  5191. configure:29035: result: yes
  5192. configure:29044: checking for protobuf
  5193. configure:29051: $PKG_CONFIG --exists --print-errors "protobuf"
  5194. configure:29054: $? = 0
  5195. configure:29068: $PKG_CONFIG --exists --print-errors "protobuf"
  5196. configure:29071: $? = 0
  5197. configure:29131: result: yes
  5198. configure:29146: checking for libqrencode
  5199. configure:29153: $PKG_CONFIG --exists --print-errors "libqrencode"
  5200. Package libqrencode was not found in the pkg-config search path.
  5201. Perhaps you should add the directory containing `libqrencode.pc'
  5202. to the PKG_CONFIG_PATH environment variable
  5203. No package 'libqrencode' found
  5204. configure:29156: $? = 1
  5205. configure:29170: $PKG_CONFIG --exists --print-errors "libqrencode"
  5206. Package libqrencode was not found in the pkg-config search path.
  5207. Perhaps you should add the directory containing `libqrencode.pc'
  5208. to the PKG_CONFIG_PATH environment variable
  5209. No package 'libqrencode' found
  5210. configure:29173: $? = 1
  5211. configure:29187: result: no
  5212. No package 'libqrencode' found
  5213. configure:29224: checking for libevent
  5214. configure:29231: $PKG_CONFIG --exists --print-errors "libevent"
  5215. configure:29234: $? = 0
  5216. configure:29248: $PKG_CONFIG --exists --print-errors "libevent"
  5217. configure:29251: $? = 0
  5218. configure:29289: result: yes
  5219. configure:29296: checking for libevent_pthreads
  5220. configure:29303: $PKG_CONFIG --exists --print-errors "libevent_pthreads"
  5221. configure:29306: $? = 0
  5222. configure:29320: $PKG_CONFIG --exists --print-errors "libevent_pthreads"
  5223. configure:29323: $? = 0
  5224. configure:29361: result: yes
  5225. configure:29371: checking for libzmq >= 4
  5226. configure:29378: $PKG_CONFIG --exists --print-errors "libzmq >= 4"
  5227. Package libzmq was not found in the pkg-config search path.
  5228. Perhaps you should add the directory containing `libzmq.pc'
  5229. to the PKG_CONFIG_PATH environment variable
  5230. No package 'libzmq' found
  5231. configure:29381: $? = 1
  5232. configure:29395: $PKG_CONFIG --exists --print-errors "libzmq >= 4"
  5233. Package libzmq was not found in the pkg-config search path.
  5234. Perhaps you should add the directory containing `libzmq.pc'
  5235. to the PKG_CONFIG_PATH environment variable
  5236. No package 'libzmq' found
  5237. configure:29398: $? = 1
  5238. configure:29412: result: no
  5239. No package 'libzmq' found
  5240. configure:29431: WARNING: libzmq version 4.x or greater not found, disabling
  5241. configure:29839: checking whether EVP_MD_CTX_new is declared
  5242. configure:29839: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -I/usr/local/Cellar/openssl/1.0.2n/include -I/usr/local/Cellar/openssl/1.0.2n/include -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5
  5243. conftest.cpp:110:10: error: use of undeclared identifier 'EVP_MD_CTX_new'
  5244. (void) EVP_MD_CTX_new;
  5245. ^
  5246. 1 error generated.
  5247. configure:29839: $? = 1
  5248. configure: failed program was:
  5249. | /* confdefs.h */
  5250. | #define PACKAGE_NAME "Bitcoin Core"
  5251. | #define PACKAGE_TARNAME "bitcoin"
  5252. | #define PACKAGE_VERSION "0.15.0"
  5253. | #define PACKAGE_STRING "Bitcoin Core 0.15.0"
  5254. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  5255. | #define PACKAGE_URL "https://bitcoincore.org/"
  5256. | #define HAVE_CXX11 1
  5257. | #define STDC_HEADERS 1
  5258. | #define HAVE_SYS_TYPES_H 1
  5259. | #define HAVE_SYS_STAT_H 1
  5260. | #define HAVE_STDLIB_H 1
  5261. | #define HAVE_STRING_H 1
  5262. | #define HAVE_MEMORY_H 1
  5263. | #define HAVE_STRINGS_H 1
  5264. | #define HAVE_INTTYPES_H 1
  5265. | #define HAVE_STDINT_H 1
  5266. | #define HAVE_UNISTD_H 1
  5267. | #define HAVE_DLFCN_H 1
  5268. | #define LT_OBJDIR ".libs/"
  5269. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  5270. | #define HAVE_PTHREAD 1
  5271. | #define HAVE_DECL_STRERROR_R 1
  5272. | #define HAVE_STRERROR_R 1
  5273. | #define HAVE_STDIO_H 1
  5274. | #define HAVE_STDLIB_H 1
  5275. | #define HAVE_UNISTD_H 1
  5276. | #define HAVE_STRINGS_H 1
  5277. | #define HAVE_SYS_TYPES_H 1
  5278. | #define HAVE_SYS_STAT_H 1
  5279. | #define HAVE_SYS_SELECT_H 1
  5280. | #define HAVE_DECL_STRNLEN 1
  5281. | #define HAVE_DECL_DAEMON 1
  5282. | #define HAVE_DECL_LE16TOH 0
  5283. | #define HAVE_DECL_LE32TOH 0
  5284. | #define HAVE_DECL_LE64TOH 0
  5285. | #define HAVE_DECL_HTOLE16 0
  5286. | #define HAVE_DECL_HTOLE32 0
  5287. | #define HAVE_DECL_HTOLE64 0
  5288. | #define HAVE_DECL_BE16TOH 0
  5289. | #define HAVE_DECL_BE32TOH 0
  5290. | #define HAVE_DECL_BE64TOH 0
  5291. | #define HAVE_DECL_HTOBE16 0
  5292. | #define HAVE_DECL_HTOBE32 0
  5293. | #define HAVE_DECL_HTOBE64 0
  5294. | #define HAVE_DECL_BSWAP_16 0
  5295. | #define HAVE_DECL_BSWAP_32 0
  5296. | #define HAVE_DECL_BSWAP_64 0
  5297. | #define HAVE_DECL___BUILTIN_CLZ 0
  5298. | #define HAVE_DECL___BUILTIN_CLZL 0
  5299. | #define HAVE_DECL___BUILTIN_CLZLL 0
  5300. | #define HAVE_MSG_DONTWAIT 1
  5301. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  5302. | #define HAVE_GETENTROPY_RAND 1
  5303. | #define HAVE_MINIUPNPC_MINIWGET_H 1
  5304. | #define HAVE_MINIUPNPC_MINIUPNPC_H 1
  5305. | #define HAVE_MINIUPNPC_UPNPCOMMANDS_H 1
  5306. | #define HAVE_MINIUPNPC_UPNPERRORS_H 1
  5307. | #define HAVE_BOOST /**/
  5308. | #define HAVE_BOOST_SYSTEM /**/
  5309. | #define HAVE_BOOST_FILESYSTEM /**/
  5310. | #define HAVE_BOOST_PROGRAM_OPTIONS /**/
  5311. | #define HAVE_BOOST_THREAD /**/
  5312. | #define HAVE_BOOST_CHRONO /**/
  5313. | #define HAVE_BOOST_UNIT_TEST_FRAMEWORK /**/
  5314. | #define HAVE_WORKING_BOOST_SLEEP_FOR 1
  5315. | #define ENABLE_ZMQ 0
  5316. | /* end confdefs.h. */
  5317. | #include <stdio.h>
  5318. | #ifdef HAVE_SYS_TYPES_H
  5319. | # include <sys/types.h>
  5320. | #endif
  5321. | #ifdef HAVE_SYS_STAT_H
  5322. | # include <sys/stat.h>
  5323. | #endif
  5324. | #ifdef STDC_HEADERS
  5325. | # include <stdlib.h>
  5326. | # include <stddef.h>
  5327. | #else
  5328. | # ifdef HAVE_STDLIB_H
  5329. | # include <stdlib.h>
  5330. | # endif
  5331. | #endif
  5332. | #ifdef HAVE_STRING_H
  5333. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5334. | # include <memory.h>
  5335. | # endif
  5336. | # include <string.h>
  5337. | #endif
  5338. | #ifdef HAVE_STRINGS_H
  5339. | # include <strings.h>
  5340. | #endif
  5341. | #ifdef HAVE_INTTYPES_H
  5342. | # include <inttypes.h>
  5343. | #endif
  5344. | #ifdef HAVE_STDINT_H
  5345. | # include <stdint.h>
  5346. | #endif
  5347. | #ifdef HAVE_UNISTD_H
  5348. | # include <unistd.h>
  5349. | #endif
  5350. | #include <openssl/x509_vfy.h>
  5351. |
  5352. |
  5353. | int
  5354. | main ()
  5355. | {
  5356. | #ifndef EVP_MD_CTX_new
  5357. | #ifdef __cplusplus
  5358. | (void) EVP_MD_CTX_new;
  5359. | #else
  5360. | (void) EVP_MD_CTX_new;
  5361. | #endif
  5362. | #endif
  5363. |
  5364. | ;
  5365. | return 0;
  5366. | }
  5367. configure:29839: result: no
  5368. configure:30029: checking for protoc
  5369. configure:30062: result: no
  5370. configure:30121: WARNING: PROTOC not found; bitcoin-qt frontend will not be built
  5371. configure:30139: checking whether to build bitcoind
  5372. configure:30149: result: yes
  5373. configure:30152: checking whether to build utils (bitcoin-cli bitcoin-tx)
  5374. configure:30162: result: yes
  5375. configure:30165: checking whether to build libraries
  5376. configure:30182: result: yes
  5377. configure:30193: checking if ccache should be used
  5378. configure:30206: result: no
  5379. configure:30247: checking if wallet should be enabled
  5380. configure:30250: result: yes
  5381. configure:30263: checking whether to build with support for UPnP
  5382. configure:30273: result: yes
  5383. configure:30275: checking whether to build with UPnP enabled by default
  5384. configure:30283: result: no
  5385. configure:30359: checking whether to build test_bitcoin
  5386. configure:30362: result: yes
  5387. configure:30371: checking whether to reduce exports
  5388. configure:30377: result: no
  5389. configure:30723: checking that generated files are newer than configure
  5390. configure:30729: result: done
  5391. configure:30849: creating ./config.status
  5392.  
  5393. ## ---------------------- ##
  5394. ## Running config.status. ##
  5395. ## ---------------------- ##
  5396.  
  5397. This file was extended by Bitcoin Core config.status 0.15.0, which was
  5398. generated by GNU Autoconf 2.69. Invocation command line was
  5399.  
  5400. CONFIG_FILES =
  5401. CONFIG_HEADERS =
  5402. CONFIG_LINKS =
  5403. CONFIG_COMMANDS =
  5404. $ ./config.status
  5405.  
  5406. on Ann-Jies-Mac-mini.local
  5407.  
  5408. config.status:1405: creating libbitcoinconsensus.pc
  5409. config.status:1405: creating Makefile
  5410. config.status:1405: creating src/Makefile
  5411. config.status:1405: creating doc/man/Makefile
  5412. config.status:1405: creating share/setup.nsi
  5413. config.status:1405: creating share/qt/Info.plist
  5414. config.status:1405: creating test/config.ini
  5415. config.status:1405: creating contrib/devtools/split-debug.sh
  5416. config.status:1405: creating doc/Doxyfile
  5417. config.status:1405: creating src/config/bitcoin-config.h
  5418. config.status:1665: executing depfiles commands
  5419. config.status:1665: executing libtool commands
  5420. configure:33371: === configuring in src/univalue (/Volumes/Exploits Ann-Jie Ching/bitcoin/bitcoin/src/univalue)
  5421. configure:33434: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--with-incompatible-bdb' '--with-protoc-bindir=/usr/local/Cellar/protobuf' '--disable-shared' '--with-pic' '--with-bignum=no' '--enable-module-recovery' '--disable-jni' --cache-file=/dev/null --srcdir=.
  5422. configure:33371: === configuring in src/secp256k1 (/Volumes/Exploits Ann-Jie Ching/bitcoin/bitcoin/src/secp256k1)
  5423. configure:33434: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--with-incompatible-bdb' '--with-protoc-bindir=/usr/local/Cellar/protobuf' '--disable-shared' '--with-pic' '--with-bignum=no' '--enable-module-recovery' '--disable-jni' --cache-file=/dev/null --srcdir=.
  5424.  
  5425. ## ---------------- ##
  5426. ## Cache variables. ##
  5427. ## ---------------- ##
  5428.  
  5429. ac_cv_build=x86_64-apple-darwin17.3.0
  5430. ac_cv_c_bigendian=no
  5431. ac_cv_c_compiler_gnu=yes
  5432. ac_cv_cxx_compiler_gnu=yes
  5433. ac_cv_env_ARFLAGS_set=
  5434. ac_cv_env_ARFLAGS_value=
  5435. ac_cv_env_BDB_CFLAGS_set=
  5436. ac_cv_env_BDB_CFLAGS_value=
  5437. ac_cv_env_BDB_LIBS_set=
  5438. ac_cv_env_BDB_LIBS_value=
  5439. ac_cv_env_CCC_set=
  5440. ac_cv_env_CCC_value=
  5441. ac_cv_env_CC_set=
  5442. ac_cv_env_CC_value=
  5443. ac_cv_env_CFLAGS_set=
  5444. ac_cv_env_CFLAGS_value=
  5445. ac_cv_env_CPPFLAGS_set=
  5446. ac_cv_env_CPPFLAGS_value=
  5447. ac_cv_env_CPP_set=
  5448. ac_cv_env_CPP_value=
  5449. ac_cv_env_CRYPTO_CFLAGS_set=
  5450. ac_cv_env_CRYPTO_CFLAGS_value=
  5451. ac_cv_env_CRYPTO_LIBS_set=
  5452. ac_cv_env_CRYPTO_LIBS_value=
  5453. ac_cv_env_CXXCPP_set=
  5454. ac_cv_env_CXXCPP_value=
  5455. ac_cv_env_CXXFLAGS_set=
  5456. ac_cv_env_CXXFLAGS_value=
  5457. ac_cv_env_CXX_set=
  5458. ac_cv_env_CXX_value=
  5459. ac_cv_env_EVENT_CFLAGS_set=
  5460. ac_cv_env_EVENT_CFLAGS_value=
  5461. ac_cv_env_EVENT_LIBS_set=
  5462. ac_cv_env_EVENT_LIBS_value=
  5463. ac_cv_env_EVENT_PTHREADS_CFLAGS_set=
  5464. ac_cv_env_EVENT_PTHREADS_CFLAGS_value=
  5465. ac_cv_env_EVENT_PTHREADS_LIBS_set=
  5466. ac_cv_env_EVENT_PTHREADS_LIBS_value=
  5467. ac_cv_env_LDFLAGS_set=
  5468. ac_cv_env_LDFLAGS_value=
  5469. ac_cv_env_LIBS_set=
  5470. ac_cv_env_LIBS_value=
  5471. ac_cv_env_LT_SYS_LIBRARY_PATH_set=
  5472. ac_cv_env_LT_SYS_LIBRARY_PATH_value=
  5473. ac_cv_env_OBJCXXFLAGS_set=
  5474. ac_cv_env_OBJCXXFLAGS_value=
  5475. ac_cv_env_OBJCXX_set=
  5476. ac_cv_env_OBJCXX_value=
  5477. ac_cv_env_PKG_CONFIG_LIBDIR_set=
  5478. ac_cv_env_PKG_CONFIG_LIBDIR_value=
  5479. ac_cv_env_PKG_CONFIG_PATH_set=
  5480. ac_cv_env_PKG_CONFIG_PATH_value=
  5481. ac_cv_env_PKG_CONFIG_set=
  5482. ac_cv_env_PKG_CONFIG_value=
  5483. ac_cv_env_PROTOBUF_CFLAGS_set=
  5484. ac_cv_env_PROTOBUF_CFLAGS_value=
  5485. ac_cv_env_PROTOBUF_LIBS_set=
  5486. ac_cv_env_PROTOBUF_LIBS_value=
  5487. ac_cv_env_PYTHONPATH_set=
  5488. ac_cv_env_PYTHONPATH_value=
  5489. ac_cv_env_QR_CFLAGS_set=
  5490. ac_cv_env_QR_CFLAGS_value=
  5491. ac_cv_env_QR_LIBS_set=
  5492. ac_cv_env_QR_LIBS_value=
  5493. ac_cv_env_QT4_CFLAGS_set=
  5494. ac_cv_env_QT4_CFLAGS_value=
  5495. ac_cv_env_QT4_LIBS_set=
  5496. ac_cv_env_QT4_LIBS_value=
  5497. ac_cv_env_QT5_CFLAGS_set=
  5498. ac_cv_env_QT5_CFLAGS_value=
  5499. ac_cv_env_QT5_LIBS_set=
  5500. ac_cv_env_QT5_LIBS_value=
  5501. ac_cv_env_QTPLATFORM_CFLAGS_set=
  5502. ac_cv_env_QTPLATFORM_CFLAGS_value=
  5503. ac_cv_env_QTPLATFORM_LIBS_set=
  5504. ac_cv_env_QTPLATFORM_LIBS_value=
  5505. ac_cv_env_QTPRINT_CFLAGS_set=
  5506. ac_cv_env_QTPRINT_CFLAGS_value=
  5507. ac_cv_env_QTPRINT_LIBS_set=
  5508. ac_cv_env_QTPRINT_LIBS_value=
  5509. ac_cv_env_QTXCBQPA_CFLAGS_set=
  5510. ac_cv_env_QTXCBQPA_CFLAGS_value=
  5511. ac_cv_env_QTXCBQPA_LIBS_set=
  5512. ac_cv_env_QTXCBQPA_LIBS_value=
  5513. ac_cv_env_QT_DBUS_CFLAGS_set=
  5514. ac_cv_env_QT_DBUS_CFLAGS_value=
  5515. ac_cv_env_QT_DBUS_LIBS_set=
  5516. ac_cv_env_QT_DBUS_LIBS_value=
  5517. ac_cv_env_QT_TEST_CFLAGS_set=
  5518. ac_cv_env_QT_TEST_CFLAGS_value=
  5519. ac_cv_env_QT_TEST_LIBS_set=
  5520. ac_cv_env_QT_TEST_LIBS_value=
  5521. ac_cv_env_SSL_CFLAGS_set=
  5522. ac_cv_env_SSL_CFLAGS_value=
  5523. ac_cv_env_SSL_LIBS_set=
  5524. ac_cv_env_SSL_LIBS_value=
  5525. ac_cv_env_UNIVALUE_CFLAGS_set=
  5526. ac_cv_env_UNIVALUE_CFLAGS_value=
  5527. ac_cv_env_UNIVALUE_LIBS_set=
  5528. ac_cv_env_UNIVALUE_LIBS_value=
  5529. ac_cv_env_X11XCB_CFLAGS_set=
  5530. ac_cv_env_X11XCB_CFLAGS_value=
  5531. ac_cv_env_X11XCB_LIBS_set=
  5532. ac_cv_env_X11XCB_LIBS_value=
  5533. ac_cv_env_ZMQ_CFLAGS_set=
  5534. ac_cv_env_ZMQ_CFLAGS_value=
  5535. ac_cv_env_ZMQ_LIBS_set=
  5536. ac_cv_env_ZMQ_LIBS_value=
  5537. ac_cv_env_build_alias_set=
  5538. ac_cv_env_build_alias_value=
  5539. ac_cv_env_host_alias_set=
  5540. ac_cv_env_host_alias_value=
  5541. ac_cv_env_target_alias_set=
  5542. ac_cv_env_target_alias_value=
  5543. ac_cv_func_strerror_r=yes
  5544. ac_cv_func_strerror_r_char_p=no
  5545. ac_cv_have_decl_EVP_MD_CTX_new=no
  5546. ac_cv_have_decl___builtin_clz=no
  5547. ac_cv_have_decl___builtin_clzl=no
  5548. ac_cv_have_decl___builtin_clzll=no
  5549. ac_cv_have_decl_be16toh=no
  5550. ac_cv_have_decl_be32toh=no
  5551. ac_cv_have_decl_be64toh=no
  5552. ac_cv_have_decl_bswap_16=no
  5553. ac_cv_have_decl_bswap_32=no
  5554. ac_cv_have_decl_bswap_64=no
  5555. ac_cv_have_decl_daemon=yes
  5556. ac_cv_have_decl_htobe16=no
  5557. ac_cv_have_decl_htobe32=no
  5558. ac_cv_have_decl_htobe64=no
  5559. ac_cv_have_decl_htole16=no
  5560. ac_cv_have_decl_htole32=no
  5561. ac_cv_have_decl_htole64=no
  5562. ac_cv_have_decl_le16toh=no
  5563. ac_cv_have_decl_le32toh=no
  5564. ac_cv_have_decl_le64toh=no
  5565. ac_cv_have_decl_strerror_r=yes
  5566. ac_cv_have_decl_strnlen=yes
  5567. ac_cv_header_byteswap_h=no
  5568. ac_cv_header_dlfcn_h=yes
  5569. ac_cv_header_endian_h=no
  5570. ac_cv_header_inttypes_h=yes
  5571. ac_cv_header_memory_h=yes
  5572. ac_cv_header_miniupnpc_miniupnpc_h=yes
  5573. ac_cv_header_miniupnpc_miniwget_h=yes
  5574. ac_cv_header_miniupnpc_upnpcommands_h=yes
  5575. ac_cv_header_miniupnpc_upnperrors_h=yes
  5576. ac_cv_header_stdc=yes
  5577. ac_cv_header_stdint_h=yes
  5578. ac_cv_header_stdio_h=yes
  5579. ac_cv_header_stdlib_h=yes
  5580. ac_cv_header_string_h=yes
  5581. ac_cv_header_strings_h=yes
  5582. ac_cv_header_sys_endian_h=no
  5583. ac_cv_header_sys_prctl_h=no
  5584. ac_cv_header_sys_select_h=yes
  5585. ac_cv_header_sys_stat_h=yes
  5586. ac_cv_header_sys_types_h=yes
  5587. ac_cv_header_unistd_h=yes
  5588. ac_cv_host=x86_64-apple-darwin17.3.0
  5589. ac_cv_lib_boost_chrono_mt___exit=yes
  5590. ac_cv_lib_boost_filesystem___exit=yes
  5591. ac_cv_lib_boost_program_options_mt___exit=yes
  5592. ac_cv_lib_boost_system___exit=yes
  5593. ac_cv_lib_boost_thread_mt___exit=yes
  5594. ac_cv_lib_db_cxx_4_8___main=yes
  5595. ac_cv_lib_miniupnpc_main=yes
  5596. ac_cv_objcxx_compiler_gnu=yes
  5597. ac_cv_objext=o
  5598. ac_cv_path_EGREP='/usr/bin/grep -E'
  5599. ac_cv_path_FGREP='/usr/bin/grep -F'
  5600. ac_cv_path_GIT=/usr/bin/git
  5601. ac_cv_path_GREP=/usr/bin/grep
  5602. ac_cv_path_HEXDUMP=/usr/bin/hexdump
  5603. ac_cv_path_LRELEASE=/usr/local/Cellar/qt/5.10.0/bin/lrelease
  5604. ac_cv_path_LUPDATE=/usr/local/Cellar/qt/5.10.0/bin/lupdate
  5605. ac_cv_path_MOC=/usr/local/Cellar/qt/5.10.0/bin/moc
  5606. ac_cv_path_PYTHON=/Users/annjie/anaconda/bin/python3.6
  5607. ac_cv_path_RCC=/usr/local/Cellar/qt/5.10.0/bin/rcc
  5608. ac_cv_path_SED=/usr/bin/sed
  5609. ac_cv_path_UIC=/usr/local/Cellar/qt/5.10.0/bin/uic
  5610. ac_cv_path_ac_pt_AR=/usr/bin/ar
  5611. ac_cv_path_ac_pt_CPPFILT=/usr/bin/c++filt
  5612. ac_cv_path_ac_pt_GCOV=/usr/bin/gcov
  5613. ac_cv_path_ac_pt_PKG_CONFIG=/usr/local/bin/pkg-config
  5614. ac_cv_path_ac_pt_RANLIB=/usr/bin/ranlib
  5615. ac_cv_path_ac_pt_STRIP=/usr/bin/strip
  5616. ac_cv_path_install='/usr/bin/install -c'
  5617. ac_cv_path_lt_DD=/bin/dd
  5618. ac_cv_prog_AWK=awk
  5619. ac_cv_prog_BREW=brew
  5620. ac_cv_prog_CPP='gcc -E'
  5621. ac_cv_prog_CXXCPP='g++ -std=c++11 -E'
  5622. ac_cv_prog_ac_ct_AR=ar
  5623. ac_cv_prog_ac_ct_CC=gcc
  5624. ac_cv_prog_ac_ct_CXX=g++
  5625. ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
  5626. ac_cv_prog_ac_ct_LIPO=lipo
  5627. ac_cv_prog_ac_ct_NMEDIT=nmedit
  5628. ac_cv_prog_ac_ct_OBJDUMP=objdump
  5629. ac_cv_prog_ac_ct_OTOOL=otool
  5630. ac_cv_prog_ac_ct_RANLIB=ranlib
  5631. ac_cv_prog_ac_ct_STRIP=strip
  5632. ac_cv_prog_cc_c89=
  5633. ac_cv_prog_cc_g=yes
  5634. ac_cv_prog_cxx_g=yes
  5635. ac_cv_prog_make_make_set=yes
  5636. ac_cv_prog_objcxx_g=yes
  5637. ac_cv_search_clock_gettime='none required'
  5638. ac_cv_sys_file_offset_bits=no
  5639. ac_cv_sys_largefile_CC=no
  5640. am_cv_CC_dependencies_compiler_type=gcc3
  5641. am_cv_CXX_dependencies_compiler_type=gcc3
  5642. am_cv_OBJCXX_dependencies_compiler_type=gcc3
  5643. am_cv_make_support_nested_variables=yes
  5644. am_cv_prog_cc_c_o=yes
  5645. ax_cv_PTHREAD_CLANG=yes
  5646. ax_cv_PTHREAD_CLANG_NO_WARN_FLAG=-Qunused-arguments
  5647. ax_cv_PTHREAD_JOINABLE_ATTR=PTHREAD_CREATE_JOINABLE
  5648. ax_cv_PTHREAD_PRIO_INHERIT=yes
  5649. ax_cv_PTHREAD_SPECIAL_FLAGS=no
  5650. ax_cv_boost_chrono=yes
  5651. ax_cv_boost_filesystem=yes
  5652. ax_cv_boost_program_options=yes
  5653. ax_cv_boost_system=yes
  5654. ax_cv_boost_thread=yes
  5655. ax_cv_boost_unit_test_framework=yes
  5656. ax_cv_check_cxxcppflags___D_FORTIFY_SOURCE_2=yes
  5657. ax_cv_check_cxxcppflags___U_FORTIFY_SOURCE=yes
  5658. ax_cv_check_cxxflags__Wall=yes
  5659. ax_cv_check_cxxflags__Wdeprecated_register=yes
  5660. ax_cv_check_cxxflags__Wextra=yes
  5661. ax_cv_check_cxxflags__Wformat=yes
  5662. ax_cv_check_cxxflags__Wformat_security=yes
  5663. ax_cv_check_cxxflags__Wimplicit_fallthrough=yes
  5664. ax_cv_check_cxxflags__Wself_assign=yes
  5665. ax_cv_check_cxxflags__Wunused_local_typedef=yes
  5666. ax_cv_check_cxxflags__Wunused_parameter=yes
  5667. ax_cv_check_cxxflags__Wvla=yes
  5668. ax_cv_check_cxxflags___Werror=yes
  5669. ax_cv_check_cxxflags___Wstack_protector=yes
  5670. ax_cv_check_cxxflags___fPIC=yes
  5671. ax_cv_check_cxxflags___fPIE=yes
  5672. ax_cv_check_cxxflags___fstack_protector_all=yes
  5673. ax_cv_check_cxxflags__msse4_2=yes
  5674. ax_cv_check_ldflags___Wl___dynamicbase=no
  5675. ax_cv_check_ldflags___Wl___high_entropy_va=no
  5676. ax_cv_check_ldflags___Wl___large_address_aware=no
  5677. ax_cv_check_ldflags___Wl___nxcompat=no
  5678. ax_cv_check_ldflags___Wl__dead_strip=yes
  5679. ax_cv_check_ldflags___Wl__headerpad_max_install_names=yes
  5680. ax_cv_check_ldflags___Wl__z_now=no
  5681. ax_cv_check_ldflags___Wl__z_relro=no
  5682. ax_cv_check_ldflags___framework_Foundation__framework_ApplicationServices__framework_AppKit=yes
  5683. ax_cv_check_ldflags___pie=yes
  5684. ax_cv_cxx_compile_cxx11__std_cpp11=yes
  5685. ax_cv_have_func_attribute_dllexport=no
  5686. ax_cv_have_func_attribute_dllimport=no
  5687. ax_cv_have_func_attribute_visibility=no
  5688. bitcoin_cv_static_qt=no
  5689. lt_cv_apple_cc_single_mod=yes
  5690. lt_cv_ar_at_file=no
  5691. lt_cv_deplibs_check_method=pass_all
  5692. lt_cv_file_magic_cmd='$MAGIC_CMD'
  5693. lt_cv_file_magic_test_file=
  5694. lt_cv_ld_exported_symbols_list=yes
  5695. lt_cv_ld_force_load=yes
  5696. lt_cv_ld_reload_flag=-r
  5697. lt_cv_nm_interface='BSD nm'
  5698. lt_cv_objdir=.libs
  5699. lt_cv_path_LD=/Library/Developer/CommandLineTools/usr/bin/ld
  5700. lt_cv_path_LDCXX=/Library/Developer/CommandLineTools/usr/bin/ld
  5701. lt_cv_path_NM='/usr/bin/nm -B'
  5702. lt_cv_path_mainfest_tool=no
  5703. lt_cv_prog_compiler_c_o=yes
  5704. lt_cv_prog_compiler_c_o_CXX=yes
  5705. lt_cv_prog_compiler_pic='-fno-common -DPIC'
  5706. lt_cv_prog_compiler_pic_CXX='-fno-common -DPIC'
  5707. lt_cv_prog_compiler_pic_works=yes
  5708. lt_cv_prog_compiler_pic_works_CXX=yes
  5709. lt_cv_prog_compiler_rtti_exceptions=yes
  5710. lt_cv_prog_compiler_static_works=no
  5711. lt_cv_prog_compiler_static_works_CXX=no
  5712. lt_cv_prog_gnu_ld=no
  5713. lt_cv_prog_gnu_ldcxx=no
  5714. lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
  5715. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
  5716. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
  5717. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
  5718. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
  5719. lt_cv_sys_global_symbol_to_import=
  5720. lt_cv_sys_max_cmd_len=196608
  5721. lt_cv_to_host_file_cmd=func_convert_file_noop
  5722. lt_cv_to_tool_file_cmd=func_convert_file_noop
  5723. lt_cv_truncate_bin='/bin/dd bs=4096 count=1'
  5724. pkg_cv_CRYPTO_CFLAGS=-I/usr/local/Cellar/openssl/1.0.2n/include
  5725. pkg_cv_CRYPTO_LIBS='-L/usr/local/Cellar/openssl/1.0.2n/lib -lcrypto'
  5726. pkg_cv_EVENT_CFLAGS=-I/usr/local/Cellar/libevent/2.1.8/include
  5727. pkg_cv_EVENT_LIBS='-L/usr/local/Cellar/libevent/2.1.8/lib -levent'
  5728. pkg_cv_EVENT_PTHREADS_CFLAGS='-D_THREAD_SAFE -I/usr/local/Cellar/libevent/2.1.8/include'
  5729. pkg_cv_EVENT_PTHREADS_LIBS='-L/usr/local/Cellar/libevent/2.1.8/lib -levent_pthreads -levent'
  5730. pkg_cv_PROTOBUF_CFLAGS='-D_THREAD_SAFE -I/usr/local/Cellar/protobuf/3.5.0.1/include'
  5731. pkg_cv_PROTOBUF_LIBS='-L/usr/local/Cellar/protobuf/3.5.0.1/lib -lprotobuf -D_THREAD_SAFE'
  5732. pkg_cv_QT5_CFLAGS='-I/usr/local/Cellar/qt/5.10.0/include/QtNetwork -I/usr/local/Cellar/qt/5.10.0/include -I/usr/local/Cellar/qt/5.10.0/include/QtWidgets -I/usr/local/Cellar/qt/5.10.0/include -I/usr/local/Cellar/qt/5.10.0/include/QtGui -I/usr/local/Cellar/qt/5.10.0/include -I/usr/local/Cellar/qt/5.10.0/include/QtCore -I/usr/local/Cellar/qt/5.10.0/include'
  5733. pkg_cv_QT5_LIBS='-F/usr/local/Cellar/qt/5.10.0/lib -framework QtNetwork -F/usr/local/Cellar/qt/5.10.0/lib -framework QtWidgets -F/usr/local/Cellar/qt/5.10.0/lib -framework QtGui -F/usr/local/Cellar/qt/5.10.0/lib -framework QtCore'
  5734. pkg_cv_QT_DBUS_CFLAGS='-I/usr/local/Cellar/qt/5.10.0/include/QtDBus -I/usr/local/Cellar/qt/5.10.0/include -I/usr/local/Cellar/qt/5.10.0/include/QtCore -I/usr/local/Cellar/qt/5.10.0/include'
  5735. pkg_cv_QT_DBUS_LIBS='-F/usr/local/Cellar/qt/5.10.0/lib -framework QtDBus -F/usr/local/Cellar/qt/5.10.0/lib -framework QtCore'
  5736. pkg_cv_QT_TEST_CFLAGS='-I/usr/local/Cellar/qt/5.10.0/include/QtTest -I/usr/local/Cellar/qt/5.10.0/include -I/usr/local/Cellar/qt/5.10.0/include/QtCore -I/usr/local/Cellar/qt/5.10.0/include'
  5737. pkg_cv_QT_TEST_LIBS='-F/usr/local/Cellar/qt/5.10.0/lib -framework QtTest -F/usr/local/Cellar/qt/5.10.0/lib -framework QtCore'
  5738. pkg_cv_SSL_CFLAGS=-I/usr/local/Cellar/openssl/1.0.2n/include
  5739. pkg_cv_SSL_LIBS='-L/usr/local/Cellar/openssl/1.0.2n/lib -lssl'
  5740.  
  5741. ## ----------------- ##
  5742. ## Output variables. ##
  5743. ## ----------------- ##
  5744.  
  5745. ACLOCAL='${SHELL} "/Volumes/Exploits Ann-Jie Ching/bitcoin/bitcoin/build-aux/missing" aclocal-1.15'
  5746. AMDEPBACKSLASH='\'
  5747. AMDEP_FALSE='#'
  5748. AMDEP_TRUE=''
  5749. AMTAR='$${TAR-tar}'
  5750. AM_BACKSLASH='\'
  5751. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  5752. AM_DEFAULT_VERBOSITY='0'
  5753. AM_V='$(V)'
  5754. AR='/usr/bin/ar'
  5755. ARFLAGS='cr'
  5756. AUTOCONF='${SHELL} "/Volumes/Exploits Ann-Jie Ching/bitcoin/bitcoin/build-aux/missing" autoconf'
  5757. AUTOHEADER='${SHELL} "/Volumes/Exploits Ann-Jie Ching/bitcoin/bitcoin/build-aux/missing" autoheader'
  5758. AUTOMAKE='${SHELL} "/Volumes/Exploits Ann-Jie Ching/bitcoin/bitcoin/build-aux/missing" automake-1.15'
  5759. AWK='awk'
  5760. BDB_CFLAGS=''
  5761. BDB_CPPFLAGS=''
  5762. BDB_LIBS='-ldb_cxx-4.8'
  5763. BITCOIN_CLI_NAME='bitcoin-cli'
  5764. BITCOIN_DAEMON_NAME='bitcoind'
  5765. BITCOIN_GUI_NAME='bitcoin-qt'
  5766. BITCOIN_TX_NAME='bitcoin-tx'
  5767. BOOST_CHRONO_LIB='-lboost_chrono-mt'
  5768. BOOST_CPPFLAGS='-DBOOST_SP_USE_STD_ATOMIC -DBOOST_AC_USE_STD_ATOMIC -pthread -I/usr/local/include'
  5769. BOOST_FILESYSTEM_LIB='-lboost_filesystem'
  5770. BOOST_LDFLAGS='-L/usr/local/lib'
  5771. BOOST_LIBS='-L/usr/local/lib -lboost_system -lboost_filesystem -lboost_program_options-mt -lboost_thread-mt -lboost_chrono-mt'
  5772. BOOST_PROGRAM_OPTIONS_LIB='-lboost_program_options-mt'
  5773. BOOST_SYSTEM_LIB='-lboost_system'
  5774. BOOST_THREAD_LIB='-lboost_thread-mt'
  5775. BOOST_UNIT_TEST_FRAMEWORK_LIB='-lboost_unit_test_framework-mt'
  5776. BREW='brew'
  5777. BUILD_BITCOIND_FALSE='#'
  5778. BUILD_BITCOIND_TRUE=''
  5779. BUILD_BITCOIN_LIBS_FALSE='#'
  5780. BUILD_BITCOIN_LIBS_TRUE=''
  5781. BUILD_BITCOIN_UTILS_FALSE='#'
  5782. BUILD_BITCOIN_UTILS_TRUE=''
  5783. BUILD_DARWIN_FALSE='#'
  5784. BUILD_DARWIN_TRUE=''
  5785. CC='gcc'
  5786. CCACHE=''
  5787. CCDEPMODE='depmode=gcc3'
  5788. CFLAGS='-g -O2'
  5789. CLIENT_VERSION_BUILD='1'
  5790. CLIENT_VERSION_IS_RELEASE='true'
  5791. CLIENT_VERSION_MAJOR='0'
  5792. CLIENT_VERSION_MINOR='15'
  5793. CLIENT_VERSION_REVISION='0'
  5794. COPYRIGHT_HOLDERS='The %s developers'
  5795. COPYRIGHT_HOLDERS_FINAL='The Bitcoin Core developers'
  5796. COPYRIGHT_HOLDERS_SUBSTITUTION='Bitcoin Core'
  5797. COPYRIGHT_YEAR='2017'
  5798. CPP='gcc -E'
  5799. CPPFILT='/usr/bin/c++filt'
  5800. CPPFLAGS=' -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX'
  5801. CRYPTO_CFLAGS='-I/usr/local/Cellar/openssl/1.0.2n/include'
  5802. CRYPTO_LIBS='-L/usr/local/Cellar/openssl/1.0.2n/lib -lcrypto'
  5803. CXX='g++ -std=c++11'
  5804. CXXCPP='g++ -std=c++11 -E'
  5805. CXXDEPMODE='depmode=gcc3'
  5806. CXXFLAGS='-g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough'
  5807. CYGPATH_W='echo'
  5808. DEFS='-DHAVE_CONFIG_H'
  5809. DEPDIR='.deps'
  5810. DLLTOOL='false'
  5811. DSYMUTIL='dsymutil'
  5812. DUMPBIN=''
  5813. ECHO_C='\c'
  5814. ECHO_N=''
  5815. ECHO_T=''
  5816. EGREP='/usr/bin/grep -E'
  5817. EMBEDDED_LEVELDB_FALSE='#'
  5818. EMBEDDED_LEVELDB_TRUE=''
  5819. EMBEDDED_UNIVALUE_FALSE='#'
  5820. EMBEDDED_UNIVALUE_TRUE=''
  5821. ENABLE_BENCH_FALSE='#'
  5822. ENABLE_BENCH_TRUE=''
  5823. ENABLE_HWCRC32_FALSE='#'
  5824. ENABLE_HWCRC32_TRUE=''
  5825. ENABLE_MAN_FALSE='#'
  5826. ENABLE_MAN_TRUE=''
  5827. ENABLE_QT_FALSE=''
  5828. ENABLE_QT_TESTS_FALSE=''
  5829. ENABLE_QT_TESTS_TRUE='#'
  5830. ENABLE_QT_TRUE='#'
  5831. ENABLE_TESTS_FALSE='#'
  5832. ENABLE_TESTS_TRUE=''
  5833. ENABLE_WALLET_FALSE='#'
  5834. ENABLE_WALLET_TRUE=''
  5835. ENABLE_ZMQ_FALSE=''
  5836. ENABLE_ZMQ_TRUE='#'
  5837. ERROR_CXXFLAGS=''
  5838. EVENT_CFLAGS='-I/usr/local/Cellar/libevent/2.1.8/include'
  5839. EVENT_LIBS='-L/usr/local/Cellar/libevent/2.1.8/lib -levent'
  5840. EVENT_PTHREADS_CFLAGS='-D_THREAD_SAFE -I/usr/local/Cellar/libevent/2.1.8/include'
  5841. EVENT_PTHREADS_LIBS='-L/usr/local/Cellar/libevent/2.1.8/lib -levent_pthreads -levent'
  5842. EXEEXT=''
  5843. EXPERIMENTAL_ASM_FALSE=''
  5844. EXPERIMENTAL_ASM_TRUE='#'
  5845. EXTENDED_FUNCTIONAL_TESTS=''
  5846. FGREP='/usr/bin/grep -F'
  5847. GCOV='/usr/bin/gcov'
  5848. GENHTML=''
  5849. GENISOIMAGE=''
  5850. GIT='/usr/bin/git'
  5851. GLIBC_BACK_COMPAT_FALSE=''
  5852. GLIBC_BACK_COMPAT_TRUE='#'
  5853. GREP='/usr/bin/grep'
  5854. HARDENED_CPPFLAGS=' -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2'
  5855. HARDENED_CXXFLAGS=' -Wstack-protector -fstack-protector-all'
  5856. HARDENED_LDFLAGS=' -pie'
  5857. HARDEN_FALSE='#'
  5858. HARDEN_TRUE=''
  5859. HAVE_CXX11='1'
  5860. HEXDUMP='/usr/bin/hexdump'
  5861. IMAGEMAGICK_CONVERT=''
  5862. INSTALLNAMETOOL=''
  5863. INSTALL_DATA='${INSTALL} -m 644'
  5864. INSTALL_PROGRAM='${INSTALL}'
  5865. INSTALL_SCRIPT='${INSTALL}'
  5866. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  5867. LCOV=''
  5868. LCOV_OPTS=''
  5869. LD='/Library/Developer/CommandLineTools/usr/bin/ld'
  5870. LDFLAGS=' -Wl,-headerpad_max_install_names -Wl,-dead_strip'
  5871. LEVELDB_CPPFLAGS=''
  5872. LEVELDB_TARGET_FLAGS='-DOS_MACOSX'
  5873. LIBLEVELDB=''
  5874. LIBMEMENV=''
  5875. LIBOBJS=''
  5876. LIBS=' -L/usr/local/opt/berkeley-db@4/lib'
  5877. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  5878. LIBTOOL_APP_LDFLAGS=''
  5879. LIPO='lipo'
  5880. LN_S='ln -s'
  5881. LRELEASE='/usr/local/Cellar/qt/5.10.0/bin/lrelease'
  5882. LTLIBOBJS=''
  5883. LT_SYS_LIBRARY_PATH=''
  5884. LUPDATE='/usr/local/Cellar/qt/5.10.0/bin/lupdate'
  5885. MAINT=''
  5886. MAINTAINER_MODE_FALSE='#'
  5887. MAINTAINER_MODE_TRUE=''
  5888. MAKEINFO='${SHELL} "/Volumes/Exploits Ann-Jie Ching/bitcoin/bitcoin/build-aux/missing" makeinfo'
  5889. MAKENSIS=''
  5890. MANIFEST_TOOL=':'
  5891. MINIUPNPC_CPPFLAGS=''
  5892. MINIUPNPC_LIBS='-lminiupnpc'
  5893. MKDIR_P='build-aux/install-sh -c -d'
  5894. MOC='/usr/local/Cellar/qt/5.10.0/bin/moc'
  5895. MOC_DEFS='-DHAVE_CONFIG_H -I$(srcdir) -DQ_OS_MAC'
  5896. NM='/usr/bin/nm -B'
  5897. NMEDIT='nmedit'
  5898. OBJCOPY=''
  5899. OBJCXX='g++ -std=c++11'
  5900. OBJCXXDEPMODE='depmode=gcc3'
  5901. OBJCXXFLAGS='-g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough'
  5902. OBJDUMP='objdump'
  5903. OBJEXT='o'
  5904. OTOOL64=':'
  5905. OTOOL='otool'
  5906. PACKAGE='bitcoin'
  5907. PACKAGE_BUGREPORT='https://github.com/bitcoin/bitcoin/issues'
  5908. PACKAGE_NAME='Bitcoin Core'
  5909. PACKAGE_STRING='Bitcoin Core 0.15.0'
  5910. PACKAGE_TARNAME='bitcoin'
  5911. PACKAGE_URL='https://bitcoincore.org/'
  5912. PACKAGE_VERSION='0.15.0'
  5913. PATH_SEPARATOR=':'
  5914. PIC_FLAGS='-fPIC'
  5915. PIE_FLAGS='-fPIE'
  5916. PKG_CONFIG='/usr/local/bin/pkg-config'
  5917. PKG_CONFIG_LIBDIR=''
  5918. PKG_CONFIG_PATH='/usr/local/opt/qt/lib/pkgconfig:/usr/local/opt/openssl/lib/pkgconfig:'
  5919. PORT=''
  5920. PROTOBUF_CFLAGS='-D_THREAD_SAFE -I/usr/local/Cellar/protobuf/3.5.0.1/include'
  5921. PROTOBUF_LIBS='-L/usr/local/Cellar/protobuf/3.5.0.1/lib -lprotobuf -D_THREAD_SAFE'
  5922. PROTOC=''
  5923. PTHREAD_CC='gcc'
  5924. PTHREAD_CFLAGS='-Qunused-arguments -pthread'
  5925. PTHREAD_LIBS=''
  5926. PYTHON='/Users/annjie/anaconda/bin/python3.6'
  5927. PYTHONPATH=''
  5928. QR_CFLAGS=''
  5929. QR_LIBS=''
  5930. QT4_CFLAGS=''
  5931. QT4_LIBS=''
  5932. QT5_CFLAGS='-I/usr/local/Cellar/qt/5.10.0/include/QtNetwork -I/usr/local/Cellar/qt/5.10.0/include -I/usr/local/Cellar/qt/5.10.0/include/QtWidgets -I/usr/local/Cellar/qt/5.10.0/include -I/usr/local/Cellar/qt/5.10.0/include/QtGui -I/usr/local/Cellar/qt/5.10.0/include -I/usr/local/Cellar/qt/5.10.0/include/QtCore -I/usr/local/Cellar/qt/5.10.0/include'
  5933. QT5_LIBS='-F/usr/local/Cellar/qt/5.10.0/lib -framework QtNetwork -F/usr/local/Cellar/qt/5.10.0/lib -framework QtWidgets -F/usr/local/Cellar/qt/5.10.0/lib -framework QtGui -F/usr/local/Cellar/qt/5.10.0/lib -framework QtCore'
  5934. QTPLATFORM_CFLAGS=''
  5935. QTPLATFORM_LIBS=''
  5936. QTPRINT_CFLAGS=''
  5937. QTPRINT_LIBS=''
  5938. QTXCBQPA_CFLAGS=''
  5939. QTXCBQPA_LIBS=''
  5940. QT_DBUS_CFLAGS='-I/usr/local/Cellar/qt/5.10.0/include/QtDBus -I/usr/local/Cellar/qt/5.10.0/include -I/usr/local/Cellar/qt/5.10.0/include/QtCore -I/usr/local/Cellar/qt/5.10.0/include'
  5941. QT_DBUS_INCLUDES='-I/usr/local/Cellar/qt/5.10.0/include/QtDBus -I/usr/local/Cellar/qt/5.10.0/include -I/usr/local/Cellar/qt/5.10.0/include/QtCore -I/usr/local/Cellar/qt/5.10.0/include'
  5942. QT_DBUS_LIBS='-F/usr/local/Cellar/qt/5.10.0/lib -framework QtDBus -F/usr/local/Cellar/qt/5.10.0/lib -framework QtCore'
  5943. QT_INCLUDES='-I/usr/local/Cellar/qt/5.10.0/include/QtNetwork -I/usr/local/Cellar/qt/5.10.0/include -I/usr/local/Cellar/qt/5.10.0/include/QtWidgets -I/usr/local/Cellar/qt/5.10.0/include -I/usr/local/Cellar/qt/5.10.0/include/QtGui -I/usr/local/Cellar/qt/5.10.0/include -I/usr/local/Cellar/qt/5.10.0/include/QtCore -I/usr/local/Cellar/qt/5.10.0/include'
  5944. QT_LDFLAGS=''
  5945. QT_LIBS='-F/usr/local/Cellar/qt/5.10.0/lib -framework QtNetwork -F/usr/local/Cellar/qt/5.10.0/lib -framework QtWidgets -F/usr/local/Cellar/qt/5.10.0/lib -framework QtGui -F/usr/local/Cellar/qt/5.10.0/lib -framework QtCore -framework Foundation -framework ApplicationServices -framework AppKit'
  5946. QT_PIE_FLAGS='-fPIE'
  5947. QT_SELECT='qt5'
  5948. QT_TEST_CFLAGS='-I/usr/local/Cellar/qt/5.10.0/include/QtTest -I/usr/local/Cellar/qt/5.10.0/include -I/usr/local/Cellar/qt/5.10.0/include/QtCore -I/usr/local/Cellar/qt/5.10.0/include'
  5949. QT_TEST_INCLUDES='-I/usr/local/Cellar/qt/5.10.0/include/QtTest -I/usr/local/Cellar/qt/5.10.0/include -I/usr/local/Cellar/qt/5.10.0/include/QtCore -I/usr/local/Cellar/qt/5.10.0/include'
  5950. QT_TEST_LIBS='-F/usr/local/Cellar/qt/5.10.0/lib -framework QtTest -F/usr/local/Cellar/qt/5.10.0/lib -framework QtCore'
  5951. QT_TRANSLATION_DIR=''
  5952. RANLIB='/usr/bin/ranlib'
  5953. RCC='/usr/local/Cellar/qt/5.10.0/bin/rcc'
  5954. READELF=''
  5955. RELDFLAGS=''
  5956. RSVG_CONVERT='rsvg-convert'
  5957. SED='/usr/bin/sed'
  5958. SET_MAKE=''
  5959. SHELL='/bin/sh'
  5960. SSE42_CXXFLAGS='-msse4.2'
  5961. SSL_CFLAGS='-I/usr/local/Cellar/openssl/1.0.2n/include'
  5962. SSL_LIBS='-L/usr/local/Cellar/openssl/1.0.2n/lib -lssl'
  5963. STRIP='/usr/bin/strip'
  5964. TARGET_DARWIN_FALSE='#'
  5965. TARGET_DARWIN_TRUE=''
  5966. TARGET_WINDOWS_FALSE=''
  5967. TARGET_WINDOWS_TRUE='#'
  5968. TESTDEFS=' -DBOOST_TEST_DYN_LINK'
  5969. TIFFCP=''
  5970. UIC='/usr/local/Cellar/qt/5.10.0/bin/uic'
  5971. UNIVALUE_CFLAGS='-I$(srcdir)/univalue/include'
  5972. UNIVALUE_LIBS='univalue/libunivalue.la'
  5973. USE_LCOV_FALSE=''
  5974. USE_LCOV_TRUE='#'
  5975. USE_QRCODE=''
  5976. USE_QRCODE_FALSE=''
  5977. USE_QRCODE_TRUE='#'
  5978. USE_UPNP=''
  5979. VERSION='0.15.0'
  5980. WINDOWS_BITS=''
  5981. WINDRES=''
  5982. X11XCB_CFLAGS=''
  5983. X11XCB_LIBS=''
  5984. XGETTEXT=''
  5985. ZMQ_CFLAGS=''
  5986. ZMQ_LIBS=''
  5987. ac_ct_AR='ar'
  5988. ac_ct_CC='gcc'
  5989. ac_ct_CXX='g++'
  5990. ac_ct_DUMPBIN=''
  5991. ac_ct_OBJCXX=''
  5992. am__EXEEXT_FALSE=''
  5993. am__EXEEXT_TRUE='#'
  5994. am__fastdepCC_FALSE='#'
  5995. am__fastdepCC_TRUE=''
  5996. am__fastdepCXX_FALSE='#'
  5997. am__fastdepCXX_TRUE=''
  5998. am__fastdepOBJCXX_FALSE='#'
  5999. am__fastdepOBJCXX_TRUE=''
  6000. am__include='include'
  6001. am__isrc=''
  6002. am__leading_dot='.'
  6003. am__nodep='_no'
  6004. am__quote=''
  6005. am__tar='$${TAR-tar} chof - "$$tardir"'
  6006. am__untar='$${TAR-tar} xf -'
  6007. ax_pthread_config=''
  6008. bindir='${exec_prefix}/bin'
  6009. build='x86_64-apple-darwin17.3.0'
  6010. build_alias=''
  6011. build_cpu='x86_64'
  6012. build_os='darwin17.3.0'
  6013. build_vendor='apple'
  6014. datadir='${datarootdir}'
  6015. datarootdir='${prefix}/share'
  6016. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  6017. dvidir='${docdir}'
  6018. exec_prefix='${prefix}'
  6019. host='x86_64-apple-darwin17.3.0'
  6020. host_alias=''
  6021. host_cpu='x86_64'
  6022. host_os='darwin17.3.0'
  6023. host_vendor='apple'
  6024. htmldir='${docdir}'
  6025. includedir='${prefix}/include'
  6026. infodir='${datarootdir}/info'
  6027. install_sh='${SHELL} '\''/Volumes/Exploits Ann-Jie Ching/bitcoin/bitcoin/build-aux/install-sh'\'''
  6028. libdir='${exec_prefix}/lib'
  6029. libexecdir='${exec_prefix}/libexec'
  6030. localedir='${datarootdir}/locale'
  6031. localstatedir='${prefix}/var'
  6032. mandir='${datarootdir}/man'
  6033. mkdir_p='$(MKDIR_P)'
  6034. oldincludedir='/usr/include'
  6035. pdfdir='${docdir}'
  6036. prefix='/usr/local'
  6037. program_transform_name='s,x,x,'
  6038. psdir='${docdir}'
  6039. sbindir='${exec_prefix}/sbin'
  6040. sharedstatedir='${prefix}/com'
  6041. subdirs=' src/univalue src/secp256k1'
  6042. sysconfdir='${prefix}/etc'
  6043. target_alias=''
  6044.  
  6045. ## ----------- ##
  6046. ## confdefs.h. ##
  6047. ## ----------- ##
  6048.  
  6049. /* confdefs.h */
  6050. #define PACKAGE_NAME "Bitcoin Core"
  6051. #define PACKAGE_TARNAME "bitcoin"
  6052. #define PACKAGE_VERSION "0.15.0"
  6053. #define PACKAGE_STRING "Bitcoin Core 0.15.0"
  6054. #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  6055. #define PACKAGE_URL "https://bitcoincore.org/"
  6056. #define HAVE_CXX11 1
  6057. #define STDC_HEADERS 1
  6058. #define HAVE_SYS_TYPES_H 1
  6059. #define HAVE_SYS_STAT_H 1
  6060. #define HAVE_STDLIB_H 1
  6061. #define HAVE_STRING_H 1
  6062. #define HAVE_MEMORY_H 1
  6063. #define HAVE_STRINGS_H 1
  6064. #define HAVE_INTTYPES_H 1
  6065. #define HAVE_STDINT_H 1
  6066. #define HAVE_UNISTD_H 1
  6067. #define HAVE_DLFCN_H 1
  6068. #define LT_OBJDIR ".libs/"
  6069. #define HAVE_PTHREAD_PRIO_INHERIT 1
  6070. #define HAVE_PTHREAD 1
  6071. #define HAVE_DECL_STRERROR_R 1
  6072. #define HAVE_STRERROR_R 1
  6073. #define HAVE_STDIO_H 1
  6074. #define HAVE_STDLIB_H 1
  6075. #define HAVE_UNISTD_H 1
  6076. #define HAVE_STRINGS_H 1
  6077. #define HAVE_SYS_TYPES_H 1
  6078. #define HAVE_SYS_STAT_H 1
  6079. #define HAVE_SYS_SELECT_H 1
  6080. #define HAVE_DECL_STRNLEN 1
  6081. #define HAVE_DECL_DAEMON 1
  6082. #define HAVE_DECL_LE16TOH 0
  6083. #define HAVE_DECL_LE32TOH 0
  6084. #define HAVE_DECL_LE64TOH 0
  6085. #define HAVE_DECL_HTOLE16 0
  6086. #define HAVE_DECL_HTOLE32 0
  6087. #define HAVE_DECL_HTOLE64 0
  6088. #define HAVE_DECL_BE16TOH 0
  6089. #define HAVE_DECL_BE32TOH 0
  6090. #define HAVE_DECL_BE64TOH 0
  6091. #define HAVE_DECL_HTOBE16 0
  6092. #define HAVE_DECL_HTOBE32 0
  6093. #define HAVE_DECL_HTOBE64 0
  6094. #define HAVE_DECL_BSWAP_16 0
  6095. #define HAVE_DECL_BSWAP_32 0
  6096. #define HAVE_DECL_BSWAP_64 0
  6097. #define HAVE_DECL___BUILTIN_CLZ 0
  6098. #define HAVE_DECL___BUILTIN_CLZL 0
  6099. #define HAVE_DECL___BUILTIN_CLZLL 0
  6100. #define HAVE_MSG_DONTWAIT 1
  6101. #define HAVE_VISIBILITY_ATTRIBUTE 1
  6102. #define HAVE_GETENTROPY_RAND 1
  6103. #define HAVE_MINIUPNPC_MINIWGET_H 1
  6104. #define HAVE_MINIUPNPC_MINIUPNPC_H 1
  6105. #define HAVE_MINIUPNPC_UPNPCOMMANDS_H 1
  6106. #define HAVE_MINIUPNPC_UPNPERRORS_H 1
  6107. #define HAVE_BOOST /**/
  6108. #define HAVE_BOOST_SYSTEM /**/
  6109. #define HAVE_BOOST_FILESYSTEM /**/
  6110. #define HAVE_BOOST_PROGRAM_OPTIONS /**/
  6111. #define HAVE_BOOST_THREAD /**/
  6112. #define HAVE_BOOST_CHRONO /**/
  6113. #define HAVE_BOOST_UNIT_TEST_FRAMEWORK /**/
  6114. #define HAVE_WORKING_BOOST_SLEEP_FOR 1
  6115. #define ENABLE_ZMQ 0
  6116. #define HAVE_DECL_EVP_MD_CTX_NEW 0
  6117. #define HAVE_CONSENSUS_LIB 1
  6118. #define ENABLE_WALLET 1
  6119. #define USE_UPNP 0
  6120. #define CLIENT_VERSION_MAJOR 0
  6121. #define CLIENT_VERSION_MINOR 15
  6122. #define CLIENT_VERSION_REVISION 0
  6123. #define CLIENT_VERSION_BUILD 1
  6124. #define CLIENT_VERSION_IS_RELEASE true
  6125. #define COPYRIGHT_YEAR 2017
  6126. #define COPYRIGHT_HOLDERS "The %s developers"
  6127. #define COPYRIGHT_HOLDERS_SUBSTITUTION "Bitcoin Core"
  6128. #define COPYRIGHT_HOLDERS_FINAL "The Bitcoin Core developers"
  6129.  
  6130. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement