Created
March 25, 2011 12:43
-
-
Save sergi/886786 to your computer and use it in GitHub Desktop.
Homebrew couchdb installation failed
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by Apache CouchDB configure 1.0.2, which was | |
generated by GNU Autoconf 2.61. Invocation command line was | |
$ ./configure --prefix=/usr/local/Cellar/couchdb/1.0.2 --localstatedir=/usr/local/var --sysconfdir=/usr/local/etc --with-erlang=/usr/local/lib/erlang/usr/include --with-js-include=/usr/local/include --with-js-lib=/usr/local/lib | |
## --------- ## | |
## Platform. ## | |
## --------- ## | |
hostname = sergi-mbpro | |
uname -m = i386 | |
uname -r = 10.6.0 | |
uname -s = Darwin | |
uname -v = Darwin Kernel Version 10.6.0: Wed Nov 10 18:13:17 PST 2010; root:xnu-1504.9.26~3/RELEASE_I386 | |
/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 10.6.0: Wed Nov 10 18:13:17 PST 2010; root:xnu-1504.9.26~3/RELEASE_I386 | |
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: 4.00 gigabytes | |
Default processor set: 74 tasks, 370 threads, 2 processors | |
Load average: 1.34, Mach factor: 0.77 | |
/bin/machine = unknown | |
/usr/bin/oslevel = unknown | |
/bin/universe = unknown | |
PATH: /usr/local/Cellar/icu4c/4.4.1/bin | |
PATH: /usr/local/Cellar/python/2.7.1/bin | |
PATH: /usr/local/Cellar/ruby/1.9.2-p136/bin | |
PATH: /usr/local/bin | |
PATH: /usr/local/sbin/ | |
PATH: /Users/sergi/bin | |
PATH: /usr/bin | |
PATH: /bin | |
PATH: /usr/sbin | |
PATH: /sbin | |
PATH: /usr/local/bin | |
PATH: /usr/local/git/bin | |
PATH: /usr/texbin | |
PATH: /usr/X11/bin | |
PATH: /Applications/Racket/bin | |
PATH: /usr/local/mysql/bin | |
PATH: /usr/local/Library/Contributions/examples | |
## ----------- ## | |
## Core tests. ## | |
## ----------- ## | |
configure:2051: checking for a BSD-compatible install | |
configure:2107: result: /usr/bin/install -c | |
configure:2118: checking whether build environment is sane | |
configure:2161: result: yes | |
configure:2189: checking for a thread-safe mkdir -p | |
configure:2228: result: build-aux/install-sh -c -d | |
configure:2241: checking for gawk | |
configure:2271: result: no | |
configure:2241: checking for mawk | |
configure:2271: result: no | |
configure:2241: checking for nawk | |
configure:2271: result: no | |
configure:2241: checking for awk | |
configure:2257: found /usr/bin/awk | |
configure:2268: result: awk | |
configure:2279: checking whether make sets $(MAKE) | |
configure:2300: result: yes | |
configure:2606: checking for gcc | |
configure:2633: result: /usr/bin/cc | |
configure:2871: checking for C compiler version | |
configure:2878: /usr/bin/cc --version >&5 | |
i686-apple-darwin10-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.9) | |
Copyright (C) 2007 Free Software Foundation, Inc. | |
This is free software; see the source for copying conditions. There is NO | |
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
configure:2881: $? = 0 | |
configure:2888: /usr/bin/cc -v >&5 | |
Using built-in specs. | |
Target: i686-apple-darwin10 | |
Configured with: /var/tmp/llvmgcc42/llvmgcc42-2335.9~9/src/configure --disable-checking --enable-werror --prefix=/Developer/usr/llvm-gcc-4.2 --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --enable-llvm=/var/tmp/llvmgcc42/llvmgcc42-2335.9~9/dst-llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10 --with-gxx-include-dir=/usr/include/c++/4.2.1 | |
Thread model: posix | |
gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.9) | |
configure:2891: $? = 0 | |
configure:2898: /usr/bin/cc -V >&5 | |
llvm-gcc-4.2: argument to `-V' is missing | |
configure:2901: $? = 1 | |
configure:2924: checking for C compiler default output file name | |
configure:2951: /usr/bin/cc -O3 -march=core2 -msse4.1 -w -pipe -I/usr/local/Cellar/icu4c/4.4.1/include -L/usr/local/Cellar/icu4c/4.4.1/lib conftest.c >&5 | |
configure:2954: $? = 0 | |
configure:2992: result: a.out | |
configure:3009: checking whether the C compiler works | |
configure:3019: ./a.out | |
configure:3022: $? = 0 | |
configure:3039: result: yes | |
configure:3046: checking whether we are cross compiling | |
configure:3048: result: no | |
configure:3051: checking for suffix of executables | |
configure:3058: /usr/bin/cc -o conftest -O3 -march=core2 -msse4.1 -w -pipe -I/usr/local/Cellar/icu4c/4.4.1/include -L/usr/local/Cellar/icu4c/4.4.1/lib conftest.c >&5 | |
configure:3061: $? = 0 | |
configure:3085: result: | |
configure:3091: checking for suffix of object files | |
configure:3117: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe -I/usr/local/Cellar/icu4c/4.4.1/include conftest.c >&5 | |
configure:3120: $? = 0 | |
configure:3143: result: o | |
configure:3147: checking whether we are using the GNU C compiler | |
configure:3176: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe -I/usr/local/Cellar/icu4c/4.4.1/include conftest.c >&5 | |
configure:3182: $? = 0 | |
configure:3199: result: yes | |
configure:3204: checking whether /usr/bin/cc accepts -g | |
configure:3234: /usr/bin/cc -c -g -I/usr/local/Cellar/icu4c/4.4.1/include conftest.c >&5 | |
configure:3240: $? = 0 | |
configure:3339: result: yes | |
configure:3356: checking for /usr/bin/cc option to accept ISO C89 | |
configure:3430: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe -I/usr/local/Cellar/icu4c/4.4.1/include conftest.c >&5 | |
configure:3436: $? = 0 | |
configure:3459: result: none needed | |
configure:3488: checking for style of include used by make | |
configure:3516: result: GNU | |
configure:3541: checking dependency style of /usr/bin/cc | |
configure:3632: result: gcc3 | |
configure:3678: checking build system type | |
configure:3696: result: i386-apple-darwin10.6.0 | |
configure:3718: checking host system type | |
configure:3733: result: i386-apple-darwin10.6.0 | |
configure:3755: checking for a sed that does not truncate output | |
configure:3834: result: /usr/bin/sed | |
configure:3852: checking for grep that handles long lines and -e | |
configure:3926: result: /usr/bin/grep | |
configure:3931: checking for egrep | |
configure:4009: result: /usr/bin/grep -E | |
configure:4014: checking for fgrep | |
configure:4092: result: /usr/bin/grep -F | |
configure:4127: checking for ld used by /usr/bin/cc | |
configure:4194: result: /usr/bin/cc | |
configure:4203: checking if the linker (/usr/bin/cc) is GNU ld | |
configure:4218: result: no | |
configure:4230: checking for BSD- or MS-compatible name lister (nm) | |
configure:4279: result: /usr/bin/nm | |
configure:4401: checking the name lister (/usr/bin/nm) interface | |
configure:4408: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe -I/usr/local/Cellar/icu4c/4.4.1/include conftest.c >&5 | |
configure:4411: /usr/bin/nm "conftest.o" | |
configure:4414: output | |
0000000000000000 S _some_variable | |
configure:4421: result: BSD nm | |
configure:4424: checking whether ln -s works | |
configure:4428: result: yes | |
configure:4436: checking the maximum length of command line arguments | |
configure:4556: result: 196608 | |
configure:4573: checking whether the shell understands some XSI constructs | |
configure:4583: result: yes | |
configure:4587: checking whether the shell understands "+=" | |
configure:4593: result: yes | |
configure:4628: checking for /usr/bin/cc option to reload object files | |
configure:4635: result: -r | |
configure:4662: checking how to recognize dependent libraries | |
configure:4852: result: pass_all | |
configure:4912: checking for ar | |
configure:4928: found /usr/bin/ar | |
configure:4939: result: ar | |
configure:5021: checking for strip | |
configure:5037: found /usr/bin/strip | |
configure:5048: result: strip | |
configure:5124: checking for ranlib | |
configure:5140: found /usr/bin/ranlib | |
configure:5151: result: ranlib | |
configure:5245: checking command to parse /usr/bin/nm output from /usr/bin/cc object | |
configure:5363: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe -I/usr/local/Cellar/icu4c/4.4.1/include conftest.c >&5 | |
configure:5366: $? = 0 | |
configure:5370: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm | |
configure:5373: $? = 0 | |
cannot find nm_test_var in conftest.nm | |
configure:5363: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe -I/usr/local/Cellar/icu4c/4.4.1/include conftest.c >&5 | |
configure:5366: $? = 0 | |
configure:5370: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm | |
configure:5373: $? = 0 | |
configure:5427: /usr/bin/cc -o conftest -O3 -march=core2 -msse4.1 -w -pipe -I/usr/local/Cellar/icu4c/4.4.1/include -L/usr/local/Cellar/icu4c/4.4.1/lib conftest.c conftstm.o >&5 | |
configure:5430: $? = 0 | |
configure:5468: result: ok | |
configure:5758: checking for dsymutil | |
configure:5774: found /usr/bin/dsymutil | |
configure:5785: result: dsymutil | |
configure:5854: checking for nmedit | |
configure:5870: found /usr/bin/nmedit | |
configure:5881: result: nmedit | |
configure:5950: checking for lipo | |
configure:5966: found /usr/bin/lipo | |
configure:5977: result: lipo | |
configure:6046: checking for otool | |
configure:6062: found /usr/bin/otool | |
configure:6073: result: otool | |
configure:6142: checking for otool64 | |
configure:6172: result: no | |
configure:6221: checking for -single_module linker flag | |
/usr/bin/cc -O3 -march=core2 -msse4.1 -w -pipe -L/usr/local/Cellar/icu4c/4.4.1/lib -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c | |
configure:6248: result: yes | |
configure:6250: checking for -exported_symbols_list linker flag | |
configure:6280: /usr/bin/cc -o conftest -O3 -march=core2 -msse4.1 -w -pipe -I/usr/local/Cellar/icu4c/4.4.1/include -L/usr/local/Cellar/icu4c/4.4.1/lib -Wl,-exported_symbols_list,conftest.sym conftest.c >&5 | |
configure:6286: $? = 0 | |
configure:6305: result: yes | |
configure:6347: checking how to run the C preprocessor | |
configure:6387: /usr/bin/cc -E -I/usr/local/Cellar/icu4c/4.4.1/include conftest.c | |
configure:6393: $? = 0 | |
configure:6424: /usr/bin/cc -E -I/usr/local/Cellar/icu4c/4.4.1/include conftest.c | |
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory | |
configure:6430: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "Apache CouchDB" | |
| #define PACKAGE_TARNAME "apache-couchdb" | |
| #define PACKAGE_VERSION "1.0.2" | |
| #define PACKAGE_STRING "Apache CouchDB 1.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE "apache-couchdb" | |
| #define VERSION "1.0.2" | |
| #define _GNU_SOURCE 1 | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:6463: result: /usr/bin/cc -E | |
configure:6492: /usr/bin/cc -E -I/usr/local/Cellar/icu4c/4.4.1/include conftest.c | |
configure:6498: $? = 0 | |
configure:6529: /usr/bin/cc -E -I/usr/local/Cellar/icu4c/4.4.1/include conftest.c | |
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory | |
configure:6535: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "Apache CouchDB" | |
| #define PACKAGE_TARNAME "apache-couchdb" | |
| #define PACKAGE_VERSION "1.0.2" | |
| #define PACKAGE_STRING "Apache CouchDB 1.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE "apache-couchdb" | |
| #define VERSION "1.0.2" | |
| #define _GNU_SOURCE 1 | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:6573: checking for ANSI C header files | |
configure:6603: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe -I/usr/local/Cellar/icu4c/4.4.1/include conftest.c >&5 | |
configure:6609: $? = 0 | |
configure:6708: /usr/bin/cc -o conftest -O3 -march=core2 -msse4.1 -w -pipe -I/usr/local/Cellar/icu4c/4.4.1/include -L/usr/local/Cellar/icu4c/4.4.1/lib conftest.c >&5 | |
configure:6711: $? = 0 | |
configure:6717: ./conftest | |
configure:6720: $? = 0 | |
configure:6737: result: yes | |
configure:6761: checking for sys/types.h | |
configure:6782: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe -I/usr/local/Cellar/icu4c/4.4.1/include conftest.c >&5 | |
configure:6788: $? = 0 | |
configure:6804: result: yes | |
configure:6761: checking for sys/stat.h | |
configure:6782: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe -I/usr/local/Cellar/icu4c/4.4.1/include conftest.c >&5 | |
configure:6788: $? = 0 | |
configure:6804: result: yes | |
configure:6761: checking for stdlib.h | |
configure:6782: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe -I/usr/local/Cellar/icu4c/4.4.1/include conftest.c >&5 | |
configure:6788: $? = 0 | |
configure:6804: result: yes | |
configure:6761: checking for string.h | |
configure:6782: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe -I/usr/local/Cellar/icu4c/4.4.1/include conftest.c >&5 | |
configure:6788: $? = 0 | |
configure:6804: result: yes | |
configure:6761: checking for memory.h | |
configure:6782: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe -I/usr/local/Cellar/icu4c/4.4.1/include conftest.c >&5 | |
configure:6788: $? = 0 | |
configure:6804: result: yes | |
configure:6761: checking for strings.h | |
configure:6782: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe -I/usr/local/Cellar/icu4c/4.4.1/include conftest.c >&5 | |
configure:6788: $? = 0 | |
configure:6804: result: yes | |
configure:6761: checking for inttypes.h | |
configure:6782: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe -I/usr/local/Cellar/icu4c/4.4.1/include conftest.c >&5 | |
configure:6788: $? = 0 | |
configure:6804: result: yes | |
configure:6761: checking for stdint.h | |
configure:6782: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe -I/usr/local/Cellar/icu4c/4.4.1/include conftest.c >&5 | |
configure:6788: $? = 0 | |
configure:6804: result: yes | |
configure:6761: checking for unistd.h | |
configure:6782: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe -I/usr/local/Cellar/icu4c/4.4.1/include conftest.c >&5 | |
configure:6788: $? = 0 | |
configure:6804: result: yes | |
configure:6820: checking for dlfcn.h | |
configure:6841: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe -I/usr/local/Cellar/icu4c/4.4.1/include conftest.c >&5 | |
configure:6847: $? = 0 | |
configure:6863: result: yes | |
configure:6987: checking for objdir | |
configure:7002: result: .libs | |
configure:7298: checking if /usr/bin/cc supports -fno-rtti -fno-exceptions | |
configure:7316: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe -I/usr/local/Cellar/icu4c/4.4.1/include -fno-rtti -fno-exceptions conftest.c >&5 | |
configure:7320: $? = 0 | |
configure:7333: result: yes | |
configure:7353: checking for /usr/bin/cc option to produce PIC | |
configure:7610: result: -fno-common -DPIC | |
configure:7622: checking if /usr/bin/cc PIC flag -fno-common -DPIC works | |
configure:7640: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe -I/usr/local/Cellar/icu4c/4.4.1/include -fno-common -DPIC -DPIC conftest.c >&5 | |
configure:7644: $? = 0 | |
configure:7657: result: yes | |
configure:7681: checking if /usr/bin/cc static flag -static works | |
configure:7709: result: no | |
configure:7724: checking if /usr/bin/cc supports -c -o file.o | |
configure:7745: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe -I/usr/local/Cellar/icu4c/4.4.1/include -o out/conftest2.o conftest.c >&5 | |
configure:7749: $? = 0 | |
configure:7771: result: yes | |
configure:7779: checking if /usr/bin/cc supports -c -o file.o | |
configure:7826: result: yes | |
configure:7859: checking whether the /usr/bin/cc linker (/usr/bin/cc) supports shared libraries | |
configure:8913: result: yes | |
configure:9152: checking dynamic linker characteristics | |
configure:9831: result: darwin10.6.0 dyld | |
configure:9933: checking how to hardcode library paths into programs | |
configure:9958: result: immediate | |
configure:10771: checking whether stripping libraries is possible | |
configure:10785: result: yes | |
configure:10811: checking if libtool supports shared libraries | |
configure:10813: result: yes | |
configure:10816: checking whether to build shared libraries | |
configure:10837: result: yes | |
configure:10840: checking whether to build static libraries | |
configure:10844: result: no | |
configure:10879: checking whether ln -s works | |
configure:10883: result: yes | |
configure:10891: checking for pthread_create in -lpthread | |
configure:10918: /usr/bin/cc -o conftest -O3 -march=core2 -msse4.1 -w -pipe -I/usr/local/Cellar/icu4c/4.4.1/include -L/usr/local/Cellar/icu4c/4.4.1/lib conftest.c -lpthread >&5 | |
configure:10924: $? = 0 | |
configure:10942: result: yes | |
configure:11036: checking for JS_NewContext in -lmozjs | |
configure:11071: /usr/bin/cc -o conftest -O3 -march=core2 -msse4.1 -w -pipe -L/usr/local/lib -L/usr/local/lib -L/opt/local/lib -I/usr/local/lib/erlang/usr/include -I/usr/local/include -DXP_UNIX -I/usr/local/Cellar/icu4c/4.4.1/include -L/usr/local/lib -L/usr/local/lib -L/opt/local/lib -I/usr/local/lib/erlang/usr/include -I/usr/local/include -DXP_UNIX -lm -L/usr/local/Cellar/icu4c/4.4.1/lib conftest.c -lmozjs -L/usr/local/lib -L/usr/local/lib -L/opt/local/lib -lpthread >&5 | |
configure:11077: $? = 0 | |
configure:11095: result: yes | |
configure:11420: checking jsapi.h usability | |
configure:11437: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe -L/usr/local/lib -L/usr/local/lib -L/opt/local/lib -I/usr/local/lib/erlang/usr/include -I/usr/local/include -DXP_UNIX -I/usr/local/Cellar/icu4c/4.4.1/include conftest.c >&5 | |
conftest.c:56:19: error: jsapi.h: No such file or directory | |
configure:11443: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "Apache CouchDB" | |
| #define PACKAGE_TARNAME "apache-couchdb" | |
| #define PACKAGE_VERSION "1.0.2" | |
| #define PACKAGE_STRING "Apache CouchDB 1.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE "apache-couchdb" | |
| #define VERSION "1.0.2" | |
| #define _GNU_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| /* end confdefs.h. */ | |
| #include <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 <jsapi.h> | |
configure:11457: result: no | |
configure:11461: checking jsapi.h presence | |
configure:11476: /usr/bin/cc -E -L/usr/local/lib -L/usr/local/lib -L/opt/local/lib -I/usr/local/lib/erlang/usr/include -I/usr/local/include -DXP_UNIX -I/usr/local/Cellar/icu4c/4.4.1/include conftest.c | |
conftest.c:23:19: error: jsapi.h: No such file or directory | |
configure:11482: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "Apache CouchDB" | |
| #define PACKAGE_TARNAME "apache-couchdb" | |
| #define PACKAGE_VERSION "1.0.2" | |
| #define PACKAGE_STRING "Apache CouchDB 1.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE "apache-couchdb" | |
| #define VERSION "1.0.2" | |
| #define _GNU_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| /* end confdefs.h. */ | |
| #include <jsapi.h> | |
configure:11496: result: no | |
configure:11524: checking for jsapi.h | |
configure:11531: result: no | |
configure:11549: checking js/jsapi.h usability | |
configure:11566: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe -L/usr/local/lib -L/usr/local/lib -L/opt/local/lib -I/usr/local/lib/erlang/usr/include -I/usr/local/include -DXP_UNIX -I/usr/local/Cellar/icu4c/4.4.1/include conftest.c >&5 | |
configure:11572: $? = 0 | |
configure:11586: result: yes | |
configure:11590: checking js/jsapi.h presence | |
configure:11605: /usr/bin/cc -E -L/usr/local/lib -L/usr/local/lib -L/opt/local/lib -I/usr/local/lib/erlang/usr/include -I/usr/local/include -DXP_UNIX -I/usr/local/Cellar/icu4c/4.4.1/include conftest.c | |
configure:11611: $? = 0 | |
configure:11625: result: yes | |
configure:11653: checking for js/jsapi.h | |
configure:11660: result: yes | |
configure:11717: /usr/bin/cc -c -Werror-implicit-function-declaration -L/usr/local/lib -L/usr/local/lib -L/opt/local/lib -I/usr/local/lib/erlang/usr/include -I/usr/local/include -DXP_UNIX -I/usr/local/Cellar/icu4c/4.4.1/include -I/usr/local/include/js conftest.c >&5 | |
configure:11723: $? = 0 | |
configure:11767: checking for icu-config | |
configure:11785: found /usr/local/Cellar/icu4c/4.4.1/bin/icu-config | |
configure:11798: result: /usr/local/Cellar/icu4c/4.4.1/bin/icu-config | |
configure:11814: checking for ICU >= 3.4.1 | |
configure:11818: result: yes | |
configure:11822: checking ICU_CFLAGS | |
configure:11825: result: -O3 -march=core2 -msse4.1 -w -pipe -Wall -ansi -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -Wno-long-long | |
configure:11828: checking ICU_CXXFLAGS | |
configure:11831: result: -O3 -march=core2 -msse4.1 -w -pipe -W -Wall -ansi -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long | |
configure:11834: checking ICU_LIBS | |
configure:11837: result: -headerpad_max_install_names -lpthread -lm -L/usr/local/Cellar/icu4c/4.4.1/lib -licui18n -licuuc -licudata -lpthread -lm | |
configure:11890: checking for curl-config | |
configure:11908: found /usr/bin/curl-config | |
configure:11921: result: /usr/bin/curl-config | |
configure:11937: checking for curl >= 7.18.0 | |
configure:11941: result: yes | |
configure:11945: checking CURL_CFLAGS | |
configure:11948: result: | |
configure:11951: checking CURL_LIBS | |
configure:11954: result: -lcurl | |
configure:12000: checking for erl | |
configure:12018: found /usr/local/bin/erl | |
configure:12030: result: /usr/local/bin/erl | |
configure:12071: checking for erlc | |
configure:12089: found /usr/local/bin/erlc | |
configure:12101: result: /usr/local/bin/erlc | |
configure:12126: checking erl_driver.h usability | |
configure:12143: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe -L/usr/local/lib -L/usr/local/lib -L/opt/local/lib -I/usr/local/lib/erlang/usr/include -I/usr/local/include -DXP_UNIX -I/usr/local/Cellar/icu4c/4.4.1/include -I/usr/local/include/js conftest.c >&5 | |
conftest.c:57:24: error: erl_driver.h: No such file or directory | |
configure:12149: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "Apache CouchDB" | |
| #define PACKAGE_TARNAME "apache-couchdb" | |
| #define PACKAGE_VERSION "1.0.2" | |
| #define PACKAGE_STRING "Apache CouchDB 1.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE "apache-couchdb" | |
| #define VERSION "1.0.2" | |
| #define _GNU_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define USE_JS_SETOPCB | |
| /* 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 <erl_driver.h> | |
configure:12163: result: no | |
configure:12167: checking erl_driver.h presence | |
configure:12182: /usr/bin/cc -E -L/usr/local/lib -L/usr/local/lib -L/opt/local/lib -I/usr/local/lib/erlang/usr/include -I/usr/local/include -DXP_UNIX -I/usr/local/Cellar/icu4c/4.4.1/include -I/usr/local/include/js conftest.c | |
conftest.c:24:24: error: erl_driver.h: No such file or directory | |
configure:12188: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "Apache CouchDB" | |
| #define PACKAGE_TARNAME "apache-couchdb" | |
| #define PACKAGE_VERSION "1.0.2" | |
| #define PACKAGE_STRING "Apache CouchDB 1.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE "apache-couchdb" | |
| #define VERSION "1.0.2" | |
| #define _GNU_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define USE_JS_SETOPCB | |
| /* end confdefs.h. */ | |
| #include <erl_driver.h> | |
configure:12202: result: no | |
configure:12230: checking for erl_driver.h | |
configure:12237: result: no | |
configure:12248: error: Could not find the `erl_driver.h' header. | |
Are the Erlang headers installed? Use the `--with-erlang' option to specify the | |
path to the Erlang include directory. | |
## ---------------- ## | |
## Cache variables. ## | |
## ---------------- ## | |
ac_cv_build=i386-apple-darwin10.6.0 | |
ac_cv_c_compiler_gnu=yes | |
ac_cv_env_CC_set=set | |
ac_cv_env_CC_value=/usr/bin/cc | |
ac_cv_env_CFLAGS_set=set | |
ac_cv_env_CFLAGS_value='-O3 -march=core2 -msse4.1 -w -pipe' | |
ac_cv_env_CPPFLAGS_set=set | |
ac_cv_env_CPPFLAGS_value=-I/usr/local/Cellar/icu4c/4.4.1/include | |
ac_cv_env_CPP_set= | |
ac_cv_env_CPP_value= | |
ac_cv_env_ERLC_FLAGS_set= | |
ac_cv_env_ERLC_FLAGS_value= | |
ac_cv_env_ERLC_set= | |
ac_cv_env_ERLC_value= | |
ac_cv_env_ERL_set= | |
ac_cv_env_ERL_value= | |
ac_cv_env_FLAGS_set= | |
ac_cv_env_FLAGS_value= | |
ac_cv_env_HELP2MAN_EXECUTABLE_set= | |
ac_cv_env_HELP2MAN_EXECUTABLE_value= | |
ac_cv_env_LDFLAGS_set=set | |
ac_cv_env_LDFLAGS_value=-L/usr/local/Cellar/icu4c/4.4.1/lib | |
ac_cv_env_LIBS_set= | |
ac_cv_env_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_dlfcn_h=yes | |
ac_cv_header_erl_driver_h=no | |
ac_cv_header_inttypes_h=yes | |
ac_cv_header_js_jsapi_h=yes | |
ac_cv_header_jsapi_h=no | |
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_types_h=yes | |
ac_cv_header_unistd_h=yes | |
ac_cv_host=i386-apple-darwin10.6.0 | |
ac_cv_lib_mozjs_JS_NewContext=yes | |
ac_cv_objext=o | |
ac_cv_path_CURL_CONFIG=/usr/bin/curl-config | |
ac_cv_path_EGREP='/usr/bin/grep -E' | |
ac_cv_path_ERL=/usr/local/bin/erl | |
ac_cv_path_ERLC=/usr/local/bin/erlc | |
ac_cv_path_FGREP='/usr/bin/grep -F' | |
ac_cv_path_GREP=/usr/bin/grep | |
ac_cv_path_ICU_CONFIG=/usr/local/Cellar/icu4c/4.4.1/bin/icu-config | |
ac_cv_path_SED=/usr/bin/sed | |
ac_cv_path_install='/usr/bin/install -c' | |
ac_cv_prog_AWK=awk | |
ac_cv_prog_CPP='/usr/bin/cc -E' | |
ac_cv_prog_ac_ct_AR=ar | |
ac_cv_prog_ac_ct_CC=/usr/bin/cc | |
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_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_make_make_set=yes | |
am_cv_CC_dependencies_compiler_type=gcc3 | |
lt_cv_apple_cc_single_mod=yes | |
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_reload_flag=-r | |
lt_cv_nm_interface='BSD nm' | |
lt_cv_objdir=.libs | |
lt_cv_path_LD=/usr/bin/cc | |
lt_cv_path_NM=/usr/bin/nm | |
lt_cv_prog_compiler_c_o=yes | |
lt_cv_prog_compiler_pic_works=yes | |
lt_cv_prog_compiler_rtti_exceptions=yes | |
lt_cv_prog_compiler_static_works=no | |
lt_cv_prog_gnu_ld=no | |
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\''' | |
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 | |
## ----------------- ## | |
## Output variables. ## | |
## ----------------- ## | |
ACLOCAL='${SHELL} /private/tmp/homebrew-couchdb-1.0.2-ptCd/apache-couchdb-46048dc/build-aux/missing --run aclocal-1.10' | |
AMDEPBACKSLASH='\' | |
AMDEP_FALSE='#' | |
AMDEP_TRUE='' | |
AMTAR='${SHELL} /private/tmp/homebrew-couchdb-1.0.2-ptCd/apache-couchdb-46048dc/build-aux/missing --run tar' | |
AR='ar' | |
AUTOCONF='${SHELL} /private/tmp/homebrew-couchdb-1.0.2-ptCd/apache-couchdb-46048dc/build-aux/missing --run autoconf' | |
AUTOHEADER='${SHELL} /private/tmp/homebrew-couchdb-1.0.2-ptCd/apache-couchdb-46048dc/build-aux/missing --run autoheader' | |
AUTOMAKE='${SHELL} /private/tmp/homebrew-couchdb-1.0.2-ptCd/apache-couchdb-46048dc/build-aux/missing --run automake-1.10' | |
AWK='awk' | |
CC='/usr/bin/cc' | |
CCDEPMODE='depmode=gcc3' | |
CFLAGS='-O3 -march=core2 -msse4.1 -w -pipe' | |
CPP='/usr/bin/cc -E' | |
CPPFLAGS='-L/usr/local/lib -L/usr/local/lib -L/opt/local/lib -I/usr/local/lib/erlang/usr/include -I/usr/local/include -DXP_UNIX -I/usr/local/Cellar/icu4c/4.4.1/include -I/usr/local/include/js' | |
CURL_CFLAGS='' | |
CURL_CONFIG='/usr/bin/curl-config' | |
CURL_LDFLAGS='-lcurl' | |
CURL_LIBS='-lcurl' | |
CYGPATH_W='echo' | |
DEFS='' | |
DEPDIR='.deps' | |
DSYMUTIL='dsymutil' | |
DUMPBIN='' | |
ECHO_C='ECHO_N='' | |
ECHO_T='' | |
EGREP='/usr/bin/grep -E' | |
ERL='/usr/local/bin/erl' | |
ERLC='/usr/local/bin/erlc' | |
ERLC_FLAGS='' | |
EXEEXT='' | |
FGREP='/usr/bin/grep -F' | |
FLAGS='-L/usr/local/lib -L/usr/local/lib -L/opt/local/lib -I/usr/local/lib/erlang/usr/include -I/usr/local/include -DXP_UNIX ' | |
GREP='/usr/bin/grep' | |
HELP2MAN_EXECUTABLE='' | |
HELP2MAN_FALSE='' | |
HELP2MAN_TRUE='' | |
ICU_CFLAGS='-O3 -march=core2 -msse4.1 -w -pipe -Wall -ansi -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -Wno-long-long ' | |
ICU_CONFIG='/usr/local/Cellar/icu4c/4.4.1/bin/icu-config' | |
ICU_CXXFLAGS='-O3 -march=core2 -msse4.1 -w -pipe -W -Wall -ansi -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long ' | |
ICU_LIBS='-headerpad_max_install_names -lpthread -lm -L/usr/local/Cellar/icu4c/4.4.1/lib -licui18n -licuuc -licudata -lpthread -lm ' | |
ICU_LOCAL_BIN='' | |
ICU_LOCAL_CFLAGS='-I/usr/local/Cellar/icu4c/4.4.1/include ' | |
ICU_LOCAL_LDFLAGS='-L/usr/local/Cellar/icu4c/4.4.1/lib ' | |
INIT_FALSE='' | |
INIT_TRUE='' | |
INNO_COMPILER_EXECUTABLE='' | |
INSTALL_DATA='${INSTALL} -m 644' | |
INSTALL_PROGRAM='${INSTALL}' | |
INSTALL_SCRIPT='${INSTALL}' | |
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' | |
JSLIB='-lmozjs' | |
JS_LIB_BASE='mozjs' | |
JS_LIB_BINARY='' | |
JS_LIB_DIR='/usr/local/lib' | |
LAUNCHD_FALSE='' | |
LAUNCHD_TRUE='' | |
LD='/usr/bin/cc' | |
LDFLAGS='-L/usr/local/lib -L/usr/local/lib -L/opt/local/lib -I/usr/local/lib/erlang/usr/include -I/usr/local/include -DXP_UNIX -lm -L/usr/local/Cellar/icu4c/4.4.1/lib' | |
LIBOBJS='' | |
LIBS='-L/usr/local/lib -L/usr/local/lib -L/opt/local/lib -lpthread ' | |
LIBTOOL='$(SHELL) $(top_builddir)/libtool' | |
LIPO='lipo' | |
LN_S='ln -s' | |
LTLIBOBJS='' | |
MAKEINFO='${SHELL} /private/tmp/homebrew-couchdb-1.0.2-ptCd/apache-couchdb-46048dc/build-aux/missing --run makeinfo' | |
NM='/usr/bin/nm' | |
NMEDIT='nmedit' | |
OBJEXT='o' | |
OTOOL64=':' | |
OTOOL='otool' | |
PACKAGE='apache-couchdb' | |
PACKAGE_BUGREPORT='' | |
PACKAGE_NAME='Apache CouchDB' | |
PACKAGE_STRING='Apache CouchDB 1.0.2' | |
PACKAGE_TARNAME='apache-couchdb' | |
PACKAGE_VERSION='1.0.2' | |
PATH_SEPARATOR=':' | |
RANLIB='ranlib' | |
SED='/usr/bin/sed' | |
SET_MAKE='' | |
SHELL='/bin/sh' | |
STRIP='strip' | |
VERSION='1.0.2' | |
WINDOWS_FALSE='' | |
WINDOWS_TRUE='#' | |
abs_top_builddir='' | |
abs_top_srcdir='' | |
ac_ct_CC='/usr/bin/cc' | |
ac_ct_DUMPBIN='' | |
am__fastdepCC_FALSE='#' | |
am__fastdepCC_TRUE='' | |
am__include='include' | |
am__isrc='' | |
am__leading_dot='.' | |
am__quote='' | |
am__tar='${AMTAR} chof - "$$tardir"' | |
am__untar='${AMTAR} xf -' | |
bindir='${exec_prefix}/bin' | |
bug_uri='' | |
build='i386-apple-darwin10.6.0' | |
build_alias='' | |
build_cpu='i386' | |
build_os='darwin10.6.0' | |
build_vendor='apple' | |
datadir='${datarootdir}' | |
datarootdir='${prefix}/share' | |
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | |
dvidir='${docdir}' | |
exec_prefix='NONE' | |
host='i386-apple-darwin10.6.0' | |
host_alias='' | |
host_cpu='i386' | |
host_os='darwin10.6.0' | |
host_vendor='apple' | |
htmldir='${docdir}' | |
includedir='${prefix}/include' | |
infodir='${datarootdir}/info' | |
initdir='' | |
install_sh='$(SHELL) /private/tmp/homebrew-couchdb-1.0.2-ptCd/apache-couchdb-46048dc/build-aux/install-sh' | |
launchddir='' | |
libdir='${exec_prefix}/lib' | |
libexecdir='${exec_prefix}/libexec' | |
localconfdir='' | |
localdatadir='' | |
localdocdir='' | |
localedir='${datarootdir}/locale' | |
localerlanglibdir='' | |
locallibbindir='' | |
locallibdir='' | |
localstatedir='/usr/local/var' | |
localstatelibdir='' | |
localstatelogdir='' | |
localstaterundir='' | |
lt_ECHO='/bin/echo' | |
mandir='${datarootdir}/man' | |
mkdir_p='$(top_builddir)/build-aux/install-sh -c -d' | |
msvc_redist_dir='' | |
msvc_redist_name='' | |
oldincludedir='/usr/include' | |
openssl_bin_dir='' | |
package_author_address='' | |
package_author_name='' | |
package_identifier='' | |
package_name='' | |
package_tarname='' | |
pdfdir='${docdir}' | |
prefix='/usr/local/Cellar/couchdb/1.0.2' | |
program_transform_name='s,x,x,' | |
psdir='${docdir}' | |
sbindir='${exec_prefix}/sbin' | |
sharedstatedir='${prefix}/com' | |
sysconfdir='/usr/local/etc' | |
target_alias='' | |
version=' 5 8 2 ' | |
version_major='' | |
version_minor='' | |
version_release='' | |
version_revision='' | |
version_stage='' | |
## ----------- ## | |
## confdefs.h. ## | |
## ----------- ## | |
#define PACKAGE_NAME "Apache CouchDB" | |
#define PACKAGE_TARNAME "apache-couchdb" | |
#define PACKAGE_VERSION "1.0.2" | |
#define PACKAGE_STRING "Apache CouchDB 1.0.2" | |
#define PACKAGE_BUGREPORT "" | |
#define PACKAGE "apache-couchdb" | |
#define VERSION "1.0.2" | |
#define _GNU_SOURCE 1 | |
#define STDC_HEADERS 1 | |
#define HAVE_SYS_TYPES_H 1 | |
#define HAVE_SYS_STAT_H 1 | |
#define HAVE_STDLIB_H 1 | |
#define HAVE_STRING_H 1 | |
#define HAVE_MEMORY_H 1 | |
#define HAVE_STRINGS_H 1 | |
#define HAVE_INTTYPES_H 1 | |
#define HAVE_STDINT_H 1 | |
#define HAVE_UNISTD_H 1 | |
#define HAVE_DLFCN_H 1 | |
#define LT_OBJDIR ".libs/" | |
#define USE_JS_SETOPCB | |
configure: exit 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment