Project

General

Profile

Bug #1844 ยป config.log

Alex Afanasyev, 08/14/2014 10:42 PM

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

It was created by ndn-cpp configure 0.2, which was
generated by GNU Autoconf 2.69. Invocation command line was

$ ./configure

## --------- ##
## Platform. ##
## --------- ##

hostname = cawka-mac
uname -m = x86_64
uname -r = 13.3.0
uname -s = Darwin
uname -v = Darwin Kernel Version 13.3.0: Tue Jun 3 21:27:35 PDT 2014; root:xnu-2422.110.17~1/RELEASE_X86_64

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

/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = Mach kernel version:
Darwin Kernel Version 13.3.0: Tue Jun 3 21:27:35 PDT 2014; root:xnu-2422.110.17~1/RELEASE_X86_64
Kernel configured for up to 8 processors.
4 processors are physically available.
8 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1 2 3 4 5 6 7
Primary memory available: 16.00 gigabytes
Default processor set: 217 tasks, 1121 threads, 8 processors
Load average: 1.61, Mach factor: 6.37
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown

PATH: /opt/local/bin
PATH: /usr/local/bin
PATH: /usr/texbin
PATH: /Users/cawka/Devel/devel/depot_tools
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2792: checking for a BSD-compatible install
configure:2860: result: /usr/bin/install -c
configure:2871: checking whether build environment is sane
configure:2926: result: yes
configure:3077: checking for a thread-safe mkdir -p
configure:3116: result: ./install-sh -c -d
configure:3123: checking for gawk
configure:3139: found /opt/local/bin/gawk
configure:3150: result: gawk
configure:3161: checking whether make sets $(MAKE)
configure:3183: result: yes
configure:3212: checking whether make supports nested variables
configure:3229: result: yes
configure:3356: checking whether to enable maintainer-specific portions of Makefiles
configure:3365: result: no
configure:3390: checking for style of include used by make
configure:3418: result: GNU
configure:3489: checking for gcc
configure:3505: found /usr/bin/gcc
configure:3516: result: gcc
configure:3745: checking for C compiler version
configure:3754: gcc --version >&5
Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
Target: x86_64-apple-darwin13.3.0
Thread model: posix
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
configure:3765: $? = 0
configure:3754: gcc -v >&5
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
Target: x86_64-apple-darwin13.3.0
Thread model: posix
configure:3765: $? = 0
configure:3754: gcc -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:3765: $? = 1
configure:3754: gcc -qversion >&5
clang: error: unknown argument: '-qversion' [-Wunused-command-line-argument-hard-error-in-future]
clang: note: this will be a hard error (cannot be downgraded to a warning) in the future
clang: error: no input files
configure:3765: $? = 1
configure:3785: checking whether the C compiler works
configure:3807: gcc conftest.c >&5
configure:3811: $? = 0
configure:3859: result: yes
configure:3862: checking for C compiler default output file name
configure:3864: result: a.out
configure:3870: checking for suffix of executables
configure:3877: gcc -o conftest conftest.c >&5
configure:3881: $? = 0
configure:3903: result:
configure:3925: checking whether we are cross compiling
configure:3933: gcc -o conftest conftest.c >&5
configure:3937: $? = 0
configure:3944: ./conftest
configure:3948: $? = 0
configure:3963: result: no
configure:3968: checking for suffix of object files
configure:3990: gcc -c conftest.c >&5
configure:3994: $? = 0
configure:4015: result: o
configure:4019: checking whether we are using the GNU C compiler
configure:4038: gcc -c conftest.c >&5
configure:4038: $? = 0
configure:4047: result: yes
configure:4056: checking whether gcc accepts -g
configure:4076: gcc -c -g conftest.c >&5
configure:4076: $? = 0
configure:4117: result: yes
configure:4134: checking for gcc option to accept ISO C89
configure:4197: gcc -c -g -O2 conftest.c >&5
configure:4197: $? = 0
configure:4210: result: none needed
configure:4235: checking whether gcc understands -c and -o together
configure:4257: gcc -c conftest.c -o conftest2.o
configure:4260: $? = 0
configure:4257: gcc -c conftest.c -o conftest2.o
configure:4260: $? = 0
configure:4272: result: yes
configure:4291: checking dependency style of gcc
configure:4402: result: gcc3
configure:4467: checking for ar
configure:4483: found /opt/local/bin/ar
configure:4494: result: ar
configure:4520: checking the archiver (ar) interface
configure:4536: gcc -c -g -O2 conftest.c >&5
configure:4536: $? = 0
configure:4538: ar cru libconftest.a conftest.o >&5
configure:4541: $? = 0
configure:4569: result: ar
configure:4618: checking build system type
configure:4632: result: x86_64-apple-darwin13.3.0
configure:4652: checking host system type
configure:4665: result: x86_64-apple-darwin13.3.0
configure:4706: checking how to print strings
configure:4733: result: printf
configure:4754: checking for a sed that does not truncate output
configure:4818: result: /usr/bin/sed
configure:4836: checking for grep that handles long lines and -e
configure:4894: result: /usr/bin/grep
configure:4899: checking for egrep
configure:4961: result: /usr/bin/grep -E
configure:4966: checking for fgrep
configure:5028: result: /usr/bin/grep -F
configure:5063: checking for ld used by gcc
configure:5130: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
configure:5137: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
configure:5152: result: no
configure:5164: checking for BSD- or MS-compatible name lister (nm)
configure:5213: result: /opt/local/bin/nm
configure:5343: checking the name lister (/opt/local/bin/nm) interface
configure:5350: gcc -c -g -O2 conftest.c >&5
configure:5353: /opt/local/bin/nm "conftest.o"
configure:5356: output
000000000000021c S _some_variable
configure:5363: result: BSD nm
configure:5366: checking whether ln -s works
configure:5370: result: yes
configure:5378: checking the maximum length of command line arguments
configure:5508: result: 196608
configure:5525: checking whether the shell understands some XSI constructs
configure:5535: result: yes
configure:5539: checking whether the shell understands "+="
configure:5545: result: yes
configure:5580: checking how to convert x86_64-apple-darwin13.3.0 file names to x86_64-apple-darwin13.3.0 format
configure:5620: result: func_convert_file_noop
configure:5627: checking how to convert x86_64-apple-darwin13.3.0 file names to toolchain format
configure:5647: result: func_convert_file_noop
configure:5654: checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files
configure:5661: result: -r
configure:5735: checking for objdump
configure:5765: result: no
configure:5794: checking how to recognize dependent libraries
configure:5996: result: pass_all
configure:6081: checking for dlltool
configure:6111: result: no
configure:6141: checking how to associate runtime and link libraries
configure:6168: result: printf %s\n
configure:6292: checking for archiver @FILE support
configure:6309: gcc -c -g -O2 conftest.c >&5
configure:6309: $? = 0
configure:6312: ar cru libconftest.a @conftest.lst >&5
ar: @conftest.lst: No such file or directory
configure:6315: $? = 1
configure:6335: result: no
configure:6393: checking for strip
configure:6409: found /opt/local/bin/strip
configure:6420: result: strip
configure:6492: checking for ranlib
configure:6508: found /opt/local/bin/ranlib
configure:6519: result: ranlib
configure:6621: checking command to parse /opt/local/bin/nm output from gcc object
configure:6741: gcc -c -g -O2 conftest.c >&5
configure:6744: $? = 0
configure:6748: /opt/local/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:6751: $? = 0
cannot find nm_test_var in conftest.nm
configure:6741: gcc -c -g -O2 conftest.c >&5
configure:6744: $? = 0
configure:6748: /opt/local/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:6751: $? = 0
configure:6817: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
configure:6820: $? = 0
configure:6858: result: ok
configure:6895: checking for sysroot
configure:6925: result: no
configure:7181: checking for mt
configure:7211: result: no
configure:7231: checking if : is a manifest tool
configure:7237: : '-?'
configure:7245: result: no
configure:7301: checking for dsymutil
configure:7317: found /usr/bin/dsymutil
configure:7328: result: dsymutil
configure:7393: checking for nmedit
configure:7409: found /opt/local/bin/nmedit
configure:7420: result: nmedit
configure:7485: checking for lipo
configure:7501: found /opt/local/bin/lipo
configure:7512: result: lipo
configure:7577: checking for otool
configure:7593: found /opt/local/bin/otool
configure:7604: result: otool
configure:7669: checking for otool64
configure:7699: result: no
configure:7744: checking for -single_module linker flag
gcc -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
configure:7777: result: yes
configure:7780: checking for -exported_symbols_list linker flag
configure:7800: gcc -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c >&5
configure:7800: $? = 0
configure:7810: result: yes
configure:7813: checking for -force_load linker flag
gcc -g -O2 -c -o conftest.o conftest.c
ar cru libconftest.a conftest.o
ranlib libconftest.a
gcc -g -O2 -o conftest conftest.c -Wl,-force_load,./libconftest.a
configure:7845: result: yes
configure:7887: checking how to run the C preprocessor
configure:7918: gcc -E conftest.c
configure:7918: $? = 0
configure:7932: gcc -E conftest.c
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:7932: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ndn-cpp"
| #define PACKAGE_TARNAME "ndn-cpp"
| #define PACKAGE_VERSION "0.2"
| #define PACKAGE_STRING "ndn-cpp 0.2"
| #define PACKAGE_BUGREPORT "ndn-lib@lists.cs.ucla.edu"
| #define PACKAGE_URL "https://github.com/named-data/ndn-cpp"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:7957: result: gcc -E
configure:7977: gcc -E conftest.c
configure:7977: $? = 0
configure:7991: gcc -E conftest.c
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:7991: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ndn-cpp"
| #define PACKAGE_TARNAME "ndn-cpp"
| #define PACKAGE_VERSION "0.2"
| #define PACKAGE_STRING "ndn-cpp 0.2"
| #define PACKAGE_BUGREPORT "ndn-lib@lists.cs.ucla.edu"
| #define PACKAGE_URL "https://github.com/named-data/ndn-cpp"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:8020: checking for ANSI C header files
configure:8040: gcc -c -g -O2 conftest.c >&5
configure:8040: $? = 0
configure:8113: gcc -o conftest -g -O2 conftest.c >&5
configure:8113: $? = 0
configure:8113: ./conftest
configure:8113: $? = 0
configure:8124: result: yes
configure:8137: checking for sys/types.h
configure:8137: gcc -c -g -O2 conftest.c >&5
configure:8137: $? = 0
configure:8137: result: yes
configure:8137: checking for sys/stat.h
configure:8137: gcc -c -g -O2 conftest.c >&5
configure:8137: $? = 0
configure:8137: result: yes
configure:8137: checking for stdlib.h
configure:8137: gcc -c -g -O2 conftest.c >&5
configure:8137: $? = 0
configure:8137: result: yes
configure:8137: checking for string.h
configure:8137: gcc -c -g -O2 conftest.c >&5
configure:8137: $? = 0
configure:8137: result: yes
configure:8137: checking for memory.h
configure:8137: gcc -c -g -O2 conftest.c >&5
configure:8137: $? = 0
configure:8137: result: yes
configure:8137: checking for strings.h
configure:8137: gcc -c -g -O2 conftest.c >&5
configure:8137: $? = 0
configure:8137: result: yes
configure:8137: checking for inttypes.h
configure:8137: gcc -c -g -O2 conftest.c >&5
configure:8137: $? = 0
configure:8137: result: yes
configure:8137: checking for stdint.h
configure:8137: gcc -c -g -O2 conftest.c >&5
configure:8137: $? = 0
configure:8137: result: yes
configure:8137: checking for unistd.h
configure:8137: gcc -c -g -O2 conftest.c >&5
configure:8137: $? = 0
configure:8137: result: yes
configure:8151: checking for dlfcn.h
configure:8151: gcc -c -g -O2 conftest.c >&5
configure:8151: $? = 0
configure:8151: result: yes
configure:8357: checking for objdir
configure:8372: result: .libs
configure:8643: checking if gcc supports -fno-rtti -fno-exceptions
configure:8661: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
configure:8665: $? = 0
configure:8678: result: yes
configure:9005: checking for gcc option to produce PIC
configure:9012: result: -fno-common -DPIC
configure:9020: checking if gcc PIC flag -fno-common -DPIC works
configure:9038: gcc -c -g -O2 -fno-common -DPIC -DPIC conftest.c >&5
configure:9042: $? = 0
configure:9055: result: yes
configure:9084: checking if gcc static flag -static works
configure:9112: result: no
configure:9127: checking if gcc supports -c -o file.o
configure:9148: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:9152: $? = 0
configure:9174: result: yes
configure:9182: checking if gcc supports -c -o file.o
configure:9229: result: yes
configure:9262: checking whether the gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
configure:10415: result: yes
configure:10655: checking dynamic linker characteristics
configure:11388: result: darwin13.3.0 dyld
configure:11495: checking how to hardcode library paths into programs
configure:11520: result: immediate
configure:12060: checking whether stripping libraries is possible
configure:12074: result: yes
configure:12100: checking if libtool supports shared libraries
configure:12102: result: yes
configure:12105: checking whether to build shared libraries
configure:12126: result: yes
configure:12129: checking whether to build static libraries
configure:12133: result: yes
configure:12230: checking for g++
configure:12246: found /usr/bin/g++
configure:12257: result: g++
configure:12284: checking for C++ compiler version
configure:12293: g++ --version >&5
Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
Target: x86_64-apple-darwin13.3.0
Thread model: posix
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
configure:12304: $? = 0
configure:12293: g++ -v >&5
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
Target: x86_64-apple-darwin13.3.0
Thread model: posix
configure:12304: $? = 0
configure:12293: g++ -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:12304: $? = 1
configure:12293: g++ -qversion >&5
clang: error: unknown argument: '-qversion' [-Wunused-command-line-argument-hard-error-in-future]
clang: note: this will be a hard error (cannot be downgraded to a warning) in the future
clang: error: no input files
configure:12304: $? = 1
configure:12308: checking whether we are using the GNU C++ compiler
configure:12327: g++ -c conftest.cpp >&5
configure:12327: $? = 0
configure:12336: result: yes
configure:12345: checking whether g++ accepts -g
configure:12365: g++ -c -g conftest.cpp >&5
configure:12365: $? = 0
configure:12406: result: yes
configure:12431: checking dependency style of g++
configure:12542: result: gcc3
configure:12575: checking how to run the C++ preprocessor
configure:12602: g++ -E conftest.cpp
configure:12602: $? = 0
configure:12616: g++ -E conftest.cpp
conftest.cpp:21:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:12616: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ndn-cpp"
| #define PACKAGE_TARNAME "ndn-cpp"
| #define PACKAGE_VERSION "0.2"
| #define PACKAGE_STRING "ndn-cpp 0.2"
| #define PACKAGE_BUGREPORT "ndn-lib@lists.cs.ucla.edu"
| #define PACKAGE_URL "https://github.com/named-data/ndn-cpp"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:12641: result: g++ -E
configure:12661: g++ -E conftest.cpp
configure:12661: $? = 0
configure:12675: g++ -E conftest.cpp
conftest.cpp:21:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:12675: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ndn-cpp"
| #define PACKAGE_TARNAME "ndn-cpp"
| #define PACKAGE_VERSION "0.2"
| #define PACKAGE_STRING "ndn-cpp 0.2"
| #define PACKAGE_BUGREPORT "ndn-lib@lists.cs.ucla.edu"
| #define PACKAGE_URL "https://github.com/named-data/ndn-cpp"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:12844: checking for ld used by g++
configure:12911: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
configure:12918: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
configure:12933: result: no
configure:12988: checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
configure:13993: result: yes
configure:14029: g++ -c -g -O2 conftest.cpp >&5
configure:14032: $? = 0
configure:14552: checking for g++ option to produce PIC
configure:14559: result: -fno-common -DPIC
configure:14567: checking if g++ PIC flag -fno-common -DPIC works
configure:14585: g++ -c -g -O2 -fno-common -DPIC -DPIC conftest.cpp >&5
configure:14589: $? = 0
configure:14602: result: yes
configure:14625: checking if g++ static flag -static works
configure:14653: result: no
configure:14665: checking if g++ supports -c -o file.o
configure:14686: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
configure:14690: $? = 0
configure:14712: result: yes
configure:14717: checking if g++ supports -c -o file.o
configure:14764: result: yes
configure:14794: checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
configure:14830: result: yes
configure:14971: checking dynamic linker characteristics
configure:15638: result: darwin13.3.0 dyld
configure:15691: checking how to hardcode library paths into programs
configure:15716: result: immediate
configure:15811: checking for g++
configure:15827: found /usr/bin/g++
configure:15838: result: g++
configure:15863: checking for Objective C++ compiler version
configure:15872: g++ --version >&5
Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
Target: x86_64-apple-darwin13.3.0
Thread model: posix
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
configure:15883: $? = 0
configure:15872: g++ -v >&5
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
Target: x86_64-apple-darwin13.3.0
Thread model: posix
configure:15883: $? = 0
configure:15872: g++ -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:15883: $? = 1
configure:15872: g++ -qversion >&5
clang: error: unknown argument: '-qversion' [-Wunused-command-line-argument-hard-error-in-future]
clang: note: this will be a hard error (cannot be downgraded to a warning) in the future
clang: error: no input files
configure:15883: $? = 1
configure:15887: checking whether we are using the GNU Objective C++ compiler
configure:15906: g++ -c conftest.mm >&5
configure:15906: $? = 0
configure:15915: result: yes
configure:15924: checking whether g++ accepts -g
configure:15944: g++ -c -g conftest.mm >&5
configure:15944: $? = 0
configure:15985: result: yes
configure:16010: checking dependency style of g++
configure:16119: result: gcc3
configure:16158: checking for size_t
configure:16158: g++ -c -g -O2 -I/opt/local/include -I/opt/local/include conftest.cpp >&5
configure:16158: $? = 0
configure:16158: g++ -c -g -O2 -I/opt/local/include -I/opt/local/include conftest.cpp >&5
conftest.cpp:57:21: error: expected expression
if (sizeof ((size_t)))
^
1 error generated.
configure:16158: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ndn-cpp"
| #define PACKAGE_TARNAME "ndn-cpp"
| #define PACKAGE_VERSION "0.2"
| #define PACKAGE_STRING "ndn-cpp 0.2"
| #define PACKAGE_BUGREPORT "ndn-lib@lists.cs.ucla.edu"
| #define PACKAGE_URL "https://github.com/named-data/ndn-cpp"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((size_t)))
| return 0;
| ;
| return 0;
| }
configure:16158: result: yes
configure:16169: checking for int8_t
configure:16169: g++ -c -g -O2 -I/opt/local/include -I/opt/local/include conftest.cpp >&5
configure:16169: $? = 0
configure:16169: g++ -c -g -O2 -I/opt/local/include -I/opt/local/include conftest.cpp >&5
conftest.cpp:58:24: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !((int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 1)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:16169: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ndn-cpp"
| #define PACKAGE_TARNAME "ndn-cpp"
| #define PACKAGE_VERSION "0.2"
| #define PACKAGE_STRING "ndn-cpp 0.2"
| #define PACKAGE_BUGREPORT "ndn-lib@lists.cs.ucla.edu"
| #define PACKAGE_URL "https://github.com/named-data/ndn-cpp"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <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
| enum { N = 8 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !((int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 1)
| < (int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 2))];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:16169: result: yes
configure:16180: checking for int16_t
configure:16180: g++ -c -g -O2 -I/opt/local/include -I/opt/local/include conftest.cpp >&5
configure:16180: $? = 0
configure:16180: g++ -c -g -O2 -I/opt/local/include -I/opt/local/include conftest.cpp >&5
conftest.cpp:58:24: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:16180: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ndn-cpp"
| #define PACKAGE_TARNAME "ndn-cpp"
| #define PACKAGE_VERSION "0.2"
| #define PACKAGE_STRING "ndn-cpp 0.2"
| #define PACKAGE_BUGREPORT "ndn-lib@lists.cs.ucla.edu"
| #define PACKAGE_URL "https://github.com/named-data/ndn-cpp"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <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
| enum { N = 16 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1)
| < (int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 2))];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:16180: result: yes
configure:16191: checking for int32_t
configure:16191: g++ -c -g -O2 -I/opt/local/include -I/opt/local/include conftest.cpp >&5
configure:16191: $? = 0
configure:16191: g++ -c -g -O2 -I/opt/local/include -I/opt/local/include conftest.cpp >&5
conftest.cpp:58:24: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:16191: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ndn-cpp"
| #define PACKAGE_TARNAME "ndn-cpp"
| #define PACKAGE_VERSION "0.2"
| #define PACKAGE_STRING "ndn-cpp 0.2"
| #define PACKAGE_BUGREPORT "ndn-lib@lists.cs.ucla.edu"
| #define PACKAGE_URL "https://github.com/named-data/ndn-cpp"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <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
| enum { N = 32 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
| < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:16191: result: yes
configure:16202: checking for int64_t
configure:16202: g++ -c -g -O2 -I/opt/local/include -I/opt/local/include conftest.cpp >&5
configure:16202: $? = 0
configure:16202: g++ -c -g -O2 -I/opt/local/include -I/opt/local/include conftest.cpp >&5
conftest.cpp:58:24: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:16202: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ndn-cpp"
| #define PACKAGE_TARNAME "ndn-cpp"
| #define PACKAGE_VERSION "0.2"
| #define PACKAGE_STRING "ndn-cpp 0.2"
| #define PACKAGE_BUGREPORT "ndn-lib@lists.cs.ucla.edu"
| #define PACKAGE_URL "https://github.com/named-data/ndn-cpp"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <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
| enum { N = 64 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1)
| < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:16202: result: yes
configure:16213: checking for uint8_t
configure:16213: g++ -c -g -O2 -I/opt/local/include -I/opt/local/include conftest.cpp >&5
configure:16213: $? = 0
configure:16213: result: yes
configure:16227: checking for uint16_t
configure:16227: g++ -c -g -O2 -I/opt/local/include -I/opt/local/include conftest.cpp >&5
configure:16227: $? = 0
configure:16227: result: yes
configure:16239: checking for uint32_t
configure:16239: g++ -c -g -O2 -I/opt/local/include -I/opt/local/include conftest.cpp >&5
configure:16239: $? = 0
configure:16239: result: yes
configure:16253: checking for uint64_t
configure:16253: g++ -c -g -O2 -I/opt/local/include -I/opt/local/include conftest.cpp >&5
configure:16253: $? = 0
configure:16253: result: yes
configure:16270: checking for memcmp
configure:16270: g++ -o conftest -g -O2 -I/opt/local/include -I/opt/local/include -L/opt/local/lib conftest.cpp >&5
configure:16270: $? = 0
configure:16270: result: yes
configure:16270: checking for memcpy
configure:16270: g++ -o conftest -g -O2 -I/opt/local/include -I/opt/local/include -L/opt/local/lib conftest.cpp >&5
configure:16270: $? = 0
configure:16270: result: yes
configure:16270: checking for memset
configure:16270: g++ -o conftest -g -O2 -I/opt/local/include -I/opt/local/include -L/opt/local/lib conftest.cpp >&5
configure:16270: $? = 0
configure:16270: result: yes
configure:16281: checking for strchr
configure:16281: g++ -o conftest -g -O2 -I/opt/local/include -I/opt/local/include -L/opt/local/lib conftest.cpp >&5
configure:16281: $? = 0
configure:16281: result: yes
configure:16294: checking for sscanf
configure:16294: g++ -o conftest -g -O2 -I/opt/local/include -I/opt/local/include -L/opt/local/lib conftest.cpp >&5
configure:16294: $? = 0
configure:16294: result: yes
configure:16308: checking time.h usability
configure:16308: g++ -c -g -O2 -I/opt/local/include -I/opt/local/include conftest.cpp >&5
configure:16308: $? = 0
configure:16308: result: yes
configure:16308: checking time.h presence
configure:16308: g++ -E -I/opt/local/include conftest.cpp
configure:16308: $? = 0
configure:16308: result: yes
configure:16308: checking for time.h
configure:16308: result: yes
configure:16322: checking sys/time.h usability
configure:16322: g++ -c -g -O2 -I/opt/local/include -I/opt/local/include conftest.cpp >&5
configure:16322: $? = 0
configure:16322: result: yes
configure:16322: checking sys/time.h presence
configure:16322: g++ -E -I/opt/local/include conftest.cpp
configure:16322: $? = 0
configure:16322: result: yes
configure:16322: checking for sys/time.h
configure:16322: result: yes
configure:16336: checking for gettimeofday
configure:16336: g++ -o conftest -g -O2 -I/opt/local/include -I/opt/local/include -L/opt/local/lib conftest.cpp >&5
configure:16336: $? = 0
configure:16336: result: yes
configure:16349: checking for round
configure:16349: g++ -o conftest -g -O2 -I/opt/local/include -I/opt/local/include -L/opt/local/lib conftest.cpp >&5
configure:16349: $? = 0
configure:16349: result: yes
configure:16365: checking whether g++ supports C++11 features by default
configure:16391: g++ -c -g -O2 -I/opt/local/include -I/opt/local/include conftest.cpp >&5
conftest.cpp:34:21: error: expected parameter declarator
static_assert(sizeof(int) <= sizeof(T), "not big enough");
^
conftest.cpp:34:21: error: expected ')'
conftest.cpp:34:20: note: to match this '('
static_assert(sizeof(int) <= sizeof(T), "not big enough");
^
conftest.cpp:34:7: error: C++ requires a type specifier for all declarations
static_assert(sizeof(int) <= sizeof(T), "not big enough");
^~~~~~~~~~~~~
conftest.cpp:37:29: error: a space is required between consecutive right angle brackets (use '> >')
typedef check<check<bool>> right_angle_brackets;
^~
> >
conftest.cpp:40:5: error: unknown type name 'decltype'
decltype(a) b;
^
conftest.cpp:40:16: error: expected ';' after top level declarator
decltype(a) b;
^
;
conftest.cpp:44:15: warning: rvalue references are a C++11 extension [-Wc++11-extensions]
check_type&& cr = static_cast<check_type&&>(c);
^
conftest.cpp:44:45: warning: rvalue references are a C++11 extension [-Wc++11-extensions]
check_type&& cr = static_cast<check_type&&>(c);
^
conftest.cpp:46:5: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
auto d = a;
^
3 warnings and 6 errors generated.
configure:16391: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ndn-cpp"
| #define PACKAGE_TARNAME "ndn-cpp"
| #define PACKAGE_VERSION "0.2"
| #define PACKAGE_STRING "ndn-cpp 0.2"
| #define PACKAGE_BUGREPORT "ndn-lib@lists.cs.ucla.edu"
| #define PACKAGE_URL "https://github.com/named-data/ndn-cpp"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_MEMCMP 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMSET 1
| #define HAVE_STRCHR 1
| #define HAVE_SSCANF 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_ROUND 1
| /* end confdefs.h. */
|
| template <typename T>
| struct check
| {
| static_assert(sizeof(int) <= sizeof(T), "not big enough");
| };
|
| typedef check<check<bool>> right_angle_brackets;
|
| int a;
| decltype(a) b;
|
| typedef check<int> check_type;
| check_type c;
| check_type&& cr = static_cast<check_type&&>(c);
|
| auto d = a;
|
configure:16398: result: no
configure:16407: checking whether g++ supports C++11 features with -std=gnu++11
configure:16435: g++ -c -g -O2 -I/opt/local/include -std=gnu++11 -I/opt/local/include conftest.cpp >&5
configure:16435: $? = 0
configure:16444: result: yes
configure:16528: checking for inline
configure:16544: g++ -c -g -O2 -I/opt/local/include -std=gnu++11 -I/opt/local/include conftest.cpp >&5
configure:16544: $? = 0
configure:16552: result: inline
configure:16571: checking for std::shared_ptr
configure:16586: g++ -c -g -O2 -I/opt/local/include -std=gnu++11 -I/opt/local/include conftest.cpp >&5
configure:16586: $? = 0
configure:16588: result: yes
configure:16605: checking for boost::shared_ptr
configure:16620: g++ -c -g -O2 -I/opt/local/include -std=gnu++11 -I/opt/local/include conftest.cpp >&5
configure:16620: $? = 0
configure:16622: result: yes
configure:16688: checking for std::function
configure:16703: g++ -c -g -O2 -I/opt/local/include -std=gnu++11 -I/opt/local/include conftest.cpp >&5
configure:16703: $? = 0
configure:16705: result: yes
configure:16722: checking for boost::function
configure:16737: g++ -c -g -O2 -I/opt/local/include -std=gnu++11 -I/opt/local/include conftest.cpp >&5
configure:16737: $? = 0
configure:16739: result: yes
configure:16805: checking for gmtime support
configure:16825: g++ -c -g -O2 -I/opt/local/include -std=gnu++11 -I/opt/local/include conftest.cpp >&5
configure:16825: $? = 0
configure:16827: result: yes
configure:16849: checking for EVP_EncryptInit in -lcrypto
configure:16874: g++ -o conftest -g -O2 -I/opt/local/include -std=gnu++11 -I/opt/local/include -L/opt/local/lib conftest.cpp -lcrypto >&5
configure:16874: $? = 0
configure:16883: result: yes
configure:16943: checking for SQLite3 library >= 3.0.0
configure:16992: gcc -c -g -O2 -I/opt/local/include -I/opt/local/include -I/usr/include conftest.c >&5
configure:16992: $? = 0
configure:16994: result: yes
configure:17045: checking for sqlite3_open in -lsqlite3
configure:17070: g++ -o conftest -g -O2 -I/opt/local/include -std=gnu++11 -I/opt/local/include -L/opt/local/lib conftest.cpp -lsqlite3 -lcrypto >&5
configure:17070: $? = 0
configure:17079: result: yes
configure:17098: checking for OSX Security framework
configure:17115: g++ -c -g -O2 -I/opt/local/include -std=gnu++11 -I/opt/local/include conftest.cpp >&5
configure:17115: $? = 0
configure:17117: result: yes
configure:17160: checking for __attribute__((deprecated))
configure:17174: g++ -c -g -O2 -I/opt/local/include -std=gnu++11 -I/opt/local/include conftest.cpp >&5
configure:17174: $? = 0
configure:17176: result: yes
configure:17198: checking for htonll
configure:17213: g++ -c -g -O2 -I/opt/local/include -std=gnu++11 -I/opt/local/include conftest.cpp >&5
conftest.cpp:46:10: fatal error: 'WinSock2.h' file not found
#include <WinSock2.h>
^
1 error generated.
configure:17213: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ndn-cpp"
| #define PACKAGE_TARNAME "ndn-cpp"
| #define PACKAGE_VERSION "0.2"
| #define PACKAGE_STRING "ndn-cpp 0.2"
| #define PACKAGE_BUGREPORT "ndn-lib@lists.cs.ucla.edu"
| #define PACKAGE_URL "https://github.com/named-data/ndn-cpp"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_MEMCMP 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMSET 1
| #define HAVE_STRCHR 1
| #define HAVE_SSCANF 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_ROUND 1
| #define HAVE_CXX11 1
| #define HAVE_STD_SHARED_PTR 1
| #define HAVE_BOOST_SHARED_PTR 1
| #define WITH_STD_SHARED_PTR 1
| #define WITH_BOOST_SHARED_PTR 1
| #define HAVE_STD_FUNCTION 1
| #define HAVE_BOOST_FUNCTION 1
| #define WITH_STD_FUNCTION 1
| #define WITH_BOOST_FUNCTION 1
| #define HAVE_GMTIME_SUPPORT 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_SQLITE3 /**/
| #define HAVE_LIBSQLITE3 1
| #define HAVE_OSX_SECURITY 1
| #define WITH_OSX_KEYCHAIN 1
| #define HAVE_ATTRIBUTE_DEPRECATED 1
| /* end confdefs.h. */
| #include <WinSock2.h>
| htonll(1);
| int
| main ()
| {
|
| ;
| return 0;
| }
|
configure:17225: result: no
configure:17236: checking for log4cxx
configure:17251: g++ -c -g -O2 -I/opt/local/include -std=gnu++11 -I/opt/local/include conftest.cpp >&5
configure:17251: $? = 0
configure:17253: result: yes
configure:17274: checking for Protobuf
configure:17289: g++ -c -g -O2 -I/opt/local/include -std=gnu++11 -I/opt/local/include conftest.cpp >&5
configure:17289: $? = 0
configure:17291: result: yes
configure:17309: checking for main in -lprotobuf
configure:17328: g++ -o conftest -g -O2 -I/opt/local/include -std=gnu++11 -I/opt/local/include -L/opt/local/lib conftest.cpp -lprotobuf -lsqlite3 -lcrypto -framework Security >&5
configure:17328: $? = 0
configure:17337: result: yes
configure:17354: checking for main in -lpthread
configure:17373: g++ -o conftest -g -O2 -I/opt/local/include -std=gnu++11 -I/opt/local/include -L/opt/local/lib conftest.cpp -lpthread -lprotobuf -lsqlite3 -lcrypto -framework Security >&5
configure:17373: $? = 0
configure:17382: result: yes
configure:17533: checking for doxygen
configure:17551: found /opt/local/bin/doxygen
configure:17563: result: /opt/local/bin/doxygen
configure:17639: checking for perl
configure:17657: found /opt/local/bin/perl
configure:17669: result: /opt/local/bin/perl
configure:19375: checking that generated files are newer than configure
configure:19381: result: done
configure:19460: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by ndn-cpp config.status 0.2, which was
generated by GNU Autoconf 2.69. Invocation command line was

CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status

on cawka-mac

config.status:1232: creating Makefile
config.status:1232: creating include/Makefile
config.status:1232: creating include/config.h
config.status:1413: include/config.h is unchanged
config.status:1461: executing include/ndn-cpp/ndn-cpp-config.h commands
config.status:1499: creating include/ndn-cpp/ndn-cpp-config.h - prefix NDN_CPP for include/config.h defines
config.status:1521: include/ndn-cpp/ndn-cpp-config.h is unchanged
config.status:1461: executing depfiles commands
config.status:1461: executing libtool commands

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-apple-darwin13.3.0
ac_cv_c_compiler_gnu=yes
ac_cv_c_inline=inline
ac_cv_c_int16_t=yes
ac_cv_c_int32_t=yes
ac_cv_c_int64_t=yes
ac_cv_c_int8_t=yes
ac_cv_c_uint16_t=yes
ac_cv_c_uint32_t=yes
ac_cv_c_uint64_t=yes
ac_cv_c_uint8_t=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_DOXYGEN_PAPER_SIZE_set=
ac_cv_env_DOXYGEN_PAPER_SIZE_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_OBJCXXFLAGS_set=
ac_cv_env_OBJCXXFLAGS_value=
ac_cv_env_OBJCXX_set=
ac_cv_env_OBJCXX_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_gettimeofday=yes
ac_cv_func_memcmp=yes
ac_cv_func_memcpy=yes
ac_cv_func_memset=yes
ac_cv_func_round=yes
ac_cv_func_sscanf=yes
ac_cv_func_strchr=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_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_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_time_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-apple-darwin13.3.0
ac_cv_lib_crypto_EVP_EncryptInit=yes
ac_cv_lib_protobuf_main=yes
ac_cv_lib_pthread_main=yes
ac_cv_lib_sqlite3_sqlite3_open=yes
ac_cv_objcxx_compiler_gnu=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_ac_pt_DX_DOXYGEN=/opt/local/bin/doxygen
ac_cv_path_ac_pt_DX_PERL=/opt/local/bin/perl
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
ac_cv_prog_ac_ct_LIPO=lipo
ac_cv_prog_ac_ct_NMEDIT=nmedit
ac_cv_prog_ac_ct_OBJCXX=g++
ac_cv_prog_ac_ct_OTOOL=otool
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_prog_objcxx_g=yes
ac_cv_type_size_t=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_OBJCXX_dependencies_compiler_type=gcc3
am_cv_ar_interface=ar
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
ax_cv_cxx_compile_cxx11=no
ax_cv_cxx_compile_cxx11__std_gnupp11=yes
lt_cv_apple_cc_single_mod=yes
lt_cv_ar_at_file=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_exported_symbols_list=yes
lt_cv_ld_force_load=yes
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
lt_cv_path_LDCXX=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
lt_cv_path_NM=/opt/local/bin/nm
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_pic='-fno-common -DPIC'
lt_cv_prog_compiler_pic_CXX='-fno-common -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=yes
lt_cv_prog_compiler_static_works=no
lt_cv_prog_compiler_static_works_CXX=no
lt_cv_prog_gnu_ld=no
lt_cv_prog_gnu_ldcxx=no
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_max_cmd_len=196608
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /Users/cawka/Devel/ndn/ndn-cpp/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='ar'
AUTOCONF='${SHELL} /Users/cawka/Devel/ndn/ndn-cpp/missing autoconf'
AUTOHEADER='${SHELL} /Users/cawka/Devel/ndn/ndn-cpp/missing autoheader'
AUTOMAKE='${SHELL} /Users/cawka/Devel/ndn/ndn-cpp/missing automake-1.14'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2 -I/opt/local/include'
CPP='gcc -E'
CPPFLAGS=' -I/opt/local/include'
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2 -I/opt/local/include -std=gnu++11'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='false'
DOXYGEN_PAPER_SIZE=''
DSYMUTIL='dsymutil'
DUMPBIN=''
DX_COND_chi_FALSE=''
DX_COND_chi_TRUE='#'
DX_COND_chm_FALSE=''
DX_COND_chm_TRUE='#'
DX_COND_doc_FALSE='#'
DX_COND_doc_TRUE=''
DX_COND_dot_FALSE=''
DX_COND_dot_TRUE='#'
DX_COND_html_FALSE='#'
DX_COND_html_TRUE=''
DX_COND_latex_FALSE=''
DX_COND_latex_TRUE='#'
DX_COND_man_FALSE=''
DX_COND_man_TRUE='#'
DX_COND_pdf_FALSE=''
DX_COND_pdf_TRUE='#'
DX_COND_ps_FALSE=''
DX_COND_ps_TRUE='#'
DX_COND_rtf_FALSE=''
DX_COND_rtf_TRUE='#'
DX_COND_xml_FALSE=''
DX_COND_xml_TRUE='#'
DX_CONFIG='Doxyfile'
DX_DOCDIR='doxygen-doc'
DX_DOT=''
DX_DOXYGEN='/opt/local/bin/doxygen'
DX_DVIPS=''
DX_EGREP=''
DX_ENV=' SRCDIR='\''.'\'' PROJECT='\''ndn-cpp'\'' DOCDIR='\''doxygen-doc'\'' VERSION='\''0.2'\'' PERL_PATH='\''/opt/local/bin/perl'\'' HAVE_DOT='\''NO'\'' GENERATE_MAN='\''NO'\'' GENERATE_RTF='\''NO'\'' GENERATE_XML='\''NO'\'' GENERATE_HTMLHELP='\''NO'\'' GENERATE_CHI='\''NO'\'' GENERATE_HTML='\''YES'\'' GENERATE_LATEX='\''NO'\'''
DX_FLAG_chi='0'
DX_FLAG_chm='0'
DX_FLAG_doc='1'
DX_FLAG_dot='0'
DX_FLAG_html='1'
DX_FLAG_man='0'
DX_FLAG_pdf='0'
DX_FLAG_ps='0'
DX_FLAG_rtf='0'
DX_FLAG_xml='0'
DX_HHC=''
DX_LATEX=''
DX_MAKEINDEX=''
DX_PDFLATEX=''
DX_PERL='/opt/local/bin/perl'
DX_PROJECT='ndn-cpp'
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
FGREP='/usr/bin/grep -F'
GREP='/usr/bin/grep'
HAVE_CXX11='1'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld'
LDFLAGS=' -L/opt/local/lib'
LIBOBJS=''
LIBS='-lpthread -lprotobuf -lsqlite3 -lcrypto -framework Security'
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO='lipo'
LN_S='ln -s'
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /Users/cawka/Devel/ndn/ndn-cpp/missing makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='./install-sh -c -d'
NM='/opt/local/bin/nm'
NMEDIT='nmedit'
OBJCXX='g++'
OBJCXXDEPMODE='depmode=gcc3'
OBJCXXFLAGS='-g -O2'
OBJDUMP='false'
OBJEXT='o'
OTOOL64=':'
OTOOL='otool'
PACKAGE='ndn-cpp'
PACKAGE_BUGREPORT='ndn-lib@lists.cs.ucla.edu'
PACKAGE_NAME='ndn-cpp'
PACKAGE_STRING='ndn-cpp 0.2'
PACKAGE_TARNAME='ndn-cpp'
PACKAGE_URL='https://github.com/named-data/ndn-cpp'
PACKAGE_VERSION='0.2'
PATH_SEPARATOR=':'
RANLIB='ranlib'
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
SQLITE3_CFLAGS='-I/usr/include'
SQLITE3_LDFLAGS='-L/usr/lib -lsqlite3'
SQLITE3_VERSION='3.7.13'
STRIP='strip'
VERSION='0.2'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_DUMPBIN=''
ac_ct_OBJCXX='g++'
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__fastdepOBJCXX_FALSE='#'
am__fastdepOBJCXX_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-apple-darwin13.3.0'
build_alias=''
build_cpu='x86_64'
build_os='darwin13.3.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-apple-darwin13.3.0'
host_alias=''
host_cpu='x86_64'
host_os='darwin13.3.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /Users/cawka/Devel/ndn/ndn-cpp/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 "ndn-cpp"
#define PACKAGE_TARNAME "ndn-cpp"
#define PACKAGE_VERSION "0.2"
#define PACKAGE_STRING "ndn-cpp 0.2"
#define PACKAGE_BUGREPORT "ndn-lib@lists.cs.ucla.edu"
#define PACKAGE_URL "https://github.com/named-data/ndn-cpp"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE_MEMCMP 1
#define HAVE_MEMCPY 1
#define HAVE_MEMSET 1
#define HAVE_STRCHR 1
#define HAVE_SSCANF 1
#define HAVE_TIME_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_ROUND 1
#define HAVE_CXX11 1
#define HAVE_STD_SHARED_PTR 1
#define HAVE_BOOST_SHARED_PTR 1
#define WITH_STD_SHARED_PTR 1
#define WITH_BOOST_SHARED_PTR 1
#define HAVE_STD_FUNCTION 1
#define HAVE_BOOST_FUNCTION 1
#define WITH_STD_FUNCTION 1
#define WITH_BOOST_FUNCTION 1
#define HAVE_GMTIME_SUPPORT 1
#define HAVE_LIBCRYPTO 1
#define HAVE_SQLITE3 /**/
#define HAVE_LIBSQLITE3 1
#define HAVE_OSX_SECURITY 1
#define WITH_OSX_KEYCHAIN 1
#define HAVE_ATTRIBUTE_DEPRECATED 1
#define HAVE_HTONLL 0
#define HAVE_LOG4CXX 1
#define HAVE_PROTOBUF 1
#define HAVE_LIBPROTOBUF 1
#define HAVE_LIBPTHREAD 1

configure: exit 0
    (1-1/1)