configure: error: libevent not found. on macOS High Sierra 10.13.1 #11996

issue shuuchen opened this issue on December 23, 2017
  1. shuuchen commented at 4:14 AM on December 23, 2017: none

    Hi there

    I met the problem after running

    ./configure
    

    according to the https://github.com/bitcoin/bitcoin/blob/master/doc/build-osx.md

    I have tried other solutions like #7269 and used

    brew uninstall libevent
    sudo port install libevent
    

    to uninstall libevent from brew and reinstall it using port, but it dosen't work.

    Is it a problem of macOS version?

  2. fanquake added the label MacOSX on Dec 23, 2017
  3. shuuchen commented at 4:16 AM on December 23, 2017: none

    in config.log file:

    $ more config.log | grep libevent configure:29334: checking for libevent configure:29341: $PKG_CONFIG --exists --print-errors "libevent" Package libevent was not found in the pkg-config search path. Perhaps you should add the directory containing libevent.pc' No package 'libevent' found configure:29358: $PKG_CONFIG --exists --print-errors "libevent" Package libevent was not found in the pkg-config search path. Perhaps you should add the directory containing libevent.pc' No package 'libevent' found No package 'libevent' found configure:29391: error: libevent not found.

  4. fanquake commented at 4:17 AM on December 23, 2017: member

    What is the actual error your seeing from configure? Can you post your config.log file?

    As a side note, I wouldn't mix and match installing dependancies using two different dependancy managers.

  5. shuuchen commented at 4:21 AM on December 23, 2017: none

    Thanks! @fanquake

    This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake.

    It was created by Bitcoin Core configure 0.15.99, which was generated by GNU Autoconf 2.69. Invocation command line was

    $ ./configure

    ---------

    Platform.

    ---------

    hostname = Shuchen-no-MacBook-Pro.local uname -m = x86_64 uname -r = 17.2.0 uname -s = Darwin uname -v = Darwin Kernel Version 17.2.0: Fri Sep 29 18:27:05 PDT 2017; root:xnu-4570.20.62~3/RELEASE_X86_64

    /usr/bin/uname -p = i386 /bin/uname -X = unknown

    /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = Mach kernel version: Darwin Kernel Version 17.2.0: Fri Sep 29 18:27:05 PDT 2017; root:xnu-4570.20.62~3/RELEASE_X86_64 Kernel configured for up to 4 processors. 2 processors are physically available. 4 processors are logically available. Processor type: x86_64h (Intel x86-64h Haswell) Processors active: 0 1 2 3 Primary memory available: 8.00 gigabytes Default processor set: 373 tasks, 1485 threads, 4 processors Load average: 1.64, Mach factor: 2.34 /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown

    PATH: /opt/local/bin PATH: /opt/local/sbin PATH: /anaconda/bin PATH: /Library/Frameworks/Python.framework/Versions/3.5/bin PATH: /usr/local/bin PATH: /anaconda/bin PATH: /Library/Frameworks/Python.framework/Versions/3.5/bin PATH: /usr/local/bin PATH: /usr/local/bin PATH: /usr/bin PATH: /bin PATH: /usr/sbin PATH: /sbin

    -----------

    Core tests.

    -----------

    configure:3004: checking build system type configure:3018: result: x86_64-apple-darwin17.2.0 configure:3038: checking host system type configure:3051: result: x86_64-apple-darwin17.2.0 configure:3094: checking for a BSD-compatible install configure:3162: result: /usr/bin/install -c configure:3173: checking whether build environment is sane configure:3228: result: yes configure:3379: checking for a thread-safe mkdir -p configure:3418: result: build-aux/install-sh -c -d configure:3425: checking for gawk configure:3455: result: no configure:3425: checking for mawk configure:3455: result: no configure:3425: checking for nawk configure:3455: result: no configure:3425: checking for awk configure:3441: found /usr/bin/awk configure:3452: result: awk configure:3463: checking whether make sets $(MAKE) configure:3485: result: yes configure:3514: checking whether make supports nested variables configure:3531: result: yes configure:3650: checking whether to enable maintainer-specific portions of Makefiles configure:3659: result: yes configure:3684: checking whether make supports nested variables configure:3701: result: yes configure:3776: checking for g++ configure:3792: found /usr/bin/g++ configure:3803: result: g++ configure:3830: checking for C++ compiler version configure:3839: g++ --version >&5 Apple LLVM version 9.0.0 (clang-900.0.39.2) Target: x86_64-apple-darwin17.2.0 Thread model: posix InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1 configure:3850: $? = 0 configure:3839: g++ -v >&5 Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1 Apple LLVM version 9.0.0 (clang-900.0.39.2) Target: x86_64-apple-darwin17.2.0 Thread model: posix InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin configure:3850: $? = 0 configure:3839: g++ -V >&5 clang: error: argument to '-V' is missing (expected 1 value) clang: error: no input files configure:3850: $? = 1 configure:3839: g++ -qversion >&5 clang: error: unknown argument: '-qversion' clang: error: no input files configure:3850: $? = 1 configure:3870: checking whether the C++ compiler works configure:3892: g++ conftest.cpp >&5 configure:3896: $? = 0 configure:3944: result: yes configure:3947: checking for C++ compiler default output file name configure:3949: result: a.out configure:3955: checking for suffix of executables configure:3962: g++ -o conftest conftest.cpp >&5 configure:3966: $? = 0 configure:3988: result: configure:4010: checking whether we are cross compiling configure:4018: g++ -o conftest conftest.cpp >&5 configure:4022: $? = 0 configure:4029: ./conftest configure:4033: $? = 0 configure:4048: result: no configure:4053: checking for suffix of object files configure:4075: g++ -c conftest.cpp >&5 configure:4079: $? = 0 configure:4100: result: o configure:4104: checking whether we are using the GNU C++ compiler configure:4123: g++ -c conftest.cpp >&5 configure:4123: $? = 0 configure:4132: result: yes configure:4141: checking whether g++ accepts -g configure:4161: g++ -c -g conftest.cpp >&5 configure:4161: $? = 0 configure:4202: result: yes configure:4236: checking for style of include used by make configure:4264: result: GNU configure:4290: checking dependency style of g++ configure:4401: result: gcc3 configure:4439: checking whether g++ supports C++11 features with -std=c++11 configure:4735: g++ -std=c++11 -c -g -O2 conftest.cpp >&5 configure:4735: $? = 0 configure:4744: result: yes configure:4788: checking whether std::atomic can be used without link library configure:4806: g++ -std=c++11 -o conftest -g -O2 conftest.cpp >&5 configure:4806: $? = 0 configure:4808: result: yes configure:4973: checking for Objective C++ compiler version configure:4982: g++ -std=c++11 --version >&5 Apple LLVM version 9.0.0 (clang-900.0.39.2) Target: x86_64-apple-darwin17.2.0 Thread model: posix InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin configure:4993: $? = 0 configure:4982: g++ -std=c++11 -v >&5 Apple LLVM version 9.0.0 (clang-900.0.39.2) Target: x86_64-apple-darwin17.2.0 Thread model: posix InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin clang: warning: argument unused during compilation: '-std=c++11' [-Wunused-command-line-argument] configure:4993: $? = 0 configure:4982: g++ -std=c++11 -V >&5 clang: error: argument to '-V' is missing (expected 1 value) clang: error: no input files configure:4993: $? = 1 configure:4982: g++ -std=c++11 -qversion >&5 clang: error: unknown argument: '-qversion' clang: error: no input files configure:4993: $? = 1 configure:4997: checking whether we are using the GNU Objective C++ compiler configure:5016: g++ -std=c++11 -c conftest.mm >&5 configure:5016: $? = 0 configure:5025: result: yes configure:5034: checking whether g++ -std=c++11 accepts -g configure:5054: g++ -std=c++11 -c -g conftest.mm >&5 configure:5054: $? = 0 configure:5095: result: yes configure:5120: checking dependency style of g++ -std=c++11 configure:5229: result: gcc3 configure:5292: checking how to print strings configure:5319: result: printf configure:5388: checking for gcc configure:5404: found /usr/bin/gcc configure:5415: result: gcc configure:5644: checking for C compiler version configure:5653: gcc --version >&5 Apple LLVM version 9.0.0 (clang-900.0.39.2) Target: x86_64-apple-darwin17.2.0 Thread model: posix InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1 configure:5664: $? = 0 configure:5653: gcc -v >&5 Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1 Apple LLVM version 9.0.0 (clang-900.0.39.2) Target: x86_64-apple-darwin17.2.0 Thread model: posix InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin configure:5664: $? = 0 configure:5653: gcc -V >&5 clang: error: argument to '-V' is missing (expected 1 value) clang: error: no input files configure:5664: $? = 1 configure:5653: gcc -qversion >&5 clang: error: unknown argument: '-qversion' clang: error: no input files configure:5664: $? = 1 configure:5668: checking whether we are using the GNU C compiler configure:5687: gcc -c conftest.c >&5 configure:5687: $? = 0 configure:5696: result: yes configure:5705: checking whether gcc accepts -g configure:5725: gcc -c -g conftest.c >&5 configure:5725: $? = 0 configure:5766: result: yes configure:5783: checking for gcc option to accept ISO C89 configure:5846: gcc -c -g -O2 conftest.c >&5 configure:5846: $? = 0 configure:5859: result: none needed configure:5884: checking whether gcc understands -c and -o together configure:5906: gcc -c conftest.c -o conftest2.o configure:5909: $? = 0 configure:5906: gcc -c conftest.c -o conftest2.o configure:5909: $? = 0 configure:5921: result: yes configure:5940: checking dependency style of gcc configure:6051: result: gcc3 configure:6066: checking for a sed that does not truncate output configure:6130: result: /usr/bin/sed configure:6148: checking for grep that handles long lines and -e configure:6206: result: /usr/bin/grep configure:6211: checking for egrep configure:6273: result: /usr/bin/grep -E configure:6278: checking for fgrep configure:6340: result: /usr/bin/grep -F configure:6375: checking for ld used by gcc configure:6442: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld configure:6449: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld configure:6464: result: no configure:6476: checking for BSD- or MS-compatible name lister (nm) configure:6530: result: /usr/bin/nm -B configure:6660: checking the name lister (/usr/bin/nm -B) interface configure:6667: gcc -c -g -O2 conftest.c >&5 configure:6670: /usr/bin/nm -B "conftest.o" configure:6673: output 00000000000001d4 S some_variable configure:6680: result: BSD nm configure:6683: checking whether ln -s works configure:6687: result: yes configure:6695: checking the maximum length of command line arguments configure:6826: result: 196608 configure:6874: checking how to convert x86_64-apple-darwin17.2.0 file names to x86_64-apple-darwin17.2.0 format configure:6914: result: func_convert_file_noop configure:6921: checking how to convert x86_64-apple-darwin17.2.0 file names to toolchain format configure:6941: result: func_convert_file_noop configure:6948: checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files configure:6955: result: -r configure:7029: checking for objdump configure:7045: found /usr/bin/objdump configure:7056: result: objdump configure:7088: checking how to recognize dependent libraries configure:7288: result: pass_all configure:7373: checking for dlltool configure:7403: result: no configure:7433: checking how to associate runtime and link libraries configure:7460: result: printf %s\n configure:7521: checking for ar configure:7537: found /usr/bin/ar configure:7548: result: ar configure:7585: checking for archiver @FILE support configure:7602: gcc -c -g -O2 conftest.c >&5 configure:7602: $? = 0 configure:7605: ar cru libconftest.a @conftest.lst >&5 ar: @conftest.lst: No such file or directory configure:7608: $? = 1 configure:7628: result: no configure:7686: checking for strip configure:7702: found /usr/bin/strip configure:7713: result: strip configure:7785: checking for ranlib configure:7801: found /usr/bin/ranlib configure:7812: result: ranlib configure:7914: checking command to parse /usr/bin/nm -B output from gcc object configure:8067: gcc -c -g -O2 conftest.c >&5 configure:8070: $? = 0 configure:8074: /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 configure:8077: $? = 0 cannot find nm_test_var in conftest.nm configure:8067: gcc -c -g -O2 conftest.c >&5 configure:8070: $? = 0 configure:8074: /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 configure:8077: $? = 0 configure:8143: gcc -o conftest -g -O2 conftest.c conftstm.o >&5 warning: (x86_64) could not find object file symbol for symbol _main configure:8146: $? = 0 configure:8184: result: ok configure:8231: checking for sysroot configure:8261: result: no configure:8268: checking for a working dd configure:8306: result: /bin/dd configure:8310: checking how to truncate binary pipes configure:8325: result: /bin/dd bs=4096 count=1 configure:8654: checking for mt configure:8684: result: no configure:8704: checking if : is a manifest tool configure:8710: : '-?' configure:8718: result: no configure:8774: checking for dsymutil configure:8790: found /usr/bin/dsymutil configure:8801: result: dsymutil configure:8866: checking for nmedit configure:8882: found /usr/bin/nmedit configure:8893: result: nmedit configure:8958: checking for lipo configure:8974: found /usr/bin/lipo configure:8985: result: lipo configure:9050: checking for otool configure:9066: found /usr/bin/otool configure:9077: result: otool configure:9142: checking for otool64 configure:9172: result: no configure:9217: checking for -single_module linker flag gcc -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c configure:9250: result: yes configure:9253: checking for -exported_symbols_list linker flag configure:9273: gcc -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c >&5 configure:9273: $? = 0 configure:9283: result: yes configure:9286: checking for -force_load linker flag gcc -g -O2 -c -o conftest.o conftest.c ar cru libconftest.a conftest.o ranlib libconftest.a gcc -g -O2 -o conftest conftest.c -Wl,-force_load,./libconftest.a configure:9318: result: yes configure:9395: checking how to run the C preprocessor configure:9426: gcc -E conftest.c configure:9426: $? = 0 configure:9440: gcc -E conftest.c conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found #include <ac_nonexistent.h> ^~~~~~~~~~~~~~~~~~ 1 error generated. configure:9440: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.15.99" | #define PACKAGE_STRING "Bitcoin Core 0.15.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "https://bitcoincore.org/" | #define HAVE_CXX11 1 | / end confdefs.h. / | #include <ac_nonexistent.h> configure:9465: result: gcc -E configure:9485: gcc -E conftest.c configure:9485: $? = 0 configure:9499: gcc -E conftest.c conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found #include <ac_nonexistent.h> ^~~~~~~~~~~~~~~~~~ 1 error generated. configure:9499: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.15.99" | #define PACKAGE_STRING "Bitcoin Core 0.15.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "https://bitcoincore.org/" | #define HAVE_CXX11 1 | / end confdefs.h. / | #include <ac_nonexistent.h> configure:9528: checking for ANSI C header files configure:9548: gcc -c -g -O2 conftest.c >&5 configure:9548: $? = 0 configure:9621: gcc -o conftest -g -O2 conftest.c >&5 configure:9621: $? = 0 configure:9621: ./conftest configure:9621: $? = 0 configure:9632: result: yes configure:9645: checking for sys/types.h configure:9645: gcc -c -g -O2 conftest.c >&5 configure:9645: $? = 0 configure:9645: result: yes configure:9645: checking for sys/stat.h configure:9645: gcc -c -g -O2 conftest.c >&5 configure:9645: $? = 0 configure:9645: result: yes configure:9645: checking for stdlib.h configure:9645: gcc -c -g -O2 conftest.c >&5 configure:9645: $? = 0 configure:9645: result: yes configure:9645: checking for string.h configure:9645: gcc -c -g -O2 conftest.c >&5 configure:9645: $? = 0 configure:9645: result: yes configure:9645: checking for memory.h configure:9645: gcc -c -g -O2 conftest.c >&5 configure:9645: $? = 0 configure:9645: result: yes configure:9645: checking for strings.h configure:9645: gcc -c -g -O2 conftest.c >&5 configure:9645: $? = 0 configure:9645: result: yes configure:9645: checking for inttypes.h configure:9645: gcc -c -g -O2 conftest.c >&5 configure:9645: $? = 0 configure:9645: result: yes configure:9645: checking for stdint.h configure:9645: gcc -c -g -O2 conftest.c >&5 configure:9645: $? = 0 configure:9645: result: yes configure:9645: checking for unistd.h configure:9645: gcc -c -g -O2 conftest.c >&5 configure:9645: $? = 0 configure:9645: result: yes configure:9659: checking for dlfcn.h configure:9659: gcc -c -g -O2 conftest.c >&5 configure:9659: $? = 0 configure:9659: result: yes configure:9924: checking for objdir configure:9939: result: .libs configure:10203: checking if gcc supports -fno-rtti -fno-exceptions configure:10221: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 configure:10225: $? = 0 configure:10238: result: yes configure:10596: checking for gcc option to produce PIC configure:10603: result: -fno-common -DPIC configure:10611: checking if gcc PIC flag -fno-common -DPIC works configure:10629: gcc -c -g -O2 -fno-common -DPIC -DPIC conftest.c >&5 configure:10633: $? = 0 configure:10646: result: yes configure:10675: checking if gcc static flag -static works configure:10703: result: no configure:10718: checking if gcc supports -c -o file.o configure:10739: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5 configure:10743: $? = 0 configure:10765: result: yes configure:10773: checking if gcc supports -c -o file.o configure:10820: result: yes configure:10853: checking whether the gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries configure:12112: result: yes configure:12352: checking dynamic linker characteristics configure:13170: result: darwin17.2.0 dyld configure:13292: checking how to hardcode library paths into programs configure:13317: result: immediate configure:13865: checking whether stripping libraries is possible configure:13879: result: yes configure:13905: checking if libtool supports shared libraries configure:13907: result: yes configure:13910: checking whether to build shared libraries configure:13935: result: yes configure:13938: checking whether to build static libraries configure:13942: result: yes configure:13965: checking how to run the C++ preprocessor configure:13992: g++ -std=c++11 -E conftest.cpp configure:13992: $? = 0 configure:14006: g++ -std=c++11 -E conftest.cpp conftest.cpp:22:10: fatal error: 'ac_nonexistent.h' file not found #include <ac_nonexistent.h> ^~~~~~~~~~~~~~~~~~ 1 error generated. configure:14006: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.15.99" | #define PACKAGE_STRING "Bitcoin Core 0.15.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "https://bitcoincore.org/" | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | / end confdefs.h. / | #include <ac_nonexistent.h> configure:14031: result: g++ -std=c++11 -E configure:14051: g++ -std=c++11 -E conftest.cpp configure:14051: $? = 0 configure:14065: g++ -std=c++11 -E conftest.cpp conftest.cpp:22:10: fatal error: 'ac_nonexistent.h' file not found #include <ac_nonexistent.h> ^~~~~~~~~~~~~~~~~~ 1 error generated. configure:14065: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.15.99" | #define PACKAGE_STRING "Bitcoin Core 0.15.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "https://bitcoincore.org/" | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | / end confdefs.h. / | #include <ac_nonexistent.h> configure:14227: checking for ld used by g++ -std=c++11 configure:14294: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld configure:14301: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld configure:14316: result: no configure:14371: checking whether the g++ -std=c++11 linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries configure:15444: result: yes configure:15480: g++ -std=c++11 -c -g -O2 conftest.cpp >&5 configure:15483: $? = 0 configure:15964: checking for g++ -std=c++11 option to produce PIC configure:15971: result: -fno-common -DPIC configure:15979: checking if g++ -std=c++11 PIC flag -fno-common -DPIC works configure:15997: g++ -std=c++11 -c -g -O2 -fno-common -DPIC -DPIC conftest.cpp >&5 configure:16001: $? = 0 configure:16014: result: yes configure:16037: checking if g++ -std=c++11 static flag -static works configure:16065: result: no configure:16077: checking if g++ -std=c++11 supports -c -o file.o configure:16098: g++ -std=c++11 -c -g -O2 -o out/conftest2.o conftest.cpp >&5 configure:16102: $? = 0 configure:16124: result: yes configure:16129: checking if g++ -std=c++11 supports -c -o file.o configure:16176: result: yes configure:16206: checking whether the g++ -std=c++11 linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries configure:16246: result: yes configure:16387: checking dynamic linker characteristics configure:17132: result: darwin17.2.0 dyld configure:17197: checking how to hardcode library paths into programs configure:17222: result: immediate configure:17330: checking for ar configure:17348: found /usr/bin/ar configure:17360: result: /usr/bin/ar configure:17428: checking for ranlib configure:17446: found /usr/bin/ranlib configure:17458: result: /usr/bin/ranlib configure:17526: checking for strip configure:17544: found /usr/bin/strip configure:17556: result: /usr/bin/strip configure:17624: checking for gcov configure:17642: found /usr/bin/gcov configure:17654: result: /usr/bin/gcov configure:17678: checking for lcov configure:17711: result: no configure:17720: checking for python3.6 configure:17753: result: no configure:17720: checking for python3.5 configure:17738: found /Library/Frameworks/Python.framework/Versions/3.5/bin/python3.5 configure:17750: result: /Library/Frameworks/Python.framework/Versions/3.5/bin/python3.5 configure:17763: checking for genhtml configure:17796: result: no configure:17803: checking for git configure:17821: found /usr/bin/git configure:17833: result: /usr/bin/git configure:17843: checking for ccache configure:17876: result: no configure:17883: checking for xgettext configure:17916: result: no configure:17923: checking for hexdump configure:17941: found /usr/bin/hexdump configure:17953: result: /usr/bin/hexdump configure:18007: checking for readelf configure:18040: result: no configure:18105: checking for c++filt configure:18123: found /usr/bin/c++filt configure:18135: result: /usr/bin/c++filt configure:18203: checking for objcopy configure:18236: result: no configure:18451: checking whether C++ compiler accepts -Werror configure:18470: g++ -std=c++11 -c -g -O2 -Werror conftest.cpp >&5 configure:18470: $? = 0 configure:18478: result: yes configure:18581: checking whether C++ compiler accepts -Wall configure:18600: g++ -std=c++11 -c -g -O2 -Werror -Wall conftest.cpp >&5 configure:18600: $? = 0 configure:18609: result: yes configure:18618: checking whether C++ compiler accepts -Wextra configure:18637: g++ -std=c++11 -c -g -O2 -Wall -Werror -Wextra conftest.cpp >&5 configure:18637: $? = 0 configure:18646: result: yes configure:18655: checking whether C++ compiler accepts -Wformat configure:18674: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Werror -Wformat conftest.cpp >&5 configure:18674: $? = 0 configure:18683: result: yes configure:18692: checking whether C++ compiler accepts -Wvla configure:18711: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Werror -Wvla conftest.cpp >&5 configure:18711: $? = 0 configure:18720: result: yes configure:18729: checking whether C++ compiler accepts -Wformat-security configure:18748: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Werror -Wformat-security conftest.cpp >&5 configure:18748: $? = 0 configure:18757: result: yes configure:18766: checking whether C++ compiler accepts -Wthread-safety-analysis configure:18785: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Werror -Wthread-safety-analysis conftest.cpp >&5 configure:18785: $? = 0 configure:18794: result: yes configure:18807: checking whether C++ compiler accepts -Wunused-parameter configure:18826: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Werror -Wunused-parameter conftest.cpp >&5 configure:18826: $? = 0 configure:18835: result: yes configure:18844: checking whether C++ compiler accepts -Wself-assign configure:18863: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Werror -Wself-assign conftest.cpp >&5 configure:18863: $? = 0 configure:18872: result: yes configure:18881: checking whether C++ compiler accepts -Wunused-local-typedef configure:18900: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Werror -Wunused-local-typedef conftest.cpp >&5 configure:18900: $? = 0 configure:18909: result: yes configure:18918: checking whether C++ compiler accepts -Wdeprecated-register configure:18937: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Werror -Wdeprecated-register conftest.cpp >&5 configure:18937: $? = 0 configure:18946: result: yes configure:18955: checking whether C++ compiler accepts -Wimplicit-fallthrough configure:18974: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Werror -Wimplicit-fallthrough conftest.cpp >&5 configure:18974: $? = 0 configure:18983: result: yes configure:18997: checking whether C++ compiler accepts -msse4.2 configure:19016: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -Werror -msse4.2 conftest.cpp >&5 configure:19016: $? = 0 configure:19025: result: yes configure:19036: checking for assembler crc32 support configure:19062: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -msse4.2 conftest.cpp >&5 configure:19062: $? = 0 configure:19063: result: yes configure:20100: checking for port configure:20116: found /opt/local/bin/port configure:20127: result: port configure:20148: checking for rsvg-convert configure:20166: found /usr/local/bin/rsvg-convert configure:20178: result: /usr/local/bin/rsvg-convert configure:20192: checking for brew configure:20208: found /usr/local/bin/brew configure:20219: result: brew configure:20637: checking whether the linker accepts -Wl,-headerpad_max_install_names configure:20656: g++ -std=c++11 -o conftest -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -Wl,-headerpad_max_install_names conftest.cpp -L/opt/local/lib -L/usr/local/opt/berkeley-db@4/lib >&5 configure:20656: $? = 0 configure:20665: result: yes configure:20751: checking for pkg-config configure:20769: found /anaconda/bin/pkg-config configure:20781: result: /anaconda/bin/pkg-config configure:20806: checking pkg-config is at least version 0.9.0 configure:20809: result: yes configure:20924: checking whether byte ordering is bigendian configure:20939: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5 configure:20939: $? = 0 configure:20984: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5 configure:20984: $? = 0 configure:21002: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:30:11: error: expected ';' after expression not big endian ^ ; conftest.cpp:30:8: error: use of undeclared identifier 'big' not big endian ^ conftest.cpp:30:12: error: use of undeclared identifier 'endian' not big endian ^ 3 errors generated. configure:21002: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.15.99" | #define PACKAGE_STRING "Bitcoin Core 0.15.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "https://bitcoincore.org/" | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define USE_ASM 1 | / end confdefs.h. */ | #include <sys/types.h> | #include <sys/param.h> | | int | main () | { | #if BYTE_ORDER != BIG_ENDIAN | not big endian | #endif | | ; | return 0; | } configure:21130: result: no configure:21332: checking whether gcc is Clang configure:21357: result: yes configure:21404: checking whether Clang needs flag to prevent "argument unused" warning when linking with -pthread configure:21429: gcc -o conftest -Werror -Wunknown-warning-option -pthread -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX -Wl,-headerpad_max_install_names conftest.c -L/opt/local/lib -L/usr/local/opt/berkeley-db@4/lib >&5 configure:21429: $? = 0 configure:21435: (gcc -c -Werror -Wunknown-warning-option -pthread -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -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 -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX -Wl,-headerpad_max_install_names conftest.o -L/opt/local/lib -L/usr/local/opt/berkeley-db@4/lib >&5)

    clang: error: argument unused during compilation: '-pthread' [-Werror,-Wunused-command-line-argument] configure:21435: $? = 1 configure: failed program was: | /* confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.15.99" | #define PACKAGE_STRING "Bitcoin Core 0.15.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "https://bitcoincore.org/" | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define USE_ASM 1 | / end confdefs.h. */ | int main(void){return 0;} configure:21429: gcc -o conftest -Werror -Wunknown-warning-option -Qunused-arguments -pthread -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX -Wl,-headerpad_max_install_names conftest.c -L/opt/local/lib -L/usr/local/opt/berkeley-db@4/lib >&5 configure:21429: $? = 0 configure:21435: (gcc -c -Werror -Wunknown-warning-option -Qunused-arguments -pthread -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -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 -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX -Wl,-headerpad_max_install_names conftest.o -L/opt/local/lib -L/usr/local/opt/berkeley-db@4/lib >&5)

    configure:21435: $? = 0 configure:21453: result: -Qunused-arguments configure:21602: checking for joinable pthread attribute configure:21620: gcc -o conftest -g -O2 -Qunused-arguments -pthread -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX -Wl,-headerpad_max_install_names conftest.c -L/opt/local/lib -L/usr/local/opt/berkeley-db@4/lib >&5 configure:21620: $? = 0 configure:21628: result: PTHREAD_CREATE_JOINABLE configure:21642: checking whether more special flags are required for pthreads configure:21655: result: no configure:21663: checking for PTHREAD_PRIO_INHERIT configure:21679: gcc -o conftest -g -O2 -Qunused-arguments -pthread -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX -Wl,-headerpad_max_install_names conftest.c -L/opt/local/lib -L/usr/local/opt/berkeley-db@4/lib >&5 configure:21679: $? = 0 configure:21688: result: yes configure:21801: checking for special C compiler options needed for large files configure:21846: result: no configure:21852: checking for _FILE_OFFSET_BITS value needed for large files configure:21877: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5 configure:21877: $? = 0 configure:21909: result: no configure:21995: checking whether strerror_r is declared configure:21995: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5 configure:21995: $? = 0 configure:21995: result: yes configure:22008: checking for strerror_r configure:22008: g++ -std=c++11 -o conftest -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX -Wl,-headerpad_max_install_names conftest.cpp -L/opt/local/lib -L/usr/local/opt/berkeley-db@4/lib >&5 configure:22008: $? = 0 configure:22008: result: yes configure:22017: checking whether strerror_r returns char * configure:22041: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:65:13: error: indirection requires pointer operand ('int' invalid) char x = strerror_r (0, buf, sizeof buf); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ conftest.cpp:66:10: error: cannot initialize a variable of type 'char *' with an rvalue of type 'int' char *p = strerror_r (0, buf, sizeof buf); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2 errors generated. configure:22041: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.15.99" | #define PACKAGE_STRING "Bitcoin Core 0.15.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "https://bitcoincore.org/" | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define USE_ASM 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | / end confdefs.h. / | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | int | main () | { | | char buf[100]; | char x = *strerror_r (0, buf, sizeof buf); | char *p = strerror_r (0, buf, sizeof buf); | return !p || x; | | ; | return 0; | } configure:22079: result: no configure:22100: checking whether the linker accepts -Wl,--large-address-aware configure:22119: g++ -std=c++11 -o conftest -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX -Wl,-headerpad_max_install_names -Wl,--large-address-aware conftest.cpp -L/opt/local/lib -L/usr/local/opt/berkeley-db@4/lib >&5 ld: unknown option: --large-address-aware clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:22119: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.15.99" | #define PACKAGE_STRING "Bitcoin Core 0.15.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "https://bitcoincore.org/" | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define USE_ASM 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | / end confdefs.h. / | | int | main () | { | | ; | return 0; | } configure:22128: result: no configure:22140: checking for attribute((visibility)) configure:22164: g++ -std=c++11 -o conftest -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX -Wl,-headerpad_max_install_names conftest.cpp -L/opt/local/lib -L/usr/local/opt/berkeley-db@4/lib >&5 conftest.cpp:32:56: warning: target does not support 'protected' visibility; using 'default' [-Wunsupported-visibility] int foo_pro( void ) attribute((visibility("protected"))); ^ 1 warning generated. configure:22164: $? = 0 configure:22177: result: no configure:22193: checking for attribute((dllexport)) configure:22214: g++ -std=c++11 -o conftest -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX -Wl,-headerpad_max_install_names conftest.cpp -L/opt/local/lib -L/usr/local/opt/berkeley-db@4/lib >&5 conftest.cpp:29:36: warning: unknown attribute 'dllexport' ignored [-Wunknown-attributes] attribute((dllexport)) int foo( void ) { return 0; } ^ 1 warning generated. configure:22214: $? = 0 configure:22227: result: no configure:22243: checking for attribute((dllimport)) configure:22264: g++ -std=c++11 -o conftest -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX -Wl,-headerpad_max_install_names conftest.cpp -L/opt/local/lib -L/usr/local/opt/berkeley-db@4/lib >&5 conftest.cpp:29:52: warning: unknown attribute 'dllimport' ignored [-Wunknown-attributes] int foo( void ) attribute((dllimport)); ^ 1 warning generated. configure:22264: $? = 0 configure:22277: result: no configure:22377: checking for library containing clock_gettime configure:22408: g++ -std=c++11 -o conftest -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX -Wl,-headerpad_max_install_names conftest.cpp -L/opt/local/lib -L/usr/local/opt/berkeley-db@4/lib >&5 configure:22408: $? = 0 configure:22425: result: none required configure:22437: checking whether C++ compiler accepts -fPIC configure:22456: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -fPIC -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5 configure:22456: $? = 0 configure:22464: result: yes configure:22475: checking whether C++ compiler accepts -Wstack-protector configure:22494: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -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 -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5 configure:22494: $? = 0 configure:22502: result: yes configure:22510: checking whether C++ compiler accepts -fstack-protector-all configure:22529: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -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 -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5 configure:22529: $? = 0 configure:22537: result: yes configure:22547: checking whether C++ preprocessor accepts -D_FORTIFY_SOURCE=2 configure:22566: g++ -std=c++11 -E -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX -D_FORTIFY_SOURCE=2 conftest.cpp configure:22566: $? = 0 configure:22574: result: yes configure:22578: checking whether C++ preprocessor accepts -U_FORTIFY_SOURCE configure:22597: g++ -std=c++11 -E -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX -U_FORTIFY_SOURCE conftest.cpp configure:22597: $? = 0 configure:22605: result: yes configure:22622: checking whether the linker accepts -Wl,--dynamicbase configure:22641: g++ -std=c++11 -o conftest -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX -Wl,-headerpad_max_install_names -Wl,--dynamicbase conftest.cpp -L/opt/local/lib -L/usr/local/opt/berkeley-db@4/lib >&5 ld: unknown option: --dynamicbase clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:22641: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.15.99" | #define PACKAGE_STRING "Bitcoin Core 0.15.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "https://bitcoincore.org/" | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define USE_ASM 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | / end confdefs.h. / | | int | main () | { | | ; | return 0; | } configure:22650: result: no configure:22658: checking whether the linker accepts -Wl,--nxcompat configure:22677: g++ -std=c++11 -o conftest -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX -Wl,-headerpad_max_install_names -Wl,--nxcompat conftest.cpp -L/opt/local/lib -L/usr/local/opt/berkeley-db@4/lib >&5 ld: unknown option: --nxcompat clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:22677: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.15.99" | #define PACKAGE_STRING "Bitcoin Core 0.15.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "https://bitcoincore.org/" | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define USE_ASM 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | / end confdefs.h. / | | int | main () | { | | ; | return 0; | } configure:22686: result: no configure:22694: checking whether the linker accepts -Wl,--high-entropy-va configure:22713: g++ -std=c++11 -o conftest -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX -Wl,-headerpad_max_install_names -Wl,--high-entropy-va conftest.cpp -L/opt/local/lib -L/usr/local/opt/berkeley-db@4/lib >&5 ld: unknown option: --high-entropy-va clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:22713: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.15.99" | #define PACKAGE_STRING "Bitcoin Core 0.15.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "https://bitcoincore.org/" | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define USE_ASM 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | / end confdefs.h. / | | int | main () | { | | ; | return 0; | } configure:22722: result: no configure:22730: checking whether the linker accepts -Wl,-z,relro configure:22749: g++ -std=c++11 -o conftest -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX -Wl,-headerpad_max_install_names -Wl,-z,relro conftest.cpp -L/opt/local/lib -L/usr/local/opt/berkeley-db@4/lib >&5 ld: unknown option: -z clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:22749: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.15.99" | #define PACKAGE_STRING "Bitcoin Core 0.15.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "https://bitcoincore.org/" | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define USE_ASM 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | / end confdefs.h. / | | int | main () | { | | ; | return 0; | } configure:22758: result: no configure:22766: checking whether the linker accepts -Wl,-z,now configure:22785: g++ -std=c++11 -o conftest -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX -Wl,-headerpad_max_install_names -Wl,-z,now conftest.cpp -L/opt/local/lib -L/usr/local/opt/berkeley-db@4/lib >&5 ld: unknown option: -z clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:22785: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.15.99" | #define PACKAGE_STRING "Bitcoin Core 0.15.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "https://bitcoincore.org/" | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define USE_ASM 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | / end confdefs.h. / | | int | main () | { | | ; | return 0; | } configure:22794: result: no configure:22804: checking whether C++ compiler accepts -fPIE configure:22823: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -fPIE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5 configure:22823: $? = 0 configure:22831: result: yes configure:22839: checking whether the linker accepts -pie configure:22858: g++ -std=c++11 -o conftest -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX -Wl,-headerpad_max_install_names -pie conftest.cpp -L/opt/local/lib -L/usr/local/opt/berkeley-db@4/lib >&5 clang: warning: argument unused during compilation: '-pie' [-Wunused-command-line-argument] configure:22858: $? = 0 configure:22867: result: yes configure:22925: checking whether the linker accepts -Wl,-dead_strip configure:22944: g++ -std=c++11 -o conftest -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX -Wl,-headerpad_max_install_names -Wl,-dead_strip conftest.cpp -L/opt/local/lib -L/usr/local/opt/berkeley-db@4/lib >&5 configure:22944: $? = 0 configure:22953: result: yes configure:22966: checking endian.h usability configure:22966: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:60:10: fatal error: 'endian.h' file not found #include <endian.h> ^~~~~~~~~~ 1 error generated. configure:22966: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.15.99" | #define PACKAGE_STRING "Bitcoin Core 0.15.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "https://bitcoincore.org/" | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define USE_ASM 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | / end confdefs.h. / | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <endian.h> configure:22966: result: no configure:22966: checking endian.h presence configure:22966: g++ -std=c++11 -E -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp conftest.cpp:27:10: fatal error: 'endian.h' file not found #include <endian.h> ^~~~~~~~~~ 1 error generated. configure:22966: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.15.99" | #define PACKAGE_STRING "Bitcoin Core 0.15.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "https://bitcoincore.org/" | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define USE_ASM 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | / end confdefs.h. / | #include <endian.h> configure:22966: result: no configure:22966: checking for endian.h configure:22966: result: no configure:22966: checking sys/endian.h usability configure:22966: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:60:10: fatal error: 'sys/endian.h' file not found #include <sys/endian.h> ^~~~~~~~~~~~~~ 1 error generated. configure:22966: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.15.99" | #define PACKAGE_STRING "Bitcoin Core 0.15.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "https://bitcoincore.org/" | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define USE_ASM 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | / end confdefs.h. / | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <sys/endian.h> configure:22966: result: no configure:22966: checking sys/endian.h presence configure:22966: g++ -std=c++11 -E -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp conftest.cpp:27:10: fatal error: 'sys/endian.h' file not found #include <sys/endian.h> ^~~~~~~~~~~~~~ 1 error generated. configure:22966: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.15.99" | #define PACKAGE_STRING "Bitcoin Core 0.15.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "https://bitcoincore.org/" | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define USE_ASM 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | / end confdefs.h. / | #include <sys/endian.h> configure:22966: result: no configure:22966: checking for sys/endian.h configure:22966: result: no configure:22966: checking byteswap.h usability configure:22966: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:60:10: fatal error: 'byteswap.h' file not found #include <byteswap.h> ^~~~~~~~~~~~ 1 error generated. configure:22966: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.15.99" | #define PACKAGE_STRING "Bitcoin Core 0.15.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "https://bitcoincore.org/" | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define USE_ASM 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | / end confdefs.h. / | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <byteswap.h> configure:22966: result: no configure:22966: checking byteswap.h presence configure:22966: g++ -std=c++11 -E -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp conftest.cpp:27:10: fatal error: 'byteswap.h' file not found #include <byteswap.h> ^~~~~~~~~~~~ 1 error generated. configure:22966: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.15.99" | #define PACKAGE_STRING "Bitcoin Core 0.15.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "https://bitcoincore.org/" | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define USE_ASM 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | / end confdefs.h. / | #include <byteswap.h> configure:22966: result: no configure:22966: checking for byteswap.h configure:22966: result: no configure:22966: checking stdio.h usability configure:22966: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5 configure:22966: $? = 0 configure:22966: result: yes configure:22966: checking stdio.h presence configure:22966: g++ -std=c++11 -E -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp configure:22966: $? = 0 configure:22966: result: yes configure:22966: checking for stdio.h configure:22966: result: yes configure:22966: checking for stdlib.h configure:22966: result: yes configure:22966: checking for unistd.h configure:22966: result: yes configure:22966: checking for strings.h configure:22966: result: yes configure:22966: checking for sys/types.h configure:22966: result: yes configure:22966: checking for sys/stat.h configure:22966: result: yes configure:22966: checking sys/select.h usability configure:22966: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5 configure:22966: $? = 0 configure:22966: result: yes configure:22966: checking sys/select.h presence configure:22966: g++ -std=c++11 -E -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp configure:22966: $? = 0 configure:22966: result: yes configure:22966: checking for sys/select.h configure:22966: result: yes configure:22966: checking sys/prctl.h usability configure:22966: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:67:10: fatal error: 'sys/prctl.h' file not found #include <sys/prctl.h> ^~~~~~~~~~~~~ 1 error generated. configure:22966: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.15.99" | #define PACKAGE_STRING "Bitcoin Core 0.15.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "https://bitcoincore.org/" | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define USE_ASM 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SELECT_H 1 | / end confdefs.h. / | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <sys/prctl.h> configure:22966: result: no configure:22966: checking sys/prctl.h presence configure:22966: g++ -std=c++11 -E -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp conftest.cpp:34:10: fatal error: 'sys/prctl.h' file not found #include <sys/prctl.h> ^~~~~~~~~~~~~ 1 error generated. configure:22966: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.15.99" | #define PACKAGE_STRING "Bitcoin Core 0.15.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "https://bitcoincore.org/" | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define USE_ASM 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SELECT_H 1 | / end confdefs.h. / | #include <sys/prctl.h> configure:22966: result: no configure:22966: checking for sys/prctl.h configure:22966: result: no configure:22977: checking whether strnlen is declared configure:22977: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5 configure:22977: $? = 0 configure:22977: result: yes configure:22990: checking whether daemon is declared configure:22990: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:73:10: warning: 'daemon' is deprecated: first deprecated in macOS 10.5 - Use posix_spawn APIs instead. [-Wdeprecated-declarations] (void) daemon; ^ /usr/include/stdlib.h:293:6: note: 'daemon' has been explicitly marked deprecated here 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; ^ 1 warning generated. configure:22990: $? = 0 configure:22990: result: yes configure:23002: checking whether le16toh is declared configure:23002: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:47:10: error: use of undeclared identifier 'le16toh' (void) le16toh; ^ 1 error generated. configure:23002: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.15.99" | #define PACKAGE_STRING "Bitcoin Core 0.15.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "https://bitcoincore.org/" | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define USE_ASM 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_DAEMON 1 | / end confdefs.h. / | #if HAVE_ENDIAN_H | #include <endian.h> | #elif HAVE_SYS_ENDIAN_H | #include <sys/endian.h> | #endif | | int | main () | { | #ifndef le16toh | #ifdef __cplusplus | (void) le16toh; | #else | (void) le16toh; | #endif | #endif | | ; | return 0; | } configure:23002: result: no configure:23017: checking whether le32toh is declared configure:23017: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:48:10: error: use of undeclared identifier 'le32toh' (void) le32toh; ^ 1 error generated. configure:23017: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.15.99" | #define PACKAGE_STRING "Bitcoin Core 0.15.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "https://bitcoincore.org/" | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define USE_ASM 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_DAEMON 1 | #define HAVE_DECL_LE16TOH 0 | / end confdefs.h. / | #if HAVE_ENDIAN_H | #include <endian.h> | #elif HAVE_SYS_ENDIAN_H | #include <sys/endian.h> | #endif | | int | main () | { | #ifndef le32toh | #ifdef __cplusplus | (void) le32toh; | #else | (void) le32toh; | #endif | #endif | | ; | return 0; | } configure:23017: result: no configure:23032: checking whether le64toh is declared configure:23032: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:49:10: error: use of undeclared identifier 'le64toh' (void) le64toh; ^ 1 error generated. configure:23032: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.15.99" | #define PACKAGE_STRING "Bitcoin Core 0.15.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "https://bitcoincore.org/" | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define USE_ASM 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_DAEMON 1 | #define HAVE_DECL_LE16TOH 0 | #define HAVE_DECL_LE32TOH 0 | / end confdefs.h. / | #if HAVE_ENDIAN_H | #include <endian.h> | #elif HAVE_SYS_ENDIAN_H | #include <sys/endian.h> | #endif | | int | main () | { | #ifndef le64toh | #ifdef __cplusplus | (void) le64toh; | #else | (void) le64toh; | #endif | #endif | | ; | return 0; | } configure:23032: result: no configure:23047: checking whether htole16 is declared configure:23047: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:50:10: error: use of undeclared identifier 'htole16' (void) htole16; ^ 1 error generated. configure:23047: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.15.99" | #define PACKAGE_STRING "Bitcoin Core 0.15.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "https://bitcoincore.org/" | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define USE_ASM 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_DAEMON 1 | #define HAVE_DECL_LE16TOH 0 | #define HAVE_DECL_LE32TOH 0 | #define HAVE_DECL_LE64TOH 0 | / end confdefs.h. / | #if HAVE_ENDIAN_H | #include <endian.h> | #elif HAVE_SYS_ENDIAN_H | #include <sys/endian.h> | #endif | | int | main () | { | #ifndef htole16 | #ifdef __cplusplus | (void) htole16; | #else | (void) htole16; | #endif | #endif | | ; | return 0; | } configure:23047: result: no configure:23062: checking whether htole32 is declared configure:23062: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:51:10: error: use of undeclared identifier 'htole32' (void) htole32; ^ 1 error generated. configure:23062: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.15.99" | #define PACKAGE_STRING "Bitcoin Core 0.15.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "https://bitcoincore.org/" | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define USE_ASM 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_DAEMON 1 | #define HAVE_DECL_LE16TOH 0 | #define HAVE_DECL_LE32TOH 0 | #define HAVE_DECL_LE64TOH 0 | #define HAVE_DECL_HTOLE16 0 | / end confdefs.h. / | #if HAVE_ENDIAN_H | #include <endian.h> | #elif HAVE_SYS_ENDIAN_H | #include <sys/endian.h> | #endif | | int | main () | { | #ifndef htole32 | #ifdef __cplusplus | (void) htole32; | #else | (void) htole32; | #endif | #endif | | ; | return 0; | } configure:23062: result: no configure:23077: checking whether htole64 is declared configure:23077: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:52:10: error: use of undeclared identifier 'htole64' (void) htole64; ^ 1 error generated. configure:23077: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.15.99" | #define PACKAGE_STRING "Bitcoin Core 0.15.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "https://bitcoincore.org/" | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define USE_ASM 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_DAEMON 1 | #define HAVE_DECL_LE16TOH 0 | #define HAVE_DECL_LE32TOH 0 | #define HAVE_DECL_LE64TOH 0 | #define HAVE_DECL_HTOLE16 0 | #define HAVE_DECL_HTOLE32 0 | / end confdefs.h. / | #if HAVE_ENDIAN_H | #include <endian.h> | #elif HAVE_SYS_ENDIAN_H | #include <sys/endian.h> | #endif | | int | main () | { | #ifndef htole64 | #ifdef __cplusplus | (void) htole64; | #else | (void) htole64; | #endif | #endif | | ; | return 0; | } configure:23077: result: no configure:23092: checking whether be16toh is declared configure:23092: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:53:10: error: use of undeclared identifier 'be16toh' (void) be16toh; ^ 1 error generated. configure:23092: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.15.99" | #define PACKAGE_STRING "Bitcoin Core 0.15.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "https://bitcoincore.org/" | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define USE_ASM 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_DAEMON 1 | #define HAVE_DECL_LE16TOH 0 | #define HAVE_DECL_LE32TOH 0 | #define HAVE_DECL_LE64TOH 0 | #define HAVE_DECL_HTOLE16 0 | #define HAVE_DECL_HTOLE32 0 | #define HAVE_DECL_HTOLE64 0 | / end confdefs.h. / | #if HAVE_ENDIAN_H | #include <endian.h> | #elif HAVE_SYS_ENDIAN_H | #include <sys/endian.h> | #endif | | int | main () | { | #ifndef be16toh | #ifdef __cplusplus | (void) be16toh; | #else | (void) be16toh; | #endif | #endif | | ; | return 0; | } configure:23092: result: no configure:23107: checking whether be32toh is declared configure:23107: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:54:10: error: use of undeclared identifier 'be32toh' (void) be32toh; ^ 1 error generated. configure:23107: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.15.99" | #define PACKAGE_STRING "Bitcoin Core 0.15.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "https://bitcoincore.org/" | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define USE_ASM 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_DAEMON 1 | #define HAVE_DECL_LE16TOH 0 | #define HAVE_DECL_LE32TOH 0 | #define HAVE_DECL_LE64TOH 0 | #define HAVE_DECL_HTOLE16 0 | #define HAVE_DECL_HTOLE32 0 | #define HAVE_DECL_HTOLE64 0 | #define HAVE_DECL_BE16TOH 0 | / end confdefs.h. / | #if HAVE_ENDIAN_H | #include <endian.h> | #elif HAVE_SYS_ENDIAN_H | #include <sys/endian.h> | #endif | | int | main () | { | #ifndef be32toh | #ifdef __cplusplus | (void) be32toh; | #else | (void) be32toh; | #endif | #endif | | ; | return 0; | } configure:23107: result: no configure:23122: checking whether be64toh is declared configure:23122: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:55:10: error: use of undeclared identifier 'be64toh' (void) be64toh; ^ 1 error generated. configure:23122: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.15.99" | #define PACKAGE_STRING "Bitcoin Core 0.15.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "https://bitcoincore.org/" | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define USE_ASM 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_DAEMON 1 | #define HAVE_DECL_LE16TOH 0 | #define HAVE_DECL_LE32TOH 0 | #define HAVE_DECL_LE64TOH 0 | #define HAVE_DECL_HTOLE16 0 | #define HAVE_DECL_HTOLE32 0 | #define HAVE_DECL_HTOLE64 0 | #define HAVE_DECL_BE16TOH 0 | #define HAVE_DECL_BE32TOH 0 | / end confdefs.h. / | #if HAVE_ENDIAN_H | #include <endian.h> | #elif HAVE_SYS_ENDIAN_H | #include <sys/endian.h> | #endif | | int | main () | { | #ifndef be64toh | #ifdef __cplusplus | (void) be64toh; | #else | (void) be64toh; | #endif | #endif | | ; | return 0; | } configure:23122: result: no configure:23137: checking whether htobe16 is declared configure:23137: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:56:10: error: use of undeclared identifier 'htobe16' (void) htobe16; ^ 1 error generated. configure:23137: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.15.99" | #define PACKAGE_STRING "Bitcoin Core 0.15.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "https://bitcoincore.org/" | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define USE_ASM 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_DAEMON 1 | #define HAVE_DECL_LE16TOH 0 | #define HAVE_DECL_LE32TOH 0 | #define HAVE_DECL_LE64TOH 0 | #define HAVE_DECL_HTOLE16 0 | #define HAVE_DECL_HTOLE32 0 | #define HAVE_DECL_HTOLE64 0 | #define HAVE_DECL_BE16TOH 0 | #define HAVE_DECL_BE32TOH 0 | #define HAVE_DECL_BE64TOH 0 | / end confdefs.h. / | #if HAVE_ENDIAN_H | #include <endian.h> | #elif HAVE_SYS_ENDIAN_H | #include <sys/endian.h> | #endif | | int | main () | { | #ifndef htobe16 | #ifdef __cplusplus | (void) htobe16; | #else | (void) htobe16; | #endif | #endif | | ; | return 0; | } configure:23137: result: no configure:23152: checking whether htobe32 is declared configure:23152: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:57:10: error: use of undeclared identifier 'htobe32' (void) htobe32; ^ 1 error generated. configure:23152: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.15.99" | #define PACKAGE_STRING "Bitcoin Core 0.15.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "https://bitcoincore.org/" | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define USE_ASM 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_DAEMON 1 | #define HAVE_DECL_LE16TOH 0 | #define HAVE_DECL_LE32TOH 0 | #define HAVE_DECL_LE64TOH 0 | #define HAVE_DECL_HTOLE16 0 | #define HAVE_DECL_HTOLE32 0 | #define HAVE_DECL_HTOLE64 0 | #define HAVE_DECL_BE16TOH 0 | #define HAVE_DECL_BE32TOH 0 | #define HAVE_DECL_BE64TOH 0 | #define HAVE_DECL_HTOBE16 0 | / end confdefs.h. / | #if HAVE_ENDIAN_H | #include <endian.h> | #elif HAVE_SYS_ENDIAN_H | #include <sys/endian.h> | #endif | | int | main () | { | #ifndef htobe32 | #ifdef __cplusplus | (void) htobe32; | #else | (void) htobe32; | #endif | #endif | | ; | return 0; | } configure:23152: result: no configure:23167: checking whether htobe64 is declared configure:23167: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:58:10: error: use of undeclared identifier 'htobe64' (void) htobe64; ^ 1 error generated. configure:23167: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.15.99" | #define PACKAGE_STRING "Bitcoin Core 0.15.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "https://bitcoincore.org/" | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define USE_ASM 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_DAEMON 1 | #define HAVE_DECL_LE16TOH 0 | #define HAVE_DECL_LE32TOH 0 | #define HAVE_DECL_LE64TOH 0 | #define HAVE_DECL_HTOLE16 0 | #define HAVE_DECL_HTOLE32 0 | #define HAVE_DECL_HTOLE64 0 | #define HAVE_DECL_BE16TOH 0 | #define HAVE_DECL_BE32TOH 0 | #define HAVE_DECL_BE64TOH 0 | #define HAVE_DECL_HTOBE16 0 | #define HAVE_DECL_HTOBE32 0 | / end confdefs.h. / | #if HAVE_ENDIAN_H | #include <endian.h> | #elif HAVE_SYS_ENDIAN_H | #include <sys/endian.h> | #endif | | int | main () | { | #ifndef htobe64 | #ifdef __cplusplus | (void) htobe64; | #else | (void) htobe64; | #endif | #endif | | ; | return 0; | } configure:23167: result: no configure:23184: checking whether bswap_16 is declared configure:23184: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:57:10: error: use of undeclared identifier 'bswap_16' (void) bswap_16; ^ 1 error generated. configure:23184: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.15.99" | #define PACKAGE_STRING "Bitcoin Core 0.15.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "https://bitcoincore.org/" | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define USE_ASM 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_DAEMON 1 | #define HAVE_DECL_LE16TOH 0 | #define HAVE_DECL_LE32TOH 0 | #define HAVE_DECL_LE64TOH 0 | #define HAVE_DECL_HTOLE16 0 | #define HAVE_DECL_HTOLE32 0 | #define HAVE_DECL_HTOLE64 0 | #define HAVE_DECL_BE16TOH 0 | #define HAVE_DECL_BE32TOH 0 | #define HAVE_DECL_BE64TOH 0 | #define HAVE_DECL_HTOBE16 0 | #define HAVE_DECL_HTOBE32 0 | #define HAVE_DECL_HTOBE64 0 | / end confdefs.h. / | #if HAVE_BYTESWAP_H | #include <byteswap.h> | #endif | | int | main () | { | #ifndef bswap_16 | #ifdef __cplusplus | (void) bswap_16; | #else | (void) bswap_16; | #endif | #endif | | ; | return 0; | } configure:23184: result: no configure:23197: checking whether bswap_32 is declared configure:23197: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:58:10: error: use of undeclared identifier 'bswap_32' (void) bswap_32; ^ 1 error generated. configure:23197: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.15.99" | #define PACKAGE_STRING "Bitcoin Core 0.15.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "https://bitcoincore.org/" | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define USE_ASM 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_DAEMON 1 | #define HAVE_DECL_LE16TOH 0 | #define HAVE_DECL_LE32TOH 0 | #define HAVE_DECL_LE64TOH 0 | #define HAVE_DECL_HTOLE16 0 | #define HAVE_DECL_HTOLE32 0 | #define HAVE_DECL_HTOLE64 0 | #define HAVE_DECL_BE16TOH 0 | #define HAVE_DECL_BE32TOH 0 | #define HAVE_DECL_BE64TOH 0 | #define HAVE_DECL_HTOBE16 0 | #define HAVE_DECL_HTOBE32 0 | #define HAVE_DECL_HTOBE64 0 | #define HAVE_DECL_BSWAP_16 0 | / end confdefs.h. / | #if HAVE_BYTESWAP_H | #include <byteswap.h> | #endif | | int | main () | { | #ifndef bswap_32 | #ifdef __cplusplus | (void) bswap_32; | #else | (void) bswap_32; | #endif | #endif | | ; | return 0; | } configure:23197: result: no configure:23210: checking whether bswap_64 is declared configure:23210: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:59:10: error: use of undeclared identifier 'bswap_64' (void) bswap_64; ^ 1 error generated. configure:23210: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.15.99" | #define PACKAGE_STRING "Bitcoin Core 0.15.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "https://bitcoincore.org/" | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define USE_ASM 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_DAEMON 1 | #define HAVE_DECL_LE16TOH 0 | #define HAVE_DECL_LE32TOH 0 | #define HAVE_DECL_LE64TOH 0 | #define HAVE_DECL_HTOLE16 0 | #define HAVE_DECL_HTOLE32 0 | #define HAVE_DECL_HTOLE64 0 | #define HAVE_DECL_BE16TOH 0 | #define HAVE_DECL_BE32TOH 0 | #define HAVE_DECL_BE64TOH 0 | #define HAVE_DECL_HTOBE16 0 | #define HAVE_DECL_HTOBE32 0 | #define HAVE_DECL_HTOBE64 0 | #define HAVE_DECL_BSWAP_16 0 | #define HAVE_DECL_BSWAP_32 0 | / end confdefs.h. / | #if HAVE_BYTESWAP_H | #include <byteswap.h> | #endif | | int | main () | { | #ifndef bswap_64 | #ifdef __cplusplus | (void) bswap_64; | #else | (void) bswap_64; | #endif | #endif | | ; | return 0; | } configure:23210: result: no configure:23225: checking whether __builtin_clz is declared configure:23225: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:89:10: error: builtin functions must be directly called (void) __builtin_clz; ^ 1 error generated. configure:23225: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.15.99" | #define PACKAGE_STRING "Bitcoin Core 0.15.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "https://bitcoincore.org/" | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define USE_ASM 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_DAEMON 1 | #define HAVE_DECL_LE16TOH 0 | #define HAVE_DECL_LE32TOH 0 | #define HAVE_DECL_LE64TOH 0 | #define HAVE_DECL_HTOLE16 0 | #define HAVE_DECL_HTOLE32 0 | #define HAVE_DECL_HTOLE64 0 | #define HAVE_DECL_BE16TOH 0 | #define HAVE_DECL_BE32TOH 0 | #define HAVE_DECL_BE64TOH 0 | #define HAVE_DECL_HTOBE16 0 | #define HAVE_DECL_HTOBE32 0 | #define HAVE_DECL_HTOBE64 0 | #define HAVE_DECL_BSWAP_16 0 | #define HAVE_DECL_BSWAP_32 0 | #define HAVE_DECL_BSWAP_64 0 | / end confdefs.h. / | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | int | main () | { | #ifndef __builtin_clz | #ifdef __cplusplus | (void) __builtin_clz; | #else | (void) __builtin_clz; | #endif | #endif | | ; | return 0; | } configure:23225: result: no configure:23235: checking whether __builtin_clzl is declared configure:23235: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:90:10: error: builtin functions must be directly called (void) __builtin_clzl; ^ 1 error generated. configure:23235: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.15.99" | #define PACKAGE_STRING "Bitcoin Core 0.15.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "https://bitcoincore.org/" | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define USE_ASM 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_DAEMON 1 | #define HAVE_DECL_LE16TOH 0 | #define HAVE_DECL_LE32TOH 0 | #define HAVE_DECL_LE64TOH 0 | #define HAVE_DECL_HTOLE16 0 | #define HAVE_DECL_HTOLE32 0 | #define HAVE_DECL_HTOLE64 0 | #define HAVE_DECL_BE16TOH 0 | #define HAVE_DECL_BE32TOH 0 | #define HAVE_DECL_BE64TOH 0 | #define HAVE_DECL_HTOBE16 0 | #define HAVE_DECL_HTOBE32 0 | #define HAVE_DECL_HTOBE64 0 | #define HAVE_DECL_BSWAP_16 0 | #define HAVE_DECL_BSWAP_32 0 | #define HAVE_DECL_BSWAP_64 0 | #define HAVE_DECL___BUILTIN_CLZ 0 | / end confdefs.h. / | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | int | main () | { | #ifndef __builtin_clzl | #ifdef __cplusplus | (void) __builtin_clzl; | #else | (void) __builtin_clzl; | #endif | #endif | | ; | return 0; | } configure:23235: result: no configure:23245: checking whether __builtin_clzll is declared configure:23245: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:91:10: error: builtin functions must be directly called (void) __builtin_clzll; ^ 1 error generated. configure:23245: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.15.99" | #define PACKAGE_STRING "Bitcoin Core 0.15.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "https://bitcoincore.org/" | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define USE_ASM 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_DAEMON 1 | #define HAVE_DECL_LE16TOH 0 | #define HAVE_DECL_LE32TOH 0 | #define HAVE_DECL_LE64TOH 0 | #define HAVE_DECL_HTOLE16 0 | #define HAVE_DECL_HTOLE32 0 | #define HAVE_DECL_HTOLE64 0 | #define HAVE_DECL_BE16TOH 0 | #define HAVE_DECL_BE32TOH 0 | #define HAVE_DECL_BE64TOH 0 | #define HAVE_DECL_HTOBE16 0 | #define HAVE_DECL_HTOBE32 0 | #define HAVE_DECL_HTOBE64 0 | #define HAVE_DECL_BSWAP_16 0 | #define HAVE_DECL_BSWAP_32 0 | #define HAVE_DECL_BSWAP_64 0 | #define HAVE_DECL___BUILTIN_CLZ 0 | #define HAVE_DECL___BUILTIN_CLZL 0 | / end confdefs.h. / | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | int | main () | { | #ifndef __builtin_clzll | #ifdef __cplusplus | (void) __builtin_clzll; | #else | (void) __builtin_clzll; | #endif | #endif | | ; | return 0; | } configure:23245: result: no configure:23257: checking for MSG_NOSIGNAL configure:23270: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:58:10: error: use of undeclared identifier 'MSG_NOSIGNAL' int f = MSG_NOSIGNAL; ^ 1 error generated. configure:23270: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.15.99" | #define PACKAGE_STRING "Bitcoin Core 0.15.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "https://bitcoincore.org/" | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define USE_ASM 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_DAEMON 1 | #define HAVE_DECL_LE16TOH 0 | #define HAVE_DECL_LE32TOH 0 | #define HAVE_DECL_LE64TOH 0 | #define HAVE_DECL_HTOLE16 0 | #define HAVE_DECL_HTOLE32 0 | #define HAVE_DECL_HTOLE64 0 | #define HAVE_DECL_BE16TOH 0 | #define HAVE_DECL_BE32TOH 0 | #define HAVE_DECL_BE64TOH 0 | #define HAVE_DECL_HTOBE16 0 | #define HAVE_DECL_HTOBE32 0 | #define HAVE_DECL_HTOBE64 0 | #define HAVE_DECL_BSWAP_16 0 | #define HAVE_DECL_BSWAP_32 0 | #define HAVE_DECL_BSWAP_64 0 | #define HAVE_DECL___BUILTIN_CLZ 0 | #define HAVE_DECL___BUILTIN_CLZL 0 | #define HAVE_DECL___BUILTIN_CLZLL 0 | / end confdefs.h. / | #include <sys/socket.h> | int | main () | { | int f = MSG_NOSIGNAL; | ; | return 0; | } configure:23276: result: no configure:23282: checking for MSG_DONTWAIT configure:23295: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:58:6: warning: unused variable 'f' [-Wunused-variable] int f = MSG_DONTWAIT; ^ 1 warning generated. configure:23295: $? = 0 configure:23296: result: yes configure:23307: checking for getmemoryinfo configure:23320: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:55:10: fatal error: 'malloc.h' file not found #include <malloc.h> ^~~~~~~~~~ 1 error generated. configure:23320: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.15.99" | #define PACKAGE_STRING "Bitcoin Core 0.15.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "https://bitcoincore.org/" | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define USE_ASM 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_DAEMON 1 | #define HAVE_DECL_LE16TOH 0 | #define HAVE_DECL_LE32TOH 0 | #define HAVE_DECL_LE64TOH 0 | #define HAVE_DECL_HTOLE16 0 | #define HAVE_DECL_HTOLE32 0 | #define HAVE_DECL_HTOLE64 0 | #define HAVE_DECL_BE16TOH 0 | #define HAVE_DECL_BE32TOH 0 | #define HAVE_DECL_BE64TOH 0 | #define HAVE_DECL_HTOBE16 0 | #define HAVE_DECL_HTOBE32 0 | #define HAVE_DECL_HTOBE64 0 | #define HAVE_DECL_BSWAP_16 0 | #define HAVE_DECL_BSWAP_32 0 | #define HAVE_DECL_BSWAP_64 0 | #define HAVE_DECL___BUILTIN_CLZ 0 | #define HAVE_DECL___BUILTIN_CLZL 0 | #define HAVE_DECL___BUILTIN_CLZLL 0 | #define HAVE_MSG_DONTWAIT 1 | / end confdefs.h. / | #include <malloc.h> | int | main () | { | int f = malloc_info(0, NULL); | ; | return 0; | } configure:23326: result: no configure:23332: checking for mallopt M_ARENA_MAX configure:23345: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:55:10: fatal error: 'malloc.h' file not found #include <malloc.h> ^~~~~~~~~~ 1 error generated. configure:23345: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.15.99" | #define PACKAGE_STRING "Bitcoin Core 0.15.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "https://bitcoincore.org/" | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define USE_ASM 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_DAEMON 1 | #define HAVE_DECL_LE16TOH 0 | #define HAVE_DECL_LE32TOH 0 | #define HAVE_DECL_LE64TOH 0 | #define HAVE_DECL_HTOLE16 0 | #define HAVE_DECL_HTOLE32 0 | #define HAVE_DECL_HTOLE64 0 | #define HAVE_DECL_BE16TOH 0 | #define HAVE_DECL_BE32TOH 0 | #define HAVE_DECL_BE64TOH 0 | #define HAVE_DECL_HTOBE16 0 | #define HAVE_DECL_HTOBE32 0 | #define HAVE_DECL_HTOBE64 0 | #define HAVE_DECL_BSWAP_16 0 | #define HAVE_DECL_BSWAP_32 0 | #define HAVE_DECL_BSWAP_64 0 | #define HAVE_DECL___BUILTIN_CLZ 0 | #define HAVE_DECL___BUILTIN_CLZL 0 | #define HAVE_DECL___BUILTIN_CLZLL 0 | #define HAVE_MSG_DONTWAIT 1 | / end confdefs.h. / | #include <malloc.h> | int | main () | { | mallopt(M_ARENA_MAX, 1); | ; | return 0; | } configure:23351: result: no configure:23357: checking for visibility attribute configure:23366: g++ -std=c++11 -o conftest -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX -Wl,-headerpad_max_install_names -Wl,-dead_strip conftest.cpp -L/opt/local/lib -L/usr/local/opt/berkeley-db@4/lib >&5 configure:23366: $? = 0 configure:23371: result: yes configure:23389: checking for thread_local support configure:23403: g++ -std=c++11 -o conftest -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX -Wl,-headerpad_max_install_names -Wl,-dead_strip -Qunused-arguments -pthread conftest.cpp -L/opt/local/lib -L/usr/local/opt/berkeley-db@4/lib >&5 configure:23403: $? = 0 configure:23408: result: yes configure:23423: checking for Linux getrandom syscall configure:23438: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:59:12: fatal error: 'linux/random.h' file not found #include <linux/random.h> ^~~~~~~~~~~~~~~~ 1 error generated. configure:23438: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.15.99" | #define PACKAGE_STRING "Bitcoin Core 0.15.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "https://bitcoincore.org/" | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define USE_ASM 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_DAEMON 1 | #define HAVE_DECL_LE16TOH 0 | #define HAVE_DECL_LE32TOH 0 | #define HAVE_DECL_LE64TOH 0 | #define HAVE_DECL_HTOLE16 0 | #define HAVE_DECL_HTOLE32 0 | #define HAVE_DECL_HTOLE64 0 | #define HAVE_DECL_BE16TOH 0 | #define HAVE_DECL_BE32TOH 0 | #define HAVE_DECL_BE64TOH 0 | #define HAVE_DECL_HTOBE16 0 | #define HAVE_DECL_HTOBE32 0 | #define HAVE_DECL_HTOBE64 0 | #define HAVE_DECL_BSWAP_16 0 | #define HAVE_DECL_BSWAP_32 0 | #define HAVE_DECL_BSWAP_64 0 | #define HAVE_DECL___BUILTIN_CLZ 0 | #define HAVE_DECL___BUILTIN_CLZL 0 | #define HAVE_DECL___BUILTIN_CLZLL 0 | #define HAVE_MSG_DONTWAIT 1 | #define HAVE_VISIBILITY_ATTRIBUTE 1 | #define HAVE_THREAD_LOCAL 1 | / end confdefs.h. / | #include <unistd.h> | #include <sys/syscall.h> | #include <linux/random.h> | int | main () | { | syscall(SYS_getrandom, nullptr, 32, 0); | ; | return 0; | } configure:23444: result: no configure:23450: checking for getentropy configure:23463: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:61:2: error: use of undeclared identifier 'getentropy' getentropy(nullptr, 32) ^ 1 error generated. configure:23463: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.15.99" | #define PACKAGE_STRING "Bitcoin Core 0.15.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "https://bitcoincore.org/" | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define USE_ASM 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_DAEMON 1 | #define HAVE_DECL_LE16TOH 0 | #define HAVE_DECL_LE32TOH 0 | #define HAVE_DECL_LE64TOH 0 | #define HAVE_DECL_HTOLE16 0 | #define HAVE_DECL_HTOLE32 0 | #define HAVE_DECL_HTOLE64 0 | #define HAVE_DECL_BE16TOH 0 | #define HAVE_DECL_BE32TOH 0 | #define HAVE_DECL_BE64TOH 0 | #define HAVE_DECL_HTOBE16 0 | #define HAVE_DECL_HTOBE32 0 | #define HAVE_DECL_HTOBE64 0 | #define HAVE_DECL_BSWAP_16 0 | #define HAVE_DECL_BSWAP_32 0 | #define HAVE_DECL_BSWAP_64 0 | #define HAVE_DECL___BUILTIN_CLZ 0 | #define HAVE_DECL___BUILTIN_CLZL 0 | #define HAVE_DECL___BUILTIN_CLZLL 0 | #define HAVE_MSG_DONTWAIT 1 | #define HAVE_VISIBILITY_ATTRIBUTE 1 | #define HAVE_THREAD_LOCAL 1 | / end confdefs.h. / | #include <unistd.h> | int | main () | { | getentropy(nullptr, 32) | ; | return 0; | } configure:23469: result: no configure:23475: checking for getentropy via random.h configure:23489: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5 configure:23489: $? = 0 configure:23490: result: yes configure:23501: checking for sysctl KERN_ARND configure:23516: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:63:40: error: use of undeclared identifier 'KERN_ARND' static const int name[2] = {CTL_KERN, KERN_ARND}; ^ conftest.cpp:64:5: error: no matching function for call to 'sysctl' sysctl(name, 2, nullptr, nullptr, nullptr, 0); ^~~~~~ /usr/include/sys/sysctl.h:759:5: note: candidate function not viable: no known conversion from 'const int [2]' to 'int *' for 1st argument int sysctl(int *, u_int, void *, size_t *, void *, size_t); ^ 2 errors generated. configure:23516: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.15.99" | #define PACKAGE_STRING "Bitcoin Core 0.15.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "https://bitcoincore.org/" | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define USE_ASM 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_DAEMON 1 | #define HAVE_DECL_LE16TOH 0 | #define HAVE_DECL_LE32TOH 0 | #define HAVE_DECL_LE64TOH 0 | #define HAVE_DECL_HTOLE16 0 | #define HAVE_DECL_HTOLE32 0 | #define HAVE_DECL_HTOLE64 0 | #define HAVE_DECL_BE16TOH 0 | #define HAVE_DECL_BE32TOH 0 | #define HAVE_DECL_BE64TOH 0 | #define HAVE_DECL_HTOBE16 0 | #define HAVE_DECL_HTOBE32 0 | #define HAVE_DECL_HTOBE64 0 | #define HAVE_DECL_BSWAP_16 0 | #define HAVE_DECL_BSWAP_32 0 | #define HAVE_DECL_BSWAP_64 0 | #define HAVE_DECL___BUILTIN_CLZ 0 | #define HAVE_DECL___BUILTIN_CLZL 0 | #define HAVE_DECL___BUILTIN_CLZLL 0 | #define HAVE_MSG_DONTWAIT 1 | #define HAVE_VISIBILITY_ATTRIBUTE 1 | #define HAVE_THREAD_LOCAL 1 | #define HAVE_GETENTROPY_RAND 1 | / end confdefs.h. / | #include <sys/types.h> | #include <sys/sysctl.h> | int | main () | { | static const int name[2] = {CTL_KERN, KERN_ARND}; | sysctl(name, 2, nullptr, nullptr, nullptr, 0); | ; | return 0; | } configure:23522: result: no configure:23588: checking for Berkeley DB C++ headers configure:23618: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:59:18: fatal error: 'bdb4.8/db_cxx.h' file not found #include <bdb4.8/db_cxx.h> ^~~~~~~~~~~~~~~~~ 1 error generated. configure:23618: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.15.99" | #define PACKAGE_STRING "Bitcoin Core 0.15.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "https://bitcoincore.org/" | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define USE_ASM 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_DAEMON 1 | #define HAVE_DECL_LE16TOH 0 | #define HAVE_DECL_LE32TOH 0 | #define HAVE_DECL_LE64TOH 0 | #define HAVE_DECL_HTOLE16 0 | #define HAVE_DECL_HTOLE32 0 | #define HAVE_DECL_HTOLE64 0 | #define HAVE_DECL_BE16TOH 0 | #define HAVE_DECL_BE32TOH 0 | #define HAVE_DECL_BE64TOH 0 | #define HAVE_DECL_HTOBE16 0 | #define HAVE_DECL_HTOBE32 0 | #define HAVE_DECL_HTOBE64 0 | #define HAVE_DECL_BSWAP_16 0 | #define HAVE_DECL_BSWAP_32 0 | #define HAVE_DECL_BSWAP_64 0 | #define HAVE_DECL___BUILTIN_CLZ 0 | #define HAVE_DECL___BUILTIN_CLZL 0 | #define HAVE_DECL___BUILTIN_CLZLL 0 | #define HAVE_MSG_DONTWAIT 1 | #define HAVE_VISIBILITY_ATTRIBUTE 1 | #define HAVE_THREAD_LOCAL 1 | #define HAVE_GETENTROPY_RAND 1 | / end confdefs.h. / | | #include <bdb4.8/db_cxx.h> | | int | main () | { | | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4) | #error "failed to find bdb 4.8+" | #endif | | ; | return 0; | } configure:23618: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:59:18: fatal error: 'libdb4.8/db_cxx.h' file not found #include <libdb4.8/db_cxx.h> ^~~~~~~~~~~~~~~~~~~ 1 error generated. configure:23618: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.15.99" | #define PACKAGE_STRING "Bitcoin Core 0.15.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "https://bitcoincore.org/" | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define USE_ASM 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_DAEMON 1 | #define HAVE_DECL_LE16TOH 0 | #define HAVE_DECL_LE32TOH 0 | #define HAVE_DECL_LE64TOH 0 | #define HAVE_DECL_HTOLE16 0 | #define HAVE_DECL_HTOLE32 0 | #define HAVE_DECL_HTOLE64 0 | #define HAVE_DECL_BE16TOH 0 | #define HAVE_DECL_BE32TOH 0 | #define HAVE_DECL_BE64TOH 0 | #define HAVE_DECL_HTOBE16 0 | #define HAVE_DECL_HTOBE32 0 | #define HAVE_DECL_HTOBE64 0 | #define HAVE_DECL_BSWAP_16 0 | #define HAVE_DECL_BSWAP_32 0 | #define HAVE_DECL_BSWAP_64 0 | #define HAVE_DECL___BUILTIN_CLZ 0 | #define HAVE_DECL___BUILTIN_CLZL 0 | #define HAVE_DECL___BUILTIN_CLZLL 0 | #define HAVE_MSG_DONTWAIT 1 | #define HAVE_VISIBILITY_ATTRIBUTE 1 | #define HAVE_THREAD_LOCAL 1 | #define HAVE_GETENTROPY_RAND 1 | / end confdefs.h. / | | #include <libdb4.8/db_cxx.h> | | int | main () | { | | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4) | #error "failed to find bdb 4.8+" | #endif | | ; | return 0; | } configure:23618: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:59:18: fatal error: 'db4.8/db_cxx.h' file not found #include <db4.8/db_cxx.h> ^~~~~~~~~~~~~~~~ 1 error generated. configure:23618: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.15.99" | #define PACKAGE_STRING "Bitcoin Core 0.15.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "https://bitcoincore.org/" | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define USE_ASM 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_DAEMON 1 | #define HAVE_DECL_LE16TOH 0 | #define HAVE_DECL_LE32TOH 0 | #define HAVE_DECL_LE64TOH 0 | #define HAVE_DECL_HTOLE16 0 | #define HAVE_DECL_HTOLE32 0 | #define HAVE_DECL_HTOLE64 0 | #define HAVE_DECL_BE16TOH 0 | #define HAVE_DECL_BE32TOH 0 | #define HAVE_DECL_BE64TOH 0 | #define HAVE_DECL_HTOBE16 0 | #define HAVE_DECL_HTOBE32 0 | #define HAVE_DECL_HTOBE64 0 | #define HAVE_DECL_BSWAP_16 0 | #define HAVE_DECL_BSWAP_32 0 | #define HAVE_DECL_BSWAP_64 0 | #define HAVE_DECL___BUILTIN_CLZ 0 | #define HAVE_DECL___BUILTIN_CLZL 0 | #define HAVE_DECL___BUILTIN_CLZLL 0 | #define HAVE_MSG_DONTWAIT 1 | #define HAVE_VISIBILITY_ATTRIBUTE 1 | #define HAVE_THREAD_LOCAL 1 | #define HAVE_GETENTROPY_RAND 1 | / end confdefs.h. / | | #include <db4.8/db_cxx.h> | | int | main () | { | | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4) | #error "failed to find bdb 4.8+" | #endif | | ; | return 0; | } configure:23618: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:59:18: fatal error: 'bdb48/db_cxx.h' file not found #include <bdb48/db_cxx.h> ^~~~~~~~~~~~~~~~ 1 error generated. configure:23618: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.15.99" | #define PACKAGE_STRING "Bitcoin Core 0.15.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "https://bitcoincore.org/" | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define USE_ASM 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_DAEMON 1 | #define HAVE_DECL_LE16TOH 0 | #define HAVE_DECL_LE32TOH 0 | #define HAVE_DECL_LE64TOH 0 | #define HAVE_DECL_HTOLE16 0 | #define HAVE_DECL_HTOLE32 0 | #define HAVE_DECL_HTOLE64 0 | #define HAVE_DECL_BE16TOH 0 | #define HAVE_DECL_BE32TOH 0 | #define HAVE_DECL_BE64TOH 0 | #define HAVE_DECL_HTOBE16 0 | #define HAVE_DECL_HTOBE32 0 | #define HAVE_DECL_HTOBE64 0 | #define HAVE_DECL_BSWAP_16 0 | #define HAVE_DECL_BSWAP_32 0 | #define HAVE_DECL_BSWAP_64 0 | #define HAVE_DECL___BUILTIN_CLZ 0 | #define HAVE_DECL___BUILTIN_CLZL 0 | #define HAVE_DECL___BUILTIN_CLZLL 0 | #define HAVE_MSG_DONTWAIT 1 | #define HAVE_VISIBILITY_ATTRIBUTE 1 | #define HAVE_THREAD_LOCAL 1 | #define HAVE_GETENTROPY_RAND 1 | / end confdefs.h. / | | #include <bdb48/db_cxx.h> | | int | main () | { | | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4) | #error "failed to find bdb 4.8+" | #endif | | ; | return 0; | } configure:23618: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:59:18: fatal error: 'libdb48/db_cxx.h' file not found #include <libdb48/db_cxx.h> ^~~~~~~~~~~~~~~~~~ 1 error generated. configure:23618: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.15.99" | #define PACKAGE_STRING "Bitcoin Core 0.15.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "https://bitcoincore.org/" | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define USE_ASM 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_DAEMON 1 | #define HAVE_DECL_LE16TOH 0 | #define HAVE_DECL_LE32TOH 0 | #define HAVE_DECL_LE64TOH 0 | #define HAVE_DECL_HTOLE16 0 | #define HAVE_DECL_HTOLE32 0 | #define HAVE_DECL_HTOLE64 0 | #define HAVE_DECL_BE16TOH 0 | #define HAVE_DECL_BE32TOH 0 | #define HAVE_DECL_BE64TOH 0 | #define HAVE_DECL_HTOBE16 0 | #define HAVE_DECL_HTOBE32 0 | #define HAVE_DECL_HTOBE64 0 | #define HAVE_DECL_BSWAP_16 0 | #define HAVE_DECL_BSWAP_32 0 | #define HAVE_DECL_BSWAP_64 0 | #define HAVE_DECL___BUILTIN_CLZ 0 | #define HAVE_DECL___BUILTIN_CLZL 0 | #define HAVE_DECL___BUILTIN_CLZLL 0 | #define HAVE_MSG_DONTWAIT 1 | #define HAVE_VISIBILITY_ATTRIBUTE 1 | #define HAVE_THREAD_LOCAL 1 | #define HAVE_GETENTROPY_RAND 1 | / end confdefs.h. / | | #include <libdb48/db_cxx.h> | | int | main () | { | | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4) | #error "failed to find bdb 4.8+" | #endif | | ; | return 0; | } configure:23618: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:59:18: fatal error: 'db48/db_cxx.h' file not found #include <db48/db_cxx.h> ^~~~~~~~~~~~~~~ 1 error generated. configure:23618: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.15.99" | #define PACKAGE_STRING "Bitcoin Core 0.15.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "https://bitcoincore.org/" | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define USE_ASM 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_DAEMON 1 | #define HAVE_DECL_LE16TOH 0 | #define HAVE_DECL_LE32TOH 0 | #define HAVE_DECL_LE64TOH 0 | #define HAVE_DECL_HTOLE16 0 | #define HAVE_DECL_HTOLE32 0 | #define HAVE_DECL_HTOLE64 0 | #define HAVE_DECL_BE16TOH 0 | #define HAVE_DECL_BE32TOH 0 | #define HAVE_DECL_BE64TOH 0 | #define HAVE_DECL_HTOBE16 0 | #define HAVE_DECL_HTOBE32 0 | #define HAVE_DECL_HTOBE64 0 | #define HAVE_DECL_BSWAP_16 0 | #define HAVE_DECL_BSWAP_32 0 | #define HAVE_DECL_BSWAP_64 0 | #define HAVE_DECL___BUILTIN_CLZ 0 | #define HAVE_DECL___BUILTIN_CLZL 0 | #define HAVE_DECL___BUILTIN_CLZLL 0 | #define HAVE_MSG_DONTWAIT 1 | #define HAVE_VISIBILITY_ATTRIBUTE 1 | #define HAVE_THREAD_LOCAL 1 | #define HAVE_GETENTROPY_RAND 1 | / end confdefs.h. / | | #include <db48/db_cxx.h> | | int | main () | { | | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4) | #error "failed to find bdb 4.8+" | #endif | | ; | return 0; | } configure:23618: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:59:18: fatal error: 'bdb4/db_cxx.h' file not found #include <bdb4/db_cxx.h> ^~~~~~~~~~~~~~~ 1 error generated. configure:23618: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.15.99" | #define PACKAGE_STRING "Bitcoin Core 0.15.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "https://bitcoincore.org/" | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define USE_ASM 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_DAEMON 1 | #define HAVE_DECL_LE16TOH 0 | #define HAVE_DECL_LE32TOH 0 | #define HAVE_DECL_LE64TOH 0 | #define HAVE_DECL_HTOLE16 0 | #define HAVE_DECL_HTOLE32 0 | #define HAVE_DECL_HTOLE64 0 | #define HAVE_DECL_BE16TOH 0 | #define HAVE_DECL_BE32TOH 0 | #define HAVE_DECL_BE64TOH 0 | #define HAVE_DECL_HTOBE16 0 | #define HAVE_DECL_HTOBE32 0 | #define HAVE_DECL_HTOBE64 0 | #define HAVE_DECL_BSWAP_16 0 | #define HAVE_DECL_BSWAP_32 0 | #define HAVE_DECL_BSWAP_64 0 | #define HAVE_DECL___BUILTIN_CLZ 0 | #define HAVE_DECL___BUILTIN_CLZL 0 | #define HAVE_DECL___BUILTIN_CLZLL 0 | #define HAVE_MSG_DONTWAIT 1 | #define HAVE_VISIBILITY_ATTRIBUTE 1 | #define HAVE_THREAD_LOCAL 1 | #define HAVE_GETENTROPY_RAND 1 | / end confdefs.h. / | | #include <bdb4/db_cxx.h> | | int | main () | { | | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4) | #error "failed to find bdb 4.8+" | #endif | | ; | return 0; | } configure:23618: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:59:18: fatal error: 'libdb4/db_cxx.h' file not found #include <libdb4/db_cxx.h> ^~~~~~~~~~~~~~~~~ 1 error generated. configure:23618: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.15.99" | #define PACKAGE_STRING "Bitcoin Core 0.15.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "https://bitcoincore.org/" | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define USE_ASM 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_DAEMON 1 | #define HAVE_DECL_LE16TOH 0 | #define HAVE_DECL_LE32TOH 0 | #define HAVE_DECL_LE64TOH 0 | #define HAVE_DECL_HTOLE16 0 | #define HAVE_DECL_HTOLE32 0 | #define HAVE_DECL_HTOLE64 0 | #define HAVE_DECL_BE16TOH 0 | #define HAVE_DECL_BE32TOH 0 | #define HAVE_DECL_BE64TOH 0 | #define HAVE_DECL_HTOBE16 0 | #define HAVE_DECL_HTOBE32 0 | #define HAVE_DECL_HTOBE64 0 | #define HAVE_DECL_BSWAP_16 0 | #define HAVE_DECL_BSWAP_32 0 | #define HAVE_DECL_BSWAP_64 0 | #define HAVE_DECL___BUILTIN_CLZ 0 | #define HAVE_DECL___BUILTIN_CLZL 0 | #define HAVE_DECL___BUILTIN_CLZLL 0 | #define HAVE_MSG_DONTWAIT 1 | #define HAVE_VISIBILITY_ATTRIBUTE 1 | #define HAVE_THREAD_LOCAL 1 | #define HAVE_GETENTROPY_RAND 1 | / end confdefs.h. / | | #include <libdb4/db_cxx.h> | | int | main () | { | | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4) | #error "failed to find bdb 4.8+" | #endif | | ; | return 0; | } configure:23618: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:59:18: fatal error: 'db4/db_cxx.h' file not found #include <db4/db_cxx.h> ^~~~~~~~~~~~~~ 1 error generated. configure:23618: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.15.99" | #define PACKAGE_STRING "Bitcoin Core 0.15.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "https://bitcoincore.org/" | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define USE_ASM 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_DAEMON 1 | #define HAVE_DECL_LE16TOH 0 | #define HAVE_DECL_LE32TOH 0 | #define HAVE_DECL_LE64TOH 0 | #define HAVE_DECL_HTOLE16 0 | #define HAVE_DECL_HTOLE32 0 | #define HAVE_DECL_HTOLE64 0 | #define HAVE_DECL_BE16TOH 0 | #define HAVE_DECL_BE32TOH 0 | #define HAVE_DECL_BE64TOH 0 | #define HAVE_DECL_HTOBE16 0 | #define HAVE_DECL_HTOBE32 0 | #define HAVE_DECL_HTOBE64 0 | #define HAVE_DECL_BSWAP_16 0 | #define HAVE_DECL_BSWAP_32 0 | #define HAVE_DECL_BSWAP_64 0 | #define HAVE_DECL___BUILTIN_CLZ 0 | #define HAVE_DECL___BUILTIN_CLZL 0 | #define HAVE_DECL___BUILTIN_CLZLL 0 | #define HAVE_MSG_DONTWAIT 1 | #define HAVE_VISIBILITY_ATTRIBUTE 1 | #define HAVE_THREAD_LOCAL 1 | #define HAVE_GETENTROPY_RAND 1 | / end confdefs.h. / | | #include <db4/db_cxx.h> | | int | main () | { | | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4) | #error "failed to find bdb 4.8+" | #endif | | ; | return 0; | } configure:23618: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:59:18: fatal error: 'bdb5/db_cxx.h' file not found #include <bdb5/db_cxx.h> ^~~~~~~~~~~~~~~ 1 error generated. configure:23618: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.15.99" | #define PACKAGE_STRING "Bitcoin Core 0.15.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "https://bitcoincore.org/" | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define USE_ASM 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_DAEMON 1 | #define HAVE_DECL_LE16TOH 0 | #define HAVE_DECL_LE32TOH 0 | #define HAVE_DECL_LE64TOH 0 | #define HAVE_DECL_HTOLE16 0 | #define HAVE_DECL_HTOLE32 0 | #define HAVE_DECL_HTOLE64 0 | #define HAVE_DECL_BE16TOH 0 | #define HAVE_DECL_BE32TOH 0 | #define HAVE_DECL_BE64TOH 0 | #define HAVE_DECL_HTOBE16 0 | #define HAVE_DECL_HTOBE32 0 | #define HAVE_DECL_HTOBE64 0 | #define HAVE_DECL_BSWAP_16 0 | #define HAVE_DECL_BSWAP_32 0 | #define HAVE_DECL_BSWAP_64 0 | #define HAVE_DECL___BUILTIN_CLZ 0 | #define HAVE_DECL___BUILTIN_CLZL 0 | #define HAVE_DECL___BUILTIN_CLZLL 0 | #define HAVE_MSG_DONTWAIT 1 | #define HAVE_VISIBILITY_ATTRIBUTE 1 | #define HAVE_THREAD_LOCAL 1 | #define HAVE_GETENTROPY_RAND 1 | / end confdefs.h. / | | #include <bdb5/db_cxx.h> | | int | main () | { | | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4) | #error "failed to find bdb 4.8+" | #endif | | ; | return 0; | } configure:23618: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:59:18: fatal error: 'libdb5/db_cxx.h' file not found #include <libdb5/db_cxx.h> ^~~~~~~~~~~~~~~~~ 1 error generated. configure:23618: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.15.99" | #define PACKAGE_STRING "Bitcoin Core 0.15.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "https://bitcoincore.org/" | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define USE_ASM 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_DAEMON 1 | #define HAVE_DECL_LE16TOH 0 | #define HAVE_DECL_LE32TOH 0 | #define HAVE_DECL_LE64TOH 0 | #define HAVE_DECL_HTOLE16 0 | #define HAVE_DECL_HTOLE32 0 | #define HAVE_DECL_HTOLE64 0 | #define HAVE_DECL_BE16TOH 0 | #define HAVE_DECL_BE32TOH 0 | #define HAVE_DECL_BE64TOH 0 | #define HAVE_DECL_HTOBE16 0 | #define HAVE_DECL_HTOBE32 0 | #define HAVE_DECL_HTOBE64 0 | #define HAVE_DECL_BSWAP_16 0 | #define HAVE_DECL_BSWAP_32 0 | #define HAVE_DECL_BSWAP_64 0 | #define HAVE_DECL___BUILTIN_CLZ 0 | #define HAVE_DECL___BUILTIN_CLZL 0 | #define HAVE_DECL___BUILTIN_CLZLL 0 | #define HAVE_MSG_DONTWAIT 1 | #define HAVE_VISIBILITY_ATTRIBUTE 1 | #define HAVE_THREAD_LOCAL 1 | #define HAVE_GETENTROPY_RAND 1 | / end confdefs.h. / | | #include <libdb5/db_cxx.h> | | int | main () | { | | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4) | #error "failed to find bdb 4.8+" | #endif | | ; | return 0; | } configure:23618: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:59:18: fatal error: 'db5/db_cxx.h' file not found #include <db5/db_cxx.h> ^~~~~~~~~~~~~~ 1 error generated. configure:23618: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.15.99" | #define PACKAGE_STRING "Bitcoin Core 0.15.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "https://bitcoincore.org/" | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define USE_ASM 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_DAEMON 1 | #define HAVE_DECL_LE16TOH 0 | #define HAVE_DECL_LE32TOH 0 | #define HAVE_DECL_LE64TOH 0 | #define HAVE_DECL_HTOLE16 0 | #define HAVE_DECL_HTOLE32 0 | #define HAVE_DECL_HTOLE64 0 | #define HAVE_DECL_BE16TOH 0 | #define HAVE_DECL_BE32TOH 0 | #define HAVE_DECL_BE64TOH 0 | #define HAVE_DECL_HTOBE16 0 | #define HAVE_DECL_HTOBE32 0 | #define HAVE_DECL_HTOBE64 0 | #define HAVE_DECL_BSWAP_16 0 | #define HAVE_DECL_BSWAP_32 0 | #define HAVE_DECL_BSWAP_64 0 | #define HAVE_DECL___BUILTIN_CLZ 0 | #define HAVE_DECL___BUILTIN_CLZL 0 | #define HAVE_DECL___BUILTIN_CLZLL 0 | #define HAVE_MSG_DONTWAIT 1 | #define HAVE_VISIBILITY_ATTRIBUTE 1 | #define HAVE_THREAD_LOCAL 1 | #define HAVE_GETENTROPY_RAND 1 | / end confdefs.h. / | | #include <db5/db_cxx.h> | | int | main () | { | | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4) | #error "failed to find bdb 4.8+" | #endif | | ; | return 0; | } configure:23618: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:59:18: fatal error: 'bdb5.3/db_cxx.h' file not found #include <bdb5.3/db_cxx.h> ^~~~~~~~~~~~~~~~~ 1 error generated. configure:23618: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.15.99" | #define PACKAGE_STRING "Bitcoin Core 0.15.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "https://bitcoincore.org/" | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define USE_ASM 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_DAEMON 1 | #define HAVE_DECL_LE16TOH 0 | #define HAVE_DECL_LE32TOH 0 | #define HAVE_DECL_LE64TOH 0 | #define HAVE_DECL_HTOLE16 0 | #define HAVE_DECL_HTOLE32 0 | #define HAVE_DECL_HTOLE64 0 | #define HAVE_DECL_BE16TOH 0 | #define HAVE_DECL_BE32TOH 0 | #define HAVE_DECL_BE64TOH 0 | #define HAVE_DECL_HTOBE16 0 | #define HAVE_DECL_HTOBE32 0 | #define HAVE_DECL_HTOBE64 0 | #define HAVE_DECL_BSWAP_16 0 | #define HAVE_DECL_BSWAP_32 0 | #define HAVE_DECL_BSWAP_64 0 | #define HAVE_DECL___BUILTIN_CLZ 0 | #define HAVE_DECL___BUILTIN_CLZL 0 | #define HAVE_DECL___BUILTIN_CLZLL 0 | #define HAVE_MSG_DONTWAIT 1 | #define HAVE_VISIBILITY_ATTRIBUTE 1 | #define HAVE_THREAD_LOCAL 1 | #define HAVE_GETENTROPY_RAND 1 | / end confdefs.h. / | | #include <bdb5.3/db_cxx.h> | | int | main () | { | | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4) | #error "failed to find bdb 4.8+" | #endif | | ; | return 0; | } configure:23618: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:59:18: fatal error: 'libdb5.3/db_cxx.h' file not found #include <libdb5.3/db_cxx.h> ^~~~~~~~~~~~~~~~~~~ 1 error generated. configure:23618: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.15.99" | #define PACKAGE_STRING "Bitcoin Core 0.15.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "https://bitcoincore.org/" | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define USE_ASM 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_DAEMON 1 | #define HAVE_DECL_LE16TOH 0 | #define HAVE_DECL_LE32TOH 0 | #define HAVE_DECL_LE64TOH 0 | #define HAVE_DECL_HTOLE16 0 | #define HAVE_DECL_HTOLE32 0 | #define HAVE_DECL_HTOLE64 0 | #define HAVE_DECL_BE16TOH 0 | #define HAVE_DECL_BE32TOH 0 | #define HAVE_DECL_BE64TOH 0 | #define HAVE_DECL_HTOBE16 0 | #define HAVE_DECL_HTOBE32 0 | #define HAVE_DECL_HTOBE64 0 | #define HAVE_DECL_BSWAP_16 0 | #define HAVE_DECL_BSWAP_32 0 | #define HAVE_DECL_BSWAP_64 0 | #define HAVE_DECL___BUILTIN_CLZ 0 | #define HAVE_DECL___BUILTIN_CLZL 0 | #define HAVE_DECL___BUILTIN_CLZLL 0 | #define HAVE_MSG_DONTWAIT 1 | #define HAVE_VISIBILITY_ATTRIBUTE 1 | #define HAVE_THREAD_LOCAL 1 | #define HAVE_GETENTROPY_RAND 1 | / end confdefs.h. / | | #include <libdb5.3/db_cxx.h> | | int | main () | { | | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4) | #error "failed to find bdb 4.8+" | #endif | | ; | return 0; | } configure:23618: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:59:18: fatal error: 'db5.3/db_cxx.h' file not found #include <db5.3/db_cxx.h> ^~~~~~~~~~~~~~~~ 1 error generated. configure:23618: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.15.99" | #define PACKAGE_STRING "Bitcoin Core 0.15.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "https://bitcoincore.org/" | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define USE_ASM 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_DAEMON 1 | #define HAVE_DECL_LE16TOH 0 | #define HAVE_DECL_LE32TOH 0 | #define HAVE_DECL_LE64TOH 0 | #define HAVE_DECL_HTOLE16 0 | #define HAVE_DECL_HTOLE32 0 | #define HAVE_DECL_HTOLE64 0 | #define HAVE_DECL_BE16TOH 0 | #define HAVE_DECL_BE32TOH 0 | #define HAVE_DECL_BE64TOH 0 | #define HAVE_DECL_HTOBE16 0 | #define HAVE_DECL_HTOBE32 0 | #define HAVE_DECL_HTOBE64 0 | #define HAVE_DECL_BSWAP_16 0 | #define HAVE_DECL_BSWAP_32 0 | #define HAVE_DECL_BSWAP_64 0 | #define HAVE_DECL___BUILTIN_CLZ 0 | #define HAVE_DECL___BUILTIN_CLZL 0 | #define HAVE_DECL___BUILTIN_CLZLL 0 | #define HAVE_MSG_DONTWAIT 1 | #define HAVE_VISIBILITY_ATTRIBUTE 1 | #define HAVE_THREAD_LOCAL 1 | #define HAVE_GETENTROPY_RAND 1 | / end confdefs.h. / | | #include <db5.3/db_cxx.h> | | int | main () | { | | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4) | #error "failed to find bdb 4.8+" | #endif | | ; | return 0; | } configure:23618: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:59:18: fatal error: 'bdb/db_cxx.h' file not found #include <bdb/db_cxx.h> ^~~~~~~~~~~~~~ 1 error generated. configure:23618: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.15.99" | #define PACKAGE_STRING "Bitcoin Core 0.15.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "https://bitcoincore.org/" | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define USE_ASM 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_DAEMON 1 | #define HAVE_DECL_LE16TOH 0 | #define HAVE_DECL_LE32TOH 0 | #define HAVE_DECL_LE64TOH 0 | #define HAVE_DECL_HTOLE16 0 | #define HAVE_DECL_HTOLE32 0 | #define HAVE_DECL_HTOLE64 0 | #define HAVE_DECL_BE16TOH 0 | #define HAVE_DECL_BE32TOH 0 | #define HAVE_DECL_BE64TOH 0 | #define HAVE_DECL_HTOBE16 0 | #define HAVE_DECL_HTOBE32 0 | #define HAVE_DECL_HTOBE64 0 | #define HAVE_DECL_BSWAP_16 0 | #define HAVE_DECL_BSWAP_32 0 | #define HAVE_DECL_BSWAP_64 0 | #define HAVE_DECL___BUILTIN_CLZ 0 | #define HAVE_DECL___BUILTIN_CLZL 0 | #define HAVE_DECL___BUILTIN_CLZLL 0 | #define HAVE_MSG_DONTWAIT 1 | #define HAVE_VISIBILITY_ATTRIBUTE 1 | #define HAVE_THREAD_LOCAL 1 | #define HAVE_GETENTROPY_RAND 1 | / end confdefs.h. / | | #include <bdb/db_cxx.h> | | int | main () | { | | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4) | #error "failed to find bdb 4.8+" | #endif | | ; | return 0; | } configure:23618: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:59:18: fatal error: 'libdb/db_cxx.h' file not found #include <libdb/db_cxx.h> ^~~~~~~~~~~~~~~~ 1 error generated. configure:23618: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.15.99" | #define PACKAGE_STRING "Bitcoin Core 0.15.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "https://bitcoincore.org/" | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define USE_ASM 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_DAEMON 1 | #define HAVE_DECL_LE16TOH 0 | #define HAVE_DECL_LE32TOH 0 | #define HAVE_DECL_LE64TOH 0 | #define HAVE_DECL_HTOLE16 0 | #define HAVE_DECL_HTOLE32 0 | #define HAVE_DECL_HTOLE64 0 | #define HAVE_DECL_BE16TOH 0 | #define HAVE_DECL_BE32TOH 0 | #define HAVE_DECL_BE64TOH 0 | #define HAVE_DECL_HTOBE16 0 | #define HAVE_DECL_HTOBE32 0 | #define HAVE_DECL_HTOBE64 0 | #define HAVE_DECL_BSWAP_16 0 | #define HAVE_DECL_BSWAP_32 0 | #define HAVE_DECL_BSWAP_64 0 | #define HAVE_DECL___BUILTIN_CLZ 0 | #define HAVE_DECL___BUILTIN_CLZL 0 | #define HAVE_DECL___BUILTIN_CLZLL 0 | #define HAVE_MSG_DONTWAIT 1 | #define HAVE_VISIBILITY_ATTRIBUTE 1 | #define HAVE_THREAD_LOCAL 1 | #define HAVE_GETENTROPY_RAND 1 | / end confdefs.h. / | | #include <libdb/db_cxx.h> | | int | main () | { | | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4) | #error "failed to find bdb 4.8+" | #endif | | ; | return 0; | } configure:23618: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:59:18: fatal error: 'db/db_cxx.h' file not found #include <db/db_cxx.h> ^~~~~~~~~~~~~ 1 error generated. configure:23618: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.15.99" | #define PACKAGE_STRING "Bitcoin Core 0.15.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "https://bitcoincore.org/" | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define USE_ASM 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_DAEMON 1 | #define HAVE_DECL_LE16TOH 0 | #define HAVE_DECL_LE32TOH 0 | #define HAVE_DECL_LE64TOH 0 | #define HAVE_DECL_HTOLE16 0 | #define HAVE_DECL_HTOLE32 0 | #define HAVE_DECL_HTOLE64 0 | #define HAVE_DECL_BE16TOH 0 | #define HAVE_DECL_BE32TOH 0 | #define HAVE_DECL_BE64TOH 0 | #define HAVE_DECL_HTOBE16 0 | #define HAVE_DECL_HTOBE32 0 | #define HAVE_DECL_HTOBE64 0 | #define HAVE_DECL_BSWAP_16 0 | #define HAVE_DECL_BSWAP_32 0 | #define HAVE_DECL_BSWAP_64 0 | #define HAVE_DECL___BUILTIN_CLZ 0 | #define HAVE_DECL___BUILTIN_CLZL 0 | #define HAVE_DECL___BUILTIN_CLZLL 0 | #define HAVE_MSG_DONTWAIT 1 | #define HAVE_VISIBILITY_ATTRIBUTE 1 | #define HAVE_THREAD_LOCAL 1 | #define HAVE_GETENTROPY_RAND 1 | / end confdefs.h. / | | #include <db/db_cxx.h> | | int | main () | { | | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4) | #error "failed to find bdb 4.8+" | #endif | | ; | return 0; | } configure:23618: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5 configure:23618: $? = 0 configure:23647: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5 configure:23647: $? = 0 configure:23690: result: default configure:23713: checking for main in -ldb_cxx-4.8 configure:23732: g++ -std=c++11 -o conftest -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -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/opt/local/lib -L/usr/local/opt/berkeley-db@4/lib >&5 conftest.cpp:62:1: warning: all paths through this function will call itself [-Winfinite-recursion] { ^ 1 warning generated. configure:23732: $? = 0 configure:23742: result: yes configure:23764: checking miniupnpc/miniwget.h usability configure:23764: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5 configure:23764: $? = 0 configure:23764: result: yes configure:23764: checking miniupnpc/miniwget.h presence configure:23764: g++ -std=c++11 -E -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp configure:23764: $? = 0 configure:23764: result: yes configure:23764: checking for miniupnpc/miniwget.h configure:23764: result: yes configure:23769: checking for main in -lminiupnpc configure:23788: g++ -std=c++11 -o conftest -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX -Wl,-headerpad_max_install_names -Wl,-dead_strip conftest.cpp -lminiupnpc -L/opt/local/lib -L/usr/local/opt/berkeley-db@4/lib >&5 conftest.cpp:63:1: warning: all paths through this function will call itself [-Winfinite-recursion] { ^ 1 warning generated. configure:23788: $? = 0 configure:23797: result: yes configure:23764: checking miniupnpc/miniupnpc.h usability configure:23764: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5 configure:23764: $? = 0 configure:23764: result: yes configure:23764: checking miniupnpc/miniupnpc.h presence configure:23764: g++ -std=c++11 -E -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp configure:23764: $? = 0 configure:23764: result: yes configure:23764: checking for miniupnpc/miniupnpc.h configure:23764: result: yes configure:23769: checking for main in -lminiupnpc configure:23797: result: yes configure:23764: checking miniupnpc/upnpcommands.h usability configure:23764: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5 configure:23764: $? = 0 configure:23764: result: yes configure:23764: checking miniupnpc/upnpcommands.h presence configure:23764: g++ -std=c++11 -E -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp configure:23764: $? = 0 configure:23764: result: yes configure:23764: checking for miniupnpc/upnpcommands.h configure:23764: result: yes configure:23769: checking for main in -lminiupnpc configure:23797: result: yes configure:23764: checking miniupnpc/upnperrors.h usability configure:23764: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5 configure:23764: $? = 0 configure:23764: result: yes configure:23764: checking miniupnpc/upnperrors.h presence configure:23764: g++ -std=c++11 -E -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp configure:23764: $? = 0 configure:23764: result: yes configure:23764: checking for miniupnpc/upnperrors.h configure:23764: result: yes configure:23769: checking for main in -lminiupnpc configure:23797: result: yes configure:23907: checking for Qt5Core Qt5Gui Qt5Network Qt5Widgets configure:23914: $PKG_CONFIG --exists --print-errors "$qt5_modules" configure:23917: $? = 0 configure:23931: $PKG_CONFIG --exists --print-errors "$qt5_modules" configure:23934: $? = 0 configure:23972: result: yes configure:24224: checking for Qt5Test configure:24231: $PKG_CONFIG --exists --print-errors "${QT_LIB_PREFIX}Test" configure:24234: $? = 0 configure:24248: $PKG_CONFIG --exists --print-errors "${QT_LIB_PREFIX}Test" configure:24251: $? = 0 configure:24289: result: yes configure:24296: checking for Qt5DBus configure:24303: $PKG_CONFIG --exists --print-errors "${QT_LIB_PREFIX}DBus" configure:24306: $? = 0 configure:24320: $PKG_CONFIG --exists --print-errors "${QT_LIB_PREFIX}DBus" configure:24323: $? = 0 configure:24361: result: yes configure:25327: checking for static Qt configure:25350: g++ -std=c++11 -c -fPIC -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -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 -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:70:7: error: unknown type name 'choke' choke me ^ 1 error generated. configure:25350: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.15.99" | #define PACKAGE_STRING "Bitcoin Core 0.15.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "https://bitcoincore.org/" | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define USE_ASM 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_DAEMON 1 | #define HAVE_DECL_LE16TOH 0 | #define HAVE_DECL_LE32TOH 0 | #define HAVE_DECL_LE64TOH 0 | #define HAVE_DECL_HTOLE16 0 | #define HAVE_DECL_HTOLE32 0 | #define HAVE_DECL_HTOLE64 0 | #define HAVE_DECL_BE16TOH 0 | #define HAVE_DECL_BE32TOH 0 | #define HAVE_DECL_BE64TOH 0 | #define HAVE_DECL_HTOBE16 0 | #define HAVE_DECL_HTOBE32 0 | #define HAVE_DECL_HTOBE64 0 | #define HAVE_DECL_BSWAP_16 0 | #define HAVE_DECL_BSWAP_32 0 | #define HAVE_DECL_BSWAP_64 0 | #define HAVE_DECL___BUILTIN_CLZ 0 | #define HAVE_DECL___BUILTIN_CLZL 0 | #define HAVE_DECL___BUILTIN_CLZLL 0 | #define HAVE_MSG_DONTWAIT 1 | #define HAVE_VISIBILITY_ATTRIBUTE 1 | #define HAVE_THREAD_LOCAL 1 | #define HAVE_GETENTROPY_RAND 1 | #define HAVE_MINIUPNPC_MINIWGET_H 1 | #define HAVE_MINIUPNPC_MINIUPNPC_H 1 | #define HAVE_MINIUPNPC_UPNPCOMMANDS_H 1 | #define HAVE_MINIUPNPC_UPNPERRORS_H 1 | / end confdefs.h. / | #include <QtCore> | int | main () | { | | #if defined(QT_STATIC) | return 0; | #else | choke me | #endif | | ; | return 0; | } configure:25358: result: no configure:26218: checking whether -fPIE can be used with this Qt config configure:26239: g++ -std=c++11 -c -fPIE -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -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 -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX conftest.cpp >&5 configure:26239: $? = 0 configure:26240: result: yes configure:26308: checking for moc-qt5 configure:26341: result: no configure:26308: checking for moc5 configure:26341: result: no configure:26308: checking for moc configure:26326: found /usr/local/Cellar/qt/5.10.0/bin/moc configure:26338: result: /usr/local/Cellar/qt/5.10.0/bin/moc configure:26427: checking for uic-qt5 configure:26460: result: no configure:26427: checking for uic5 configure:26460: result: no configure:26427: checking for uic configure:26445: found /usr/local/Cellar/qt/5.10.0/bin/uic configure:26457: result: /usr/local/Cellar/qt/5.10.0/bin/uic configure:26546: checking for rcc-qt5 configure:26579: result: no configure:26546: checking for rcc5 configure:26579: result: no configure:26546: checking for rcc configure:26564: found /usr/local/Cellar/qt/5.10.0/bin/rcc configure:26576: result: /usr/local/Cellar/qt/5.10.0/bin/rcc configure:26665: checking for lrelease-qt5 configure:26698: result: no configure:26665: checking for lrelease5 configure:26698: result: no configure:26665: checking for lrelease configure:26683: found /usr/local/Cellar/qt/5.10.0/bin/lrelease configure:26695: result: /usr/local/Cellar/qt/5.10.0/bin/lrelease configure:26784: checking for lupdate-qt5 configure:26817: result: no configure:26784: checking for lupdate5 configure:26817: result: no configure:26784: checking for lupdate configure:26802: found /usr/local/Cellar/qt/5.10.0/bin/lupdate configure:26814: result: /usr/local/Cellar/qt/5.10.0/bin/lupdate configure:26904: checking whether the linker accepts -framework Foundation -framework ApplicationServices -framework AppKit configure:26923: g++ -std=c++11 -o conftest -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -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/opt/local/lib -L/usr/local/opt/berkeley-db@4/lib >&5 configure:26923: $? = 0 configure:26933: result: yes configure:26999: checking whether to build Bitcoin Core GUI configure:27029: result: yes (Qt5) configure:27103: checking for boostlib >= 1.47.0 configure:27188: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX -I/usr/local/include conftest.cpp >&5 configure:27188: $? = 0 configure:27190: result: yes configure:27380: checking whether the Boost::System library is available configure:27405: g++ -std=c++11 -c -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX -I/usr/local/include conftest.cpp >&5 configure:27405: $? = 0 configure:27420: result: yes configure:27436: checking for exit in -lboost_system configure:27461: g++ -std=c++11 -o conftest -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -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/opt/local/lib -L/usr/local/opt/berkeley-db@4/lib >&5 configure:27461: $? = 0 configure:27471: result: yes configure:27626: checking whether the Boost::Filesystem library is available configure:27650: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX -I/usr/local/include conftest.cpp >&5 configure:27650: $? = 0 configure:27664: result: yes configure:27676: checking for exit in -lboost_filesystem configure:27701: g++ -std=c++11 -o conftest -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -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/opt/local/lib -L/usr/local/opt/berkeley-db@4/lib -lboost_system >&5 configure:27701: $? = 0 configure:27711: result: yes configure:27861: checking whether the Boost::Program_Options library is available configure:27885: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX -I/usr/local/include conftest.cpp >&5 configure:27885: $? = 0 configure:27899: result: yes configure:27910: checking for exit in -lboost_program_options-mt configure:27935: g++ -std=c++11 -o conftest -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -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/opt/local/lib -L/usr/local/opt/berkeley-db@4/lib >&5 configure:27935: $? = 0 configure:27945: result: yes configure:28088: checking whether the Boost::Thread library is available configure:28120: g++ -std=c++11 -c -pthread -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX -I/usr/local/include conftest.cpp >&5 configure:28120: $? = 0 configure:28135: result: yes configure:28165: checking for exit in -lboost_thread-mt configure:28190: g++ -std=c++11 -o conftest -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -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/opt/local/lib -L/usr/local/opt/berkeley-db@4/lib >&5 configure:28190: $? = 0 configure:28200: result: yes configure:28360: checking whether the Boost::Chrono library is available configure:28384: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX -pthread -I/usr/local/include conftest.cpp >&5 configure:28384: $? = 0 configure:28399: result: yes configure:28415: checking for exit in -lboost_chrono-mt configure:28440: g++ -std=c++11 -o conftest -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -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/opt/local/lib -L/usr/local/opt/berkeley-db@4/lib >&5 configure:28440: $? = 0 configure:28450: result: yes configure:28692: checking whether the Boost::Unit_Test_Framework library is available configure:28715: g++ -std=c++11 -c -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -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 conftest.cpp:73:21: warning: unused variable 'test' [-Wunused-variable] test_suite test= BOOST_TEST_SUITE( "Unit test example 1" ); return 0; ^ 1 warning generated. configure:28715: $? = 0 configure:28729: result: yes configure:28841: checking for dynamic linked boost test configure:28856: g++ -std=c++11 -o conftest -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -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/opt/local/lib -L/usr/local/opt/berkeley-db@4/lib -L/usr/local/lib -lboost_unit_test_framework-mt >&5 configure:28856: $? = 0 configure:28857: result: yes configure:28883: checking for mismatched boost c++11 scoped enums configure:28911: g++ -std=c++11 -o conftest -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -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/opt/local/lib -L/usr/local/opt/berkeley-db@4/lib >&5 conftest.cpp:86:5: error: use of undeclared identifier 'choke' choke; ^ 1 error generated. configure:28911: $? = 1 configure: failed program was: | /* confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.15.99" | #define PACKAGE_STRING "Bitcoin Core 0.15.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "https://bitcoincore.org/" | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define USE_ASM 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_DAEMON 1 | #define HAVE_DECL_LE16TOH 0 | #define HAVE_DECL_LE32TOH 0 | #define HAVE_DECL_LE64TOH 0 | #define HAVE_DECL_HTOLE16 0 | #define HAVE_DECL_HTOLE32 0 | #define HAVE_DECL_HTOLE64 0 | #define HAVE_DECL_BE16TOH 0 | #define HAVE_DECL_BE32TOH 0 | #define HAVE_DECL_BE64TOH 0 | #define HAVE_DECL_HTOBE16 0 | #define HAVE_DECL_HTOBE32 0 | #define HAVE_DECL_HTOBE64 0 | #define HAVE_DECL_BSWAP_16 0 | #define HAVE_DECL_BSWAP_32 0 | #define HAVE_DECL_BSWAP_64 0 | #define HAVE_DECL___BUILTIN_CLZ 0 | #define HAVE_DECL___BUILTIN_CLZL 0 | #define HAVE_DECL___BUILTIN_CLZLL 0 | #define HAVE_MSG_DONTWAIT 1 | #define HAVE_VISIBILITY_ATTRIBUTE 1 | #define HAVE_THREAD_LOCAL 1 | #define HAVE_GETENTROPY_RAND 1 | #define HAVE_MINIUPNPC_MINIWGET_H 1 | #define HAVE_MINIUPNPC_MINIUPNPC_H 1 | #define HAVE_MINIUPNPC_UPNPCOMMANDS_H 1 | #define HAVE_MINIUPNPC_UPNPERRORS_H 1 | #define HAVE_BOOST // | #define HAVE_BOOST_SYSTEM // | #define HAVE_BOOST_FILESYSTEM // | #define HAVE_BOOST_PROGRAM_OPTIONS // | #define HAVE_BOOST_THREAD // | #define HAVE_BOOST_CHRONO // | #define HAVE_BOOST_UNIT_TEST_FRAMEWORK /**/ | / end confdefs.h. */ | | #include <boost/config.hpp> | #include <boost/version.hpp> | #if !defined(BOOST_NO_SCOPED_ENUMS) && !defined(BOOST_NO_CXX11_SCOPED_ENUMS) && BOOST_VERSION < 105700 | #define BOOST_NO_SCOPED_ENUMS | #define BOOST_NO_CXX11_SCOPED_ENUMS | #define CHECK | #endif | #include <boost/filesystem.hpp> | | int | main () | { | | #if defined(CHECK) | boost::filesystem::copy_file("foo", "bar"); | #else | choke; | #endif | | ; | return 0; | } configure:28915: result: ok configure:28947: g++ -std=c++11 -o conftest -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -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/opt/local/lib -L/usr/local/opt/berkeley-db@4/lib >&5 configure:28947: $? = 0 configure:29009: checking for libssl configure:29016: $PKG_CONFIG --exists --print-errors "libssl" configure:29019: $? = 0 configure:29033: $PKG_CONFIG --exists --print-errors "libssl" configure:29036: $? = 0 configure:29074: result: yes configure:29080: checking for libcrypto configure:29087: $PKG_CONFIG --exists --print-errors "libcrypto" configure:29090: $? = 0 configure:29104: $PKG_CONFIG --exists --print-errors "libcrypto" configure:29107: $? = 0 configure:29145: result: yes configure:29154: checking for protobuf configure:29161: $PKG_CONFIG --exists --print-errors "protobuf" configure:29164: $? = 0 configure:29178: $PKG_CONFIG --exists --print-errors "protobuf" configure:29181: $? = 0 configure:29241: result: yes configure:29256: checking for libqrencode configure:29263: $PKG_CONFIG --exists --print-errors "libqrencode" Package libqrencode was not found in the pkg-config search path. Perhaps you should add the directory containing libqrencode.pc' to the PKG_CONFIG_PATH environment variable No package 'libqrencode' found configure:29266: $? = 1 configure:29280: $PKG_CONFIG --exists --print-errors "libqrencode" Package libqrencode was not found in the pkg-config search path. Perhaps you should add the directory containing libqrencode.pc' to the PKG_CONFIG_PATH environment variable No package 'libqrencode' found configure:29283: $? = 1 configure:29297: result: no No package 'libqrencode' found configure:29334: checking for libevent configure:29341: $PKG_CONFIG --exists --print-errors "libevent" Package libevent was not found in the pkg-config search path. Perhaps you should add the directory containing libevent.pc' to the PKG_CONFIG_PATH environment variable No package 'libevent' found configure:29344: $? = 1 configure:29358: $PKG_CONFIG --exists --print-errors "libevent" Package libevent was not found in the pkg-config search path. Perhaps you should add the directory containing libevent.pc' to the PKG_CONFIG_PATH environment variable No package 'libevent' found configure:29361: $? = 1 configure:29375: result: no No package 'libevent' found configure:29391: error: libevent not found.

    ----------------

    Cache variables.

    ----------------

    ac_cv_build=x86_64-apple-darwin17.2.0 ac_cv_c_bigendian=no ac_cv_c_compiler_gnu=yes ac_cv_cxx_compiler_gnu=yes ac_cv_env_ARFLAGS_set= ac_cv_env_ARFLAGS_value= ac_cv_env_BDB_CFLAGS_set= ac_cv_env_BDB_CFLAGS_value= ac_cv_env_BDB_LIBS_set= ac_cv_env_BDB_LIBS_value= ac_cv_env_CCC_set= ac_cv_env_CCC_value= ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_CRYPTO_CFLAGS_set= ac_cv_env_CRYPTO_CFLAGS_value= ac_cv_env_CRYPTO_LIBS_set= ac_cv_env_CRYPTO_LIBS_value= ac_cv_env_CXXCPP_set= ac_cv_env_CXXCPP_value= ac_cv_env_CXXFLAGS_set= ac_cv_env_CXXFLAGS_value= ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_EVENT_CFLAGS_set= ac_cv_env_EVENT_CFLAGS_value= ac_cv_env_EVENT_LIBS_set= ac_cv_env_EVENT_LIBS_value= ac_cv_env_EVENT_PTHREADS_CFLAGS_set= ac_cv_env_EVENT_PTHREADS_CFLAGS_value= ac_cv_env_EVENT_PTHREADS_LIBS_set= ac_cv_env_EVENT_PTHREADS_LIBS_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_LT_SYS_LIBRARY_PATH_set= ac_cv_env_LT_SYS_LIBRARY_PATH_value= ac_cv_env_OBJCXXFLAGS_set= ac_cv_env_OBJCXXFLAGS_value= ac_cv_env_OBJCXX_set= ac_cv_env_OBJCXX_value= ac_cv_env_PKG_CONFIG_LIBDIR_set= ac_cv_env_PKG_CONFIG_LIBDIR_value= ac_cv_env_PKG_CONFIG_PATH_set= ac_cv_env_PKG_CONFIG_PATH_value= ac_cv_env_PKG_CONFIG_set= ac_cv_env_PKG_CONFIG_value= ac_cv_env_PROTOBUF_CFLAGS_set= ac_cv_env_PROTOBUF_CFLAGS_value= ac_cv_env_PROTOBUF_LIBS_set= ac_cv_env_PROTOBUF_LIBS_value= ac_cv_env_PYTHONPATH_set= ac_cv_env_PYTHONPATH_value= ac_cv_env_QR_CFLAGS_set= ac_cv_env_QR_CFLAGS_value= ac_cv_env_QR_LIBS_set= ac_cv_env_QR_LIBS_value= ac_cv_env_QT4_CFLAGS_set= ac_cv_env_QT4_CFLAGS_value= ac_cv_env_QT4_LIBS_set= ac_cv_env_QT4_LIBS_value= ac_cv_env_QT5_CFLAGS_set= ac_cv_env_QT5_CFLAGS_value= ac_cv_env_QT5_LIBS_set= ac_cv_env_QT5_LIBS_value= ac_cv_env_QTPLATFORM_CFLAGS_set= ac_cv_env_QTPLATFORM_CFLAGS_value= ac_cv_env_QTPLATFORM_LIBS_set= ac_cv_env_QTPLATFORM_LIBS_value= ac_cv_env_QTPRINT_CFLAGS_set= ac_cv_env_QTPRINT_CFLAGS_value= ac_cv_env_QTPRINT_LIBS_set= ac_cv_env_QTPRINT_LIBS_value= ac_cv_env_QTXCBQPA_CFLAGS_set= ac_cv_env_QTXCBQPA_CFLAGS_value= ac_cv_env_QTXCBQPA_LIBS_set= ac_cv_env_QTXCBQPA_LIBS_value= ac_cv_env_QT_DBUS_CFLAGS_set= ac_cv_env_QT_DBUS_CFLAGS_value= ac_cv_env_QT_DBUS_LIBS_set= ac_cv_env_QT_DBUS_LIBS_value= ac_cv_env_QT_TEST_CFLAGS_set= ac_cv_env_QT_TEST_CFLAGS_value= ac_cv_env_QT_TEST_LIBS_set= ac_cv_env_QT_TEST_LIBS_value= ac_cv_env_SSL_CFLAGS_set= ac_cv_env_SSL_CFLAGS_value= ac_cv_env_SSL_LIBS_set= ac_cv_env_SSL_LIBS_value= ac_cv_env_UNIVALUE_CFLAGS_set= ac_cv_env_UNIVALUE_CFLAGS_value= ac_cv_env_UNIVALUE_LIBS_set= ac_cv_env_UNIVALUE_LIBS_value= ac_cv_env_X11XCB_CFLAGS_set= ac_cv_env_X11XCB_CFLAGS_value= ac_cv_env_X11XCB_LIBS_set= ac_cv_env_X11XCB_LIBS_value= ac_cv_env_ZMQ_CFLAGS_set= ac_cv_env_ZMQ_CFLAGS_value= ac_cv_env_ZMQ_LIBS_set= ac_cv_env_ZMQ_LIBS_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_func_strerror_r=yes ac_cv_func_strerror_r_char_p=no ac_cv_have_decl___builtin_clz=no ac_cv_have_decl___builtin_clzl=no ac_cv_have_decl___builtin_clzll=no ac_cv_have_decl_be16toh=no ac_cv_have_decl_be32toh=no ac_cv_have_decl_be64toh=no ac_cv_have_decl_bswap_16=no ac_cv_have_decl_bswap_32=no ac_cv_have_decl_bswap_64=no ac_cv_have_decl_daemon=yes ac_cv_have_decl_htobe16=no ac_cv_have_decl_htobe32=no ac_cv_have_decl_htobe64=no ac_cv_have_decl_htole16=no ac_cv_have_decl_htole32=no ac_cv_have_decl_htole64=no ac_cv_have_decl_le16toh=no ac_cv_have_decl_le32toh=no ac_cv_have_decl_le64toh=no ac_cv_have_decl_strerror_r=yes ac_cv_have_decl_strnlen=yes ac_cv_header_byteswap_h=no ac_cv_header_dlfcn_h=yes ac_cv_header_endian_h=no ac_cv_header_inttypes_h=yes ac_cv_header_memory_h=yes ac_cv_header_miniupnpc_miniupnpc_h=yes ac_cv_header_miniupnpc_miniwget_h=yes ac_cv_header_miniupnpc_upnpcommands_h=yes ac_cv_header_miniupnpc_upnperrors_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdio_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_endian_h=no ac_cv_header_sys_prctl_h=no ac_cv_header_sys_select_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_host=x86_64-apple-darwin17.2.0 ac_cv_lib_boost_chrono_mt___exit=yes ac_cv_lib_boost_filesystem___exit=yes ac_cv_lib_boost_program_options_mt___exit=yes ac_cv_lib_boost_system___exit=yes ac_cv_lib_boost_thread_mt___exit=yes ac_cv_lib_db_cxx_4_8___main=yes ac_cv_lib_miniupnpc_main=yes ac_cv_objcxx_compiler_gnu=yes ac_cv_objext=o ac_cv_path_EGREP='/usr/bin/grep -E' ac_cv_path_FGREP='/usr/bin/grep -F' ac_cv_path_GIT=/usr/bin/git ac_cv_path_GREP=/usr/bin/grep ac_cv_path_HEXDUMP=/usr/bin/hexdump ac_cv_path_LRELEASE=/usr/local/Cellar/qt/5.10.0/bin/lrelease ac_cv_path_LUPDATE=/usr/local/Cellar/qt/5.10.0/bin/lupdate ac_cv_path_MOC=/usr/local/Cellar/qt/5.10.0/bin/moc ac_cv_path_PYTHON=/Library/Frameworks/Python.framework/Versions/3.5/bin/python3.5 ac_cv_path_RCC=/usr/local/Cellar/qt/5.10.0/bin/rcc ac_cv_path_RSVG_CONVERT=/usr/local/bin/rsvg-convert ac_cv_path_SED=/usr/bin/sed ac_cv_path_UIC=/usr/local/Cellar/qt/5.10.0/bin/uic ac_cv_path_ac_pt_AR=/usr/bin/ar ac_cv_path_ac_pt_CPPFILT=/usr/bin/c++filt ac_cv_path_ac_pt_GCOV=/usr/bin/gcov ac_cv_path_ac_pt_PKG_CONFIG=/anaconda/bin/pkg-config ac_cv_path_ac_pt_RANLIB=/usr/bin/ranlib ac_cv_path_ac_pt_STRIP=/usr/bin/strip ac_cv_path_install='/usr/bin/install -c' ac_cv_path_lt_DD=/bin/dd ac_cv_prog_AWK=awk ac_cv_prog_BREW=brew ac_cv_prog_CPP='gcc -E' ac_cv_prog_CXXCPP='g++ -std=c++11 -E' ac_cv_prog_PORT=port ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_CXX=g++ ac_cv_prog_ac_ct_DSYMUTIL=dsymutil ac_cv_prog_ac_ct_LIPO=lipo ac_cv_prog_ac_ct_NMEDIT=nmedit ac_cv_prog_ac_ct_OBJDUMP=objdump ac_cv_prog_ac_ct_OTOOL=otool ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_cxx_g=yes ac_cv_prog_make_make_set=yes ac_cv_prog_objcxx_g=yes ac_cv_search_clock_gettime='none required' ac_cv_sys_file_offset_bits=no ac_cv_sys_largefile_CC=no am_cv_CC_dependencies_compiler_type=gcc3 am_cv_CXX_dependencies_compiler_type=gcc3 am_cv_OBJCXX_dependencies_compiler_type=gcc3 am_cv_make_support_nested_variables=yes am_cv_prog_cc_c_o=yes ax_cv_PTHREAD_CLANG=yes ax_cv_PTHREAD_CLANG_NO_WARN_FLAG=-Qunused-arguments ax_cv_PTHREAD_JOINABLE_ATTR=PTHREAD_CREATE_JOINABLE ax_cv_PTHREAD_PRIO_INHERIT=yes ax_cv_PTHREAD_SPECIAL_FLAGS=no ax_cv_boost_chrono=yes ax_cv_boost_filesystem=yes ax_cv_boost_program_options=yes ax_cv_boost_system=yes ax_cv_boost_thread=yes ax_cv_boost_unit_test_framework=yes ax_cv_check_cxxcppflags___D_FORTIFY_SOURCE_2=yes ax_cv_check_cxxcppflags___U_FORTIFY_SOURCE=yes ax_cv_check_cxxflags__Wall=yes ax_cv_check_cxxflags__Wdeprecated_register=yes ax_cv_check_cxxflags__Wextra=yes ax_cv_check_cxxflags__Wformat=yes ax_cv_check_cxxflags__Wformat_security=yes ax_cv_check_cxxflags__Wimplicit_fallthrough=yes ax_cv_check_cxxflags__Wself_assign=yes ax_cv_check_cxxflags__Wthread_safety_analysis=yes ax_cv_check_cxxflags__Wunused_local_typedef=yes ax_cv_check_cxxflags__Wunused_parameter=yes ax_cv_check_cxxflags__Wvla=yes ax_cv_check_cxxflags___Werror=yes ax_cv_check_cxxflags___Wstack_protector=yes ax_cv_check_cxxflags___fPIC=yes ax_cv_check_cxxflags___fPIE=yes ax_cv_check_cxxflags___fstack_protector_all=yes ax_cv_check_cxxflags__msse4_2=yes ax_cv_check_ldflags___Wl___dynamicbase=no ax_cv_check_ldflags___Wl___high_entropy_va=no ax_cv_check_ldflags___Wl___large_address_aware=no ax_cv_check_ldflags___Wl___nxcompat=no ax_cv_check_ldflags___Wl__dead_strip=yes ax_cv_check_ldflags___Wl__headerpad_max_install_names=yes ax_cv_check_ldflags___Wl__z_now=no ax_cv_check_ldflags___Wl__z_relro=no ax_cv_check_ldflags___framework_Foundation__framework_ApplicationServices__framework_AppKit=yes ax_cv_check_ldflags___pie=yes ax_cv_cxx_compile_cxx11__std_cpp11=yes ax_cv_have_func_attribute_dllexport=no ax_cv_have_func_attribute_dllimport=no ax_cv_have_func_attribute_visibility=no bitcoin_cv_static_qt=no lt_cv_apple_cc_single_mod=yes lt_cv_ar_at_file=no lt_cv_deplibs_check_method=pass_all lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_ld_exported_symbols_list=yes lt_cv_ld_force_load=yes lt_cv_ld_reload_flag=-r lt_cv_nm_interface='BSD nm' lt_cv_objdir=.libs lt_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld lt_cv_path_LDCXX=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld lt_cv_path_NM='/usr/bin/nm -B' lt_cv_path_mainfest_tool=no lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_c_o_CXX=yes lt_cv_prog_compiler_pic='-fno-common -DPIC' lt_cv_prog_compiler_pic_CXX='-fno-common -DPIC' lt_cv_prog_compiler_pic_works=yes lt_cv_prog_compiler_pic_works_CXX=yes lt_cv_prog_compiler_rtti_exceptions=yes lt_cv_prog_compiler_static_works=no lt_cv_prog_compiler_static_works_CXX=no lt_cv_prog_gnu_ld=no lt_cv_prog_gnu_ldcxx=no lt_cv_sharedlib_from_linklib_cmd='printf %s\n' 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'''' 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'''' 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'''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '''s/^T . (.)$/extern int \1();/p''' -e '''s/^[BCDEGRST][BCDEGRST] .* (.*)$/extern char \1;/p'''' lt_cv_sys_global_symbol_to_import= lt_cv_sys_max_cmd_len=196608 lt_cv_to_host_file_cmd=func_convert_file_noop lt_cv_to_tool_file_cmd=func_convert_file_noop lt_cv_truncate_bin='/bin/dd bs=4096 count=1' pkg_cv_CRYPTO_CFLAGS='-I/usr/local/Cellar/openssl/1.0.2n/include ' pkg_cv_CRYPTO_LIBS='-L/usr/local/Cellar/openssl/1.0.2n/lib -lcrypto ' pkg_cv_PROTOBUF_CFLAGS='-D_THREAD_SAFE -I/anaconda/include ' pkg_cv_PROTOBUF_LIBS='-L/anaconda/lib -lprotobuf -D_THREAD_SAFE ' 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 ' 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 ' 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 ' 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 ' 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 ' 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 ' pkg_cv_SSL_CFLAGS='-I/usr/local/Cellar/openssl/1.0.2n/include ' pkg_cv_SSL_LIBS='-L/usr/local/Cellar/openssl/1.0.2n/lib -lssl '

    -----------------

    Output variables.

    -----------------

    ACLOCAL='${SHELL} /Users/shuchendu/Desktop/github/bitcoin/build-aux/missing aclocal-1.15' AMDEPBACKSLASH='' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='$${TAR-tar}' AM_BACKSLASH='' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='0' AM_V='$(V)' AR='/usr/bin/ar' ARFLAGS='cr' AUTOCONF='${SHELL} /Users/shuchendu/Desktop/github/bitcoin/build-aux/missing autoconf' AUTOHEADER='${SHELL} /Users/shuchendu/Desktop/github/bitcoin/build-aux/missing autoheader' AUTOMAKE='${SHELL} /Users/shuchendu/Desktop/github/bitcoin/build-aux/missing automake-1.15' AWK='awk' BDB_CFLAGS='' BDB_CPPFLAGS='' BDB_LIBS='-ldb_cxx-4.8' BITCOIN_CLI_NAME='bitcoin-cli' BITCOIN_DAEMON_NAME='bitcoind' BITCOIN_GUI_NAME='bitcoin-qt' BITCOIN_TX_NAME='bitcoin-tx' BOOST_CHRONO_LIB='-lboost_chrono-mt' BOOST_CPPFLAGS='-DBOOST_SP_USE_STD_ATOMIC -DBOOST_AC_USE_STD_ATOMIC -pthread -I/usr/local/include' BOOST_FILESYSTEM_LIB='-lboost_filesystem' BOOST_LDFLAGS='-L/usr/local/lib' BOOST_LIBS='-L/usr/local/lib -lboost_system -lboost_filesystem -lboost_program_options-mt -lboost_thread-mt -lboost_chrono-mt' BOOST_PROGRAM_OPTIONS_LIB='-lboost_program_options-mt' BOOST_SYSTEM_LIB='-lboost_system' BOOST_THREAD_LIB='-lboost_thread-mt' BOOST_UNIT_TEST_FRAMEWORK_LIB='-lboost_unit_test_framework-mt' BREW='brew' BUILD_BITCOIND_FALSE='' BUILD_BITCOIND_TRUE='' BUILD_BITCOIN_LIBS_FALSE='' BUILD_BITCOIN_LIBS_TRUE='' BUILD_BITCOIN_UTILS_FALSE='' BUILD_BITCOIN_UTILS_TRUE='' BUILD_DARWIN_FALSE='' BUILD_DARWIN_TRUE='' CC='gcc' CCACHE='' CCDEPMODE='depmode=gcc3' CFLAGS='-g -O2' CLIENT_VERSION_BUILD='' CLIENT_VERSION_IS_RELEASE='' CLIENT_VERSION_MAJOR='' CLIENT_VERSION_MINOR='' CLIENT_VERSION_REVISION='' COPYRIGHT_HOLDERS='' COPYRIGHT_HOLDERS_FINAL='' COPYRIGHT_HOLDERS_SUBSTITUTION='' COPYRIGHT_YEAR='' CPP='gcc -E' CPPFILT='/usr/bin/c++filt' CPPFLAGS=' -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db@4/include -DMAC_OSX' CRYPTO_CFLAGS='-I/usr/local/Cellar/openssl/1.0.2n/include ' CRYPTO_LIBS='-L/usr/local/Cellar/openssl/1.0.2n/lib -lcrypto ' CXX='g++ -std=c++11' CXXCPP='g++ -std=c++11 -E' CXXDEPMODE='depmode=gcc3' CXXFLAGS='-g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough' CYGPATH_W='echo' DEFS='' DEPDIR='.deps' DLLTOOL='false' DSYMUTIL='dsymutil' DUMPBIN='' ECHO_C='\c' ECHO_N='' ECHO_T='' EGREP='/usr/bin/grep -E' EMBEDDED_LEVELDB_FALSE='#' EMBEDDED_LEVELDB_TRUE='' EMBEDDED_UNIVALUE_FALSE='' EMBEDDED_UNIVALUE_TRUE='' ENABLE_BENCH_FALSE='' ENABLE_BENCH_TRUE='' ENABLE_HWCRC32_FALSE='' ENABLE_HWCRC32_TRUE='' ENABLE_MAN_FALSE='#' ENABLE_MAN_TRUE='' ENABLE_QT_FALSE='' ENABLE_QT_TESTS_FALSE='' ENABLE_QT_TESTS_TRUE='' ENABLE_QT_TRUE='' ENABLE_TESTS_FALSE='' ENABLE_TESTS_TRUE='' ENABLE_WALLET_FALSE='' ENABLE_WALLET_TRUE='' ENABLE_ZMQ_FALSE='' ENABLE_ZMQ_TRUE='' ERROR_CXXFLAGS='' EVENT_CFLAGS='' EVENT_LIBS='' EVENT_PTHREADS_CFLAGS='' EVENT_PTHREADS_LIBS='' EXEEXT='' EXTENDED_FUNCTIONAL_TESTS='' FGREP='/usr/bin/grep -F' GCOV='/usr/bin/gcov' GENHTML='' GENISOIMAGE='' GIT='/usr/bin/git' GLIBC_BACK_COMPAT_FALSE='' GLIBC_BACK_COMPAT_TRUE='' GREP='/usr/bin/grep' HARDENED_CPPFLAGS=' -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2' HARDENED_CXXFLAGS=' -Wstack-protector -fstack-protector-all' HARDENED_LDFLAGS=' -pie' HARDEN_FALSE='' HARDEN_TRUE='' HAVE_CXX11='1' HEXDUMP='/usr/bin/hexdump' IMAGEMAGICK_CONVERT='' INSTALLNAMETOOL='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LCOV='' LCOV_OPTS='' LD='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld' LDFLAGS=' -Wl,-headerpad_max_install_names -Wl,-dead_strip' LEVELDB_CPPFLAGS='' LEVELDB_TARGET_FLAGS='-DOS_MACOSX' LIBLEVELDB='' LIBMEMENV='' LIBOBJS='' LIBS=' -L/opt/local/lib -L/usr/local/opt/berkeley-db@4/lib' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIBTOOL_APP_LDFLAGS='' LIPO='lipo' LN_S='ln -s' LRELEASE='/usr/local/Cellar/qt/5.10.0/bin/lrelease' LTLIBOBJS='' LT_SYS_LIBRARY_PATH='' LUPDATE='/usr/local/Cellar/qt/5.10.0/bin/lupdate' MAINT='' MAINTAINER_MODE_FALSE='#' MAINTAINER_MODE_TRUE='' MAKEINFO='${SHELL} /Users/shuchendu/Desktop/github/bitcoin/build-aux/missing makeinfo' MAKENSIS='' MANIFEST_TOOL=':' MINIUPNPC_CPPFLAGS='' MINIUPNPC_LIBS='-lminiupnpc' MKDIR_P='build-aux/install-sh -c -d' MOC='/usr/local/Cellar/qt/5.10.0/bin/moc' MOC_DEFS='-DHAVE_CONFIG_H -I$(srcdir) -DQ_OS_MAC' NM='/usr/bin/nm -B' NMEDIT='nmedit' OBJCOPY='' OBJCXX='g++ -std=c++11' OBJCXXDEPMODE='depmode=gcc3' OBJCXXFLAGS='-g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough' OBJDUMP='objdump' OBJEXT='o' OTOOL64=':' OTOOL='otool' PACKAGE='bitcoin' PACKAGE_BUGREPORT='https://github.com/bitcoin/bitcoin/issues' PACKAGE_NAME='Bitcoin Core' PACKAGE_STRING='Bitcoin Core 0.15.99' PACKAGE_TARNAME='bitcoin' PACKAGE_URL='https://bitcoincore.org/' PACKAGE_VERSION='0.15.99' PATH_SEPARATOR=':' PIC_FLAGS='-fPIC' PIE_FLAGS='-fPIE' PKG_CONFIG='/anaconda/bin/pkg-config' PKG_CONFIG_LIBDIR='' PKG_CONFIG_PATH='/usr/local/opt/qt/lib/pkgconfig:/usr/local/opt/openssl/lib/pkgconfig:' PORT='port' PROTOBUF_CFLAGS='-D_THREAD_SAFE -I/anaconda/include ' PROTOBUF_LIBS='-L/anaconda/lib -lprotobuf -D_THREAD_SAFE ' PROTOC='' PTHREAD_CC='gcc' PTHREAD_CFLAGS='-Qunused-arguments -pthread' PTHREAD_LIBS='' PYTHON='/Library/Frameworks/Python.framework/Versions/3.5/bin/python3.5' PYTHONPATH='' QR_CFLAGS='' QR_LIBS='' QT4_CFLAGS='' QT4_LIBS='' 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 ' 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 ' QTPLATFORM_CFLAGS='' QTPLATFORM_LIBS='' QTPRINT_CFLAGS='' QTPRINT_LIBS='' QTXCBQPA_CFLAGS='' QTXCBQPA_LIBS='' 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 ' 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 ' 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 ' 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 ' QT_LDFLAGS='' 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' QT_PIE_FLAGS='-fPIE' QT_SELECT='qt5' 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 ' 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 ' 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 ' QT_TRANSLATION_DIR='' RANLIB='/usr/bin/ranlib' RCC='/usr/local/Cellar/qt/5.10.0/bin/rcc' READELF='' RELDFLAGS='' RSVG_CONVERT='/usr/local/bin/rsvg-convert' SED='/usr/bin/sed' SET_MAKE='' SHELL='/bin/sh' SSE42_CXXFLAGS='-msse4.2' SSL_CFLAGS='-I/usr/local/Cellar/openssl/1.0.2n/include ' SSL_LIBS='-L/usr/local/Cellar/openssl/1.0.2n/lib -lssl ' STRIP='/usr/bin/strip' TARGET_DARWIN_FALSE='' TARGET_DARWIN_TRUE='' TARGET_WINDOWS_FALSE='' TARGET_WINDOWS_TRUE='' TESTDEFS=' -DBOOST_TEST_DYN_LINK' TIFFCP='' UIC='/usr/local/Cellar/qt/5.10.0/bin/uic' UNIVALUE_CFLAGS='' UNIVALUE_LIBS='' USE_ASM_FALSE='' USE_ASM_TRUE='' USE_LCOV_FALSE='' USE_LCOV_TRUE='' USE_QRCODE='' USE_QRCODE_FALSE='' USE_QRCODE_TRUE='' USE_UPNP='' VERSION='0.15.99' WINDOWS_BITS='' WINDRES='' X11XCB_CFLAGS='' X11XCB_LIBS='' XGETTEXT='' ZMQ_CFLAGS='' ZMQ_LIBS='' ac_ct_AR='ar' ac_ct_CC='gcc' ac_ct_CXX='g++' ac_ct_DUMPBIN='' ac_ct_OBJCXX='' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__fastdepCXX_FALSE='#' am__fastdepCXX_TRUE='' am__fastdepOBJCXX_FALSE='#' am__fastdepOBJCXX_TRUE='' am__include='include' am__isrc='' am__leading_dot='.' am__nodep='_no' am__quote='' am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' ax_pthread_config='' bindir='${exec_prefix}/bin' build='x86_64-apple-darwin17.2.0' build_alias='' build_cpu='x86_64' build_os='darwin17.2.0' build_vendor='apple' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='NONE' host='x86_64-apple-darwin17.2.0' host_alias='' host_cpu='x86_64' host_os='darwin17.2.0' host_vendor='apple' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='${SHELL} /Users/shuchendu/Desktop/github/bitcoin/build-aux/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='$(MKDIR_P)' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='NONE' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' subdirs='' sysconfdir='${prefix}/etc' target_alias=''

    -----------

    confdefs.h.

    -----------

    /* confdefs.h */ #define PACKAGE_NAME "Bitcoin Core" #define PACKAGE_TARNAME "bitcoin" #define PACKAGE_VERSION "0.15.99" #define PACKAGE_STRING "Bitcoin Core 0.15.99" #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" #define PACKAGE_URL "https://bitcoincore.org/" #define HAVE_CXX11 1 #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define USE_ASM 1 #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_PTHREAD 1 #define HAVE_DECL_STRERROR_R 1 #define HAVE_STRERROR_R 1 #define HAVE_STDIO_H 1 #define HAVE_STDLIB_H 1 #define HAVE_UNISTD_H 1 #define HAVE_STRINGS_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_DECL_STRNLEN 1 #define HAVE_DECL_DAEMON 1 #define HAVE_DECL_LE16TOH 0 #define HAVE_DECL_LE32TOH 0 #define HAVE_DECL_LE64TOH 0 #define HAVE_DECL_HTOLE16 0 #define HAVE_DECL_HTOLE32 0 #define HAVE_DECL_HTOLE64 0 #define HAVE_DECL_BE16TOH 0 #define HAVE_DECL_BE32TOH 0 #define HAVE_DECL_BE64TOH 0 #define HAVE_DECL_HTOBE16 0 #define HAVE_DECL_HTOBE32 0 #define HAVE_DECL_HTOBE64 0 #define HAVE_DECL_BSWAP_16 0 #define HAVE_DECL_BSWAP_32 0 #define HAVE_DECL_BSWAP_64 0 #define HAVE_DECL___BUILTIN_CLZ 0 #define HAVE_DECL___BUILTIN_CLZL 0 #define HAVE_DECL___BUILTIN_CLZLL 0 #define HAVE_MSG_DONTWAIT 1 #define HAVE_VISIBILITY_ATTRIBUTE 1 #define HAVE_THREAD_LOCAL 1 #define HAVE_GETENTROPY_RAND 1 #define HAVE_MINIUPNPC_MINIWGET_H 1 #define HAVE_MINIUPNPC_MINIUPNPC_H 1 #define HAVE_MINIUPNPC_UPNPCOMMANDS_H 1 #define HAVE_MINIUPNPC_UPNPERRORS_H 1 #define HAVE_BOOST // #define HAVE_BOOST_SYSTEM // #define HAVE_BOOST_FILESYSTEM // #define HAVE_BOOST_PROGRAM_OPTIONS // #define HAVE_BOOST_THREAD // #define HAVE_BOOST_CHRONO // #define HAVE_BOOST_UNIT_TEST_FRAMEWORK /**/ #define HAVE_WORKING_BOOST_SLEEP_FOR 1

    configure: exit 1

  6. fanquake commented at 4:57 AM on December 23, 2017: member

    It looks like you have some dependancies installed via brew:

    /usr/local/Cellar/qt/5.10.0/
    /usr/local/Cellar/openssl/1.0.2n/
    /usr/local/opt/berkeley-db@4/
    

    and some installed via macports:

    possibly boost?
    

    and pkg-config is coming from:

    configure:20751: checking for pkg-config
    configure:20769: found /anaconda/bin/pkg-config
    

    which isn't from brew or macports.

    I'd suggest picking a single dependancy manager, ideally brew, as that is what we use for all of our documentation.

  7. shuuchen commented at 1:51 PM on December 23, 2017: none

    @fanquake Thanks! I solved this by uninstall pkg-config from anaconda and reinstall libevent under brew.

  8. fanquake closed this on Dec 23, 2017

  9. MarcoFalke locked this on Sep 8, 2021

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-21 18:15 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me