Mac OS X 10.11.1 compilation error: libevent not found. #7269

issue mizhang opened this issue on January 1, 2016
  1. mizhang commented at 6:50 AM on January 1, 2016: none

    I brew installed libevent, got the error at ./configure

    checking for EVENT... no configure: error: libevent not found.

    In my /usr/local/lib/, I have libevent_openssl and etc, but NOT libevent_dev, so I brew uninstall it and manually install libevent, still not found libevent_dev.

    Can anyone give me some suggestions? Thanks.

  2. paveljanik commented at 8:58 AM on January 1, 2016: contributor

    Paste config.log file.

  3. mizhang commented at 3:14 PM on January 1, 2016: none

    Here is config.log. thanks:

    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.12.99, which was generated by GNU Autoconf 2.69. Invocation command line was

    $ ./configure

    ---------

    Platform.

    ---------

    hostname = MacBook-Pro.local uname -m = x86_64 uname -r = 15.0.0 uname -s = Darwin uname -v = Darwin Kernel Version 15.0.0: Sat Sep 19 15:53:46 PDT 2015; root:xnu-3247.10.11~1/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 15.0.0: Sat Sep 19 15:53:46 PDT 2015; root:xnu-3247.10.11~1/RELEASE_X86_64 Kernel configured for up to 8 processors. 4 processors are physically available. 8 processors are logically available. Processor type: x86_64h (Intel x86-64h Haswell) Processors active: 0 1 2 3 4 5 6 7 Primary memory available: 16.00 gigabytes Default processor set: 395 tasks, 1772 threads, 8 processors Load average: 3.52, Mach factor: 4.46 /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown

    PATH: /opt/local/bin PATH: /opt/local/sbin PATH: /usr/local/bin PATH: /usr/bin PATH: /bin PATH: /usr/sbin PATH: /sbin PATH: /opt/X11/bin

    -----------

    Core tests.

    -----------

    configure:2941: checking build system type configure:2955: result: x86_64-apple-darwin15.0.0 configure:2975: checking host system type configure:2988: result: x86_64-apple-darwin15.0.0 configure:3031: checking for a BSD-compatible install configure:3099: result: /usr/bin/install -c configure:3110: checking whether build environment is sane configure:3165: result: yes configure:3316: checking for a thread-safe mkdir -p configure:3355: result: build-aux/install-sh -c -d configure:3362: checking for gawk configure:3392: result: no configure:3362: checking for mawk configure:3392: result: no configure:3362: checking for nawk configure:3392: result: no configure:3362: checking for awk configure:3378: found /usr/bin/awk configure:3389: result: awk configure:3400: checking whether make sets $(MAKE) configure:3422: result: yes configure:3451: checking whether make supports nested variables configure:3468: result: yes configure:3587: checking whether to enable maintainer-specific portions of Makefiles configure:3596: result: yes configure:3621: checking whether make supports nested variables configure:3638: result: yes configure:3713: checking for g++ configure:3729: found /usr/bin/g++ configure:3740: result: g++ configure:3767: checking for C++ compiler version configure:3776: g++ --version >&5 Apple LLVM version 7.0.2 (clang-700.1.81) Target: x86_64-apple-darwin15.0.0 Thread model: posix Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1 configure:3787: $? = 0 configure:3776: 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 7.0.2 (clang-700.1.81) Target: x86_64-apple-darwin15.0.0 Thread model: posix configure:3787: $? = 0 configure:3776: g++ -V >&5 clang: error: argument to '-V' is missing (expected 1 value) clang: error: no input files configure:3787: $? = 1 configure:3776: g++ -qversion >&5 clang: error: unknown argument: '-qversion' clang: error: no input files configure:3787: $? = 1 configure:3807: checking whether the C++ compiler works configure:3829: g++ conftest.cpp >&5 configure:3833: $? = 0 configure:3881: result: yes configure:3884: checking for C++ compiler default output file name configure:3886: result: a.out configure:3892: checking for suffix of executables configure:3899: g++ -o conftest conftest.cpp >&5 configure:3903: $? = 0 configure:3925: result: configure:3947: checking whether we are cross compiling configure:3955: g++ -o conftest conftest.cpp >&5 configure:3959: $? = 0 configure:3966: ./conftest configure:3970: $? = 0 configure:3985: result: no configure:3990: checking for suffix of object files configure:4012: g++ -c conftest.cpp >&5 configure:4016: $? = 0 configure:4037: result: o configure:4041: checking whether we are using the GNU C++ compiler configure:4060: g++ -c conftest.cpp >&5 configure:4060: $? = 0 configure:4069: result: yes configure:4078: checking whether g++ accepts -g configure:4098: g++ -c -g conftest.cpp >&5 configure:4098: $? = 0 configure:4139: result: yes configure:4173: checking for style of include used by make configure:4201: result: GNU configure:4227: checking dependency style of g++ configure:4338: result: gcc3 configure:4407: checking for g++ configure:4423: found /usr/bin/g++ configure:4434: result: g++ configure:4459: checking for Objective C++ compiler version configure:4468: g++ --version >&5 Apple LLVM version 7.0.2 (clang-700.1.81) Target: x86_64-apple-darwin15.0.0 Thread model: posix Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1 configure:4479: $? = 0 configure:4468: 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 7.0.2 (clang-700.1.81) Target: x86_64-apple-darwin15.0.0 Thread model: posix configure:4479: $? = 0 configure:4468: g++ -V >&5 clang: error: argument to '-V' is missing (expected 1 value) clang: error: no input files configure:4479: $? = 1 configure:4468: g++ -qversion >&5 clang: error: unknown argument: '-qversion' clang: error: no input files configure:4479: $? = 1 configure:4483: checking whether we are using the GNU Objective C++ compiler configure:4502: g++ -c conftest.mm >&5 configure:4502: $? = 0 configure:4511: result: yes configure:4520: checking whether g++ accepts -g configure:4540: g++ -c -g conftest.mm >&5 configure:4540: $? = 0 configure:4581: result: yes configure:4606: checking dependency style of g++ configure:4715: result: gcc3 configure:4782: checking how to print strings configure:4809: result: printf configure:4878: checking for gcc configure:4894: found /usr/bin/gcc configure:4905: result: gcc configure:5134: checking for C compiler version configure:5143: gcc --version >&5 Apple LLVM version 7.0.2 (clang-700.1.81) Target: x86_64-apple-darwin15.0.0 Thread model: posix Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1 configure:5154: $? = 0 configure:5143: 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 7.0.2 (clang-700.1.81) Target: x86_64-apple-darwin15.0.0 Thread model: posix configure:5154: $? = 0 configure:5143: gcc -V >&5 clang: error: argument to '-V' is missing (expected 1 value) clang: error: no input files configure:5154: $? = 1 configure:5143: gcc -qversion >&5 clang: error: unknown argument: '-qversion' clang: error: no input files configure:5154: $? = 1 configure:5158: checking whether we are using the GNU C compiler configure:5177: gcc -c conftest.c >&5 configure:5177: $? = 0 configure:5186: result: yes configure:5195: checking whether gcc accepts -g configure:5215: gcc -c -g conftest.c >&5 configure:5215: $? = 0 configure:5256: result: yes configure:5273: checking for gcc option to accept ISO C89 configure:5336: gcc -c -g -O2 conftest.c >&5 configure:5336: $? = 0 configure:5349: result: none needed configure:5374: checking whether gcc understands -c and -o together configure:5396: gcc -c conftest.c -o conftest2.o configure:5399: $? = 0 configure:5396: gcc -c conftest.c -o conftest2.o configure:5399: $? = 0 configure:5411: result: yes configure:5430: checking dependency style of gcc configure:5541: result: gcc3 configure:5556: checking for a sed that does not truncate output configure:5620: result: /usr/bin/sed configure:5638: checking for grep that handles long lines and -e configure:5696: result: /usr/bin/grep configure:5701: checking for egrep configure:5763: result: /usr/bin/grep -E configure:5768: checking for fgrep configure:5830: result: /usr/bin/grep -F configure:5865: checking for ld used by gcc configure:5932: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld configure:5939: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld configure:5954: result: no configure:5966: checking for BSD- or MS-compatible name lister (nm) configure:6020: result: /usr/bin/nm configure:6150: checking the name lister (/usr/bin/nm) interface configure:6157: gcc -c -g -O2 conftest.c >&5 configure:6160: /usr/bin/nm "conftest.o" configure:6163: output 000000000000020c S some_variable configure:6170: result: BSD nm configure:6173: checking whether ln -s works configure:6177: result: yes configure:6185: checking the maximum length of command line arguments configure:6316: result: 196608 configure:6364: checking how to convert x86_64-apple-darwin15.0.0 file names to x86_64-apple-darwin15.0.0 format configure:6404: result: func_convert_file_noop configure:6411: checking how to convert x86_64-apple-darwin15.0.0 file names to toolchain format configure:6431: result: func_convert_file_noop configure:6438: checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files configure:6445: result: -r configure:6519: checking for objdump configure:6549: result: no configure:6578: checking how to recognize dependent libraries configure:6778: result: pass_all configure:6863: checking for dlltool configure:6893: result: no configure:6923: checking how to associate runtime and link libraries configure:6950: result: printf %s\n configure:7011: checking for ar configure:7027: found /usr/bin/ar configure:7038: result: ar configure:7075: checking for archiver @FILE support configure:7092: gcc -c -g -O2 conftest.c >&5 configure:7092: $? = 0 configure:7095: ar cru libconftest.a @conftest.lst >&5 ar: @conftest.lst: No such file or directory configure:7098: $? = 1 configure:7118: result: no configure:7176: checking for strip configure:7192: found /usr/bin/strip configure:7203: result: strip configure:7275: checking for ranlib configure:7291: found /usr/bin/ranlib configure:7302: result: ranlib configure:7404: checking command to parse /usr/bin/nm output from gcc object configure:7557: gcc -c -g -O2 conftest.c >&5 configure:7560: $? = 0 configure:7564: /usr/bin/nm conftest.o | sed -n -e 's/^. [ ][ ]([_A-Za-z][_A-Za-z0-9])$/\1 \2 \2/p' | sed '/ gnu_lto/d' > conftest.nm configure:7567: $? = 0 cannot find nm_test_var in conftest.nm configure:7557: gcc -c -g -O2 conftest.c >&5 configure:7560: $? = 0 configure:7564: /usr/bin/nm conftest.o | sed -n -e 's/^._ [ ][ ]*([_A-Za-z][_A-Za-z0-9])$/\1 \2 \2/p' | sed '/ __gnu_lto/d' > conftest.nm configure:7567: $? = 0 configure:7633: gcc -o conftest -g -O2 conftest.c conftstm.o >&5 warning: (x86_64) could not find object file symbol for symbol _main configure:7636: $? = 0 configure:7674: result: ok configure:7721: checking for sysroot configure:7751: result: no configure:7758: checking for a working dd configure:7796: result: /bin/dd configure:7800: checking how to truncate binary pipes configure:7815: result: /bin/dd bs=4096 count=1 configure:8144: checking for mt configure:8174: result: no configure:8194: checking if : is a manifest tool configure:8200: : '-?' configure:8208: result: no configure:8264: checking for dsymutil configure:8280: found /usr/bin/dsymutil configure:8291: result: dsymutil configure:8356: checking for nmedit configure:8372: found /usr/bin/nmedit configure:8383: result: nmedit configure:8448: checking for lipo configure:8464: found /usr/bin/lipo configure:8475: result: lipo configure:8540: checking for otool configure:8556: found /usr/bin/otool configure:8567: result: otool configure:8632: checking for otool64 configure:8662: result: no configure:8707: checking for -single_module linker flag gcc -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c configure:8740: result: yes configure:8743: checking for -exported_symbols_list linker flag configure:8763: gcc -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c >&5 configure:8763: $? = 0 configure:8773: result: yes configure:8776: 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:8808: result: yes configure:8885: checking how to run the C preprocessor configure:8916: gcc -E conftest.c configure:8916: $? = 0 configure:8930: gcc -E conftest.c conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found #include <ac_nonexistent.h> ^ 1 error generated. configure:8930: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.12.99" | #define PACKAGE_STRING "Bitcoin Core 0.12.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "" | / end confdefs.h. / | #include <ac_nonexistent.h> configure:8955: result: gcc -E configure:8975: gcc -E conftest.c configure:8975: $? = 0 configure:8989: gcc -E conftest.c conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found #include <ac_nonexistent.h> ^ 1 error generated. configure:8989: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.12.99" | #define PACKAGE_STRING "Bitcoin Core 0.12.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "" | / end confdefs.h. / | #include <ac_nonexistent.h> configure:9018: checking for ANSI C header files configure:9038: gcc -c -g -O2 conftest.c >&5 configure:9038: $? = 0 configure:9111: gcc -o conftest -g -O2 conftest.c >&5 configure:9111: $? = 0 configure:9111: ./conftest configure:9111: $? = 0 configure:9122: result: yes configure:9135: checking for sys/types.h configure:9135: gcc -c -g -O2 conftest.c >&5 configure:9135: $? = 0 configure:9135: result: yes configure:9135: checking for sys/stat.h configure:9135: gcc -c -g -O2 conftest.c >&5 configure:9135: $? = 0 configure:9135: result: yes configure:9135: checking for stdlib.h configure:9135: gcc -c -g -O2 conftest.c >&5 configure:9135: $? = 0 configure:9135: result: yes configure:9135: checking for string.h configure:9135: gcc -c -g -O2 conftest.c >&5 configure:9135: $? = 0 configure:9135: result: yes configure:9135: checking for memory.h configure:9135: gcc -c -g -O2 conftest.c >&5 configure:9135: $? = 0 configure:9135: result: yes configure:9135: checking for strings.h configure:9135: gcc -c -g -O2 conftest.c >&5 configure:9135: $? = 0 configure:9135: result: yes configure:9135: checking for inttypes.h configure:9135: gcc -c -g -O2 conftest.c >&5 configure:9135: $? = 0 configure:9135: result: yes configure:9135: checking for stdint.h configure:9135: gcc -c -g -O2 conftest.c >&5 configure:9135: $? = 0 configure:9135: result: yes configure:9135: checking for unistd.h configure:9135: gcc -c -g -O2 conftest.c >&5 configure:9135: $? = 0 configure:9135: result: yes configure:9149: checking for dlfcn.h configure:9149: gcc -c -g -O2 conftest.c >&5 configure:9149: $? = 0 configure:9149: result: yes configure:9415: checking for objdir configure:9430: result: .libs configure:9694: checking if gcc supports -fno-rtti -fno-exceptions configure:9712: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 configure:9716: $? = 0 configure:9729: result: yes configure:10087: checking for gcc option to produce PIC configure:10094: result: -fno-common -DPIC configure:10102: checking if gcc PIC flag -fno-common -DPIC works configure:10120: gcc -c -g -O2 -fno-common -DPIC -DPIC conftest.c >&5 configure:10124: $? = 0 configure:10137: result: yes configure:10166: checking if gcc static flag -static works configure:10194: result: no configure:10209: checking if gcc supports -c -o file.o configure:10230: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5 configure:10234: $? = 0 configure:10256: result: yes configure:10264: checking if gcc supports -c -o file.o configure:10311: result: yes configure:10344: checking whether the gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries configure:11603: result: yes configure:11843: checking dynamic linker characteristics configure:12661: result: darwin15.0.0 dyld configure:12783: checking how to hardcode library paths into programs configure:12808: result: immediate configure:13356: checking whether stripping libraries is possible configure:13370: result: yes configure:13396: checking if libtool supports shared libraries configure:13398: result: yes configure:13401: checking whether to build shared libraries configure:13426: result: yes configure:13429: checking whether to build static libraries configure:13433: result: yes configure:13456: checking how to run the C++ preprocessor configure:13483: g++ -E conftest.cpp configure:13483: $? = 0 configure:13497: g++ -E conftest.cpp conftest.cpp:21:10: fatal error: 'ac_nonexistent.h' file not found #include <ac_nonexistent.h> ^ 1 error generated. configure:13497: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.12.99" | #define PACKAGE_STRING "Bitcoin Core 0.12.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "" | #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:13522: result: g++ -E configure:13542: g++ -E conftest.cpp configure:13542: $? = 0 configure:13556: g++ -E conftest.cpp conftest.cpp:21:10: fatal error: 'ac_nonexistent.h' file not found #include <ac_nonexistent.h> ^ 1 error generated. configure:13556: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.12.99" | #define PACKAGE_STRING "Bitcoin Core 0.12.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "" | #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:13718: checking for ld used by g++ configure:13785: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld configure:13792: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld configure:13807: result: no configure:13862: checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries configure:14935: result: yes configure:14971: g++ -c -g -O2 conftest.cpp >&5 configure:14974: $? = 0 configure:15455: checking for g++ option to produce PIC configure:15462: result: -fno-common -DPIC configure:15470: checking if g++ PIC flag -fno-common -DPIC works configure:15488: g++ -c -g -O2 -fno-common -DPIC -DPIC conftest.cpp >&5 configure:15492: $? = 0 configure:15505: result: yes configure:15528: checking if g++ static flag -static works configure:15556: result: no configure:15568: checking if g++ supports -c -o file.o configure:15589: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5 configure:15593: $? = 0 configure:15615: result: yes configure:15620: checking if g++ supports -c -o file.o configure:15667: result: yes configure:15697: checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries configure:15737: result: yes configure:15878: checking dynamic linker characteristics configure:16623: result: darwin15.0.0 dyld configure:16688: checking how to hardcode library paths into programs configure:16713: result: immediate configure:16821: checking for ar configure:16839: found /usr/bin/ar configure:16851: result: /usr/bin/ar configure:16919: checking for ranlib configure:16937: found /usr/bin/ranlib configure:16949: result: /usr/bin/ranlib configure:17017: checking for strip configure:17035: found /usr/bin/strip configure:17047: result: /usr/bin/strip configure:17115: checking for gcov configure:17133: found /usr/bin/gcov configure:17145: result: /usr/bin/gcov configure:17169: checking for lcov configure:17202: result: no configure:17209: checking for java configure:17227: found /usr/bin/java configure:17239: result: /usr/bin/java configure:17249: checking for python configure:17267: found /usr/bin/python configure:17279: result: /usr/bin/python configure:17289: checking for genhtml configure:17322: result: no configure:17329: checking for git configure:17347: found /usr/bin/git configure:17359: result: /usr/bin/git configure:17369: checking for ccache configure:17402: result: no configure:17409: checking for xgettext configure:17427: found /opt/local/bin/xgettext configure:17439: result: /opt/local/bin/xgettext configure:17449: checking for hexdump configure:17467: found /usr/bin/hexdump configure:17479: result: /usr/bin/hexdump configure:17542: checking for pkg-config configure:17560: found /opt/local/bin/pkg-config configure:17572: result: /opt/local/bin/pkg-config configure:17597: checking pkg-config is at least version 0.9.0 configure:17600: result: yes configure:18800: checking for port configure:18816: found /opt/local/bin/port configure:18827: result: port configure:18846: checking for brew configure:18862: found /usr/local/bin/brew configure:18873: result: brew configure:19153: checking whether the linker accepts -Wl,-headerpad_max_install_names configure:19172: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -Wl,-headerpad_max_install_names conftest.cpp -L/opt/local/lib -L/usr/local/opt/berkeley-db4/lib >&5 configure:19172: $? = 0 configure:19181: result: yes configure:19277: checking whether byte ordering is bigendian configure:19292: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.cpp >&5 configure:19292: $? = 0 configure:19337: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.cpp >&5 configure:19337: $? = 0 configure:19355: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:28:11: error: expected ';' after expression not big endian ^ ; conftest.cpp:28:8: error: use of undeclared identifier 'big' not big endian ^ conftest.cpp:28:12: error: use of undeclared identifier 'endian' not big endian ^ 3 errors generated. configure:19355: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.12.99" | #define PACKAGE_STRING "Bitcoin Core 0.12.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "" | #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 <sys/types.h> | #include <sys/param.h> | | int | main () | { | #if BYTE_ORDER != BIG_ENDIAN | not big endian | #endif | | ; | return 0; | } configure:19483: result: no configure:19614: checking if compiler needs -Werror to reject unknown flags configure:19630: gcc -c -g -O2 -Werror -Wunknown-warning-option -Wsizeof-array-argument -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.c >&5 configure:19630: $? = 0 configure:19631: result: yes configure:19651: checking whether pthreads work with -pthread configure:19739: gcc -o conftest -g -O2 -pthread -Werror -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -Wl,-headerpad_max_install_names conftest.c -L/opt/local/lib -L/usr/local/opt/berkeley-db4/lib >&5 configure:19739: $? = 0 configure:19748: result: yes configure:19767: checking for joinable pthread attribute configure:19782: gcc -o conftest -g -O2 -pthread -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -Wl,-headerpad_max_install_names conftest.c -L/opt/local/lib -L/usr/local/opt/berkeley-db4/lib >&5 configure:19782: $? = 0 configure:19788: result: PTHREAD_CREATE_JOINABLE configure:19798: checking if more special flags are required for pthreads configure:19813: result: -D_THREAD_SAFE configure:19819: checking for PTHREAD_PRIO_INHERIT configure:19836: gcc -o conftest -g -O2 -pthread -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -Wl,-headerpad_max_install_names conftest.c -L/opt/local/lib -L/usr/local/opt/berkeley-db4/lib >&5 configure:19836: $? = 0 configure:19845: result: yes configure:19955: checking for special C compiler options needed for large files configure:20000: result: no configure:20006: checking for _FILE_OFFSET_BITS value needed for large files configure:20031: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.cpp >&5 configure:20031: $? = 0 configure:20063: result: no configure:20149: checking whether strerror_r is declared configure:20149: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.cpp >&5 configure:20149: $? = 0 configure:20149: result: yes configure:20162: checking for strerror_r configure:20162: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -Wl,-headerpad_max_install_names conftest.cpp -L/opt/local/lib -L/usr/local/opt/berkeley-db4/lib >&5 configure:20162: $? = 0 configure:20162: result: yes configure:20171: checking whether strerror_r returns char * configure:20195: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:63:13: error: indirection requires pointer operand ('int' invalid) char x = *strerror_r (0, buf, sizeof buf); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ conftest.cpp:64: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:20195: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.12.99" | #define PACKAGE_STRING "Bitcoin Core 0.12.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "" | #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 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:20233: result: no configure:20254: checking whether the linker accepts -Wl,--large-address-aware configure:20273: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -Wl,-headerpad_max_install_names -Wl,--large-address-aware conftest.cpp -L/opt/local/lib -L/usr/local/opt/berkeley-db4/lib >&5 ld: unknown option: --large-address-aware clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:20273: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.12.99" | #define PACKAGE_STRING "Bitcoin Core 0.12.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "" | #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 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:20282: result: no configure:20294: checking for __attribute((visibility)) configure:20316: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -Wl,-headerpad_max_install_names conftest.cpp -L/opt/local/lib -L/usr/local/opt/berkeley-db4/lib >&5 configure:20316: $? = 0 configure:20329: result: yes configure:20345: checking for attribute((dllexport)) configure:20366: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -Wl,-headerpad_max_install_names conftest.cpp -L/opt/local/lib -L/usr/local/opt/berkeley-db4/lib >&5 conftest.cpp:28:36: warning: unknown attribute 'dllexport' ignored [-Wunknown-attributes] attribute((dllexport)) int foo( void ) { return 0; } ^ 1 warning generated. configure:20366: $? = 0 configure:20379: result: no configure:20395: checking for attribute((dllimport)) configure:20416: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -Wl,-headerpad_max_install_names conftest.cpp -L/opt/local/lib -L/usr/local/opt/berkeley-db4/lib >&5 conftest.cpp:28:52: warning: unknown attribute 'dllimport' ignored [-Wunknown-attributes] int foo( void ) attribute((dllimport)); ^ 1 warning generated. configure:20416: $? = 0 configure:20429: result: no configure:20483: checking whether C++ compiler accepts -fPIC configure:20502: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -fPIC -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.cpp >&5 configure:20502: $? = 0 configure:20510: result: yes configure:20521: checking whether C++ compiler accepts -Wstack-protector configure:20540: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -Wstack-protector -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.cpp >&5 configure:20540: $? = 0 configure:20548: result: yes configure:20556: checking whether C++ compiler accepts -fstack-protector-all configure:20575: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -fstack-protector-all -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.cpp >&5 configure:20575: $? = 0 configure:20583: result: yes configure:20593: checking whether C++ preprocessor accepts -D_FORTIFY_SOURCE=2 configure:20612: g++ -E -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -D_FORTIFY_SOURCE=2 conftest.cpp configure:20612: $? = 0 configure:20620: result: yes configure:20624: checking whether C++ preprocessor accepts -U_FORTIFY_SOURCE configure:20643: g++ -E -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -U_FORTIFY_SOURCE conftest.cpp configure:20643: $? = 0 configure:20651: result: yes configure:20668: checking whether the linker accepts -Wl,--dynamicbase configure:20687: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -Wl,-headerpad_max_install_names -Wl,--dynamicbase conftest.cpp -L/opt/local/lib -L/usr/local/opt/berkeley-db4/lib >&5 ld: unknown option: --dynamicbase clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:20687: $? = 1 configure: failed program was: | /* confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.12.99" | #define PACKAGE_STRING "Bitcoin Core 0.12.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "" | #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 HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1 | / end confdefs.h. / | | int | main () | { | | ; | return 0; | } configure:20696: result: no configure:20704: checking whether the linker accepts -Wl,--nxcompat configure:20723: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -Wl,-headerpad_max_install_names -Wl,--nxcompat conftest.cpp -L/opt/local/lib -L/usr/local/opt/berkeley-db4/lib >&5 ld: unknown option: --nxcompat clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:20723: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.12.99" | #define PACKAGE_STRING "Bitcoin Core 0.12.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "" | #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 HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1 | / end confdefs.h. / | | int | main () | { | | ; | return 0; | } configure:20732: result: no configure:20740: checking whether the linker accepts -Wl,-z,relro configure:20759: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -Wl,-headerpad_max_install_names -Wl,-z,relro conftest.cpp -L/opt/local/lib -L/usr/local/opt/berkeley-db4/lib >&5 ld: unknown option: -z clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:20759: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.12.99" | #define PACKAGE_STRING "Bitcoin Core 0.12.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "" | #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 HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1 | / end confdefs.h. / | | int | main () | { | | ; | return 0; | } configure:20768: result: no configure:20776: checking whether the linker accepts -Wl,-z,now configure:20795: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -Wl,-headerpad_max_install_names -Wl,-z,now conftest.cpp -L/opt/local/lib -L/usr/local/opt/berkeley-db4/lib >&5 ld: unknown option: -z clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:20795: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.12.99" | #define PACKAGE_STRING "Bitcoin Core 0.12.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "" | #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 HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1 | / end confdefs.h. / | | int | main () | { | | ; | return 0; | } configure:20804: result: no configure:20814: checking whether C++ compiler accepts -fPIE configure:20833: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -fPIE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.cpp >&5 configure:20833: $? = 0 configure:20841: result: yes configure:20849: checking whether the linker accepts -pie configure:20868: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -Wl,-headerpad_max_install_names -pie conftest.cpp -L/opt/local/lib -L/usr/local/opt/berkeley-db4/lib >&5 clang: warning: argument unused during compilation: '-pie' configure:20868: $? = 0 configure:20877: result: yes configure:20935: checking whether the linker accepts -Wl,-dead_strip configure:20954: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -Wl,-headerpad_max_install_names -Wl,-dead_strip conftest.cpp -L/opt/local/lib -L/usr/local/opt/berkeley-db4/lib >&5 configure:20954: $? = 0 configure:20963: result: yes configure:20976: checking endian.h usability configure:20976: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:59:10: fatal error: 'endian.h' file not found #include <endian.h> ^ 1 error generated. configure:20976: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.12.99" | #define PACKAGE_STRING "Bitcoin Core 0.12.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "" | #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 HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 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:20976: result: no configure:20976: checking endian.h presence configure:20976: g++ -E -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.cpp conftest.cpp:26:10: fatal error: 'endian.h' file not found #include <endian.h> ^ 1 error generated. configure:20976: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.12.99" | #define PACKAGE_STRING "Bitcoin Core 0.12.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "" | #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 HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1 | / end confdefs.h. / | #include <endian.h> configure:20976: result: no configure:20976: checking for endian.h configure:20976: result: no configure:20976: checking sys/endian.h usability configure:20976: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:59:10: fatal error: 'sys/endian.h' file not found #include <sys/endian.h> ^ 1 error generated. configure:20976: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.12.99" | #define PACKAGE_STRING "Bitcoin Core 0.12.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "" | #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 HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 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:20976: result: no configure:20976: checking sys/endian.h presence configure:20976: g++ -E -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.cpp conftest.cpp:26:10: fatal error: 'sys/endian.h' file not found #include <sys/endian.h> ^ 1 error generated. configure:20976: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.12.99" | #define PACKAGE_STRING "Bitcoin Core 0.12.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "" | #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 HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1 | / end confdefs.h. / | #include <sys/endian.h> configure:20976: result: no configure:20976: checking for sys/endian.h configure:20976: result: no configure:20976: checking byteswap.h usability configure:20976: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:59:10: fatal error: 'byteswap.h' file not found #include <byteswap.h> ^ 1 error generated. configure:20976: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.12.99" | #define PACKAGE_STRING "Bitcoin Core 0.12.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "" | #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 HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 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:20976: result: no configure:20976: checking byteswap.h presence configure:20976: g++ -E -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.cpp conftest.cpp:26:10: fatal error: 'byteswap.h' file not found #include <byteswap.h> ^ 1 error generated. configure:20976: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.12.99" | #define PACKAGE_STRING "Bitcoin Core 0.12.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "" | #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 HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1 | / end confdefs.h. / | #include <byteswap.h> configure:20976: result: no configure:20976: checking for byteswap.h configure:20976: result: no configure:20976: checking stdio.h usability configure:20976: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.cpp >&5 configure:20976: $? = 0 configure:20976: result: yes configure:20976: checking stdio.h presence configure:20976: g++ -E -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.cpp configure:20976: $? = 0 configure:20976: result: yes configure:20976: checking for stdio.h configure:20976: result: yes configure:20976: checking for stdlib.h configure:20976: result: yes configure:20976: checking for unistd.h configure:20976: result: yes configure:20976: checking for strings.h configure:20976: result: yes configure:20976: checking for sys/types.h configure:20976: result: yes configure:20976: checking for sys/stat.h configure:20976: result: yes configure:20976: checking sys/select.h usability configure:20976: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.cpp >&5 configure:20976: $? = 0 configure:20976: result: yes configure:20976: checking sys/select.h presence configure:20976: g++ -E -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.cpp configure:20976: $? = 0 configure:20976: result: yes configure:20976: checking for sys/select.h configure:20976: result: yes configure:20976: checking sys/prctl.h usability configure:20976: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:66:10: fatal error: 'sys/prctl.h' file not found #include <sys/prctl.h> ^ 1 error generated. configure:20976: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.12.99" | #define PACKAGE_STRING "Bitcoin Core 0.12.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "" | #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 HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 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:20976: result: no configure:20976: checking sys/prctl.h presence configure:20976: g++ -E -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.cpp conftest.cpp:33:10: fatal error: 'sys/prctl.h' file not found #include <sys/prctl.h> ^ 1 error generated. configure:20976: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.12.99" | #define PACKAGE_STRING "Bitcoin Core 0.12.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "" | #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 HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 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:20976: result: no configure:20976: checking for sys/prctl.h configure:20976: result: no configure:20986: checking for library containing getaddrinfo_a configure:21017: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -Wl,-headerpad_max_install_names -Wl,-dead_strip conftest.cpp -L/opt/local/lib -L/usr/local/opt/berkeley-db4/lib >&5 Undefined symbols for architecture x86_64: "_getaddrinfo_a", referenced from: _main in conftest-7cf6b9.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:21017: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.12.99" | #define PACKAGE_STRING "Bitcoin Core 0.12.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "" | #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 HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 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. / | | / Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. / | #ifdef __cplusplus | extern "C" | #endif | char getaddrinfo_a (); | int | main () | { | return getaddrinfo_a (); | ; | return 0; | } configure:21017: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -Wl,-headerpad_max_install_names -Wl,-dead_strip conftest.cpp -lanl -L/opt/local/lib -L/usr/local/opt/berkeley-db4/lib >&5 ld: library not found for -lanl clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:21017: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.12.99" | #define PACKAGE_STRING "Bitcoin Core 0.12.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "" | #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 HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 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. / | | / Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. / | #ifdef __cplusplus | extern "C" | #endif | char getaddrinfo_a (); | int | main () | { | return getaddrinfo_a (); | ; | return 0; | } configure:21034: result: no configure:21044: checking for library containing inet_pton configure:21075: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -Wl,-headerpad_max_install_names -Wl,-dead_strip conftest.cpp -L/opt/local/lib -L/usr/local/opt/berkeley-db4/lib >&5 configure:21075: $? = 0 configure:21092: result: none required configure:21103: checking whether strnlen is declared configure:21103: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.cpp >&5 configure:21103: $? = 0 configure:21103: result: yes configure:21115: checking whether le16toh is declared configure:21115: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:46:10: error: use of undeclared identifier 'le16toh' (void) le16toh; ^ 1 error generated. configure:21115: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.12.99" | #define PACKAGE_STRING "Bitcoin Core 0.12.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "" | #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 HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 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_INET_PTON 1 | #define HAVE_DECL_STRNLEN 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:21115: result: no configure:21130: checking whether le32toh is declared configure:21130: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:47:10: error: use of undeclared identifier 'le32toh' (void) le32toh; ^ 1 error generated. configure:21130: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.12.99" | #define PACKAGE_STRING "Bitcoin Core 0.12.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "" | #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 HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 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_INET_PTON 1 | #define HAVE_DECL_STRNLEN 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:21130: result: no configure:21145: checking whether le64toh is declared configure:21145: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:48:10: error: use of undeclared identifier 'le64toh' (void) le64toh; ^ 1 error generated. configure:21145: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.12.99" | #define PACKAGE_STRING "Bitcoin Core 0.12.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "" | #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 HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 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_INET_PTON 1 | #define HAVE_DECL_STRNLEN 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:21145: result: no configure:21160: checking whether htole16 is declared configure:21160: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:49:10: error: use of undeclared identifier 'htole16' (void) htole16; ^ 1 error generated. configure:21160: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.12.99" | #define PACKAGE_STRING "Bitcoin Core 0.12.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "" | #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 HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 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_INET_PTON 1 | #define HAVE_DECL_STRNLEN 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:21160: result: no configure:21175: checking whether htole32 is declared configure:21175: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:50:10: error: use of undeclared identifier 'htole32' (void) htole32; ^ 1 error generated. configure:21175: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.12.99" | #define PACKAGE_STRING "Bitcoin Core 0.12.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "" | #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 HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 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_INET_PTON 1 | #define HAVE_DECL_STRNLEN 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:21175: result: no configure:21190: checking whether htole64 is declared configure:21190: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:51:10: error: use of undeclared identifier 'htole64' (void) htole64; ^ 1 error generated. configure:21190: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.12.99" | #define PACKAGE_STRING "Bitcoin Core 0.12.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "" | #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 HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 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_INET_PTON 1 | #define HAVE_DECL_STRNLEN 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:21190: result: no configure:21205: checking whether be16toh is declared configure:21205: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:52:10: error: use of undeclared identifier 'be16toh' (void) be16toh; ^ 1 error generated. configure:21205: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.12.99" | #define PACKAGE_STRING "Bitcoin Core 0.12.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "" | #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 HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 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_INET_PTON 1 | #define HAVE_DECL_STRNLEN 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:21205: result: no configure:21220: checking whether be32toh is declared configure:21220: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:53:10: error: use of undeclared identifier 'be32toh' (void) be32toh; ^ 1 error generated. configure:21220: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.12.99" | #define PACKAGE_STRING "Bitcoin Core 0.12.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "" | #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 HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 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_INET_PTON 1 | #define HAVE_DECL_STRNLEN 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:21220: result: no configure:21235: checking whether be64toh is declared configure:21235: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:54:10: error: use of undeclared identifier 'be64toh' (void) be64toh; ^ 1 error generated. configure:21235: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.12.99" | #define PACKAGE_STRING "Bitcoin Core 0.12.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "" | #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 HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 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_INET_PTON 1 | #define HAVE_DECL_STRNLEN 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:21235: result: no configure:21250: checking whether htobe16 is declared configure:21250: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:55:10: error: use of undeclared identifier 'htobe16' (void) htobe16; ^ 1 error generated. configure:21250: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.12.99" | #define PACKAGE_STRING "Bitcoin Core 0.12.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "" | #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 HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 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_INET_PTON 1 | #define HAVE_DECL_STRNLEN 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:21250: result: no configure:21265: checking whether htobe32 is declared configure:21265: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:56:10: error: use of undeclared identifier 'htobe32' (void) htobe32; ^ 1 error generated. configure:21265: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.12.99" | #define PACKAGE_STRING "Bitcoin Core 0.12.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "" | #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 HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 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_INET_PTON 1 | #define HAVE_DECL_STRNLEN 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:21265: result: no configure:21280: checking whether htobe64 is declared configure:21280: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:57:10: error: use of undeclared identifier 'htobe64' (void) htobe64; ^ 1 error generated. configure:21280: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.12.99" | #define PACKAGE_STRING "Bitcoin Core 0.12.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "" | #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 HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 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_INET_PTON 1 | #define HAVE_DECL_STRNLEN 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:21280: result: no configure:21297: checking whether bswap_16 is declared configure:21297: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:56:10: error: use of undeclared identifier 'bswap_16' (void) bswap_16; ^ 1 error generated. configure:21297: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.12.99" | #define PACKAGE_STRING "Bitcoin Core 0.12.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "" | #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 HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 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_INET_PTON 1 | #define HAVE_DECL_STRNLEN 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:21297: result: no configure:21310: checking whether bswap_32 is declared configure:21310: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:57:10: error: use of undeclared identifier 'bswap_32' (void) bswap_32; ^ 1 error generated. configure:21310: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.12.99" | #define PACKAGE_STRING "Bitcoin Core 0.12.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "" | #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 HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 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_INET_PTON 1 | #define HAVE_DECL_STRNLEN 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:21310: result: no configure:21323: checking whether bswap_64 is declared configure:21323: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:58:10: error: use of undeclared identifier 'bswap_64' (void) bswap_64; ^ 1 error generated. configure:21323: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.12.99" | #define PACKAGE_STRING "Bitcoin Core 0.12.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "" | #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 HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 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_INET_PTON 1 | #define HAVE_DECL_STRNLEN 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:21323: result: no configure:21338: checking for MSG_NOSIGNAL configure:21351: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:54:10: error: use of undeclared identifier 'MSG_NOSIGNAL' int f = MSG_NOSIGNAL; ^ 1 error generated. configure:21351: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.12.99" | #define PACKAGE_STRING "Bitcoin Core 0.12.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "" | #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 HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 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_INET_PTON 1 | #define HAVE_DECL_STRNLEN 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 <sys/socket.h> | int | main () | { | int f = MSG_NOSIGNAL; | ; | return 0; | } configure:21357: result: no configure:21363: checking for library containing clock_gettime configure:21394: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -Wl,-headerpad_max_install_names -Wl,-dead_strip conftest.cpp -L/opt/local/lib -L/usr/local/opt/berkeley-db4/lib >&5 Undefined symbols for architecture x86_64: "_clock_gettime", referenced from: _main in conftest-167081.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:21394: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.12.99" | #define PACKAGE_STRING "Bitcoin Core 0.12.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "" | #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 HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 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_INET_PTON 1 | #define HAVE_DECL_STRNLEN 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. / | | / Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. / | #ifdef __cplusplus | extern "C" | #endif | char clock_gettime (); | int | main () | { | return clock_gettime (); | ; | return 0; | } configure:21394: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -Wl,-headerpad_max_install_names -Wl,-dead_strip conftest.cpp -lrt -L/opt/local/lib -L/usr/local/opt/berkeley-db4/lib >&5 ld: library not found for -lrt clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:21394: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.12.99" | #define PACKAGE_STRING "Bitcoin Core 0.12.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "" | #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 HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 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_INET_PTON 1 | #define HAVE_DECL_STRNLEN 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. / | | / Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. / | #ifdef __cplusplus | extern "C" | #endif | char clock_gettime (); | int | main () | { | return clock_gettime (); | ; | return 0; | } configure:21411: result: no configure:21420: checking for visibility attribute configure:21429: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -Wl,-headerpad_max_install_names -Wl,-dead_strip conftest.cpp -L/opt/local/lib -L/usr/local/opt/berkeley-db4/lib >&5 configure:21429: $? = 0 configure:21434: result: yes configure:21505: checking for Berkeley DB C++ headers configure:21536: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:52:16: fatal error: 'bdb4.8/db_cxx.h' file not found #include <bdb4.8/db_cxx.h> ^ 1 error generated. configure:21536: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.12.99" | #define PACKAGE_STRING "Bitcoin Core 0.12.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "" | #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 HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 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_INET_PTON 1 | #define HAVE_DECL_STRNLEN 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_VISIBILITY_ATTRIBUTE 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:21536: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:52:16: fatal error: 'libdb4.8/db_cxx.h' file not found #include <libdb4.8/db_cxx.h> ^ 1 error generated. configure:21536: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.12.99" | #define PACKAGE_STRING "Bitcoin Core 0.12.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "" | #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 HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 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_INET_PTON 1 | #define HAVE_DECL_STRNLEN 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_VISIBILITY_ATTRIBUTE 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:21536: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:52:16: fatal error: 'db4.8/db_cxx.h' file not found #include <db4.8/db_cxx.h> ^ 1 error generated. configure:21536: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.12.99" | #define PACKAGE_STRING "Bitcoin Core 0.12.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "" | #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 HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 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_INET_PTON 1 | #define HAVE_DECL_STRNLEN 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_VISIBILITY_ATTRIBUTE 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:21536: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:52:16: fatal error: 'bdb48/db_cxx.h' file not found #include <bdb48/db_cxx.h> ^ 1 error generated. configure:21536: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.12.99" | #define PACKAGE_STRING "Bitcoin Core 0.12.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "" | #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 HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 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_INET_PTON 1 | #define HAVE_DECL_STRNLEN 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_VISIBILITY_ATTRIBUTE 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:21536: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:52:16: fatal error: 'libdb48/db_cxx.h' file not found #include <libdb48/db_cxx.h> ^ 1 error generated. configure:21536: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.12.99" | #define PACKAGE_STRING "Bitcoin Core 0.12.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "" | #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 HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 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_INET_PTON 1 | #define HAVE_DECL_STRNLEN 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_VISIBILITY_ATTRIBUTE 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:21536: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:52:16: fatal error: 'db48/db_cxx.h' file not found #include <db48/db_cxx.h> ^ 1 error generated. configure:21536: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.12.99" | #define PACKAGE_STRING "Bitcoin Core 0.12.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "" | #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 HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 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_INET_PTON 1 | #define HAVE_DECL_STRNLEN 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_VISIBILITY_ATTRIBUTE 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:21536: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:52:16: fatal error: 'bdb4/db_cxx.h' file not found #include <bdb4/db_cxx.h> ^ 1 error generated. configure:21536: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.12.99" | #define PACKAGE_STRING "Bitcoin Core 0.12.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "" | #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 HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 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_INET_PTON 1 | #define HAVE_DECL_STRNLEN 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_VISIBILITY_ATTRIBUTE 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:21536: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:52:16: fatal error: 'libdb4/db_cxx.h' file not found #include <libdb4/db_cxx.h> ^ 1 error generated. configure:21536: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.12.99" | #define PACKAGE_STRING "Bitcoin Core 0.12.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "" | #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 HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 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_INET_PTON 1 | #define HAVE_DECL_STRNLEN 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_VISIBILITY_ATTRIBUTE 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:21536: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:52:16: fatal error: 'db4/db_cxx.h' file not found #include <db4/db_cxx.h> ^ 1 error generated. configure:21536: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.12.99" | #define PACKAGE_STRING "Bitcoin Core 0.12.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "" | #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 HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 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_INET_PTON 1 | #define HAVE_DECL_STRNLEN 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_VISIBILITY_ATTRIBUTE 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:21536: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:52:16: fatal error: 'bdb5/db_cxx.h' file not found #include <bdb5/db_cxx.h> ^ 1 error generated. configure:21536: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.12.99" | #define PACKAGE_STRING "Bitcoin Core 0.12.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "" | #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 HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 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_INET_PTON 1 | #define HAVE_DECL_STRNLEN 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_VISIBILITY_ATTRIBUTE 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:21536: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:52:16: fatal error: 'libdb5/db_cxx.h' file not found #include <libdb5/db_cxx.h> ^ 1 error generated. configure:21536: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.12.99" | #define PACKAGE_STRING "Bitcoin Core 0.12.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "" | #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 HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 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_INET_PTON 1 | #define HAVE_DECL_STRNLEN 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_VISIBILITY_ATTRIBUTE 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:21536: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:52:16: fatal error: 'db5/db_cxx.h' file not found #include <db5/db_cxx.h> ^ 1 error generated. configure:21536: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.12.99" | #define PACKAGE_STRING "Bitcoin Core 0.12.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "" | #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 HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 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_INET_PTON 1 | #define HAVE_DECL_STRNLEN 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_VISIBILITY_ATTRIBUTE 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:21536: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:52:16: fatal error: 'bdb/db_cxx.h' file not found #include <bdb/db_cxx.h> ^ 1 error generated. configure:21536: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.12.99" | #define PACKAGE_STRING "Bitcoin Core 0.12.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "" | #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 HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 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_INET_PTON 1 | #define HAVE_DECL_STRNLEN 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_VISIBILITY_ATTRIBUTE 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:21536: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:52:16: fatal error: 'libdb/db_cxx.h' file not found #include <libdb/db_cxx.h> ^ 1 error generated. configure:21536: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.12.99" | #define PACKAGE_STRING "Bitcoin Core 0.12.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "" | #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 HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 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_INET_PTON 1 | #define HAVE_DECL_STRNLEN 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_VISIBILITY_ATTRIBUTE 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:21536: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:52:16: fatal error: 'db/db_cxx.h' file not found #include <db/db_cxx.h> ^ 1 error generated. configure:21536: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.12.99" | #define PACKAGE_STRING "Bitcoin Core 0.12.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "" | #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 HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 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_INET_PTON 1 | #define HAVE_DECL_STRNLEN 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_VISIBILITY_ATTRIBUTE 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:21536: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.cpp >&5 configure:21536: $? = 0 configure:21565: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.cpp >&5 configure:21565: $? = 0 configure:21608: result: default configure:21627: checking for main in -ldb_cxx-4.8 configure:21646: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/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-db4/lib >&5 configure:21646: $? = 0 configure:21656: result: yes configure:21677: checking miniupnpc/miniwget.h usability configure:21677: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.cpp >&5 configure:21677: $? = 0 configure:21677: result: yes configure:21677: checking miniupnpc/miniwget.h presence configure:21677: g++ -E -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.cpp configure:21677: $? = 0 configure:21677: result: yes configure:21677: checking for miniupnpc/miniwget.h configure:21677: result: yes configure:21682: checking for main in -lminiupnpc configure:21701: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -Wl,-headerpad_max_install_names -Wl,-dead_strip conftest.cpp -lminiupnpc -L/opt/local/lib -L/usr/local/opt/berkeley-db4/lib >&5 configure:21701: $? = 0 configure:21710: result: yes configure:21677: checking miniupnpc/miniupnpc.h usability configure:21677: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.cpp >&5 configure:21677: $? = 0 configure:21677: result: yes configure:21677: checking miniupnpc/miniupnpc.h presence configure:21677: g++ -E -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.cpp configure:21677: $? = 0 configure:21677: result: yes configure:21677: checking for miniupnpc/miniupnpc.h configure:21677: result: yes configure:21682: checking for main in -lminiupnpc configure:21710: result: yes configure:21677: checking miniupnpc/upnpcommands.h usability configure:21677: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.cpp >&5 configure:21677: $? = 0 configure:21677: result: yes configure:21677: checking miniupnpc/upnpcommands.h presence configure:21677: g++ -E -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.cpp configure:21677: $? = 0 configure:21677: result: yes configure:21677: checking for miniupnpc/upnpcommands.h configure:21677: result: yes configure:21682: checking for main in -lminiupnpc configure:21710: result: yes configure:21677: checking miniupnpc/upnperrors.h usability configure:21677: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.cpp >&5 configure:21677: $? = 0 configure:21677: result: yes configure:21677: checking miniupnpc/upnperrors.h presence configure:21677: g++ -E -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.cpp configure:21677: $? = 0 configure:21677: result: yes configure:21677: checking for miniupnpc/upnperrors.h configure:21677: result: yes configure:21682: checking for main in -lminiupnpc configure:21710: result: yes configure:21820: checking for QT configure:21827: $PKG_CONFIG --exists --print-errors "$qt5_modules" configure:21830: $? = 0 configure:21844: $PKG_CONFIG --exists --print-errors "$qt5_modules" configure:21847: $? = 0 configure:21885: result: yes configure:22137: checking for QT_TEST configure:22144: $PKG_CONFIG --exists --print-errors "${QT_LIB_PREFIX}Test" configure:22147: $? = 0 configure:22161: $PKG_CONFIG --exists --print-errors "${QT_LIB_PREFIX}Test" configure:22164: $? = 0 configure:22202: result: yes configure:22209: checking for QT_DBUS configure:22216: $PKG_CONFIG --exists --print-errors "${QT_LIB_PREFIX}DBus" Package Qt5DBus was not found in the pkg-config search path. Perhaps you should add the directory containing Qt5DBus.pc' to the PKG_CONFIG_PATH environment variable No package 'Qt5DBus' found configure:22219: $? = 1 configure:22233: $PKG_CONFIG --exists --print-errors "${QT_LIB_PREFIX}DBus" Package Qt5DBus was not found in the pkg-config search path. Perhaps you should add the directory containingQt5DBus.pc' to the PKG_CONFIG_PATH environment variable No package 'Qt5DBus' found configure:22236: $? = 1 configure:22250: result: no No package 'Qt5DBus' found configure:23210: checking for static Qt configure:23233: g++ -c -fPIC -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -I/usr/local/Cellar/qt5/5.5.1_2/include/QtNetwork -I/usr/local/Cellar/qt5/5.5.1_2/include -I/usr/local/Cellar/qt5/5.5.1_2/include/QtWidgets -I/usr/local/Cellar/qt5/5.5.1_2/include -I/usr/local/Cellar/qt5/5.5.1_2/include/QtGui -I/usr/local/Cellar/qt5/5.5.1_2/include -I/usr/local/Cellar/qt5/5.5.1_2/include/QtCore -I/usr/local/Cellar/qt5/5.5.1_2/include -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.cpp >&5 conftest.cpp:63:7: error: unknown type name 'choke' choke me ^ 1 error generated. configure:23233: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "Bitcoin Core" | #define PACKAGE_TARNAME "bitcoin" | #define PACKAGE_VERSION "0.12.99" | #define PACKAGE_STRING "Bitcoin Core 0.12.99" | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" | #define PACKAGE_URL "" | #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 HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 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_INET_PTON 1 | #define HAVE_DECL_STRNLEN 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_VISIBILITY_ATTRIBUTE 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:23241: result: no configure:23960: checking whether -fPIE can be used with this Qt config configure:23981: g++ -c -fPIE -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -I/usr/local/Cellar/qt5/5.5.1_2/include/QtNetwork -I/usr/local/Cellar/qt5/5.5.1_2/include -I/usr/local/Cellar/qt5/5.5.1_2/include/QtWidgets -I/usr/local/Cellar/qt5/5.5.1_2/include -I/usr/local/Cellar/qt5/5.5.1_2/include/QtGui -I/usr/local/Cellar/qt5/5.5.1_2/include -I/usr/local/Cellar/qt5/5.5.1_2/include/QtCore -I/usr/local/Cellar/qt5/5.5.1_2/include -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.cpp >&5 configure:23981: $? = 0 configure:23982: result: yes configure:24050: checking for moc-qt5 configure:24083: result: no configure:24050: checking for moc5 configure:24083: result: no configure:24050: checking for moc configure:24068: found /usr/local/Cellar/qt5/5.5.1_2/bin/moc configure:24080: result: /usr/local/Cellar/qt5/5.5.1_2/bin/moc configure:24169: checking for uic-qt5 configure:24202: result: no configure:24169: checking for uic5 configure:24202: result: no configure:24169: checking for uic configure:24187: found /usr/local/Cellar/qt5/5.5.1_2/bin/uic configure:24199: result: /usr/local/Cellar/qt5/5.5.1_2/bin/uic configure:24288: checking for rcc-qt5 configure:24321: result: no configure:24288: checking for rcc5 configure:24321: result: no configure:24288: checking for rcc configure:24306: found /usr/local/Cellar/qt5/5.5.1_2/bin/rcc configure:24318: result: /usr/local/Cellar/qt5/5.5.1_2/bin/rcc configure:24407: checking for lrelease-qt5 configure:24440: result: no configure:24407: checking for lrelease5 configure:24440: result: no configure:24407: checking for lrelease configure:24425: found /usr/local/Cellar/qt5/5.5.1_2/bin/lrelease configure:24437: result: /usr/local/Cellar/qt5/5.5.1_2/bin/lrelease configure:24526: checking for lupdate-qt5 configure:24559: result: no configure:24526: checking for lupdate5 configure:24559: result: no configure:24526: checking for lupdate configure:24544: found /usr/local/Cellar/qt5/5.5.1_2/bin/lupdate configure:24556: result: /usr/local/Cellar/qt5/5.5.1_2/bin/lupdate configure:24646: checking whether the linker accepts -framework Foundation -framework ApplicationServices -framework AppKit configure:24665: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/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-db4/lib >&5 configure:24665: $? = 0 configure:24675: result: yes configure:24741: checking whether to build Bitcoin Core GUI configure:24771: result: yes (Qt5) configure:24843: checking for boostlib >= 1.20.0 configure:24928: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -I/usr/local/include conftest.cpp >&5 configure:24928: $? = 0 configure:24930: result: yes configure:25114: checking whether the Boost::System library is available configure:25138: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -I/usr/local/include conftest.cpp >&5 conftest.cpp:60:1: warning: expression result unused [-Wunused-value] boost::system::system_category ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. configure:25138: $? = 0 configure:25153: result: yes configure:25169: checking for exit in -lboost_system configure:25194: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/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-db4/lib >&5 configure:25194: $? = 0 configure:25204: result: yes configure:25359: checking whether the Boost::Filesystem library is available configure:25383: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -I/usr/local/include conftest.cpp >&5 configure:25383: $? = 0 configure:25397: result: yes configure:25409: checking for exit in -lboost_filesystem configure:25434: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/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-db4/lib -lboost_system >&5 configure:25434: $? = 0 configure:25444: result: yes configure:25594: checking whether the Boost::Program_Options library is available configure:25618: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -I/usr/local/include conftest.cpp >&5 configure:25618: $? = 0 configure:25632: result: yes configure:25644: checking for exit in -lboost_program_options-mt configure:25669: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/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-db4/lib >&5 configure:25669: $? = 0 configure:25679: result: yes configure:25822: checking whether the Boost::Thread library is available configure:25854: g++ -c -pthread -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -I/usr/local/include conftest.cpp >&5 configure:25854: $? = 0 configure:25869: result: yes configure:25899: checking for exit in -lboost_thread-mt configure:25924: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/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-db4/lib >&5 configure:25924: $? = 0 configure:25934: result: yes configure:26094: checking whether the Boost::Chrono library is available configure:26118: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -pthread -I/usr/local/include conftest.cpp >&5 configure:26118: $? = 0 configure:26133: result: yes configure:26149: checking for exit in -lboost_chrono-mt configure:26174: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/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-db4/lib >&5 configure:26174: $? = 0 configure:26184: result: yes configure:26425: checking whether the Boost::Unit_Test_Framework library is available configure:26448: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -pthread -I/usr/local/include conftest.cpp >&5 conftest.cpp:66:21: warning: unused variable 'test' [-Wunused-variable] test_suite test= BOOST_TEST_SUITE( "Unit test example 1" ); return 0; ^ 1 warning generated. configure:26448: $? = 0 configure:26462: result: yes configure:26574: checking for dynamic linked boost test configure:26589: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -pthread -I/usr/local/include -Wl,-headerpad_max_install_names -Wl,-dead_strip conftest.cpp -L/opt/local/lib -L/usr/local/opt/berkeley-db4/lib -L/usr/local/lib -lboost_unit_test_framework-mt >&5 configure:26589: $? = 0 configure:26590: result: yes configure:26633: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -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-db4/lib >&5 configure:26633: $? = 0 configure:26701: checking for SSL configure:26708: $PKG_CONFIG --exists --print-errors "libssl" configure:26711: $? = 0 configure:26725: $PKG_CONFIG --exists --print-errors "libssl" configure:26728: $? = 0 configure:26766: result: yes configure:26772: checking for CRYPTO configure:26779: $PKG_CONFIG --exists --print-errors "libcrypto" configure:26782: $? = 0 configure:26796: $PKG_CONFIG --exists --print-errors "libcrypto" configure:26799: $? = 0 configure:26837: result: yes configure:26846: checking for PROTOBUF configure:26853: $PKG_CONFIG --exists --print-errors "protobuf" Package protobuf was not found in the pkg-config search path. Perhaps you should add the directory containing protobuf.pc' to the PKG_CONFIG_PATH environment variable No package 'protobuf' found configure:26856: $? = 1 configure:26870: $PKG_CONFIG --exists --print-errors "protobuf" Package protobuf was not found in the pkg-config search path. Perhaps you should add the directory containingprotobuf.pc' to the PKG_CONFIG_PATH environment variable No package 'protobuf' found configure:26873: $? = 1 configure:26887: result: no No package 'protobuf' found configure:26906: WARNING: libprotobuf not found; bitcoin-qt frontend will not be built configure:27026: checking for EVENT configure:27033: $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:27036: $? = 1 configure:27050: $PKG_CONFIG --exists --print-errors "libevent" Package libevent was not found in the pkg-config search path. Perhaps you should add the directory containinglibevent.pc' to the PKG_CONFIG_PATH environment variable No package 'libevent' found configure:27053: $? = 1 configure:27067: result: no No package 'libevent' found configure:27083: error: libevent not found.

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

    Cache variables.

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

    ac_cv_build=x86_64-apple-darwin15.0.0 ac_cv_c_bigendian=no ac_cv_c_compiler_gnu=yes ac_cv_cxx_compiler_gnu=yes 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_QR_CFLAGS_set= ac_cv_env_QR_CFLAGS_value= ac_cv_env_QR_LIBS_set= ac_cv_env_QR_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_CFLAGS_set= ac_cv_env_QT_CFLAGS_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_LIBS_set= ac_cv_env_QT_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_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_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_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-darwin15.0.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_JAVA=/usr/bin/java ac_cv_path_LRELEASE=/usr/local/Cellar/qt5/5.5.1_2/bin/lrelease ac_cv_path_LUPDATE=/usr/local/Cellar/qt5/5.5.1_2/bin/lupdate ac_cv_path_MOC=/usr/local/Cellar/qt5/5.5.1_2/bin/moc ac_cv_path_PYTHON=/usr/bin/python ac_cv_path_RCC=/usr/local/Cellar/qt5/5.5.1_2/bin/rcc ac_cv_path_SED=/usr/bin/sed ac_cv_path_UIC=/usr/local/Cellar/qt5/5.5.1_2/bin/uic ac_cv_path_XGETTEXT=/opt/local/bin/xgettext ac_cv_path_ac_pt_AR=/usr/bin/ar ac_cv_path_ac_pt_GCOV=/usr/bin/gcov ac_cv_path_ac_pt_PKG_CONFIG=/opt/local/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++ -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_OBJCXX=g++ 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=no ac_cv_search_getaddrinfo_a=no ac_cv_search_inet_pton='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_PRIO_INHERIT=yes 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___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_ldflags___Wl___dynamicbase=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_have_func_attribute_dllexport=no ax_cv_have_func_attribute_dllimport=no ax_cv_have_func_attribute_visibility=yes 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 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/^._ [ ][ ]__([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.2e/include ' pkg_cv_CRYPTO_LIBS='-L/usr/local/Cellar/openssl/1.0.2e/lib -lcrypto ' pkg_cv_QT_CFLAGS='-I/usr/local/Cellar/qt5/5.5.1_2/include/QtNetwork -I/usr/local/Cellar/qt5/5.5.1_2/include -I/usr/local/Cellar/qt5/5.5.1_2/include/QtWidgets -I/usr/local/Cellar/qt5/5.5.1_2/include -I/usr/local/Cellar/qt5/5.5.1_2/include/QtGui -I/usr/local/Cellar/qt5/5.5.1_2/include -I/usr/local/Cellar/qt5/5.5.1_2/include/QtCore -I/usr/local/Cellar/qt5/5.5.1_2/include ' pkg_cv_QT_LIBS='-F/usr/local/Cellar/qt5/5.5.1_2/lib -framework QtNetwork -F/usr/local/Cellar/qt5/5.5.1_2/lib -framework QtWidgets -F/usr/local/Cellar/qt5/5.5.1_2/lib -framework QtGui -F/usr/local/Cellar/qt5/5.5.1_2/lib -framework QtCore ' pkg_cv_QT_TEST_CFLAGS='-I/usr/local/Cellar/qt5/5.5.1_2/include/QtTest -I/usr/local/Cellar/qt5/5.5.1_2/include -I/usr/local/Cellar/qt5/5.5.1_2/include/QtCore -I/usr/local/Cellar/qt5/5.5.1_2/include ' pkg_cv_QT_TEST_LIBS='-F/usr/local/Cellar/qt5/5.5.1_2/lib -framework QtTest -F/usr/local/Cellar/qt5/5.5.1_2/lib -framework QtCore ' pkg_cv_SSL_CFLAGS='-I/usr/local/Cellar/openssl/1.0.2e/include ' pkg_cv_SSL_LIBS='-L/usr/local/Cellar/openssl/1.0.2e/lib -lssl '

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

    Output variables.

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

    ACLOCAL='${SHELL} /Users/Zhang/Documents/Projects/Bitcoin/BitcoinCore/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' AUTOCONF='${SHELL} /Users/Zhang/Documents/Projects/Bitcoin/BitcoinCore/bitcoin/build-aux/missing autoconf' AUTOHEADER='${SHELL} /Users/Zhang/Documents/Projects/Bitcoin/BitcoinCore/bitcoin/build-aux/missing autoheader' AUTOMAKE='${SHELL} /Users/Zhang/Documents/Projects/Bitcoin/BitcoinCore/bitcoin/build-aux/missing automake-1.15' AWK='awk' BDB_CPPFLAGS='' BDB_LIBS='-ldb_cxx-4.8' BOOST_CHRONO_LIB='-lboost_chrono-mt' BOOST_CPPFLAGS='-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='' BUILD_QT='' BUILD_TEST='' BUILD_TEST_QT='' 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='' COMPARISON_TOOL_REORG_TESTS='0' COPYRIGHT_YEAR='' CPP='gcc -E' CPPFLAGS=' -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -isystem /opt/local/include -I/usr/local/opt/berkeley-db4/include -DMAC_OSX' CRYPTO_CFLAGS='-I/usr/local/Cellar/openssl/1.0.2e/include ' CRYPTO_LIBS='-L/usr/local/Cellar/openssl/1.0.2e/lib -lcrypto ' CXX='g++' CXXCPP='g++ -E' CXXDEPMODE='depmode=gcc3' CXXFLAGS='-g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign' 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='' ENABLE_BENCH_FALSE='' ENABLE_BENCH_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='' EVENT_CFLAGS='' EVENT_LIBS='' EVENT_PTHREADS_CFLAGS='' EVENT_PTHREADS_LIBS='' EXEEXT='' EXTENDED_RPC_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' HEXDUMP='/usr/bin/hexdump' INSTALLNAMETOOL='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' JAVA='/usr/bin/java' JAVA_COMPARISON_TOOL='' LCOV='' 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='TARGET_OS=Darwin' LIBLEVELDB='' LIBMEMENV='' LIBOBJS='' LIBS=' -L/opt/local/lib -L/usr/local/opt/berkeley-db4/lib' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIBTOOL_APP_LDFLAGS='' LIPO='lipo' LN_S='ln -s' LRELEASE='/usr/local/Cellar/qt5/5.5.1_2/bin/lrelease' LTLIBOBJS='' LT_SYS_LIBRARY_PATH='' LUPDATE='/usr/local/Cellar/qt5/5.5.1_2/bin/lupdate' MAINT='' MAINTAINER_MODE_FALSE='#' MAINTAINER_MODE_TRUE='' MAKEINFO='${SHELL} /Users/Zhang/Documents/Projects/Bitcoin/BitcoinCore/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/qt5/5.5.1_2/bin/moc' MOC_DEFS='-DHAVE_CONFIG_H -I$(srcdir) -DQ_OS_MAC' NM='/usr/bin/nm' NMEDIT='nmedit' OBJCXX='g++' OBJCXXDEPMODE='depmode=gcc3' OBJCXXFLAGS='-g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign' OBJDUMP='false' OBJEXT='o' OTOOL64=':' OTOOL='otool' PACKAGE='bitcoin' PACKAGE_BUGREPORT='https://github.com/bitcoin/bitcoin/issues' PACKAGE_NAME='Bitcoin Core' PACKAGE_STRING='Bitcoin Core 0.12.99' PACKAGE_TARNAME='bitcoin' PACKAGE_URL='' PACKAGE_VERSION='0.12.99' PATH_SEPARATOR=':' PIC_FLAGS='-fPIC' PIE_FLAGS='-fPIE' PKG_CONFIG='/opt/local/bin/pkg-config' PKG_CONFIG_LIBDIR='' PKG_CONFIG_PATH='/usr/local/opt/qt5/lib/pkgconfig:/usr/local/opt/openssl/lib/pkgconfig:' PORT='port' PROTOBUF_CFLAGS='' PROTOBUF_LIBS='' PROTOC='' PTHREAD_CC='gcc' PTHREAD_CFLAGS='-D_THREAD_SAFE -pthread' PTHREAD_LIBS='' PYTHON='/usr/bin/python' QR_CFLAGS='' QR_LIBS='' QTPLATFORM_CFLAGS='' QTPLATFORM_LIBS='' QTPRINT_CFLAGS='' QTPRINT_LIBS='' QTXCBQPA_CFLAGS='' QTXCBQPA_LIBS='' QT_CFLAGS='-I/usr/local/Cellar/qt5/5.5.1_2/include/QtNetwork -I/usr/local/Cellar/qt5/5.5.1_2/include -I/usr/local/Cellar/qt5/5.5.1_2/include/QtWidgets -I/usr/local/Cellar/qt5/5.5.1_2/include -I/usr/local/Cellar/qt5/5.5.1_2/include/QtGui -I/usr/local/Cellar/qt5/5.5.1_2/include -I/usr/local/Cellar/qt5/5.5.1_2/include/QtCore -I/usr/local/Cellar/qt5/5.5.1_2/include ' QT_DBUS_CFLAGS='' QT_DBUS_INCLUDES='' QT_DBUS_LIBS='' QT_INCLUDES='-I/usr/local/Cellar/qt5/5.5.1_2/include/QtNetwork -I/usr/local/Cellar/qt5/5.5.1_2/include -I/usr/local/Cellar/qt5/5.5.1_2/include/QtWidgets -I/usr/local/Cellar/qt5/5.5.1_2/include -I/usr/local/Cellar/qt5/5.5.1_2/include/QtGui -I/usr/local/Cellar/qt5/5.5.1_2/include -I/usr/local/Cellar/qt5/5.5.1_2/include/QtCore -I/usr/local/Cellar/qt5/5.5.1_2/include ' QT_LDFLAGS='' QT_LIBS='-F/usr/local/Cellar/qt5/5.5.1_2/lib -framework QtNetwork -F/usr/local/Cellar/qt5/5.5.1_2/lib -framework QtWidgets -F/usr/local/Cellar/qt5/5.5.1_2/lib -framework QtGui -F/usr/local/Cellar/qt5/5.5.1_2/lib -framework QtCore -framework Foundation -framework ApplicationServices -framework AppKit' QT_PIE_FLAGS='-fPIE' QT_SELECT='qt5' QT_TEST_CFLAGS='-I/usr/local/Cellar/qt5/5.5.1_2/include/QtTest -I/usr/local/Cellar/qt5/5.5.1_2/include -I/usr/local/Cellar/qt5/5.5.1_2/include/QtCore -I/usr/local/Cellar/qt5/5.5.1_2/include ' QT_TEST_INCLUDES='-I/usr/local/Cellar/qt5/5.5.1_2/include/QtTest -I/usr/local/Cellar/qt5/5.5.1_2/include -I/usr/local/Cellar/qt5/5.5.1_2/include/QtCore -I/usr/local/Cellar/qt5/5.5.1_2/include ' QT_TEST_LIBS='-F/usr/local/Cellar/qt5/5.5.1_2/lib -framework QtTest -F/usr/local/Cellar/qt5/5.5.1_2/lib -framework QtCore ' QT_TRANSLATION_DIR='' RANLIB='/usr/bin/ranlib' RCC='/usr/local/Cellar/qt5/5.5.1_2/bin/rcc' RELDFLAGS='' SED='/usr/bin/sed' SET_MAKE='' SHELL='/bin/sh' SSL_CFLAGS='-I/usr/local/Cellar/openssl/1.0.2e/include ' SSL_LIBS='-L/usr/local/Cellar/openssl/1.0.2e/lib -lssl ' STRIP='/usr/bin/strip' TARGET_DARWIN_FALSE='' TARGET_DARWIN_TRUE='' TARGET_WINDOWS_FALSE='' TARGET_WINDOWS_TRUE='' TESTDEFS=' -DBOOST_TEST_DYN_LINK' UIC='/usr/local/Cellar/qt5/5.5.1_2/bin/uic' USE_COMPARISON_TOOL_FALSE='' USE_COMPARISON_TOOL_REORG_TESTS_FALSE='' USE_COMPARISON_TOOL_REORG_TESTS_TRUE='' USE_COMPARISON_TOOL_TRUE='' USE_LCOV_FALSE='' USE_LCOV_TRUE='' USE_QRCODE='' USE_QRCODE_FALSE='' USE_QRCODE_TRUE='' USE_UPNP='' VERSION='0.12.99' WINDOWS_BITS='' WINDRES='' X11XCB_CFLAGS='' X11XCB_LIBS='' XGETTEXT='/opt/local/bin/xgettext' ZMQ_CFLAGS='' ZMQ_LIBS='' ac_ct_AR='ar' ac_ct_CC='gcc' ac_ct_CXX='g++' ac_ct_DUMPBIN='' ac_ct_OBJCXX='g++' 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-darwin15.0.0' build_alias='' build_cpu='x86_64' build_os='darwin15.0.0' build_vendor='apple' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='NONE' host='x86_64-apple-darwin15.0.0' host_alias='' host_cpu='x86_64' host_os='darwin15.0.0' host_vendor='apple' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='${SHELL} /Users/Zhang/Documents/Projects/Bitcoin/BitcoinCore/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.12.99" #define PACKAGE_STRING "Bitcoin Core 0.12.99" #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" #define PACKAGE_URL "" #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 HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_PTHREAD 1 #define HAVE_DECL_STRERROR_R 1 #define HAVE_STRERROR_R 1 #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 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_INET_PTON 1 #define HAVE_DECL_STRNLEN 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_VISIBILITY_ATTRIBUTE 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

  4. jonasschnelli commented at 3:38 PM on January 1, 2016: contributor

    /opt/local/bin/pkg-config

    Doesn't look after the correct homebrew pkg-config path. Try to uninstall/reinstall/upgrade brew and look for an old macport installation.

  5. jonasschnelli added the label Mac on Jan 1, 2016
  6. mizhang commented at 4:44 PM on January 1, 2016: none

    yes. I have another pkg-config installed from port.

    So I uninstall port installed pkg-config and brew install it again, everything works.

    Thanks very much for your help!

  7. mizhang closed this on Jan 1, 2016

  8. Christewart cross-referenced this on Jul 6, 2017 from issue Cannot generate libsecp256k1.so in macOS Sierra (10.12.5) by liyutech
  9. shuuchen cross-referenced this on Dec 23, 2017 from issue configure: error: libevent not found. on macOS High Sierra 10.13.1 by shuuchen
  10. bitcoin 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-05-20 06:55 UTC

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