Skip to content

Instantly share code, notes, and snippets.

@nmcbot
Created March 7, 2014 02:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nmcbot/9403870 to your computer and use it in GitHub Desktop.
Save nmcbot/9403870 to your computer and use it in GitHub Desktop.
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by Namecoin configure 0.8.99, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = Macintosh.local
uname -m = x86_64
uname -r = 13.0.0
uname -s = Darwin
uname -v = Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/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 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64
Kernel configured for up to 2 processors.
2 processors are physically available.
2 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1
Primary memory available: 2.00 gigabytes
Default processor set: 147 tasks, 639 threads, 2 processors
Load average: 3.17, Mach factor: 0.30
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /opt/local/bin
PATH: /opt/local/sbin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/local/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2595: checking build system type
configure:2609: result: x86_64-apple-darwin13.0.0
configure:2629: checking host system type
configure:2642: result: x86_64-apple-darwin13.0.0
configure:2777: checking for a BSD-compatible install
configure:2845: result: /usr/bin/install -c
configure:2856: checking whether build environment is sane
configure:2911: result: yes
configure:3062: checking for a thread-safe mkdir -p
configure:3101: result: src/build-aux/install-sh -c -d
configure:3108: checking for gawk
configure:3138: result: no
configure:3108: checking for mawk
configure:3138: result: no
configure:3108: checking for nawk
configure:3138: result: no
configure:3108: checking for awk
configure:3124: found /usr/bin/awk
configure:3135: result: awk
configure:3146: checking whether make sets $(MAKE)
configure:3168: result: yes
configure:3197: checking whether make supports nested variables
configure:3214: result: yes
configure:3332: checking whether to enable maintainer-specific portions of Makefiles
configure:3341: result: yes
configure:3559: checking for g++
configure:3575: found /usr/bin/g++
configure:3586: result: g++
configure:3613: checking for C++ compiler version
configure:3622: g++ --version >&5
Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn)
Target: x86_64-apple-darwin13.0.0
Thread model: posix
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/c++/4.2.1
configure:3633: $? = 0
configure:3622: g++ -v >&5
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/c++/4.2.1
Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn)
Target: x86_64-apple-darwin13.0.0
Thread model: posix
configure:3633: $? = 0
configure:3622: g++ -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:3633: $? = 1
configure:3622: g++ -qversion >&5
clang: error: no input files
configure:3633: $? = 1
configure:3653: checking whether the C++ compiler works
configure:3675: g++ conftest.cpp >&5
configure:3679: $? = 0
configure:3727: result: yes
configure:3730: checking for C++ compiler default output file name
configure:3732: result: a.out
configure:3738: checking for suffix of executables
configure:3745: g++ -o conftest conftest.cpp >&5
configure:3749: $? = 0
configure:3771: result:
configure:3793: checking whether we are cross compiling
configure:3801: g++ -o conftest conftest.cpp >&5
configure:3805: $? = 0
configure:3812: ./conftest
configure:3816: $? = 0
configure:3831: result: no
configure:3836: checking for suffix of object files
configure:3858: g++ -c conftest.cpp >&5
configure:3862: $? = 0
configure:3883: result: o
configure:3887: checking whether we are using the GNU C++ compiler
configure:3906: g++ -c conftest.cpp >&5
configure:3906: $? = 0
configure:3915: result: yes
configure:3924: checking whether g++ accepts -g
configure:3944: g++ -c -g conftest.cpp >&5
configure:3944: $? = 0
configure:3985: result: yes
configure:4019: checking for style of include used by make
configure:4047: result: GNU
configure:4073: checking dependency style of g++
configure:4184: result: gcc3
configure:4247: checking for gcc
configure:4263: found /usr/bin/gcc
configure:4274: result: gcc
configure:4503: checking for C compiler version
configure:4512: gcc --version >&5
Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn)
Target: x86_64-apple-darwin13.0.0
Thread model: posix
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/c++/4.2.1
configure:4523: $? = 0
configure:4512: gcc -v >&5
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/c++/4.2.1
Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn)
Target: x86_64-apple-darwin13.0.0
Thread model: posix
configure:4523: $? = 0
configure:4512: gcc -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:4523: $? = 1
configure:4512: gcc -qversion >&5
clang: error: no input files
configure:4523: $? = 1
configure:4527: checking whether we are using the GNU C compiler
configure:4546: gcc -c conftest.c >&5
configure:4546: $? = 0
configure:4555: result: yes
configure:4564: checking whether gcc accepts -g
configure:4584: gcc -c -g conftest.c >&5
configure:4584: $? = 0
configure:4625: result: yes
configure:4642: checking for gcc option to accept ISO C89
configure:4705: gcc -c -g -O2 conftest.c >&5
configure:4705: $? = 0
configure:4718: result: none needed
configure:4743: checking whether gcc understands -c and -o together
configure:4765: gcc -c conftest.c -o conftest2.o
configure:4768: $? = 0
configure:4765: gcc -c conftest.c -o conftest2.o
configure:4768: $? = 0
configure:4780: result: yes
configure:4799: checking dependency style of gcc
configure:4910: result: gcc3
configure:4930: checking how to run the C preprocessor
configure:4961: gcc -E conftest.c
configure:4961: $? = 0
configure:4975: gcc -E conftest.c
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:4975: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Namecoin"
| #define PACKAGE_TARNAME "namecoin"
| #define PACKAGE_VERSION "0.8.99"
| #define PACKAGE_STRING "Namecoin 0.8.99"
| #define PACKAGE_BUGREPORT "info@dot-bit.org"
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5000: result: gcc -E
configure:5020: gcc -E conftest.c
configure:5020: $? = 0
configure:5034: gcc -E conftest.c
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:5034: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Namecoin"
| #define PACKAGE_TARNAME "namecoin"
| #define PACKAGE_VERSION "0.8.99"
| #define PACKAGE_STRING "Namecoin 0.8.99"
| #define PACKAGE_BUGREPORT "info@dot-bit.org"
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5067: checking how to run the C++ preprocessor
configure:5094: g++ -E conftest.cpp
configure:5094: $? = 0
configure:5108: g++ -E conftest.cpp
conftest.cpp:9:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:5108: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Namecoin"
| #define PACKAGE_TARNAME "namecoin"
| #define PACKAGE_VERSION "0.8.99"
| #define PACKAGE_STRING "Namecoin 0.8.99"
| #define PACKAGE_BUGREPORT "info@dot-bit.org"
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5133: result: g++ -E
configure:5153: g++ -E conftest.cpp
configure:5153: $? = 0
configure:5167: g++ -E conftest.cpp
conftest.cpp:9:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:5167: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Namecoin"
| #define PACKAGE_TARNAME "namecoin"
| #define PACKAGE_VERSION "0.8.99"
| #define PACKAGE_STRING "Namecoin 0.8.99"
| #define PACKAGE_BUGREPORT "info@dot-bit.org"
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5250: checking for gcc
configure:5266: found /usr/bin/gcc
configure:5277: result: gcc
configure:5302: checking for Objective C compiler version
configure:5311: gcc --version >&5
Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn)
Target: x86_64-apple-darwin13.0.0
Thread model: posix
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/c++/4.2.1
configure:5322: $? = 0
configure:5311: gcc -v >&5
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/c++/4.2.1
Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn)
Target: x86_64-apple-darwin13.0.0
Thread model: posix
configure:5322: $? = 0
configure:5311: gcc -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:5322: $? = 1
configure:5311: gcc -qversion >&5
clang: error: no input files
configure:5322: $? = 1
configure:5326: checking whether we are using the GNU Objective C compiler
configure:5345: gcc -c conftest.m >&5
configure:5345: $? = 0
configure:5354: result: yes
configure:5363: checking whether gcc accepts -g
configure:5383: gcc -c -g conftest.m >&5
configure:5383: $? = 0
configure:5424: result: yes
configure:5449: checking dependency style of gcc
configure:5558: result: gcc3
configure:5627: checking for g++
configure:5643: found /usr/bin/g++
configure:5654: result: g++
configure:5679: checking for Objective C++ compiler version
configure:5688: g++ --version >&5
Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn)
Target: x86_64-apple-darwin13.0.0
Thread model: posix
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/c++/4.2.1
configure:5699: $? = 0
configure:5688: g++ -v >&5
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/c++/4.2.1
Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn)
Target: x86_64-apple-darwin13.0.0
Thread model: posix
configure:5699: $? = 0
configure:5688: g++ -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:5699: $? = 1
configure:5688: g++ -qversion >&5
clang: error: no input files
configure:5699: $? = 1
configure:5703: checking whether we are using the GNU Objective C++ compiler
configure:5722: g++ -c conftest.mm >&5
configure:5722: $? = 0
configure:5731: result: yes
configure:5740: checking whether g++ accepts -g
configure:5760: g++ -c -g conftest.mm >&5
configure:5760: $? = 0
configure:5801: result: yes
configure:5826: checking dependency style of g++
configure:5935: result: gcc3
configure:5951: checking for a sed that does not truncate output
configure:6015: result: /usr/bin/sed
configure:6066: checking for ar
configure:6084: found /usr/bin/ar
configure:6096: result: /usr/bin/ar
configure:6164: checking for ranlib
configure:6182: found /usr/bin/ranlib
configure:6194: result: /usr/bin/ranlib
configure:6262: checking for strip
configure:6280: found /usr/bin/strip
configure:6292: result: /usr/bin/strip
configure:6360: checking for gcov
configure:6378: found /usr/bin/gcov
configure:6390: result: /usr/bin/gcov
configure:6414: checking for lcov
configure:6447: result: no
configure:6454: checking for java
configure:6472: found /usr/bin/java
configure:6484: result: /usr/bin/java
configure:6494: checking for genhtml
configure:6527: result: no
configure:6534: checking for git
configure:6552: found /usr/bin/git
configure:6564: result: /usr/bin/git
configure:6581: checking for moc-qt4
configure:6615: result: no
configure:6581: checking for moc4
configure:6615: result: no
configure:6581: checking for moc
configure:6600: found /opt/local/bin/moc
configure:6612: result: /opt/local/bin/moc
configure:6650: checking for uic-qt4
configure:6684: result: no
configure:6650: checking for uic4
configure:6684: result: no
configure:6650: checking for uic
configure:6669: found /opt/local/bin/uic
configure:6681: result: /opt/local/bin/uic
configure:6719: checking for rcc-qt4
configure:6753: result: no
configure:6719: checking for rcc4
configure:6753: result: no
configure:6719: checking for rcc
configure:6738: found /opt/local/bin/rcc
configure:6750: result: /opt/local/bin/rcc
configure:6788: checking for lrelease-qt4
configure:6822: result: no
configure:6788: checking for lrelease4
configure:6822: result: no
configure:6788: checking for lrelease
configure:6807: found /opt/local/bin/lrelease
configure:6819: result: /opt/local/bin/lrelease
configure:6850: checking for ccache
configure:6883: result: no
configure:6892: checking for lupdate-qt4
configure:6926: result: no
configure:6892: checking for lupdate4
configure:6926: result: no
configure:6892: checking for lupdate
configure:6911: found /opt/local/bin/lupdate
configure:6923: result: /opt/local/bin/lupdate
configure:6936: checking for xgettext
configure:6954: found /opt/local/bin/xgettext
configure:6966: result: /opt/local/bin/xgettext
configure:6976: checking for hexdump
configure:6994: found /usr/bin/hexdump
configure:7006: result: /usr/bin/hexdump
configure:7068: checking for pkg-config
configure:7086: found /opt/local/bin/pkg-config
configure:7098: result: /opt/local/bin/pkg-config
configure:7123: checking pkg-config is at least version 0.9.0
configure:7126: result: yes
configure:8174: checking for port
configure:8190: found /opt/local/bin/port
configure:8201: result: port
configure:8216: checking for brew
configure:8246: result: no
configure:8267: checking whether the linker accepts -framework Foundation -framework ApplicationServices -framework AppKit
configure:8286: g++ -o conftest -g -O2 -Wno-invalid-offsetof -Wformat -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -framework Foundation -framework ApplicationServices -framework AppKit conftest.cpp -L/opt/local/lib -L/opt/local/lib/db48 >&5
configure:8286: $? = 0
configure:8296: result: yes
configure:8394: checking for grep that handles long lines and -e
configure:8452: result: /usr/bin/grep
configure:8457: checking for egrep
configure:8519: result: /usr/bin/grep -E
configure:8524: checking for ANSI C header files
configure:8544: g++ -c -g -O2 -Wno-invalid-offsetof -Wformat -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 conftest.cpp >&5
configure:8544: $? = 0
configure:8617: g++ -o conftest -g -O2 -Wno-invalid-offsetof -Wformat -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 conftest.cpp -L/opt/local/lib -L/opt/local/lib/db48 -framework Foundation -framework ApplicationServices -framework AppKit >&5
configure:8617: $? = 0
configure:8617: ./conftest
configure:8617: $? = 0
configure:8628: result: yes
configure:8641: checking for sys/types.h
configure:8641: g++ -c -g -O2 -Wno-invalid-offsetof -Wformat -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 conftest.cpp >&5
configure:8641: $? = 0
configure:8641: result: yes
configure:8641: checking for sys/stat.h
configure:8641: g++ -c -g -O2 -Wno-invalid-offsetof -Wformat -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 conftest.cpp >&5
configure:8641: $? = 0
configure:8641: result: yes
configure:8641: checking for stdlib.h
configure:8641: g++ -c -g -O2 -Wno-invalid-offsetof -Wformat -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 conftest.cpp >&5
configure:8641: $? = 0
configure:8641: result: yes
configure:8641: checking for string.h
configure:8641: g++ -c -g -O2 -Wno-invalid-offsetof -Wformat -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 conftest.cpp >&5
configure:8641: $? = 0
configure:8641: result: yes
configure:8641: checking for memory.h
configure:8641: g++ -c -g -O2 -Wno-invalid-offsetof -Wformat -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 conftest.cpp >&5
configure:8641: $? = 0
configure:8641: result: yes
configure:8641: checking for strings.h
configure:8641: g++ -c -g -O2 -Wno-invalid-offsetof -Wformat -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 conftest.cpp >&5
configure:8641: $? = 0
configure:8641: result: yes
configure:8641: checking for inttypes.h
configure:8641: g++ -c -g -O2 -Wno-invalid-offsetof -Wformat -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 conftest.cpp >&5
configure:8641: $? = 0
configure:8641: result: yes
configure:8641: checking for stdint.h
configure:8641: g++ -c -g -O2 -Wno-invalid-offsetof -Wformat -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 conftest.cpp >&5
configure:8641: $? = 0
configure:8641: result: yes
configure:8641: checking for unistd.h
configure:8641: g++ -c -g -O2 -Wno-invalid-offsetof -Wformat -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 conftest.cpp >&5
configure:8641: $? = 0
configure:8641: result: yes
configure:8653: checking whether byte ordering is bigendian
configure:8668: g++ -c -g -O2 -Wno-invalid-offsetof -Wformat -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 conftest.cpp >&5
configure:8668: $? = 0
configure:8713: g++ -c -g -O2 -Wno-invalid-offsetof -Wformat -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 conftest.cpp >&5
configure:8713: $? = 0
configure:8731: g++ -c -g -O2 -Wno-invalid-offsetof -Wformat -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 conftest.cpp >&5
conftest.cpp:26:8: error: use of undeclared identifier 'big'
not big endian
^
1 error generated.
configure:8731: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Namecoin"
| #define PACKAGE_TARNAME "namecoin"
| #define PACKAGE_VERSION "0.8.99"
| #define PACKAGE_STRING "Namecoin 0.8.99"
| #define PACKAGE_BUGREPORT "info@dot-bit.org"
| #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
| /* 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:8859: result: no
configure:8990: checking if compiler needs -Werror to reject unknown flags
configure:9006: gcc -c -g -O2 -Werror -Wunknown-warning-option -Wsizeof-array-argument -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 conftest.c >&5
configure:9006: $? = 0
configure:9007: result: yes
configure:9027: checking whether pthreads work with -pthread
configure:9115: gcc -o conftest -g -O2 -pthread -Werror -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 conftest.c -L/opt/local/lib -L/opt/local/lib/db48 -framework Foundation -framework ApplicationServices -framework AppKit >&5
configure:9115: $? = 0
configure:9124: result: yes
configure:9143: checking for joinable pthread attribute
configure:9158: gcc -o conftest -g -O2 -pthread -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 conftest.c -L/opt/local/lib -L/opt/local/lib/db48 -framework Foundation -framework ApplicationServices -framework AppKit >&5
configure:9158: $? = 0
configure:9164: result: PTHREAD_CREATE_JOINABLE
configure:9174: checking if more special flags are required for pthreads
configure:9189: result: -D_THREAD_SAFE
configure:9195: checking for PTHREAD_PRIO_INHERIT
configure:9212: gcc -o conftest -g -O2 -pthread -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 conftest.c -L/opt/local/lib -L/opt/local/lib/db48 -framework Foundation -framework ApplicationServices -framework AppKit >&5
configure:9212: $? = 0
configure:9221: result: yes
configure:9333: checking for special C compiler options needed for large files
configure:9378: result: no
configure:9384: checking for _FILE_OFFSET_BITS value needed for large files
configure:9409: g++ -c -g -O2 -Wno-invalid-offsetof -Wformat -D_THREAD_SAFE -pthread -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 conftest.cpp >&5
configure:9409: $? = 0
configure:9441: result: no
configure:9539: checking whether the linker accepts -Wl,--large-address-aware
configure:9558: g++ -o conftest -g -O2 -Wno-invalid-offsetof -Wformat -D_THREAD_SAFE -pthread -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 -Wl,--large-address-aware conftest.cpp -L/opt/local/lib -L/opt/local/lib/db48 -framework Foundation -framework ApplicationServices -framework AppKit >&5
ld: unknown option: --large-address-aware
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:9558: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Namecoin"
| #define PACKAGE_TARNAME "namecoin"
| #define PACKAGE_VERSION "0.8.99"
| #define PACKAGE_STRING "Namecoin 0.8.99"
| #define PACKAGE_BUGREPORT "info@dot-bit.org"
| #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_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:9567: result: no
configure:9577: checking whether C++ compiler accepts -Wstack-protector
configure:9596: g++ -c -g -O2 -Wno-invalid-offsetof -Wformat -D_THREAD_SAFE -pthread -Wstack-protector -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 conftest.cpp >&5
configure:9596: $? = 0
configure:9604: result: yes
configure:9612: checking whether C++ compiler accepts -fPIE
configure:9631: g++ -c -g -O2 -Wno-invalid-offsetof -Wformat -D_THREAD_SAFE -pthread -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 conftest.cpp >&5
configure:9631: $? = 0
configure:9639: result: yes
configure:9648: checking whether C++ preprocessor accepts -D_FORTIFY_SOURCE=2
configure:9667: g++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 -D_FORTIFY_SOURCE=2 conftest.cpp
configure:9667: $? = 0
configure:9675: result: yes
configure:9684: checking whether the linker accepts -Wl,--dynamicbase
configure:9703: g++ -o conftest -g -O2 -Wno-invalid-offsetof -Wformat -D_THREAD_SAFE -pthread -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 -Wl,--dynamicbase conftest.cpp -L/opt/local/lib -L/opt/local/lib/db48 -framework Foundation -framework ApplicationServices -framework AppKit >&5
ld: unknown option: --dynamicbase
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:9703: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Namecoin"
| #define PACKAGE_TARNAME "namecoin"
| #define PACKAGE_VERSION "0.8.99"
| #define PACKAGE_STRING "Namecoin 0.8.99"
| #define PACKAGE_BUGREPORT "info@dot-bit.org"
| #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_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:9712: result: no
configure:9720: checking whether the linker accepts -Wl,--nxcompat
configure:9739: g++ -o conftest -g -O2 -Wno-invalid-offsetof -Wformat -D_THREAD_SAFE -pthread -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 -Wl,--nxcompat conftest.cpp -L/opt/local/lib -L/opt/local/lib/db48 -framework Foundation -framework ApplicationServices -framework AppKit >&5
ld: unknown option: --nxcompat
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:9739: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Namecoin"
| #define PACKAGE_TARNAME "namecoin"
| #define PACKAGE_VERSION "0.8.99"
| #define PACKAGE_STRING "Namecoin 0.8.99"
| #define PACKAGE_BUGREPORT "info@dot-bit.org"
| #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_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:9748: result: no
configure:9756: checking whether the linker accepts -Wl,-z,relro
configure:9775: g++ -o conftest -g -O2 -Wno-invalid-offsetof -Wformat -D_THREAD_SAFE -pthread -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 -Wl,-z,relro conftest.cpp -L/opt/local/lib -L/opt/local/lib/db48 -framework Foundation -framework ApplicationServices -framework AppKit >&5
ld: unknown option: -z
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:9775: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Namecoin"
| #define PACKAGE_TARNAME "namecoin"
| #define PACKAGE_VERSION "0.8.99"
| #define PACKAGE_STRING "Namecoin 0.8.99"
| #define PACKAGE_BUGREPORT "info@dot-bit.org"
| #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_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:9784: result: no
configure:9792: checking whether the linker accepts -Wl,-z,now
configure:9811: g++ -o conftest -g -O2 -Wno-invalid-offsetof -Wformat -D_THREAD_SAFE -pthread -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 -Wl,-z,now conftest.cpp -L/opt/local/lib -L/opt/local/lib/db48 -framework Foundation -framework ApplicationServices -framework AppKit >&5
ld: unknown option: -z
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:9811: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Namecoin"
| #define PACKAGE_TARNAME "namecoin"
| #define PACKAGE_VERSION "0.8.99"
| #define PACKAGE_STRING "Namecoin 0.8.99"
| #define PACKAGE_BUGREPORT "info@dot-bit.org"
| #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_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:9820: result: no
configure:9831: checking whether C++ compiler accepts -fstack-protector-all
configure:9850: g++ -c -g -O2 -Wno-invalid-offsetof -Wformat -D_THREAD_SAFE -pthread -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 conftest.cpp >&5
configure:9850: $? = 0
configure:9858: result: yes
configure:9868: checking whether the linker accepts -pie
configure:9887: g++ -o conftest -g -O2 -Wno-invalid-offsetof -Wformat -D_THREAD_SAFE -pthread -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 -pie conftest.cpp -L/opt/local/lib -L/opt/local/lib/db48 -framework Foundation -framework ApplicationServices -framework AppKit >&5
clang: warning: argument unused during compilation: '-pie'
configure:9887: $? = 0
configure:9896: result: yes
configure:9913: checking whether the linker accepts -Wl,-dead_strip
configure:9932: g++ -o conftest -g -O2 -Wno-invalid-offsetof -Wformat -D_THREAD_SAFE -pthread -Wstack-protector -fPIE -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 -D_FORTIFY_SOURCE=2 -pie -Wl,-dead_strip conftest.cpp -L/opt/local/lib -L/opt/local/lib/db48 -framework Foundation -framework ApplicationServices -framework AppKit >&5
clang: warning: argument unused during compilation: '-pie'
configure:9932: $? = 0
configure:9941: result: yes
configure:9954: checking stdio.h usability
configure:9954: g++ -c -g -O2 -Wno-invalid-offsetof -Wformat -D_THREAD_SAFE -pthread -Wstack-protector -fPIE -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 -D_FORTIFY_SOURCE=2 conftest.cpp >&5
configure:9954: $? = 0
configure:9954: result: yes
configure:9954: checking stdio.h presence
configure:9954: g++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 -D_FORTIFY_SOURCE=2 conftest.cpp
configure:9954: $? = 0
configure:9954: result: yes
configure:9954: checking for stdio.h
configure:9954: result: yes
configure:9954: checking for stdlib.h
configure:9954: result: yes
configure:9954: checking for unistd.h
configure:9954: result: yes
configure:9954: checking for strings.h
configure:9954: result: yes
configure:9954: checking for sys/types.h
configure:9954: result: yes
configure:9954: checking for sys/stat.h
configure:9954: result: yes
configure:9965: checking for MSG_NOSIGNAL
configure:9978: g++ -c -g -O2 -Wno-invalid-offsetof -Wformat -D_THREAD_SAFE -pthread -Wstack-protector -fPIE -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 -D_FORTIFY_SOURCE=2 conftest.cpp >&5
conftest.cpp:31:10: error: use of undeclared identifier 'MSG_NOSIGNAL'
int f = MSG_NOSIGNAL;
^
1 error generated.
configure:9978: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Namecoin"
| #define PACKAGE_TARNAME "namecoin"
| #define PACKAGE_VERSION "0.8.99"
| #define PACKAGE_STRING "Namecoin 0.8.99"
| #define PACKAGE_BUGREPORT "info@dot-bit.org"
| #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_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 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
| /* end confdefs.h. */
| #include <sys/socket.h>
| int
| main ()
| {
| int f = MSG_NOSIGNAL;
| ;
| return 0;
| }
configure:9984: result: no
configure:9992: checking for Berkeley DB C++ headers
configure:10023: g++ -c -g -O2 -Wno-invalid-offsetof -Wformat -D_THREAD_SAFE -pthread -Wstack-protector -fPIE -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 -D_FORTIFY_SOURCE=2 conftest.cpp >&5
conftest.cpp:28:16: fatal error: 'bdb4.8/db_cxx.h' file not found
#include <bdb4.8/db_cxx.h>
^
1 error generated.
configure:10023: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Namecoin"
| #define PACKAGE_TARNAME "namecoin"
| #define PACKAGE_VERSION "0.8.99"
| #define PACKAGE_STRING "Namecoin 0.8.99"
| #define PACKAGE_BUGREPORT "info@dot-bit.org"
| #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_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 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
| /* 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:10023: g++ -c -g -O2 -Wno-invalid-offsetof -Wformat -D_THREAD_SAFE -pthread -Wstack-protector -fPIE -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 -D_FORTIFY_SOURCE=2 conftest.cpp >&5
conftest.cpp:28:16: fatal error: 'libdb4.8/db_cxx.h' file not found
#include <libdb4.8/db_cxx.h>
^
1 error generated.
configure:10023: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Namecoin"
| #define PACKAGE_TARNAME "namecoin"
| #define PACKAGE_VERSION "0.8.99"
| #define PACKAGE_STRING "Namecoin 0.8.99"
| #define PACKAGE_BUGREPORT "info@dot-bit.org"
| #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_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 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
| /* 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:10023: g++ -c -g -O2 -Wno-invalid-offsetof -Wformat -D_THREAD_SAFE -pthread -Wstack-protector -fPIE -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 -D_FORTIFY_SOURCE=2 conftest.cpp >&5
conftest.cpp:28:16: fatal error: 'db4.8/db_cxx.h' file not found
#include <db4.8/db_cxx.h>
^
1 error generated.
configure:10023: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Namecoin"
| #define PACKAGE_TARNAME "namecoin"
| #define PACKAGE_VERSION "0.8.99"
| #define PACKAGE_STRING "Namecoin 0.8.99"
| #define PACKAGE_BUGREPORT "info@dot-bit.org"
| #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_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 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
| /* 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:10023: g++ -c -g -O2 -Wno-invalid-offsetof -Wformat -D_THREAD_SAFE -pthread -Wstack-protector -fPIE -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 -D_FORTIFY_SOURCE=2 conftest.cpp >&5
conftest.cpp:28:16: fatal error: 'bdb48/db_cxx.h' file not found
#include <bdb48/db_cxx.h>
^
1 error generated.
configure:10023: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Namecoin"
| #define PACKAGE_TARNAME "namecoin"
| #define PACKAGE_VERSION "0.8.99"
| #define PACKAGE_STRING "Namecoin 0.8.99"
| #define PACKAGE_BUGREPORT "info@dot-bit.org"
| #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_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 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
| /* 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:10023: g++ -c -g -O2 -Wno-invalid-offsetof -Wformat -D_THREAD_SAFE -pthread -Wstack-protector -fPIE -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 -D_FORTIFY_SOURCE=2 conftest.cpp >&5
conftest.cpp:28:16: fatal error: 'libdb48/db_cxx.h' file not found
#include <libdb48/db_cxx.h>
^
1 error generated.
configure:10023: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Namecoin"
| #define PACKAGE_TARNAME "namecoin"
| #define PACKAGE_VERSION "0.8.99"
| #define PACKAGE_STRING "Namecoin 0.8.99"
| #define PACKAGE_BUGREPORT "info@dot-bit.org"
| #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_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 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
| /* 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:10023: g++ -c -g -O2 -Wno-invalid-offsetof -Wformat -D_THREAD_SAFE -pthread -Wstack-protector -fPIE -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 -D_FORTIFY_SOURCE=2 conftest.cpp >&5
configure:10023: $? = 0
configure:10052: g++ -c -g -O2 -Wno-invalid-offsetof -Wformat -D_THREAD_SAFE -pthread -Wstack-protector -fPIE -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 -D_FORTIFY_SOURCE=2 conftest.cpp >&5
configure:10052: $? = 0
configure:10100: result: /opt/local/include/db48/
configure:10114: checking for main in -ldb_cxx-4.8
configure:10133: g++ -o conftest -g -O2 -Wno-invalid-offsetof -Wformat -D_THREAD_SAFE -pthread -Wstack-protector -fPIE -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 -D_FORTIFY_SOURCE=2 -pie -Wl,-dead_strip conftest.cpp -ldb_cxx-4.8 -L/opt/local/lib -L/opt/local/lib/db48 -framework Foundation -framework ApplicationServices -framework AppKit >&5
clang: warning: argument unused during compilation: '-pie'
configure:10133: $? = 0
configure:10143: result: yes
configure:10164: checking miniupnpc/miniwget.h usability
configure:10164: g++ -c -g -O2 -Wno-invalid-offsetof -Wformat -D_THREAD_SAFE -pthread -Wstack-protector -fPIE -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 -D_FORTIFY_SOURCE=2 conftest.cpp >&5
conftest.cpp:60:10: fatal error: 'miniupnpc/miniwget.h' file not found
#include <miniupnpc/miniwget.h>
^
1 error generated.
configure:10164: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Namecoin"
| #define PACKAGE_TARNAME "namecoin"
| #define PACKAGE_VERSION "0.8.99"
| #define PACKAGE_STRING "Namecoin 0.8.99"
| #define PACKAGE_BUGREPORT "info@dot-bit.org"
| #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_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 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
| /* 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 <miniupnpc/miniwget.h>
configure:10164: result: no
configure:10164: checking miniupnpc/miniwget.h presence
configure:10164: g++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 -D_FORTIFY_SOURCE=2 conftest.cpp
conftest.cpp:27:10: fatal error: 'miniupnpc/miniwget.h' file not found
#include <miniupnpc/miniwget.h>
^
1 error generated.
configure:10164: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Namecoin"
| #define PACKAGE_TARNAME "namecoin"
| #define PACKAGE_VERSION "0.8.99"
| #define PACKAGE_STRING "Namecoin 0.8.99"
| #define PACKAGE_BUGREPORT "info@dot-bit.org"
| #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_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 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
| /* end confdefs.h. */
| #include <miniupnpc/miniwget.h>
configure:10164: result: no
configure:10164: checking for miniupnpc/miniwget.h
configure:10164: result: no
configure:10164: checking miniupnpc/miniupnpc.h usability
configure:10164: g++ -c -g -O2 -Wno-invalid-offsetof -Wformat -D_THREAD_SAFE -pthread -Wstack-protector -fPIE -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 -D_FORTIFY_SOURCE=2 conftest.cpp >&5
conftest.cpp:60:10: fatal error: 'miniupnpc/miniupnpc.h' file not found
#include <miniupnpc/miniupnpc.h>
^
1 error generated.
configure:10164: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Namecoin"
| #define PACKAGE_TARNAME "namecoin"
| #define PACKAGE_VERSION "0.8.99"
| #define PACKAGE_STRING "Namecoin 0.8.99"
| #define PACKAGE_BUGREPORT "info@dot-bit.org"
| #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_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 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
| /* 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 <miniupnpc/miniupnpc.h>
configure:10164: result: no
configure:10164: checking miniupnpc/miniupnpc.h presence
configure:10164: g++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 -D_FORTIFY_SOURCE=2 conftest.cpp
conftest.cpp:27:10: fatal error: 'miniupnpc/miniupnpc.h' file not found
#include <miniupnpc/miniupnpc.h>
^
1 error generated.
configure:10164: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Namecoin"
| #define PACKAGE_TARNAME "namecoin"
| #define PACKAGE_VERSION "0.8.99"
| #define PACKAGE_STRING "Namecoin 0.8.99"
| #define PACKAGE_BUGREPORT "info@dot-bit.org"
| #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_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 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
| /* end confdefs.h. */
| #include <miniupnpc/miniupnpc.h>
configure:10164: result: no
configure:10164: checking for miniupnpc/miniupnpc.h
configure:10164: result: no
configure:10164: checking miniupnpc/upnpcommands.h usability
configure:10164: g++ -c -g -O2 -Wno-invalid-offsetof -Wformat -D_THREAD_SAFE -pthread -Wstack-protector -fPIE -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 -D_FORTIFY_SOURCE=2 conftest.cpp >&5
conftest.cpp:60:10: fatal error: 'miniupnpc/upnpcommands.h' file not found
#include <miniupnpc/upnpcommands.h>
^
1 error generated.
configure:10164: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Namecoin"
| #define PACKAGE_TARNAME "namecoin"
| #define PACKAGE_VERSION "0.8.99"
| #define PACKAGE_STRING "Namecoin 0.8.99"
| #define PACKAGE_BUGREPORT "info@dot-bit.org"
| #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_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 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
| /* 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 <miniupnpc/upnpcommands.h>
configure:10164: result: no
configure:10164: checking miniupnpc/upnpcommands.h presence
configure:10164: g++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 -D_FORTIFY_SOURCE=2 conftest.cpp
conftest.cpp:27:10: fatal error: 'miniupnpc/upnpcommands.h' file not found
#include <miniupnpc/upnpcommands.h>
^
1 error generated.
configure:10164: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Namecoin"
| #define PACKAGE_TARNAME "namecoin"
| #define PACKAGE_VERSION "0.8.99"
| #define PACKAGE_STRING "Namecoin 0.8.99"
| #define PACKAGE_BUGREPORT "info@dot-bit.org"
| #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_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 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
| /* end confdefs.h. */
| #include <miniupnpc/upnpcommands.h>
configure:10164: result: no
configure:10164: checking for miniupnpc/upnpcommands.h
configure:10164: result: no
configure:10164: checking miniupnpc/upnperrors.h usability
configure:10164: g++ -c -g -O2 -Wno-invalid-offsetof -Wformat -D_THREAD_SAFE -pthread -Wstack-protector -fPIE -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 -D_FORTIFY_SOURCE=2 conftest.cpp >&5
conftest.cpp:60:10: fatal error: 'miniupnpc/upnperrors.h' file not found
#include <miniupnpc/upnperrors.h>
^
1 error generated.
configure:10164: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Namecoin"
| #define PACKAGE_TARNAME "namecoin"
| #define PACKAGE_VERSION "0.8.99"
| #define PACKAGE_STRING "Namecoin 0.8.99"
| #define PACKAGE_BUGREPORT "info@dot-bit.org"
| #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_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 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
| /* 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 <miniupnpc/upnperrors.h>
configure:10164: result: no
configure:10164: checking miniupnpc/upnperrors.h presence
configure:10164: g++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 -D_FORTIFY_SOURCE=2 conftest.cpp
conftest.cpp:27:10: fatal error: 'miniupnpc/upnperrors.h' file not found
#include <miniupnpc/upnperrors.h>
^
1 error generated.
configure:10164: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Namecoin"
| #define PACKAGE_TARNAME "namecoin"
| #define PACKAGE_VERSION "0.8.99"
| #define PACKAGE_STRING "Namecoin 0.8.99"
| #define PACKAGE_BUGREPORT "info@dot-bit.org"
| #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_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 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
| /* end confdefs.h. */
| #include <miniupnpc/upnperrors.h>
configure:10164: result: no
configure:10164: checking for miniupnpc/upnperrors.h
configure:10164: result: no
configure:10267: checking for boostlib >= 1.20.0
configure:10341: g++ -c -g -O2 -Wno-invalid-offsetof -Wformat -D_THREAD_SAFE -pthread -Wstack-protector -fPIE -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 -D_FORTIFY_SOURCE=2 -I/opt/local/include conftest.cpp >&5
configure:10341: $? = 0
configure:10343: result: yes
configure:10521: checking whether the Boost::System library is available
configure:10545: g++ -c -g -O2 -Wno-invalid-offsetof -Wformat -D_THREAD_SAFE -pthread -Wstack-protector -fPIE -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 -D_FORTIFY_SOURCE=2 -I/opt/local/include conftest.cpp >&5
conftest.cpp:32:1: warning: expression result unused [-Wunused-value]
boost::system::system_category
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
configure:10545: $? = 0
configure:10560: result: yes
configure:10575: checking for exit in -lboost_system-mt
configure:10600: g++ -o conftest -g -O2 -Wno-invalid-offsetof -Wformat -D_THREAD_SAFE -pthread -Wstack-protector -fPIE -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 -D_FORTIFY_SOURCE=2 -I/opt/local/include -pie -Wl,-dead_strip -L/opt/local/lib conftest.cpp -lboost_system-mt -L/opt/local/lib -L/opt/local/lib/db48 -framework Foundation -framework ApplicationServices -framework AppKit >&5
clang: warning: argument unused during compilation: '-pie'
configure:10600: $? = 0
configure:10610: result: yes
configure:10765: checking whether the Boost::Filesystem library is available
configure:10789: g++ -c -g -O2 -Wno-invalid-offsetof -Wformat -D_THREAD_SAFE -pthread -Wstack-protector -fPIE -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 -D_FORTIFY_SOURCE=2 -I/opt/local/include conftest.cpp >&5
configure:10789: $? = 0
configure:10803: result: yes
configure:10814: checking for exit in -lboost_filesystem-mt
configure:10839: g++ -o conftest -g -O2 -Wno-invalid-offsetof -Wformat -D_THREAD_SAFE -pthread -Wstack-protector -fPIE -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 -D_FORTIFY_SOURCE=2 -I/opt/local/include -pie -Wl,-dead_strip -L/opt/local/lib conftest.cpp -lboost_filesystem-mt -L/opt/local/lib -L/opt/local/lib/db48 -framework Foundation -framework ApplicationServices -framework AppKit -lboost_system-mt >&5
clang: warning: argument unused during compilation: '-pie'
configure:10839: $? = 0
configure:10849: result: yes
configure:10999: checking whether the Boost::Program_Options library is available
configure:11023: g++ -c -g -O2 -Wno-invalid-offsetof -Wformat -D_THREAD_SAFE -pthread -Wstack-protector -fPIE -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 -D_FORTIFY_SOURCE=2 -I/opt/local/include conftest.cpp >&5
configure:11023: $? = 0
configure:11037: result: yes
configure:11048: checking for exit in -lboost_program_options-mt
configure:11073: g++ -o conftest -g -O2 -Wno-invalid-offsetof -Wformat -D_THREAD_SAFE -pthread -Wstack-protector -fPIE -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 -D_FORTIFY_SOURCE=2 -I/opt/local/include -pie -Wl,-dead_strip -L/opt/local/lib conftest.cpp -lboost_program_options-mt -L/opt/local/lib -L/opt/local/lib/db48 -framework Foundation -framework ApplicationServices -framework AppKit >&5
clang: warning: argument unused during compilation: '-pie'
configure:11073: $? = 0
configure:11083: result: yes
configure:11226: checking whether the Boost::Thread library is available
configure:11258: g++ -c -pthread -g -O2 -Wno-invalid-offsetof -Wformat -D_THREAD_SAFE -pthread -Wstack-protector -fPIE -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 -D_FORTIFY_SOURCE=2 -I/opt/local/include conftest.cpp >&5
configure:11258: $? = 0
configure:11273: result: yes
configure:11302: checking for exit in -lboost_thread-mt
configure:11327: g++ -o conftest -g -O2 -Wno-invalid-offsetof -Wformat -D_THREAD_SAFE -pthread -Wstack-protector -fPIE -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 -D_FORTIFY_SOURCE=2 -I/opt/local/include -pie -Wl,-dead_strip -L/opt/local/lib conftest.cpp -lboost_thread-mt -L/opt/local/lib -L/opt/local/lib/db48 -framework Foundation -framework ApplicationServices -framework AppKit >&5
clang: warning: argument unused during compilation: '-pie'
configure:11327: $? = 0
configure:11337: result: yes
configure:11497: checking whether the Boost::Chrono library is available
configure:11521: g++ -c -g -O2 -Wno-invalid-offsetof -Wformat -D_THREAD_SAFE -pthread -Wstack-protector -fPIE -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 -D_FORTIFY_SOURCE=2 -pthread -I/opt/local/include conftest.cpp >&5
configure:11521: $? = 0
configure:11536: result: yes
configure:11551: checking for exit in -lboost_chrono-mt
configure:11576: g++ -o conftest -g -O2 -Wno-invalid-offsetof -Wformat -D_THREAD_SAFE -pthread -Wstack-protector -fPIE -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 -D_FORTIFY_SOURCE=2 -pthread -I/opt/local/include -pie -Wl,-dead_strip -L/opt/local/lib conftest.cpp -lboost_chrono-mt -L/opt/local/lib -L/opt/local/lib/db48 -framework Foundation -framework ApplicationServices -framework AppKit >&5
clang: warning: argument unused during compilation: '-pie'
configure:11576: $? = 0
configure:11586: result: yes
configure:11745: checking whether the Boost::Unit_Test_Framework library is available
configure:11768: g++ -c -g -O2 -Wno-invalid-offsetof -Wformat -D_THREAD_SAFE -pthread -Wstack-protector -fPIE -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 -D_FORTIFY_SOURCE=2 -pthread -I/opt/local/include conftest.cpp >&5
configure:11768: $? = 0
configure:11782: result: yes
configure:11922: g++ -o conftest -g -O2 -Wno-invalid-offsetof -Wformat -D_THREAD_SAFE -pthread -Wstack-protector -fPIE -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 -D_FORTIFY_SOURCE=2 -pthread -I/opt/local/include -pie -Wl,-dead_strip conftest.cpp -L/opt/local/lib -L/opt/local/lib/db48 -framework Foundation -framework ApplicationServices -framework AppKit -L/opt/local/lib -lboost_system-mt -lboost_filesystem-mt -lboost_program_options-mt -lboost_thread-mt -lboost_chrono-mt >&5
clang: warning: argument unused during compilation: '-pie'
configure:11922: $? = 0
configure:11979: checking openssl/crypto.h usability
configure:11979: g++ -c -g -O2 -Wno-invalid-offsetof -Wformat -D_THREAD_SAFE -pthread -Wstack-protector -fPIE -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 -D_FORTIFY_SOURCE=2 conftest.cpp >&5
configure:11979: $? = 0
configure:11979: result: yes
configure:11979: checking openssl/crypto.h presence
configure:11979: g++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 -D_FORTIFY_SOURCE=2 conftest.cpp
configure:11979: $? = 0
configure:11979: result: yes
configure:11979: checking for openssl/crypto.h
configure:11979: result: yes
configure:11982: checking for OPENSSL_cleanse in -lcrypto
configure:12007: g++ -o conftest -g -O2 -Wno-invalid-offsetof -Wformat -D_THREAD_SAFE -pthread -Wstack-protector -fPIE -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 -D_FORTIFY_SOURCE=2 -pie -Wl,-dead_strip conftest.cpp -lcrypto -L/opt/local/lib -L/opt/local/lib/db48 -framework Foundation -framework ApplicationServices -framework AppKit >&5
clang: warning: argument unused during compilation: '-pie'
configure:12007: $? = 0
configure:12016: result: yes
configure:12029: checking openssl/ssl.h usability
configure:12029: g++ -c -g -O2 -Wno-invalid-offsetof -Wformat -D_THREAD_SAFE -pthread -Wstack-protector -fPIE -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 -D_FORTIFY_SOURCE=2 conftest.cpp >&5
configure:12029: $? = 0
configure:12029: result: yes
configure:12029: checking openssl/ssl.h presence
configure:12029: g++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 -D_FORTIFY_SOURCE=2 conftest.cpp
configure:12029: $? = 0
configure:12029: result: yes
configure:12029: checking for openssl/ssl.h
configure:12029: result: yes
configure:12032: checking for SSL_CTX_set_cipher_list in -lssl
configure:12057: g++ -o conftest -g -O2 -Wno-invalid-offsetof -Wformat -D_THREAD_SAFE -pthread -Wstack-protector -fPIE -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 -D_FORTIFY_SOURCE=2 -pie -Wl,-dead_strip conftest.cpp -lssl -lcrypto -L/opt/local/lib -L/opt/local/lib/db48 -framework Foundation -framework ApplicationServices -framework AppKit >&5
clang: warning: argument unused during compilation: '-pie'
configure:12057: $? = 0
configure:12066: result: yes
configure:12159: checking qrencode.h usability
configure:12159: g++ -c -g -O2 -Wno-invalid-offsetof -Wformat -D_THREAD_SAFE -pthread -Wstack-protector -fPIE -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 -D_FORTIFY_SOURCE=2 conftest.cpp >&5
configure:12159: $? = 0
configure:12159: result: yes
configure:12159: checking qrencode.h presence
configure:12159: g++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 -D_FORTIFY_SOURCE=2 conftest.cpp
configure:12159: $? = 0
configure:12159: result: yes
configure:12159: checking for qrencode.h
configure:12159: result: yes
configure:12162: checking for QRcode_encodeString in -lqrencode
configure:12187: g++ -o conftest -g -O2 -Wno-invalid-offsetof -Wformat -D_THREAD_SAFE -pthread -Wstack-protector -fPIE -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 -D_FORTIFY_SOURCE=2 -pie -Wl,-dead_strip conftest.cpp -lqrencode -L/opt/local/lib -L/opt/local/lib/db48 -framework Foundation -framework ApplicationServices -framework AppKit -lssl -lcrypto >&5
clang: warning: argument unused during compilation: '-pie'
configure:12187: $? = 0
configure:12196: result: yes
configure:12287: checking QtCore usability
configure:12287: g++ -c -g -O2 -Wno-invalid-offsetof -Wformat -D_THREAD_SAFE -pthread -Wstack-protector -fPIE -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 -D_FORTIFY_SOURCE=2 conftest.cpp >&5
conftest.cpp:68:10: fatal error: 'QtCore' file not found
#include <QtCore>
^
1 error generated.
configure:12287: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Namecoin"
| #define PACKAGE_TARNAME "namecoin"
| #define PACKAGE_VERSION "0.8.99"
| #define PACKAGE_STRING "Namecoin 0.8.99"
| #define PACKAGE_BUGREPORT "info@dot-bit.org"
| #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_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 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_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
| /* 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 <QtCore>
configure:12287: result: no
configure:12287: checking QtCore presence
configure:12287: g++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 -D_FORTIFY_SOURCE=2 conftest.cpp
conftest.cpp:35:10: fatal error: 'QtCore' file not found
#include <QtCore>
^
1 error generated.
configure:12287: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Namecoin"
| #define PACKAGE_TARNAME "namecoin"
| #define PACKAGE_VERSION "0.8.99"
| #define PACKAGE_STRING "Namecoin 0.8.99"
| #define PACKAGE_BUGREPORT "info@dot-bit.org"
| #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_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 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_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
| /* end confdefs.h. */
| #include <QtCore>
configure:12287: result: no
configure:12287: checking for QtCore
configure:12287: result: no
configure:12490: checking QtCore usability
configure:12490: g++ -c -g -O2 -Wno-invalid-offsetof -Wformat -D_THREAD_SAFE -pthread -Wstack-protector -fPIE -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 -D_FORTIFY_SOURCE=2 -I/Library/Frameworks/QtCore.framework/Versions/4/Headers -DQT_CORE_LIB -DQT_SHARED conftest.cpp >&5
conftest.cpp:68:10: fatal error: 'QtCore' file not found
#include <QtCore>
^
1 error generated.
configure:12490: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Namecoin"
| #define PACKAGE_TARNAME "namecoin"
| #define PACKAGE_VERSION "0.8.99"
| #define PACKAGE_STRING "Namecoin 0.8.99"
| #define PACKAGE_BUGREPORT "info@dot-bit.org"
| #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_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 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_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
| /* 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 <QtCore>
configure:12490: result: no
configure:12490: checking QtCore presence
configure:12490: g++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 -D_FORTIFY_SOURCE=2 -I/Library/Frameworks/QtCore.framework/Versions/4/Headers -DQT_CORE_LIB -DQT_SHARED conftest.cpp
conftest.cpp:35:10: fatal error: 'QtCore' file not found
#include <QtCore>
^
1 error generated.
configure:12490: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Namecoin"
| #define PACKAGE_TARNAME "namecoin"
| #define PACKAGE_VERSION "0.8.99"
| #define PACKAGE_STRING "Namecoin 0.8.99"
| #define PACKAGE_BUGREPORT "info@dot-bit.org"
| #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_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 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_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
| /* end confdefs.h. */
| #include <QtCore>
configure:12490: result: no
configure:12490: checking for QtCore
configure:12490: result: no
configure:12553: checking for QT_CORE
configure:12560: $PKG_CONFIG --exists --print-errors "QtCore"
configure:12563: $? = 0
configure:12577: $PKG_CONFIG --exists --print-errors "QtCore"
configure:12580: $? = 0
configure:12640: result: yes
configure:12654: checking QtGui usability
configure:12654: g++ -c -g -O2 -Wno-invalid-offsetof -Wformat -D_THREAD_SAFE -pthread -Wstack-protector -fPIE -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 -D_FORTIFY_SOURCE=2 conftest.cpp >&5
conftest.cpp:68:10: fatal error: 'QtGui' file not found
#include <QtGui>
^
1 error generated.
configure:12654: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Namecoin"
| #define PACKAGE_TARNAME "namecoin"
| #define PACKAGE_VERSION "0.8.99"
| #define PACKAGE_STRING "Namecoin 0.8.99"
| #define PACKAGE_BUGREPORT "info@dot-bit.org"
| #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_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 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_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
| /* 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 <QtGui>
configure:12654: result: no
configure:12654: checking QtGui presence
configure:12654: g++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 -D_FORTIFY_SOURCE=2 conftest.cpp
conftest.cpp:35:10: fatal error: 'QtGui' file not found
#include <QtGui>
^
1 error generated.
configure:12654: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Namecoin"
| #define PACKAGE_TARNAME "namecoin"
| #define PACKAGE_VERSION "0.8.99"
| #define PACKAGE_STRING "Namecoin 0.8.99"
| #define PACKAGE_BUGREPORT "info@dot-bit.org"
| #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_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 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_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
| /* end confdefs.h. */
| #include <QtGui>
configure:12654: result: no
configure:12654: checking for QtGui
configure:12654: result: no
configure:12857: checking QtGui usability
configure:12857: g++ -c -g -O2 -Wno-invalid-offsetof -Wformat -D_THREAD_SAFE -pthread -Wstack-protector -fPIE -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 -D_FORTIFY_SOURCE=2 -I/Library/Frameworks/QtGui.framework/Versions/4/Headers -DQT_GUI_LIB conftest.cpp >&5
conftest.cpp:68:10: fatal error: 'QtGui' file not found
#include <QtGui>
^
1 error generated.
configure:12857: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Namecoin"
| #define PACKAGE_TARNAME "namecoin"
| #define PACKAGE_VERSION "0.8.99"
| #define PACKAGE_STRING "Namecoin 0.8.99"
| #define PACKAGE_BUGREPORT "info@dot-bit.org"
| #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_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 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_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
| /* 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 <QtGui>
configure:12857: result: no
configure:12857: checking QtGui presence
configure:12857: g++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 -D_FORTIFY_SOURCE=2 -I/Library/Frameworks/QtGui.framework/Versions/4/Headers -DQT_GUI_LIB conftest.cpp
conftest.cpp:35:10: fatal error: 'QtGui' file not found
#include <QtGui>
^
1 error generated.
configure:12857: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Namecoin"
| #define PACKAGE_TARNAME "namecoin"
| #define PACKAGE_VERSION "0.8.99"
| #define PACKAGE_STRING "Namecoin 0.8.99"
| #define PACKAGE_BUGREPORT "info@dot-bit.org"
| #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_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 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_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
| /* end confdefs.h. */
| #include <QtGui>
configure:12857: result: no
configure:12857: checking for QtGui
configure:12857: result: no
configure:12920: checking for QT_GUI
configure:12927: $PKG_CONFIG --exists --print-errors "QtGui"
configure:12930: $? = 0
configure:12944: $PKG_CONFIG --exists --print-errors "QtGui"
configure:12947: $? = 0
configure:13007: result: yes
configure:13021: checking QtNetwork usability
configure:13021: g++ -c -g -O2 -Wno-invalid-offsetof -Wformat -D_THREAD_SAFE -pthread -Wstack-protector -fPIE -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 -D_FORTIFY_SOURCE=2 conftest.cpp >&5
conftest.cpp:68:10: fatal error: 'QtNetwork' file not found
#include <QtNetwork>
^
1 error generated.
configure:13021: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Namecoin"
| #define PACKAGE_TARNAME "namecoin"
| #define PACKAGE_VERSION "0.8.99"
| #define PACKAGE_STRING "Namecoin 0.8.99"
| #define PACKAGE_BUGREPORT "info@dot-bit.org"
| #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_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 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_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
| /* 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 <QtNetwork>
configure:13021: result: no
configure:13021: checking QtNetwork presence
configure:13021: g++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 -D_FORTIFY_SOURCE=2 conftest.cpp
conftest.cpp:35:10: fatal error: 'QtNetwork' file not found
#include <QtNetwork>
^
1 error generated.
configure:13021: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Namecoin"
| #define PACKAGE_TARNAME "namecoin"
| #define PACKAGE_VERSION "0.8.99"
| #define PACKAGE_STRING "Namecoin 0.8.99"
| #define PACKAGE_BUGREPORT "info@dot-bit.org"
| #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_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 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_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
| /* end confdefs.h. */
| #include <QtNetwork>
configure:13021: result: no
configure:13021: checking for QtNetwork
configure:13021: result: no
configure:13224: checking QtNetwork usability
configure:13224: g++ -c -g -O2 -Wno-invalid-offsetof -Wformat -D_THREAD_SAFE -pthread -Wstack-protector -fPIE -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 -D_FORTIFY_SOURCE=2 -I/Library/Frameworks/QtNetwork.framework/Versions/4/Headers -DQT_NETWORK_LIB conftest.cpp >&5
conftest.cpp:68:10: fatal error: 'QtNetwork' file not found
#include <QtNetwork>
^
1 error generated.
configure:13224: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Namecoin"
| #define PACKAGE_TARNAME "namecoin"
| #define PACKAGE_VERSION "0.8.99"
| #define PACKAGE_STRING "Namecoin 0.8.99"
| #define PACKAGE_BUGREPORT "info@dot-bit.org"
| #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_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 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_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
| /* 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 <QtNetwork>
configure:13224: result: no
configure:13224: checking QtNetwork presence
configure:13224: g++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 -D_FORTIFY_SOURCE=2 -I/Library/Frameworks/QtNetwork.framework/Versions/4/Headers -DQT_NETWORK_LIB conftest.cpp
conftest.cpp:35:10: fatal error: 'QtNetwork' file not found
#include <QtNetwork>
^
1 error generated.
configure:13224: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Namecoin"
| #define PACKAGE_TARNAME "namecoin"
| #define PACKAGE_VERSION "0.8.99"
| #define PACKAGE_STRING "Namecoin 0.8.99"
| #define PACKAGE_BUGREPORT "info@dot-bit.org"
| #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_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 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_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
| /* end confdefs.h. */
| #include <QtNetwork>
configure:13224: result: no
configure:13224: checking for QtNetwork
configure:13224: result: no
configure:13287: checking for QT_NETWORK
configure:13294: $PKG_CONFIG --exists --print-errors "QtNetwork"
configure:13297: $? = 0
configure:13311: $PKG_CONFIG --exists --print-errors "QtNetwork"
configure:13314: $? = 0
configure:13374: result: yes
configure:13395: checking QtTest usability
configure:13395: g++ -c -g -O2 -Wno-invalid-offsetof -Wformat -D_THREAD_SAFE -pthread -Wstack-protector -fPIE -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 -D_FORTIFY_SOURCE=2 conftest.cpp >&5
conftest.cpp:68:10: fatal error: 'QtTest' file not found
#include <QtTest>
^
1 error generated.
configure:13395: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Namecoin"
| #define PACKAGE_TARNAME "namecoin"
| #define PACKAGE_VERSION "0.8.99"
| #define PACKAGE_STRING "Namecoin 0.8.99"
| #define PACKAGE_BUGREPORT "info@dot-bit.org"
| #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_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 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_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
| /* 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 <QtTest>
configure:13395: result: no
configure:13395: checking QtTest presence
configure:13395: g++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 -D_FORTIFY_SOURCE=2 conftest.cpp
conftest.cpp:35:10: fatal error: 'QtTest' file not found
#include <QtTest>
^
1 error generated.
configure:13395: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Namecoin"
| #define PACKAGE_TARNAME "namecoin"
| #define PACKAGE_VERSION "0.8.99"
| #define PACKAGE_STRING "Namecoin 0.8.99"
| #define PACKAGE_BUGREPORT "info@dot-bit.org"
| #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_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 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_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
| /* end confdefs.h. */
| #include <QtTest>
configure:13395: result: no
configure:13395: checking for QtTest
configure:13395: result: no
configure:13582: checking QtTest usability
configure:13582: g++ -c -g -O2 -Wno-invalid-offsetof -Wformat -D_THREAD_SAFE -pthread -Wstack-protector -fPIE -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 -D_FORTIFY_SOURCE=2 -I/Library/Frameworks/QtTest.framework/Versions/4/Headers -DQT_TEST_LIB conftest.cpp >&5
conftest.cpp:68:10: fatal error: 'QtTest' file not found
#include <QtTest>
^
1 error generated.
configure:13582: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Namecoin"
| #define PACKAGE_TARNAME "namecoin"
| #define PACKAGE_VERSION "0.8.99"
| #define PACKAGE_STRING "Namecoin 0.8.99"
| #define PACKAGE_BUGREPORT "info@dot-bit.org"
| #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_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 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_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
| /* 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 <QtTest>
configure:13582: result: no
configure:13582: checking QtTest presence
configure:13582: g++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 -D_FORTIFY_SOURCE=2 -I/Library/Frameworks/QtTest.framework/Versions/4/Headers -DQT_TEST_LIB conftest.cpp
conftest.cpp:35:10: fatal error: 'QtTest' file not found
#include <QtTest>
^
1 error generated.
configure:13582: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Namecoin"
| #define PACKAGE_TARNAME "namecoin"
| #define PACKAGE_VERSION "0.8.99"
| #define PACKAGE_STRING "Namecoin 0.8.99"
| #define PACKAGE_BUGREPORT "info@dot-bit.org"
| #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_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 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_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
| /* end confdefs.h. */
| #include <QtTest>
configure:13582: result: no
configure:13582: checking for QtTest
configure:13582: result: no
configure:13645: checking for QT_TEST
configure:13652: $PKG_CONFIG --exists --print-errors "QtTest"
configure:13655: $? = 0
configure:13669: $PKG_CONFIG --exists --print-errors "QtTest"
configure:13672: $? = 0
configure:13716: result: yes
configure:13732: checking QtDBus usability
configure:13732: g++ -c -g -O2 -Wno-invalid-offsetof -Wformat -D_THREAD_SAFE -pthread -Wstack-protector -fPIE -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 -D_FORTIFY_SOURCE=2 conftest.cpp >&5
conftest.cpp:68:10: fatal error: 'QtDBus' file not found
#include <QtDBus>
^
1 error generated.
configure:13732: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Namecoin"
| #define PACKAGE_TARNAME "namecoin"
| #define PACKAGE_VERSION "0.8.99"
| #define PACKAGE_STRING "Namecoin 0.8.99"
| #define PACKAGE_BUGREPORT "info@dot-bit.org"
| #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_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 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_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
| /* 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 <QtDBus>
configure:13732: result: no
configure:13732: checking QtDBus presence
configure:13732: g++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 -D_FORTIFY_SOURCE=2 conftest.cpp
conftest.cpp:35:10: fatal error: 'QtDBus' file not found
#include <QtDBus>
^
1 error generated.
configure:13732: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Namecoin"
| #define PACKAGE_TARNAME "namecoin"
| #define PACKAGE_VERSION "0.8.99"
| #define PACKAGE_STRING "Namecoin 0.8.99"
| #define PACKAGE_BUGREPORT "info@dot-bit.org"
| #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_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 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_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
| /* end confdefs.h. */
| #include <QtDBus>
configure:13732: result: no
configure:13732: checking for QtDBus
configure:13732: result: no
configure:13919: checking QtDBus usability
configure:13919: g++ -c -g -O2 -Wno-invalid-offsetof -Wformat -D_THREAD_SAFE -pthread -Wstack-protector -fPIE -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 -D_FORTIFY_SOURCE=2 -I/Library/Frameworks/QtDBus.framework/Versions/4/Headers -DQT_DBUS_LIB conftest.cpp >&5
conftest.cpp:68:10: fatal error: 'QtDBus' file not found
#include <QtDBus>
^
1 error generated.
configure:13919: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Namecoin"
| #define PACKAGE_TARNAME "namecoin"
| #define PACKAGE_VERSION "0.8.99"
| #define PACKAGE_STRING "Namecoin 0.8.99"
| #define PACKAGE_BUGREPORT "info@dot-bit.org"
| #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_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 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_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
| /* 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 <QtDBus>
configure:13919: result: no
configure:13919: checking QtDBus presence
configure:13919: g++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 -D_FORTIFY_SOURCE=2 -I/Library/Frameworks/QtDBus.framework/Versions/4/Headers -DQT_DBUS_LIB conftest.cpp
conftest.cpp:35:10: fatal error: 'QtDBus' file not found
#include <QtDBus>
^
1 error generated.
configure:13919: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Namecoin"
| #define PACKAGE_TARNAME "namecoin"
| #define PACKAGE_VERSION "0.8.99"
| #define PACKAGE_STRING "Namecoin 0.8.99"
| #define PACKAGE_BUGREPORT "info@dot-bit.org"
| #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_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 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_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
| /* end confdefs.h. */
| #include <QtDBus>
configure:13919: result: no
configure:13919: checking for QtDBus
configure:13919: result: no
configure:13982: checking for QT_DBUS
configure:13989: $PKG_CONFIG --exists --print-errors "QtDBus"
configure:13992: $? = 0
configure:14006: $PKG_CONFIG --exists --print-errors "QtDBus"
configure:14009: $? = 0
configure:14053: result: yes
configure:14069: checking for IPV6 build support
configure:14095: g++ -o conftest -g -O2 -Wno-invalid-offsetof -Wformat -D_THREAD_SAFE -pthread -Wstack-protector -fPIE -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 -D_FORTIFY_SOURCE=2 -pie -Wl,-dead_strip conftest.cpp -L/opt/local/lib -L/opt/local/lib/db48 -framework Foundation -framework ApplicationServices -framework AppKit -lssl -lcrypto >&5
clang: warning: argument unused during compilation: '-pie'
configure:14095: $? = 0
configure:14096: result: yes
configure:14115: checking if ccache should be enabled
configure:14121: ccache not found. Falling back to default CC
configure:14130: result: no
configure:14134: checking if wallet should be enabled
configure:14137: result: yes
configure:14154: checking if ipv6 should be enabled
configure:14164: result: yes
configure:14175: checking if upnp should be enabled
configure:14181: result: no
configure:14211: checking if qt should be enabled
configure:14255: result: yes
configure:14260: checking if dbus should be enabled
configure:14270: result: yes
configure:14273: checking if qr should be enabled
configure:14283: result: yes
configure:14524: checking that generated files are newer than configure
configure:14530: result: done
configure:14598: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by Namecoin config.status 0.8.99, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on Macintosh.local
config.status:1006: creating Makefile
config.status:1006: creating src/Makefile
config.status:1006: creating src/test/Makefile
config.status:1006: creating src/qt/Makefile
config.status:1006: creating src/qt/test/Makefile
config.status:1006: creating src/namecoin-config.h
config.status:1187: src/namecoin-config.h is unchanged
config.status:1235: executing depfiles commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-apple-darwin13.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_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_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_OBJCFLAGS_set=
ac_cv_env_OBJCFLAGS_value=
ac_cv_env_OBJCXXFLAGS_set=
ac_cv_env_OBJCXXFLAGS_value=
ac_cv_env_OBJCXX_set=
ac_cv_env_OBJCXX_value=
ac_cv_env_OBJC_set=
ac_cv_env_OBJC_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_QR_CFLAGS_set=
ac_cv_env_QR_CFLAGS_value=
ac_cv_env_QR_LIBS_set=
ac_cv_env_QR_LIBS_value=
ac_cv_env_QT_CORE_CFLAGS_set=
ac_cv_env_QT_CORE_CFLAGS_value=
ac_cv_env_QT_CORE_LIBS_set=
ac_cv_env_QT_CORE_LIBS_value=
ac_cv_env_QT_DBUS_CFLAGS_set=
ac_cv_env_QT_DBUS_CFLAGS_value=
ac_cv_env_QT_DBUS_LIBS_set=
ac_cv_env_QT_DBUS_LIBS_value=
ac_cv_env_QT_GUI_CFLAGS_set=
ac_cv_env_QT_GUI_CFLAGS_value=
ac_cv_env_QT_GUI_LIBS_set=
ac_cv_env_QT_GUI_LIBS_value=
ac_cv_env_QT_NETWORK_CFLAGS_set=
ac_cv_env_QT_NETWORK_CFLAGS_value=
ac_cv_env_QT_NETWORK_LIBS_set=
ac_cv_env_QT_NETWORK_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_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_header_QtCore=no
ac_cv_header_QtDBus=no
ac_cv_header_QtGui=no
ac_cv_header_QtNetwork=no
ac_cv_header_QtTest=no
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_miniupnpc_miniupnpc_h=no
ac_cv_header_miniupnpc_miniwget_h=no
ac_cv_header_miniupnpc_upnpcommands_h=no
ac_cv_header_miniupnpc_upnperrors_h=no
ac_cv_header_openssl_crypto_h=yes
ac_cv_header_openssl_ssl_h=yes
ac_cv_header_qrencode_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_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-apple-darwin13.0.0
ac_cv_lib_boost_chrono_mt___exit=yes
ac_cv_lib_boost_filesystem_mt___exit=yes
ac_cv_lib_boost_program_options_mt___exit=yes
ac_cv_lib_boost_system_mt___exit=yes
ac_cv_lib_boost_thread_mt___exit=yes
ac_cv_lib_crypto_OPENSSL_cleanse=yes
ac_cv_lib_db_cxx_4_8___main=yes
ac_cv_lib_qrencode_QRcode_encodeString=yes
ac_cv_lib_ssl_SSL_CTX_set_cipher_list=yes
ac_cv_objc_compiler_gnu=yes
ac_cv_objcxx_compiler_gnu=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
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=/opt/local/bin/lrelease
ac_cv_path_LUPDATE=/opt/local/bin/lupdate
ac_cv_path_MOC=/opt/local/bin/moc
ac_cv_path_RCC=/opt/local/bin/rcc
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_UIC=/opt/local/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_prog_AWK=awk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_PORT=port
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_OBJC=gcc
ac_cv_prog_ac_ct_OBJCXX=g++
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_objc_g=yes
ac_cv_prog_objcxx_g=yes
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_OBJC_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_cxxflags___Wstack_protector=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__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
pkg_cv_QT_CORE_CFLAGS='-DQT_SHARED -I/opt/local/include -I/opt/local/include/QtCore '
pkg_cv_QT_CORE_LIBS='-L/opt/local/lib -lQtCore '
pkg_cv_QT_DBUS_CFLAGS='-DQT_SHARED -I/opt/local/include -I/opt/local/include/QtDBus -I/opt/local/include -I/opt/local/include/QtXml -I/opt/local/include -I/opt/local/include/QtCore '
pkg_cv_QT_DBUS_LIBS='-L/opt/local/lib -lQtDBus -lQtXml -lQtCore '
pkg_cv_QT_GUI_CFLAGS='-DQT_SHARED -I/opt/local/include -I/opt/local/include/QtGui -I/opt/local/include -I/opt/local/include/QtCore '
pkg_cv_QT_GUI_LIBS='-L/opt/local/lib -lQtGui -lQtCore '
pkg_cv_QT_NETWORK_CFLAGS='-DQT_SHARED -I/opt/local/include -I/opt/local/include/QtNetwork -I/opt/local/include -I/opt/local/include/QtCore '
pkg_cv_QT_NETWORK_LIBS='-L/opt/local/lib -lQtNetwork -lQtCore '
pkg_cv_QT_TEST_CFLAGS='-DQT_SHARED -I/opt/local/include -I/opt/local/include/QtTest '
pkg_cv_QT_TEST_LIBS='-L/opt/local/lib -lQtTest '
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /Users/nmc/namecoin-qt-autotools/src/build-aux/missing aclocal-1.14'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AR='/usr/bin/ar'
AUTOCONF='${SHELL} /Users/nmc/namecoin-qt-autotools/src/build-aux/missing autoconf'
AUTOHEADER='${SHELL} /Users/nmc/namecoin-qt-autotools/src/build-aux/missing autoheader'
AUTOMAKE='${SHELL} /Users/nmc/namecoin-qt-autotools/src/build-aux/missing automake-1.14'
AWK='awk'
BDB_CPPFLAGS=' -I/opt/local/include/db48/'
BDB_LIBS='-ldb_cxx-4.8'
BOOST_CHRONO_LIB='-lboost_chrono-mt'
BOOST_CPPFLAGS='-pthread -I/opt/local/include'
BOOST_FILESYSTEM_LIB='-lboost_filesystem-mt'
BOOST_LDFLAGS='-L/opt/local/lib'
BOOST_LIBS='-L/opt/local/lib -lboost_system-mt -lboost_filesystem-mt -lboost_program_options-mt -lboost_thread-mt -lboost_chrono-mt'
BOOST_PROGRAM_OPTIONS_LIB='-lboost_program_options-mt'
BOOST_SYSTEM_LIB='-lboost_system-mt'
BOOST_THREAD_LIB='-lboost_thread-mt'
BOOST_UNIT_TEST_FRAMEWORK_LIB='-lboost_unit_test_framework-mt'
BREW=''
BUILD_QT='qt'
BUILD_TEST='test'
BUILD_TEST_QT='test'
CC='gcc'
CCACHE=''
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CLIENT_VERSION_BUILD='0'
CLIENT_VERSION_IS_RELEASE='false'
CLIENT_VERSION_MAJOR='0'
CLIENT_VERSION_MINOR='8'
CLIENT_VERSION_REVISION='99'
COMPARISON_TOOL_REORG_TESTS='0'
COPYRIGHT_YEAR='2013'
CPP='gcc -E'
CPPFLAGS=' -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/opt/local/include -I/opt/local/include/db48 -DMAC_OSX -mmacosx-version-min=10.6 -D_FORTIFY_SOURCE=2 -DGUI'
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2 -Wno-invalid-offsetof -Wformat -D_THREAD_SAFE -pthread -Wstack-protector -fPIE -fstack-protector-all'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
ENABLE_WALLET_FALSE='#'
ENABLE_WALLET_TRUE=''
EXEEXT=''
GCOV='/usr/bin/gcov'
GENHTML=''
GIT='/usr/bin/git'
GREP='/usr/bin/grep'
HEXDUMP='/usr/bin/hexdump'
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=''
LDFLAGS=' -pie -Wl,-dead_strip'
LIBOBJS=''
LIBS=' -L/opt/local/lib -L/opt/local/lib/db48 -framework Foundation -framework ApplicationServices -framework AppKit -lssl -lcrypto'
LRELEASE='/opt/local/bin/lrelease'
LTLIBOBJS=''
LUPDATE='/opt/local/bin/lupdate'
MAINT=''
MAINTAINER_MODE_FALSE='#'
MAINTAINER_MODE_TRUE=''
MAKEINFO='${SHELL} /Users/nmc/namecoin-qt-autotools/src/build-aux/missing makeinfo'
MAKENSIS=''
MKDIR_P='src/build-aux/install-sh -c -d'
MOC='/opt/local/bin/moc'
MOC_DEFS='-DQ_OS_MAC'
NAMECOIND=''
NAMECOIN_QT='namecoin-qt${EXEEXT}'
OBJC='gcc'
OBJCDEPMODE='depmode=gcc3'
OBJCFLAGS='-g -O2'
OBJCXX='g++'
OBJCXXDEPMODE='depmode=gcc3'
OBJCXXFLAGS='-g -O2 -Wno-invalid-offsetof -Wformat -D_THREAD_SAFE -pthread -Wstack-protector -fPIE -fstack-protector-all'
OBJEXT='o'
PACKAGE='namecoin'
PACKAGE_BUGREPORT='info@dot-bit.org'
PACKAGE_NAME='Namecoin'
PACKAGE_STRING='Namecoin 0.8.99'
PACKAGE_TARNAME='namecoin'
PACKAGE_URL=''
PACKAGE_VERSION='0.8.99'
PATH_SEPARATOR=':'
PKG_CONFIG='/opt/local/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
PORT='port'
PTHREAD_CC='gcc'
PTHREAD_CFLAGS='-D_THREAD_SAFE -pthread'
PTHREAD_LIBS=''
QR_CFLAGS=''
QR_LIBS=''
QT_CORE_CFLAGS='-DQT_SHARED -I/opt/local/include -I/opt/local/include/QtCore '
QT_CORE_LIBS='-L/opt/local/lib -lQtCore '
QT_CPPFLAGS=' '
QT_CXXFLAGS=' -DQT_SHARED -I/opt/local/include -I/opt/local/include/QtCore -DQT_SHARED -I/opt/local/include -I/opt/local/include/QtGui -I/opt/local/include -I/opt/local/include/QtCore -DQT_SHARED -I/opt/local/include -I/opt/local/include/QtNetwork -I/opt/local/include -I/opt/local/include/QtCore '
QT_DBUS_CFLAGS='-DQT_SHARED -I/opt/local/include -I/opt/local/include/QtDBus -I/opt/local/include -I/opt/local/include/QtXml -I/opt/local/include -I/opt/local/include/QtCore '
QT_DBUS_CPPFLAGS=''
QT_DBUS_LIBS='-L/opt/local/lib -lQtDBus -lQtXml -lQtCore '
QT_GUI_CFLAGS='-DQT_SHARED -I/opt/local/include -I/opt/local/include/QtGui -I/opt/local/include -I/opt/local/include/QtCore '
QT_GUI_LIBS='-L/opt/local/lib -lQtGui -lQtCore '
QT_LDFLAGS=' '
QT_LIBS=' -L/opt/local/lib -lQtCore -L/opt/local/lib -lQtGui -lQtCore -L/opt/local/lib -lQtNetwork -lQtCore '
QT_NETWORK_CFLAGS='-DQT_SHARED -I/opt/local/include -I/opt/local/include/QtNetwork -I/opt/local/include -I/opt/local/include/QtCore '
QT_NETWORK_LIBS='-L/opt/local/lib -lQtNetwork -lQtCore '
QT_TEST_CFLAGS='-DQT_SHARED -I/opt/local/include -I/opt/local/include/QtTest '
QT_TEST_CPPFLAGS=''
QT_TEST_CXXFLAGS=' -DQT_SHARED -I/opt/local/include -I/opt/local/include/QtTest '
QT_TEST_LIBS='-L/opt/local/lib -lQtTest '
RANLIB='/usr/bin/ranlib'
RCC='/opt/local/bin/rcc'
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
SSL_CFLAGS=''
SSL_LIBS=''
STRIP='/usr/bin/strip'
TARGET_DARWIN_FALSE='#'
TARGET_DARWIN_TRUE=''
TARGET_WINDOWS_FALSE=''
TARGET_WINDOWS_TRUE='#'
TESTDEFS='-DBOOST_TEST_DYN_LINK'
TEST_NAMECOIN=''
UIC='/opt/local/bin/uic'
USE_COMPARISON_TOOL_FALSE=''
USE_COMPARISON_TOOL_REORG_TESTS_FALSE='#'
USE_COMPARISON_TOOL_REORG_TESTS_TRUE=''
USE_COMPARISON_TOOL_TRUE='#'
USE_IPV6=''
USE_LCOV_FALSE=''
USE_LCOV_TRUE='#'
USE_QRCODE=''
USE_QRCODE_FALSE='#'
USE_QRCODE_TRUE=''
USE_UPNP=''
VERSION='0.8.99'
WINDRES=''
XGETTEXT='/opt/local/bin/xgettext'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_OBJC='gcc'
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__fastdepOBJC_FALSE='#'
am__fastdepOBJC_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-darwin13.0.0'
build_alias=''
build_cpu='x86_64'
build_os='darwin13.0.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-apple-darwin13.0.0'
host_alias=''
host_cpu='x86_64'
host_os='darwin13.0.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /Users/nmc/namecoin-qt-autotools/src/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='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "Namecoin"
#define PACKAGE_TARNAME "namecoin"
#define PACKAGE_VERSION "0.8.99"
#define PACKAGE_STRING "Namecoin 0.8.99"
#define PACKAGE_BUGREPORT "info@dot-bit.org"
#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_PTHREAD_PRIO_INHERIT 1
#define HAVE_PTHREAD 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_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
#define HAVE_IPV6 1
#define ENABLE_WALLET 1
#define USE_IPV6 1
#define USE_DBUS 1
#define USE_QRCODE 1
#define CLIENT_VERSION_MAJOR 0
#define CLIENT_VERSION_MINOR 8
#define CLIENT_VERSION_REVISION 99
#define CLIENT_VERSION_BUILD 0
#define CLIENT_VERSION_IS_RELEASE false
#define COPYRIGHT_YEAR 2013
configure: exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment