Skip to content

Instantly share code, notes, and snippets.

@dhilipsiva
Last active December 12, 2015 12:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save dhilipsiva/4769937 to your computer and use it in GitHub Desktop.
Save dhilipsiva/4769937 to your computer and use it in GitHub Desktop.
neon failed to build on 10.7
Warning: Some installed formula are missing dependencies.
You should `brew install` the missing dependencies:
brew install neon
Run `brew missing` for more details.
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by neon configure 0.29.6, which was
generated by GNU Autoconf 2.66. Invocation command line was
$ ./configure --disable-debug --prefix=/usr/local/Cellar/neon/0.29.6 --enable-shared --disable-static --with-ssl
## --------- ##
## Platform. ##
## --------- ##
hostname = DSMac.local
uname -m = x86_64
uname -r = 11.4.2
uname -s = Darwin
uname -v = Darwin Kernel Version 11.4.2: Thu Aug 23 16:25:48 PDT 2012; root:xnu-1699.32.7~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 11.4.2: Thu Aug 23 16:25:48 PDT 2012; root:xnu-1699.32.7~1/RELEASE_X86_64
Kernel configured for up to 4 processors.
2 processors are physically available.
4 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1 2 3
Primary memory available: 8.00 gigabytes
Default processor set: 108 tasks, 578 threads, 4 processors
Load average: 0.67, Mach factor: 3.32
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/Library/ENV/4.3
PATH: /usr/local/opt/pkg-config/bin
PATH: /usr/local/opt/python/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2636: checking for a BSD-compatible install
configure:2704: result: /usr/bin/install -c
configure:2827: checking for gcc
configure:2854: result: cc
configure:3083: checking for C compiler version
configure:3092: cc --version >&5
Apple LLVM version 4.2 (clang-425.0.24) (based on LLVM 3.2svn)
Target: x86_64-apple-darwin11.4.2
Thread model: posix
configure:3103: $? = 0
configure:3092: cc -v >&5
Apple LLVM version 4.2 (clang-425.0.24) (based on LLVM 3.2svn)
Target: x86_64-apple-darwin11.4.2
Thread model: posix
clang: warning: argument unused during compilation: '-isystem /usr/local/include'
clang: warning: argument unused during compilation: '-isystem /usr/include/libxml2'
clang: warning: argument unused during compilation: '-isystem /System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/'
clang: warning: argument unused during compilation: '-L/usr/local/lib'
clang: warning: argument unused during compilation: '-L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries'
configure:3103: $? = 0
configure:3092: cc -V >&5
clang: error: unsupported option '-V -isystem/usr/local/include'
clang: error: no input files
configure:3103: $? = 1
configure:3092: cc -qversion >&5
clang: error: no input files
configure:3103: $? = 1
configure:3123: checking whether the C compiler works
configure:3145: cc conftest.c >&5
configure:3149: $? = 0
configure:3197: result: yes
configure:3200: checking for C compiler default output file name
configure:3202: result: a.out
configure:3208: checking for suffix of executables
configure:3215: cc -o conftest conftest.c >&5
configure:3219: $? = 0
configure:3241: result:
configure:3263: checking whether we are cross compiling
configure:3271: cc -o conftest conftest.c >&5
configure:3275: $? = 0
configure:3282: ./conftest
configure:3286: $? = 0
configure:3301: result: no
configure:3306: checking for suffix of object files
configure:3328: cc -c conftest.c >&5
configure:3332: $? = 0
configure:3353: result: o
configure:3357: checking whether we are using the GNU C compiler
configure:3376: cc -c conftest.c >&5
configure:3376: $? = 0
configure:3385: result: yes
configure:3394: checking whether cc accepts -g
configure:3414: cc -c -g conftest.c >&5
configure:3414: $? = 0
configure:3455: result: yes
configure:3472: checking for cc option to accept ISO C89
configure:3536: cc -c -g -O2 conftest.c >&5
configure:3536: $? = 0
configure:3549: result: none needed
configure:3575: checking how to run the C preprocessor
configure:3606: cc -E conftest.c
configure:3606: $? = 0
configure:3620: cc -E conftest.c
conftest.c:15:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:3620: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.29.6"
| #define PACKAGE_STRING "neon 0.29.6"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.29.6"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (29)
| #define NE_VERSION_PATCH (6)
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3645: result: cc -E
configure:3665: cc -E conftest.c
configure:3665: $? = 0
configure:3679: cc -E conftest.c
conftest.c:15:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:3679: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.29.6"
| #define PACKAGE_STRING "neon 0.29.6"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.29.6"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (29)
| #define NE_VERSION_PATCH (6)
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3708: checking for grep that handles long lines and -e
configure:3766: result: /usr/bin/grep
configure:3771: checking for egrep
configure:3833: result: /usr/bin/grep -E
configure:3838: checking for ANSI C header files
configure:3858: cc -c -g -O2 conftest.c >&5
configure:3858: $? = 0
configure:3931: cc -o conftest -g -O2 conftest.c >&5
configure:3931: $? = 0
configure:3931: ./conftest
configure:3931: $? = 0
configure:3942: result: yes
configure:3955: checking for sys/types.h
configure:3955: cc -c -g -O2 conftest.c >&5
configure:3955: $? = 0
configure:3955: result: yes
configure:3955: checking for sys/stat.h
configure:3955: cc -c -g -O2 conftest.c >&5
configure:3955: $? = 0
configure:3955: result: yes
configure:3955: checking for stdlib.h
configure:3955: cc -c -g -O2 conftest.c >&5
configure:3955: $? = 0
configure:3955: result: yes
configure:3955: checking for string.h
configure:3955: cc -c -g -O2 conftest.c >&5
configure:3955: $? = 0
configure:3955: result: yes
configure:3955: checking for memory.h
configure:3955: cc -c -g -O2 conftest.c >&5
configure:3955: $? = 0
configure:3955: result: yes
configure:3955: checking for strings.h
configure:3955: cc -c -g -O2 conftest.c >&5
configure:3955: $? = 0
configure:3955: result: yes
configure:3955: checking for inttypes.h
configure:3955: cc -c -g -O2 conftest.c >&5
configure:3955: $? = 0
configure:3955: result: yes
configure:3955: checking for stdint.h
configure:3955: cc -c -g -O2 conftest.c >&5
configure:3955: $? = 0
configure:3955: result: yes
configure:3955: checking for unistd.h
configure:3955: cc -c -g -O2 conftest.c >&5
configure:3955: $? = 0
configure:3955: result: yes
configure:3968: checking minix/config.h usability
configure:3968: cc -c -g -O2 conftest.c >&5
conftest.c:58:10: fatal error: 'minix/config.h' file not found
#include <minix/config.h>
^
1 error generated.
configure:3968: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.29.6"
| #define PACKAGE_STRING "neon 0.29.6"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.29.6"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (29)
| #define NE_VERSION_PATCH (6)
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <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 <minix/config.h>
configure:3968: result: no
configure:3968: checking minix/config.h presence
configure:3968: cc -E conftest.c
conftest.c:25:10: fatal error: 'minix/config.h' file not found
#include <minix/config.h>
^
1 error generated.
configure:3968: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.29.6"
| #define PACKAGE_STRING "neon 0.29.6"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.29.6"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (29)
| #define NE_VERSION_PATCH (6)
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <minix/config.h>
configure:3968: result: no
configure:3968: checking for minix/config.h
configure:3968: result: no
configure:3989: checking whether it is safe to define __EXTENSIONS__
configure:4007: cc -c -g -O2 conftest.c >&5
configure:4007: $? = 0
configure:4014: result: yes
configure:4028: checking for inline
configure:4044: cc -c -g -O2 conftest.c >&5
configure:4044: $? = 0
configure:4052: result: inline
configure:4070: checking for an ANSI C-conforming const
configure:4135: cc -c -g -O2 conftest.c >&5
configure:4135: $? = 0
configure:4142: result: yes
configure:4150: checking for size_t
configure:4150: cc -c -g -O2 conftest.c >&5
configure:4150: $? = 0
configure:4150: cc -c -g -O2 conftest.c >&5
conftest.c:66:21: error: expected expression
if (sizeof ((size_t)))
^
1 error generated.
configure:4150: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.29.6"
| #define PACKAGE_STRING "neon 0.29.6"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.29.6"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (29)
| #define NE_VERSION_PATCH (6)
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((size_t)))
| return 0;
| ;
| return 0;
| }
configure:4150: result: yes
configure:4161: checking for off_t
configure:4161: cc -c -g -O2 conftest.c >&5
configure:4161: $? = 0
configure:4161: cc -c -g -O2 conftest.c >&5
conftest.c:66:20: error: expected expression
if (sizeof ((off_t)))
^
1 error generated.
configure:4161: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.29.6"
| #define PACKAGE_STRING "neon 0.29.6"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.29.6"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (29)
| #define NE_VERSION_PATCH (6)
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((off_t)))
| return 0;
| ;
| return 0;
| }
configure:4161: result: yes
configure:4174: checking for uname
configure:4183: result: Darwin
configure:4195: checking whether make sets $(MAKE)
configure:4217: result: yes
configure:4231: checking size of int
configure:4236: cc -o conftest -g -O2 -no-cpp-precomp -flat_namespace conftest.c >&5
configure:4236: $? = 0
configure:4236: ./conftest
configure:4236: $? = 0
configure:4250: result: 4
configure:4264: checking size of long
configure:4269: cc -o conftest -g -O2 -no-cpp-precomp -flat_namespace conftest.c >&5
configure:4269: $? = 0
configure:4269: ./conftest
configure:4269: $? = 0
configure:4283: result: 8
configure:4297: checking size of long long
configure:4302: cc -o conftest -g -O2 -no-cpp-precomp -flat_namespace conftest.c >&5
configure:4302: $? = 0
configure:4302: ./conftest
configure:4302: $? = 0
configure:4316: result: 8
configure:4327: checking for gcc -Wformat -Werror sanity
configure:4348: cc -c -g -O2 -no-cpp-precomp -Wformat -Werror conftest.c >&5
configure:4348: $? = 0
configure:4356: result: yes
configure:4384: checking errno.h usability
configure:4384: cc -c -g -O2 -no-cpp-precomp conftest.c >&5
configure:4384: $? = 0
configure:4384: result: yes
configure:4384: checking errno.h presence
configure:4384: cc -E -no-cpp-precomp conftest.c
configure:4384: $? = 0
configure:4384: result: yes
configure:4384: checking for errno.h
configure:4384: result: yes
configure:4384: checking stdarg.h usability
configure:4384: cc -c -g -O2 -no-cpp-precomp conftest.c >&5
configure:4384: $? = 0
configure:4384: result: yes
configure:4384: checking stdarg.h presence
configure:4384: cc -E -no-cpp-precomp conftest.c
configure:4384: $? = 0
configure:4384: result: yes
configure:4384: checking for stdarg.h
configure:4384: result: yes
configure:4384: checking for string.h
configure:4384: result: yes
configure:4384: checking for stdlib.h
configure:4384: result: yes
configure:4403: checking size of size_t
configure:4408: cc -o conftest -g -O2 -no-cpp-precomp -flat_namespace conftest.c >&5
configure:4408: $? = 0
configure:4408: ./conftest
configure:4408: $? = 0
configure:4424: result: 8
configure:4439: checking how to print size_t
configure:4464: cc -c -g -O2 -no-cpp-precomp -Wformat -Werror conftest.c >&5
conftest.c:44:28: error: format specifies type 'unsigned int' but the argument has type 'size_t' (aka 'unsigned long') [-Werror,-Wformat]
size_t i = 1; printf("%u", i);
~~ ^
%zu
1 error generated.
configure:4464: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.29.6"
| #define PACKAGE_STRING "neon 0.29.6"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.29.6"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (29)
| #define NE_VERSION_PATCH (6)
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define SIZEOF_SIZE_T 8
| /* end confdefs.h. */
| #include <sys/types.h>
|
| #include <stdio.h>
| int
| main ()
| {
| size_t i = 1; printf("%u", i);
| ;
| return 0;
| }
configure:4464: cc -c -g -O2 -no-cpp-precomp -Wformat -Werror conftest.c >&5
configure:4464: $? = 0
configure:4481: result: lu
configure:4501: checking size of off_t
configure:4506: cc -o conftest -g -O2 -no-cpp-precomp -flat_namespace conftest.c >&5
configure:4506: $? = 0
configure:4506: ./conftest
configure:4506: $? = 0
configure:4522: result: 8
configure:4537: checking how to print off_t
configure:4562: cc -c -g -O2 -no-cpp-precomp -Wformat -Werror conftest.c >&5
conftest.c:46:27: error: format specifies type 'int' but the argument has type 'off_t' (aka 'long long') [-Werror,-Wformat]
off_t i = 1; printf("%d", i);
~~ ^
%lld
1 error generated.
configure:4562: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.29.6"
| #define PACKAGE_STRING "neon 0.29.6"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.29.6"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (29)
| #define NE_VERSION_PATCH (6)
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define SIZEOF_SIZE_T 8
| #define NE_FMT_SIZE_T "lu"
| #define SIZEOF_OFF_T 8
| /* end confdefs.h. */
| #include <sys/types.h>
|
| #include <stdio.h>
| int
| main ()
| {
| off_t i = 1; printf("%d", i);
| ;
| return 0;
| }
configure:4562: cc -c -g -O2 -no-cpp-precomp -Wformat -Werror conftest.c >&5
conftest.c:46:28: error: format specifies type 'long' but the argument has type 'off_t' (aka 'long long') [-Werror,-Wformat]
off_t i = 1; printf("%ld", i);
~~~ ^
%lld
1 error generated.
configure:4562: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.29.6"
| #define PACKAGE_STRING "neon 0.29.6"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.29.6"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (29)
| #define NE_VERSION_PATCH (6)
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define SIZEOF_SIZE_T 8
| #define NE_FMT_SIZE_T "lu"
| #define SIZEOF_OFF_T 8
| /* end confdefs.h. */
| #include <sys/types.h>
|
| #include <stdio.h>
| int
| main ()
| {
| off_t i = 1; printf("%ld", i);
| ;
| return 0;
| }
configure:4562: cc -c -g -O2 -no-cpp-precomp -Wformat -Werror conftest.c >&5
configure:4562: $? = 0
configure:4579: result: lld
configure:4600: checking size of ssize_t
configure:4605: cc -o conftest -g -O2 -no-cpp-precomp -flat_namespace conftest.c >&5
configure:4605: $? = 0
configure:4605: ./conftest
configure:4605: $? = 0
configure:4621: result: 8
configure:4636: checking how to print ssize_t
configure:4661: cc -c -g -O2 -no-cpp-precomp -Wformat -Werror conftest.c >&5
conftest.c:48:29: error: format specifies type 'int' but the argument has type 'ssize_t' (aka 'long') [-Werror,-Wformat]
ssize_t i = 1; printf("%d", i);
~~ ^
%zd
1 error generated.
configure:4661: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.29.6"
| #define PACKAGE_STRING "neon 0.29.6"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.29.6"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (29)
| #define NE_VERSION_PATCH (6)
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define SIZEOF_SIZE_T 8
| #define NE_FMT_SIZE_T "lu"
| #define SIZEOF_OFF_T 8
| #define NE_FMT_OFF_T "lld"
| #define SIZEOF_SSIZE_T 8
| /* end confdefs.h. */
| #include <sys/types.h>
|
| #include <stdio.h>
| int
| main ()
| {
| ssize_t i = 1; printf("%d", i);
| ;
| return 0;
| }
configure:4661: cc -c -g -O2 -no-cpp-precomp -Wformat -Werror conftest.c >&5
configure:4661: $? = 0
configure:4678: result: ld
configure:4693: checking whether byte ordering is bigendian
configure:4708: cc -c -g -O2 -no-cpp-precomp conftest.c >&5
configure:4708: $? = 0
configure:4753: cc -c -g -O2 -no-cpp-precomp conftest.c >&5
configure:4753: $? = 0
configure:4771: cc -c -g -O2 -no-cpp-precomp conftest.c >&5
conftest.c:50:4: error: use of undeclared identifier 'not'
not big endian
^
1 error generated.
configure:4771: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.29.6"
| #define PACKAGE_STRING "neon 0.29.6"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.29.6"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (29)
| #define NE_VERSION_PATCH (6)
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define SIZEOF_SIZE_T 8
| #define NE_FMT_SIZE_T "lu"
| #define SIZEOF_OFF_T 8
| #define NE_FMT_OFF_T "lld"
| #define SIZEOF_SSIZE_T 8
| #define NE_FMT_SSIZE_T "ld"
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/param.h>
|
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| not big endian
| #endif
|
| ;
| return 0;
| }
configure:4899: result: no
configure:4917: checking whether strerror_r is declared
configure:4917: cc -c -g -O2 -no-cpp-precomp conftest.c >&5
configure:4917: $? = 0
configure:4917: result: yes
configure:4930: checking for strerror_r
configure:4930: cc -o conftest -g -O2 -no-cpp-precomp -flat_namespace conftest.c >&5
configure:4930: $? = 0
configure:4930: result: yes
configure:4939: checking whether strerror_r returns char *
configure:4963: cc -c -g -O2 -no-cpp-precomp conftest.c >&5
conftest.c:83:13: error: indirection requires pointer operand ('int' invalid)
char x = *strerror_r (0, buf, sizeof buf);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
conftest.c:84:10: warning: incompatible integer to pointer conversion initializing 'char *' with an expression of type 'int' [-Wint-conversion]
char *p = strerror_r (0, buf, sizeof buf);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning and 1 error generated.
configure:4963: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.29.6"
| #define PACKAGE_STRING "neon 0.29.6"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.29.6"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (29)
| #define NE_VERSION_PATCH (6)
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define SIZEOF_SIZE_T 8
| #define NE_FMT_SIZE_T "lu"
| #define SIZEOF_OFF_T 8
| #define NE_FMT_OFF_T "lld"
| #define SIZEOF_SSIZE_T 8
| #define NE_FMT_SSIZE_T "ld"
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
|
| char buf[100];
| char x = *strerror_r (0, buf, sizeof buf);
| char *p = strerror_r (0, buf, sizeof buf);
| return !p || x;
|
| ;
| return 0;
| }
configure:5001: result: no
configure:5013: checking for snprintf
configure:5013: cc -o conftest -g -O2 -no-cpp-precomp -flat_namespace conftest.c >&5
conftest.c:68:6: warning: incompatible redeclaration of library function 'snprintf'
char snprintf ();
^
conftest.c:68:6: note: 'snprintf' is a builtin with type 'int (char *, unsigned long, const char *, ...)'
1 warning generated.
configure:5013: $? = 0
configure:5013: result: yes
configure:5013: checking for vsnprintf
configure:5013: cc -o conftest -g -O2 -no-cpp-precomp -flat_namespace conftest.c >&5
conftest.c:69:6: warning: incompatible redeclaration of library function 'vsnprintf'
char vsnprintf ();
^
conftest.c:69:6: note: 'vsnprintf' is a builtin with type 'int (char *, unsigned long, const char *, __va_list_tag *)'
1 warning generated.
configure:5013: $? = 0
configure:5013: result: yes
configure:5104: checking for sys/time.h
configure:5104: cc -c -g -O2 -no-cpp-precomp conftest.c >&5
configure:5104: $? = 0
configure:5104: result: yes
configure:5104: checking for limits.h
configure:5104: cc -c -g -O2 -no-cpp-precomp conftest.c >&5
configure:5104: $? = 0
configure:5104: result: yes
configure:5104: checking for sys/select.h
configure:5104: cc -c -g -O2 -no-cpp-precomp conftest.c >&5
configure:5104: $? = 0
configure:5104: result: yes
configure:5104: checking for arpa/inet.h
configure:5104: cc -c -g -O2 -no-cpp-precomp conftest.c >&5
configure:5104: $? = 0
configure:5104: result: yes
configure:5104: checking for libintl.h
configure:5104: cc -c -g -O2 -no-cpp-precomp conftest.c >&5
conftest.c:89:10: fatal error: 'libintl.h' file not found
#include <libintl.h>
^
1 error generated.
configure:5104: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.29.6"
| #define PACKAGE_STRING "neon 0.29.6"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.29.6"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (29)
| #define NE_VERSION_PATCH (6)
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define SIZEOF_SIZE_T 8
| #define NE_FMT_SIZE_T "lu"
| #define SIZEOF_OFF_T 8
| #define NE_FMT_OFF_T "lld"
| #define SIZEOF_SSIZE_T 8
| #define NE_FMT_SSIZE_T "ld"
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_ARPA_INET_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| /* netinet/tcp.h requires netinet/in.h on some platforms. */
| #ifdef HAVE_NETINET_IN_H
| #include <netinet/in.h>
| #endif
|
| #include <libintl.h>
configure:5104: result: no
configure:5104: checking for signal.h
configure:5104: cc -c -g -O2 -no-cpp-precomp conftest.c >&5
configure:5104: $? = 0
configure:5104: result: yes
configure:5104: checking for sys/socket.h
configure:5104: cc -c -g -O2 -no-cpp-precomp conftest.c >&5
configure:5104: $? = 0
configure:5104: result: yes
configure:5104: checking for netinet/in.h
configure:5104: cc -c -g -O2 -no-cpp-precomp conftest.c >&5
configure:5104: $? = 0
configure:5104: result: yes
configure:5104: checking for netinet/tcp.h
configure:5104: cc -c -g -O2 -no-cpp-precomp conftest.c >&5
configure:5104: $? = 0
configure:5104: result: yes
configure:5104: checking for netdb.h
configure:5104: cc -c -g -O2 -no-cpp-precomp conftest.c >&5
configure:5104: $? = 0
configure:5104: result: yes
configure:5104: checking for sys/poll.h
configure:5104: cc -c -g -O2 -no-cpp-precomp conftest.c >&5
configure:5104: $? = 0
configure:5104: result: yes
configure:5104: checking for sys/limits.h
configure:5104: cc -c -g -O2 -no-cpp-precomp conftest.c >&5
conftest.c:95:10: fatal error: 'sys/limits.h' file not found
#include <sys/limits.h>
^
1 error generated.
configure:5104: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.29.6"
| #define PACKAGE_STRING "neon 0.29.6"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.29.6"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (29)
| #define NE_VERSION_PATCH (6)
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define SIZEOF_SIZE_T 8
| #define NE_FMT_SIZE_T "lu"
| #define SIZEOF_OFF_T 8
| #define NE_FMT_OFF_T "lld"
| #define SIZEOF_SSIZE_T 8
| #define NE_FMT_SSIZE_T "ld"
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_POLL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| /* netinet/tcp.h requires netinet/in.h on some platforms. */
| #ifdef HAVE_NETINET_IN_H
| #include <netinet/in.h>
| #endif
|
| #include <sys/limits.h>
configure:5104: result: no
configure:5104: checking for fcntl.h
configure:5104: cc -c -g -O2 -no-cpp-precomp conftest.c >&5
configure:5104: $? = 0
configure:5104: result: yes
configure:5104: checking for iconv.h
configure:5104: cc -c -g -O2 -no-cpp-precomp conftest.c >&5
configure:5104: $? = 0
configure:5104: result: yes
configure:5122: checking for timezone global
configure:5140: cc -o conftest -g -O2 -no-cpp-precomp -flat_namespace conftest.c >&5
configure:5140: $? = 0
configure:5148: result: yes
configure:5173: LFS support unnecessary, off_t is not 32-bit
configure:5179: checking for strtoll
configure:5179: cc -o conftest -g -O2 -no-cpp-precomp -flat_namespace conftest.c >&5
configure:5179: $? = 0
configure:5179: result: yes
configure:5384: checking for strcasecmp
configure:5384: cc -o conftest -g -O2 -no-cpp-precomp -flat_namespace conftest.c >&5
conftest.c:85:6: warning: incompatible redeclaration of library function 'strcasecmp'
char strcasecmp ();
^
conftest.c:85:6: note: 'strcasecmp' is a builtin with type 'int (const char *, const char *)'
1 warning generated.
configure:5384: $? = 0
configure:5384: result: yes
configure:5402: checking for signal
configure:5402: cc -o conftest -g -O2 -no-cpp-precomp -flat_namespace conftest.c >&5
configure:5402: $? = 0
configure:5402: result: yes
configure:5402: checking for setvbuf
configure:5402: cc -o conftest -g -O2 -no-cpp-precomp -flat_namespace conftest.c >&5
configure:5402: $? = 0
configure:5402: result: yes
configure:5402: checking for setsockopt
configure:5402: cc -o conftest -g -O2 -no-cpp-precomp -flat_namespace conftest.c >&5
configure:5402: $? = 0
configure:5402: result: yes
configure:5402: checking for stpcpy
configure:5402: cc -o conftest -g -O2 -no-cpp-precomp -flat_namespace conftest.c >&5
conftest.c:89:6: warning: incompatible redeclaration of library function 'stpcpy'
char stpcpy ();
^
conftest.c:89:6: note: 'stpcpy' is a builtin with type 'char *(char *, const char *)'
1 warning generated.
configure:5402: $? = 0
configure:5402: result: yes
configure:5402: checking for poll
configure:5402: result: no
configure:5402: checking for fcntl
configure:5402: cc -o conftest -g -O2 -no-cpp-precomp -flat_namespace conftest.c >&5
configure:5402: $? = 0
configure:5402: result: yes
configure:5402: checking for getsockopt
configure:5402: cc -o conftest -g -O2 -no-cpp-precomp -flat_namespace conftest.c >&5
configure:5402: $? = 0
configure:5402: result: yes
configure:5419: checking whether stpcpy is declared
configure:5419: cc -c -g -O2 -no-cpp-precomp conftest.c >&5
configure:5419: $? = 0
configure:5419: result: yes
configure:5442: checking for library containing socket
configure:5459: cc -o conftest -g -O2 -no-cpp-precomp -flat_namespace conftest.c >&5
conftest.c:74:1: warning: implicit declaration of function 'socket' is invalid in C99 [-Wimplicit-function-declaration]
socket();
^
1 warning generated.
configure:5459: $? = 0
configure:5496: result: none needed
configure:5514: checking for library containing getaddrinfo
configure:5531: cc -o conftest -g -O2 -no-cpp-precomp -flat_namespace conftest.c >&5
conftest.c:74:1: warning: implicit declaration of function 'getaddrinfo' is invalid in C99 [-Wimplicit-function-declaration]
getaddrinfo();
^
1 warning generated.
configure:5531: $? = 0
configure:5568: result: none needed
configure:5588: checking for gai_strerror
configure:5588: cc -o conftest -g -O2 -no-cpp-precomp -flat_namespace conftest.c >&5
configure:5588: $? = 0
configure:5588: result: yes
configure:5588: checking for getnameinfo
configure:5588: cc -o conftest -g -O2 -no-cpp-precomp -flat_namespace conftest.c >&5
configure:5588: $? = 0
configure:5588: result: yes
configure:5588: checking for inet_ntop
configure:5588: cc -o conftest -g -O2 -no-cpp-precomp -flat_namespace conftest.c >&5
configure:5588: $? = 0
configure:5588: result: yes
configure:5588: checking for inet_pton
configure:5588: cc -o conftest -g -O2 -no-cpp-precomp -flat_namespace conftest.c >&5
configure:5588: $? = 0
configure:5588: result: yes
configure:5642: IPv6 support is enabled
configure:5648: checking for working AI_ADDRCONFIG
configure:5671: cc -o conftest -g -O2 -no-cpp-precomp -flat_namespace conftest.c >&5
configure:5671: $? = 0
configure:5671: ./conftest
configure:5671: $? = 0
configure:5681: result: yes
configure:5879: checking for socklen_t
configure:5879: cc -c -g -O2 -no-cpp-precomp conftest.c >&5
configure:5879: $? = 0
configure:5879: cc -c -g -O2 -no-cpp-precomp conftest.c >&5
conftest.c:89:24: error: expected expression
if (sizeof ((socklen_t)))
^
1 error generated.
configure:5879: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.29.6"
| #define PACKAGE_STRING "neon 0.29.6"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.29.6"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (29)
| #define NE_VERSION_PATCH (6)
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define SIZEOF_SIZE_T 8
| #define NE_FMT_SIZE_T "lu"
| #define SIZEOF_OFF_T 8
| #define NE_FMT_OFF_T "lld"
| #define SIZEOF_SSIZE_T 8
| #define NE_FMT_SSIZE_T "ld"
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_TIMEZONE 1
| #define HAVE_STRTOLL 1
| #define NE_FMT_NE_OFF_T NE_FMT_OFF_T
| #define HAVE_STRCASECMP 1
| #define HAVE_SIGNAL 1
| #define HAVE_SETVBUF 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_STPCPY 1
| #define HAVE_FCNTL 1
| #define HAVE_GETSOCKOPT 1
| #define HAVE_DECL_STPCPY 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define NE_HAVE_IPV6 1
| #define USE_GETADDRINFO 1
| #define USE_GAI_ADDRCONFIG 1
| /* end confdefs.h. */
|
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| # include <sys/socket.h>
| #endif
|
|
| int
| main ()
| {
| if (sizeof ((socklen_t)))
| return 0;
| ;
| return 0;
| }
configure:5879: result: yes
configure:5903: checking for struct tm.tm_gmtoff
configure:5903: cc -c -g -O2 -no-cpp-precomp conftest.c >&5
configure:5903: $? = 0
configure:5903: result: yes
configure:5913: checking for struct tm.__tm_gmtoff
configure:5913: cc -c -g -O2 -no-cpp-precomp conftest.c >&5
conftest.c:85:13: error: no member named '__tm_gmtoff' in 'struct tm'; did you mean 'tm_gmtoff'?
if (ac_aggr.__tm_gmtoff)
^~~~~~~~~~~
tm_gmtoff
/usr/include/time.h:100:7: note: 'tm_gmtoff' declared here
long tm_gmtoff; /* offset from CUT in seconds */
^
1 error generated.
configure:5913: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.29.6"
| #define PACKAGE_STRING "neon 0.29.6"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.29.6"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (29)
| #define NE_VERSION_PATCH (6)
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define SIZEOF_SIZE_T 8
| #define NE_FMT_SIZE_T "lu"
| #define SIZEOF_OFF_T 8
| #define NE_FMT_OFF_T "lld"
| #define SIZEOF_SSIZE_T 8
| #define NE_FMT_SSIZE_T "ld"
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_TIMEZONE 1
| #define HAVE_STRTOLL 1
| #define NE_FMT_NE_OFF_T NE_FMT_OFF_T
| #define HAVE_STRCASECMP 1
| #define HAVE_SIGNAL 1
| #define HAVE_SETVBUF 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_STPCPY 1
| #define HAVE_FCNTL 1
| #define HAVE_GETSOCKOPT 1
| #define HAVE_DECL_STPCPY 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define NE_HAVE_IPV6 1
| #define USE_GETADDRINFO 1
| #define USE_GAI_ADDRCONFIG 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_TM_TM_GMTOFF 1
| /* end confdefs.h. */
| #include <time.h>
|
| int
| main ()
| {
| static struct tm ac_aggr;
| if (ac_aggr.__tm_gmtoff)
| return 0;
| ;
| return 0;
| }
configure:5913: cc -c -g -O2 -no-cpp-precomp conftest.c >&5
conftest.c:85:20: error: no member named '__tm_gmtoff' in 'struct tm'; did you mean 'tm_gmtoff'?
if (sizeof ac_aggr.__tm_gmtoff)
^~~~~~~~~~~
tm_gmtoff
/usr/include/time.h:100:7: note: 'tm_gmtoff' declared here
long tm_gmtoff; /* offset from CUT in seconds */
^
1 error generated.
configure:5913: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.29.6"
| #define PACKAGE_STRING "neon 0.29.6"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.29.6"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (29)
| #define NE_VERSION_PATCH (6)
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define SIZEOF_SIZE_T 8
| #define NE_FMT_SIZE_T "lu"
| #define SIZEOF_OFF_T 8
| #define NE_FMT_OFF_T "lld"
| #define SIZEOF_SSIZE_T 8
| #define NE_FMT_SSIZE_T "ld"
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_TIMEZONE 1
| #define HAVE_STRTOLL 1
| #define NE_FMT_NE_OFF_T NE_FMT_OFF_T
| #define HAVE_STRCASECMP 1
| #define HAVE_SIGNAL 1
| #define HAVE_SETVBUF 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_STPCPY 1
| #define HAVE_FCNTL 1
| #define HAVE_GETSOCKOPT 1
| #define HAVE_DECL_STPCPY 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define NE_HAVE_IPV6 1
| #define USE_GETADDRINFO 1
| #define USE_GAI_ADDRCONFIG 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_TM_TM_GMTOFF 1
| /* end confdefs.h. */
| #include <time.h>
|
| int
| main ()
| {
| static struct tm ac_aggr;
| if (sizeof ac_aggr.__tm_gmtoff)
| return 0;
| ;
| return 0;
| }
configure:5913: result: no
configure:5942: checking zlib.h usability
configure:5942: cc -c -g -O2 -no-cpp-precomp conftest.c >&5
configure:5942: $? = 0
configure:5942: result: yes
configure:5942: checking zlib.h presence
configure:5942: cc -E -no-cpp-precomp conftest.c
configure:5942: $? = 0
configure:5942: result: yes
configure:5942: checking for zlib.h
configure:5942: result: yes
configure:5945: checking for inflate in -lz
configure:5970: cc -o conftest -g -O2 -no-cpp-precomp -flat_namespace conftest.c -lz >&5
configure:5970: $? = 0
configure:5979: result: yes
configure:5991: zlib support enabled, using -lz
configure:6029: checking whether to enable ACL support in neon
configure:6035: result: yes
configure:6075: checking for pkg-config
configure:6093: found /usr/local/opt/pkg-config/bin/pkg-config
configure:6106: result: /usr/local/opt/pkg-config/bin/pkg-config
configure:6288: checking for openssl pkg-config data
configure:6299: result: yes
configure:6306: using SSL library configuration from pkg-config
configure:6492: checking openssl/ssl.h usability
configure:6492: cc -c -g -O2 -no-cpp-precomp conftest.c >&5
configure:6492: $? = 0
configure:6492: result: yes
configure:6492: checking openssl/ssl.h presence
configure:6492: cc -E -no-cpp-precomp conftest.c
configure:6492: $? = 0
configure:6492: result: yes
configure:6492: checking for openssl/ssl.h
configure:6492: result: yes
configure:6492: checking openssl/opensslv.h usability
configure:6492: cc -c -g -O2 -no-cpp-precomp conftest.c >&5
configure:6492: $? = 0
configure:6492: result: yes
configure:6492: checking openssl/opensslv.h presence
configure:6492: cc -E -no-cpp-precomp conftest.c
configure:6492: $? = 0
configure:6492: result: yes
configure:6492: checking for openssl/opensslv.h
configure:6492: result: yes
configure:6507: checking OpenSSL version is >= 0.9.7
configure:6529: result: yes
configure:6532: OpenSSL >= 0.9.7; EGD support not needed in neon
configure:6541: SSL support enabled, using OpenSSL (0.9.7 or later)
configure:6550: checking for CRYPTO_set_idptr_callback
configure:6550: cc -o conftest -g -O2 -no-cpp-precomp -flat_namespace conftest.c -lz -lssl -lcrypto -lz >&5
Undefined symbols for architecture x86_64:
"_CRYPTO_set_idptr_callback", referenced from:
_main in conftest-n4YOcZ.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:6550: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.29.6"
| #define PACKAGE_STRING "neon 0.29.6"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.29.6"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (29)
| #define NE_VERSION_PATCH (6)
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define SIZEOF_SIZE_T 8
| #define NE_FMT_SIZE_T "lu"
| #define SIZEOF_OFF_T 8
| #define NE_FMT_OFF_T "lld"
| #define SIZEOF_SSIZE_T 8
| #define NE_FMT_SSIZE_T "ld"
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_TIMEZONE 1
| #define HAVE_STRTOLL 1
| #define NE_FMT_NE_OFF_T NE_FMT_OFF_T
| #define HAVE_STRCASECMP 1
| #define HAVE_SIGNAL 1
| #define HAVE_SETVBUF 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_STPCPY 1
| #define HAVE_FCNTL 1
| #define HAVE_GETSOCKOPT 1
| #define HAVE_DECL_STPCPY 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define NE_HAVE_IPV6 1
| #define USE_GETADDRINFO 1
| #define USE_GAI_ADDRCONFIG 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_TM_TM_GMTOFF 1
| #define NE_HAVE_ZLIB 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define NE_HAVE_SSL 1
| /* end confdefs.h. */
| /* Define CRYPTO_set_idptr_callback to an innocuous variant, in case <limits.h> declares CRYPTO_set_idptr_callback.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define CRYPTO_set_idptr_callback innocuous_CRYPTO_set_idptr_callback
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char CRYPTO_set_idptr_callback (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef CRYPTO_set_idptr_callback
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char CRYPTO_set_idptr_callback ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_CRYPTO_set_idptr_callback || defined __stub___CRYPTO_set_idptr_callback
| choke me
| #endif
|
| int
| main ()
| {
| return CRYPTO_set_idptr_callback ();
| ;
| return 0;
| }
configure:6550: result: no
configure:6550: checking for SSL_SESSION_cmp
configure:6550: cc -o conftest -g -O2 -no-cpp-precomp -flat_namespace conftest.c -lz -lssl -lcrypto -lz >&5
Undefined symbols for architecture x86_64:
"_SSL_SESSION_cmp", referenced from:
_main in conftest-QcQ66P.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:6550: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.29.6"
| #define PACKAGE_STRING "neon 0.29.6"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.29.6"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (29)
| #define NE_VERSION_PATCH (6)
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define SIZEOF_SIZE_T 8
| #define NE_FMT_SIZE_T "lu"
| #define SIZEOF_OFF_T 8
| #define NE_FMT_OFF_T "lld"
| #define SIZEOF_SSIZE_T 8
| #define NE_FMT_SSIZE_T "ld"
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_TIMEZONE 1
| #define HAVE_STRTOLL 1
| #define NE_FMT_NE_OFF_T NE_FMT_OFF_T
| #define HAVE_STRCASECMP 1
| #define HAVE_SIGNAL 1
| #define HAVE_SETVBUF 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_STPCPY 1
| #define HAVE_FCNTL 1
| #define HAVE_GETSOCKOPT 1
| #define HAVE_DECL_STPCPY 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define NE_HAVE_IPV6 1
| #define USE_GETADDRINFO 1
| #define USE_GAI_ADDRCONFIG 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_TM_TM_GMTOFF 1
| #define NE_HAVE_ZLIB 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define NE_HAVE_SSL 1
| /* end confdefs.h. */
| /* Define SSL_SESSION_cmp to an innocuous variant, in case <limits.h> declares SSL_SESSION_cmp.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define SSL_SESSION_cmp innocuous_SSL_SESSION_cmp
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char SSL_SESSION_cmp (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef SSL_SESSION_cmp
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char SSL_SESSION_cmp ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_SSL_SESSION_cmp || defined __stub___SSL_SESSION_cmp
| choke me
| #endif
|
| int
| main ()
| {
| return SSL_SESSION_cmp ();
| ;
| return 0;
| }
configure:6550: result: no
configure:6981: Thread-safe SSL not supported
configure:6996: checking for pkg-config
configure:7027: result: /usr/local/opt/pkg-config/bin/pkg-config
configure:7040: checking for pakchois pkg-config data
configure:7051: result: no
configure:7067: pakchois library not found; no PKCS#11 support
configure:7087: checking for krb5-config
configure:7106: found /usr/bin/krb5-config
configure:7119: result: /usr/bin/krb5-config
configure:7139: checking gssapi/gssapi.h usability
configure:7139: cc -c -g -O2 -no-cpp-precomp conftest.c >&5
configure:7139: $? = 0
configure:7139: result: yes
configure:7139: checking gssapi/gssapi.h presence
configure:7139: cc -E -no-cpp-precomp conftest.c
configure:7139: $? = 0
configure:7139: result: yes
configure:7139: checking for gssapi/gssapi.h
configure:7139: result: yes
configure:7150: checking for gss_init_sec_context
configure:7150: cc -o conftest -g -O2 -no-cpp-precomp -flat_namespace conftest.c -lz -lssl -lcrypto -lz -dynamic -Wl,-search_paths_first -lkrb5 >&5
configure:7150: $? = 0
configure:7150: result: yes
configure:7158: GSSAPI authentication support enabled
configure:7165: checking gssapi/gssapi_generic.h usability
configure:7165: cc -c -g -O2 -no-cpp-precomp conftest.c >&5
configure:7165: $? = 0
configure:7165: result: yes
configure:7165: checking gssapi/gssapi_generic.h presence
configure:7165: cc -E -no-cpp-precomp conftest.c
configure:7165: $? = 0
configure:7165: result: yes
configure:7165: checking for gssapi/gssapi_generic.h
configure:7165: result: yes
configure:7176: checking whether GSS_C_NT_HOSTBASED_SERVICE is declared
configure:7176: cc -c -g -O2 -no-cpp-precomp conftest.c >&5
configure:7176: $? = 0
configure:7176: result: yes
configure:7216: checking for pkg-config
configure:7247: result: /usr/local/opt/pkg-config/bin/pkg-config
configure:7265: checking for libproxy-1.0 pkg-config data
configure:7276: result: no
configure:7304: libproxy support not enabled
configure:7391: checking build system type
configure:7405: result: x86_64-apple-darwin11.4.2
configure:7425: checking host system type
configure:7438: result: x86_64-apple-darwin11.4.2
configure:7479: checking how to print strings
configure:7506: result: printf
configure:7527: checking for a sed that does not truncate output
configure:7591: result: /usr/local/Library/ENV/4.3/sed
configure:7609: checking for fgrep
configure:7671: result: /usr/bin/grep -F
configure:7706: checking for ld used by cc
configure:7773: result: /usr/bin/ld
configure:7780: checking if the linker (/usr/bin/ld) is GNU ld
configure:7795: result: no
configure:7807: checking for BSD- or MS-compatible name lister (nm)
configure:7856: result: /usr/bin/nm
configure:7986: checking the name lister (/usr/bin/nm) interface
configure:7993: cc -c -g -O2 -no-cpp-precomp conftest.c >&5
configure:7996: /usr/bin/nm "conftest.o"
configure:7999: output
000000000000020c S _some_variable
configure:8006: result: BSD nm
configure:8009: checking whether ln -s works
configure:8013: result: yes
configure:8021: checking the maximum length of command line arguments
configure:8146: result: 196608
configure:8163: checking whether the shell understands some XSI constructs
configure:8173: result: yes
configure:8177: checking whether the shell understands "+="
configure:8183: result: yes
configure:8218: checking for /usr/bin/ld option to reload object files
configure:8225: result: -r
configure:8294: checking for objdump
configure:8324: result: no
configure:8353: checking how to recognize dependent libraries
configure:8555: result: pass_all
configure:8615: checking for ar
configure:8631: found /usr/bin/ar
configure:8642: result: ar
configure:8720: checking for strip
configure:8736: found /usr/bin/strip
configure:8747: result: strip
configure:8819: checking for ranlib
configure:8835: found /usr/bin/ranlib
configure:8846: result: ranlib
configure:8923: checking for gawk
configure:8953: result: no
configure:8923: checking for mawk
configure:8953: result: no
configure:8923: checking for nawk
configure:8953: result: no
configure:8923: checking for awk
configure:8939: found /usr/bin/awk
configure:8950: result: awk
configure:8990: checking command to parse /usr/bin/nm output from cc object
configure:9108: cc -c -g -O2 -no-cpp-precomp conftest.c >&5
configure:9111: $? = 0
configure:9115: /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:9118: $? = 0
cannot find nm_test_var in conftest.nm
configure:9108: cc -c -g -O2 -no-cpp-precomp conftest.c >&5
configure:9111: $? = 0
configure:9115: /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:9118: $? = 0
configure:9172: cc -o conftest -g -O2 -no-cpp-precomp -flat_namespace conftest.c conftstm.o >&5
configure:9175: $? = 0
configure:9213: result: ok
configure:9477: checking for dsymutil
configure:9493: found /usr/bin/dsymutil
configure:9504: result: dsymutil
configure:9569: checking for nmedit
configure:9585: found /usr/bin/nmedit
configure:9596: result: nmedit
configure:9661: checking for lipo
configure:9677: found /usr/bin/lipo
configure:9688: result: lipo
configure:9753: checking for otool
configure:9769: found /usr/bin/otool
configure:9780: result: otool
configure:9845: checking for otool64
configure:9875: result: no
configure:9920: checking for -single_module linker flag
cc -g -O2 -flat_namespace -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
configure:9947: result: yes
configure:9949: checking for -exported_symbols_list linker flag
configure:9969: cc -o conftest -g -O2 -no-cpp-precomp -flat_namespace -Wl,-exported_symbols_list,conftest.sym conftest.c >&5
configure:9969: $? = 0
configure:9979: result: yes
configure:9981: checking for -force_load linker flag
cc -g -O2 -c -o conftest.o conftest.c
ar cru libconftest.a conftest.o
ranlib libconftest.a
cc -g -O2 -flat_namespace -o conftest conftest.c -Wl,-force_load,./libconftest.a
configure:10011: result: yes
configure:10050: checking for dlfcn.h
configure:10050: cc -c -g -O2 -no-cpp-precomp conftest.c >&5
configure:10050: $? = 0
configure:10050: result: yes
configure:10207: checking for objdir
configure:10222: result: .libs
configure:10489: checking if cc supports -fno-rtti -fno-exceptions
configure:10507: cc -c -g -O2 -no-cpp-precomp -fno-rtti -fno-exceptions conftest.c >&5
configure:10511: $? = 0
configure:10524: result: yes
configure:10544: checking for cc option to produce PIC
configure:10829: result: -fno-common -DPIC
configure:10841: checking if cc PIC flag -fno-common -DPIC works
configure:10859: cc -c -g -O2 -no-cpp-precomp -fno-common -DPIC -DPIC conftest.c >&5
configure:10863: $? = 0
configure:10876: result: yes
configure:10900: checking if cc static flag -static works
configure:10928: result: no
configure:10943: checking if cc supports -c -o file.o
configure:10964: cc -c -g -O2 -no-cpp-precomp -o out/conftest2.o conftest.c >&5
configure:10968: $? = 0
configure:10990: result: yes
configure:10998: checking if cc supports -c -o file.o
configure:11045: result: yes
configure:11078: checking whether the cc linker (/usr/bin/ld) supports shared libraries
configure:12153: result: yes
configure:12398: checking dynamic linker characteristics
configure:13079: result: darwin11.4.2 dyld
configure:13186: checking how to hardcode library paths into programs
configure:13211: result: immediate
configure:13751: checking whether stripping libraries is possible
configure:13765: result: yes
configure:13791: checking if libtool supports shared libraries
configure:13793: result: yes
configure:13796: checking whether to build shared libraries
configure:13817: result: yes
configure:13820: checking whether to build static libraries
configure:13824: result: no
configure:13872: checking size of time_t
configure:13877: cc -o conftest -g -O2 -no-cpp-precomp -flat_namespace conftest.c >&5
configure:13877: $? = 0
configure:13877: ./conftest
configure:13877: $? = 0
configure:13896: result: 8
configure:13911: checking how to print time_t
configure:13939: cc -c -g -O2 -no-cpp-precomp -Wformat -Werror conftest.c >&5
conftest.c:101:28: error: format specifies type 'int' but the argument has type 'time_t' (aka 'long') [-Werror,-Wformat]
time_t i = 1; printf("%d", i);
~~ ^
%ld
1 error generated.
configure:13939: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.29.6"
| #define PACKAGE_STRING "neon 0.29.6"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.29.6"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (29)
| #define NE_VERSION_PATCH (6)
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define SIZEOF_SIZE_T 8
| #define NE_FMT_SIZE_T "lu"
| #define SIZEOF_OFF_T 8
| #define NE_FMT_OFF_T "lld"
| #define SIZEOF_SSIZE_T 8
| #define NE_FMT_SSIZE_T "ld"
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_TIMEZONE 1
| #define HAVE_STRTOLL 1
| #define NE_FMT_NE_OFF_T NE_FMT_OFF_T
| #define HAVE_STRCASECMP 1
| #define HAVE_SIGNAL 1
| #define HAVE_SETVBUF 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_STPCPY 1
| #define HAVE_FCNTL 1
| #define HAVE_GETSOCKOPT 1
| #define HAVE_DECL_STPCPY 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define NE_HAVE_IPV6 1
| #define USE_GETADDRINFO 1
| #define USE_GAI_ADDRCONFIG 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_TM_TM_GMTOFF 1
| #define NE_HAVE_ZLIB 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define NE_HAVE_SSL 1
| #define HAVE_OPENSSL 1
| #define HAVE_NTLM 1
| #define HAVE_GSSAPI_GSSAPI_H 1
| #define HAVE_GSS_INIT_SEC_CONTEXT 1
| #define HAVE_GSSAPI 1
| #define HAVE_GSSAPI_GSSAPI_GENERIC_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define SIZEOF_TIME_T 8
| /* end confdefs.h. */
| #include <sys/types.h>
|
| #ifdef HAVE_SYS_TIME_H
| #include <sys/time.h>
| #endif
| #include <stdio.h>
| int
| main ()
| {
| time_t i = 1; printf("%d", i);
| ;
| return 0;
| }
configure:13939: cc -c -g -O2 -no-cpp-precomp -Wformat -Werror conftest.c >&5
configure:13939: $? = 0
configure:13956: result: ld
configure:13970: checking for pid_t
configure:13970: cc -c -g -O2 -no-cpp-precomp conftest.c >&5
configure:13970: $? = 0
configure:13970: cc -c -g -O2 -no-cpp-precomp conftest.c >&5
conftest.c:129:20: error: expected expression
if (sizeof ((pid_t)))
^
1 error generated.
configure:13970: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.29.6"
| #define PACKAGE_STRING "neon 0.29.6"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.29.6"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (29)
| #define NE_VERSION_PATCH (6)
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define SIZEOF_SIZE_T 8
| #define NE_FMT_SIZE_T "lu"
| #define SIZEOF_OFF_T 8
| #define NE_FMT_OFF_T "lld"
| #define SIZEOF_SSIZE_T 8
| #define NE_FMT_SSIZE_T "ld"
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_TIMEZONE 1
| #define HAVE_STRTOLL 1
| #define NE_FMT_NE_OFF_T NE_FMT_OFF_T
| #define HAVE_STRCASECMP 1
| #define HAVE_SIGNAL 1
| #define HAVE_SETVBUF 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_STPCPY 1
| #define HAVE_FCNTL 1
| #define HAVE_GETSOCKOPT 1
| #define HAVE_DECL_STPCPY 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define NE_HAVE_IPV6 1
| #define USE_GETADDRINFO 1
| #define USE_GAI_ADDRCONFIG 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_TM_TM_GMTOFF 1
| #define NE_HAVE_ZLIB 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define NE_HAVE_SSL 1
| #define HAVE_OPENSSL 1
| #define HAVE_NTLM 1
| #define HAVE_GSSAPI_GSSAPI_H 1
| #define HAVE_GSS_INIT_SEC_CONTEXT 1
| #define HAVE_GSSAPI 1
| #define HAVE_GSSAPI_GSSAPI_GENERIC_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define SIZEOF_TIME_T 8
| #define NE_FMT_TIME_T "ld"
| /* 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 ((pid_t)))
| return 0;
| ;
| return 0;
| }
configure:13970: result: yes
configure:13981: checking whether time.h and sys/time.h may both be included
configure:14001: cc -c -g -O2 -no-cpp-precomp conftest.c >&5
configure:14001: $? = 0
configure:14008: result: yes
configure:14066: checking for ar
configure:14084: found /usr/bin/ar
configure:14096: result: /usr/bin/ar
configure:14167: checking for ranlib
configure:14185: found /usr/bin/ranlib
configure:14197: result: /usr/bin/ranlib
configure:14234: checking for sys/time.h
configure:14234: result: yes
configure:14234: checking for stdint.h
configure:14234: result: yes
configure:14234: checking locale.h usability
configure:14234: cc -c -g -O2 -no-cpp-precomp conftest.c >&5
configure:14234: $? = 0
configure:14234: result: yes
configure:14234: checking locale.h presence
configure:14234: cc -E -no-cpp-precomp conftest.c
configure:14234: $? = 0
configure:14234: result: yes
configure:14234: checking for locale.h
configure:14234: result: yes
configure:14234: checking for signal.h
configure:14234: result: yes
configure:14248: checking for pipe
configure:14248: cc -o conftest -g -O2 -no-cpp-precomp -flat_namespace conftest.c >&5
configure:14248: $? = 0
configure:14248: result: yes
configure:14248: checking for isatty
configure:14248: cc -o conftest -g -O2 -no-cpp-precomp -flat_namespace conftest.c >&5
configure:14248: $? = 0
configure:14248: result: yes
configure:14248: checking for usleep
configure:14248: cc -o conftest -g -O2 -no-cpp-precomp -flat_namespace conftest.c >&5
configure:14248: $? = 0
configure:14248: result: yes
configure:14248: checking for shutdown
configure:14248: cc -o conftest -g -O2 -no-cpp-precomp -flat_namespace conftest.c >&5
configure:14248: $? = 0
configure:14248: result: yes
configure:14248: checking for setlocale
configure:14248: cc -o conftest -g -O2 -no-cpp-precomp -flat_namespace conftest.c >&5
configure:14248: $? = 0
configure:14248: result: yes
configure:14248: checking for gethostname
configure:14248: cc -o conftest -g -O2 -no-cpp-precomp -flat_namespace conftest.c >&5
configure:14248: $? = 0
configure:14248: result: yes
configure:14306: WebDAV support is enabled
configure:14609: checking expat.h usability
configure:14609: cc -c -g -O2 -no-cpp-precomp conftest.c >&5
configure:14609: $? = 0
configure:14609: result: yes
configure:14609: checking expat.h presence
configure:14609: cc -E -no-cpp-precomp conftest.c
configure:14609: $? = 0
configure:14609: result: yes
configure:14609: checking for expat.h
configure:14609: result: yes
configure:14611: checking for XML_SetXmlDeclHandler in -lexpat
configure:14636: cc -o conftest -g -O2 -no-cpp-precomp -flat_namespace conftest.c -lexpat >&5
configure:14636: $? = 0
configure:14645: result: yes
configure:14655: checking for XML_Size
configure:14655: cc -c -g -O2 -no-cpp-precomp conftest.c >&5
configure:14655: $? = 0
configure:14655: cc -c -g -O2 -no-cpp-precomp conftest.c >&5
conftest.c:111:23: error: expected expression
if (sizeof ((XML_Size)))
^
1 error generated.
configure:14655: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.29.6"
| #define PACKAGE_STRING "neon 0.29.6"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.29.6"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (29)
| #define NE_VERSION_PATCH (6)
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define SIZEOF_SIZE_T 8
| #define NE_FMT_SIZE_T "lu"
| #define SIZEOF_OFF_T 8
| #define NE_FMT_OFF_T "lld"
| #define SIZEOF_SSIZE_T 8
| #define NE_FMT_SSIZE_T "ld"
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_TIMEZONE 1
| #define HAVE_STRTOLL 1
| #define NE_FMT_NE_OFF_T NE_FMT_OFF_T
| #define HAVE_STRCASECMP 1
| #define HAVE_SIGNAL 1
| #define HAVE_SETVBUF 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_STPCPY 1
| #define HAVE_FCNTL 1
| #define HAVE_GETSOCKOPT 1
| #define HAVE_DECL_STPCPY 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define NE_HAVE_IPV6 1
| #define USE_GETADDRINFO 1
| #define USE_GAI_ADDRCONFIG 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_TM_TM_GMTOFF 1
| #define NE_HAVE_ZLIB 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define NE_HAVE_SSL 1
| #define HAVE_OPENSSL 1
| #define HAVE_NTLM 1
| #define HAVE_GSSAPI_GSSAPI_H 1
| #define HAVE_GSS_INIT_SEC_CONTEXT 1
| #define HAVE_GSSAPI 1
| #define HAVE_GSSAPI_GSSAPI_GENERIC_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define SIZEOF_TIME_T 8
| #define NE_FMT_TIME_T "ld"
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_PIPE 1
| #define HAVE_ISATTY 1
| #define HAVE_USLEEP 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_SETLOCALE 1
| #define HAVE_GETHOSTNAME 1
| #define NE_HAVE_DAV 1
| #define HAVE_EXPAT 1
| /* end confdefs.h. */
| #include <expat.h>
|
| int
| main ()
| {
| if (sizeof ((XML_Size)))
| return 0;
| ;
| return 0;
| }
configure:14655: result: yes
configure:14666: checking size of XML_Size
configure:14671: cc -o conftest -g -O2 -no-cpp-precomp -flat_namespace conftest.c >&5
configure:14671: $? = 0
configure:14671: ./conftest
configure:14671: $? = 0
configure:14687: result: 8
configure:14702: checking how to print XML_Size
configure:14727: cc -c -g -O2 -no-cpp-precomp -Wformat -Werror conftest.c >&5
conftest.c:113:30: error: format specifies type 'int' but the argument has type 'XML_Size' (aka 'unsigned long') [-Werror,-Wformat]
XML_Size i = 1; printf("%d", i);
~~ ^
%ld
1 error generated.
configure:14727: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.29.6"
| #define PACKAGE_STRING "neon 0.29.6"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.29.6"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (29)
| #define NE_VERSION_PATCH (6)
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define SIZEOF_SIZE_T 8
| #define NE_FMT_SIZE_T "lu"
| #define SIZEOF_OFF_T 8
| #define NE_FMT_OFF_T "lld"
| #define SIZEOF_SSIZE_T 8
| #define NE_FMT_SSIZE_T "ld"
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_TIMEZONE 1
| #define HAVE_STRTOLL 1
| #define NE_FMT_NE_OFF_T NE_FMT_OFF_T
| #define HAVE_STRCASECMP 1
| #define HAVE_SIGNAL 1
| #define HAVE_SETVBUF 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_STPCPY 1
| #define HAVE_FCNTL 1
| #define HAVE_GETSOCKOPT 1
| #define HAVE_DECL_STPCPY 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define NE_HAVE_IPV6 1
| #define USE_GETADDRINFO 1
| #define USE_GAI_ADDRCONFIG 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_TM_TM_GMTOFF 1
| #define NE_HAVE_ZLIB 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define NE_HAVE_SSL 1
| #define HAVE_OPENSSL 1
| #define HAVE_NTLM 1
| #define HAVE_GSSAPI_GSSAPI_H 1
| #define HAVE_GSS_INIT_SEC_CONTEXT 1
| #define HAVE_GSSAPI 1
| #define HAVE_GSSAPI_GSSAPI_GENERIC_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define SIZEOF_TIME_T 8
| #define NE_FMT_TIME_T "ld"
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_PIPE 1
| #define HAVE_ISATTY 1
| #define HAVE_USLEEP 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_SETLOCALE 1
| #define HAVE_GETHOSTNAME 1
| #define NE_HAVE_DAV 1
| #define HAVE_EXPAT 1
| #define SIZEOF_XML_SIZE 8
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <expat.h>
| #include <stdio.h>
| int
| main ()
| {
| XML_Size i = 1; printf("%d", i);
| ;
| return 0;
| }
configure:14727: cc -c -g -O2 -no-cpp-precomp -Wformat -Werror conftest.c >&5
configure:14727: $? = 0
configure:14744: result: ld
configure:14916: XML parser used: expat
configure:15027: Internationalization support not enabled
configure:15062: debugging is disabled
configure:15123: checking for openssl
configure:15141: found /usr/bin/openssl
configure:15154: result: /usr/bin/openssl
configure:15172: checking for certutil
configure:15203: result: notfound
configure:15213: checking for pk12util
configure:15244: result: notfound
configure:15279: checking for pkg-config
configure:15310: result: /usr/local/opt/pkg-config/bin/pkg-config
configure:15342: checking if LD -Wl,--version-script works
configure:15366: cc -o conftest -g -O2 -no-cpp-precomp -I${top_builddir} -flat_namespace -Wl,--version-script=conftest.map conftest.c >&5
ld: unknown option: --version-script=conftest.map
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:15366: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.29.6"
| #define PACKAGE_STRING "neon 0.29.6"
| #define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
| #define PACKAGE_URL ""
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| #define NEON_VERSION "0.29.6"
| #define NE_VERSION_MAJOR (0)
| #define NE_VERSION_MINOR (29)
| #define NE_VERSION_PATCH (6)
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ERRNO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define SIZEOF_SIZE_T 8
| #define NE_FMT_SIZE_T "lu"
| #define SIZEOF_OFF_T 8
| #define NE_FMT_OFF_T "lld"
| #define SIZEOF_SSIZE_T 8
| #define NE_FMT_SSIZE_T "ld"
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_TIMEZONE 1
| #define HAVE_STRTOLL 1
| #define NE_FMT_NE_OFF_T NE_FMT_OFF_T
| #define HAVE_STRCASECMP 1
| #define HAVE_SIGNAL 1
| #define HAVE_SETVBUF 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_STPCPY 1
| #define HAVE_FCNTL 1
| #define HAVE_GETSOCKOPT 1
| #define HAVE_DECL_STPCPY 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define NE_HAVE_IPV6 1
| #define USE_GETADDRINFO 1
| #define USE_GAI_ADDRCONFIG 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_TM_TM_GMTOFF 1
| #define NE_HAVE_ZLIB 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define NE_HAVE_SSL 1
| #define HAVE_OPENSSL 1
| #define HAVE_NTLM 1
| #define HAVE_GSSAPI_GSSAPI_H 1
| #define HAVE_GSS_INIT_SEC_CONTEXT 1
| #define HAVE_GSSAPI 1
| #define HAVE_GSSAPI_GSSAPI_GENERIC_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define SIZEOF_TIME_T 8
| #define NE_FMT_TIME_T "ld"
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_PIPE 1
| #define HAVE_ISATTY 1
| #define HAVE_USLEEP 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_SETLOCALE 1
| #define HAVE_GETHOSTNAME 1
| #define NE_HAVE_DAV 1
| #define HAVE_EXPAT 1
| #define SIZEOF_XML_SIZE 8
| #define NE_FMT_XML_SIZE "ld"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:15375: result: no
configure:15526: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by neon config.status 0.29.6, which was
generated by GNU Autoconf 2.66. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on DSMac.local
config.status:1155: creating neon-config
config.status:1155: creating Makefile
config.status:1155: creating src/Makefile
config.status:1155: creating test/Makefile
config.status:1155: creating neon.pc
config.status:1155: creating test/makekeys
config.status:1155: creating config.h
config.status:1343: executing libtool commands
configure:17628: Configured to build neon 0.29.6:
Install prefix: /usr/local/Cellar/neon/0.29.6
Compiler: cc
XML Parser: expat
SSL library: SSL support enabled, using OpenSSL (0.9.7 or later)
zlib support: zlib support enabled, using -lz
Build libraries: Shared=yes, Static=no
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-apple-darwin11.4.2
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_env_CC_set=set
ac_cv_env_CC_value=cc
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_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
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_func_CRYPTO_set_idptr_callback=no
ac_cv_func_SSL_SESSION_cmp=no
ac_cv_func_fcntl=yes
ac_cv_func_gai_strerror=yes
ac_cv_func_gethostname=yes
ac_cv_func_getnameinfo=yes
ac_cv_func_getsockopt=yes
ac_cv_func_gss_init_sec_context=yes
ac_cv_func_inet_ntop=yes
ac_cv_func_inet_pton=yes
ac_cv_func_isatty=yes
ac_cv_func_pipe=yes
ac_cv_func_poll=no
ac_cv_func_setlocale=yes
ac_cv_func_setsockopt=yes
ac_cv_func_setvbuf=yes
ac_cv_func_shutdown=yes
ac_cv_func_signal=yes
ac_cv_func_snprintf=yes
ac_cv_func_stpcpy=yes
ac_cv_func_strcasecmp=yes
ac_cv_func_strerror_r=yes
ac_cv_func_strerror_r_char_p=no
ac_cv_func_strtoll=yes
ac_cv_func_usleep=yes
ac_cv_func_vsnprintf=yes
ac_cv_have_decl_GSS_C_NT_HOSTBASED_SERVICE=yes
ac_cv_have_decl_stpcpy=yes
ac_cv_have_decl_strerror_r=yes
ac_cv_header_arpa_inet_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_errno_h=yes
ac_cv_header_expat_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_gssapi_gssapi_generic_h=yes
ac_cv_header_gssapi_gssapi_h=yes
ac_cv_header_iconv_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_libintl_h=no
ac_cv_header_limits_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_netdb_h=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_netinet_tcp_h=yes
ac_cv_header_openssl_opensslv_h=yes
ac_cv_header_openssl_ssl_h=yes
ac_cv_header_signal_h=yes
ac_cv_header_stdarg_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_limits_h=no
ac_cv_header_sys_poll_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_socket_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=yes
ac_cv_header_unistd_h=yes
ac_cv_header_zlib_h=yes
ac_cv_host=x86_64-apple-darwin11.4.2
ac_cv_lib_expat_XML_SetXmlDeclHandler=yes
ac_cv_lib_z_inflate=yes
ac_cv_member_struct_tm___tm_gmtoff=no
ac_cv_member_struct_tm_tm_gmtoff=yes
ac_cv_objext=o
ac_cv_path_CERTUTIL=notfound
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_KRB5_CONFIG=/usr/bin/krb5-config
ac_cv_path_OPENSSL=/usr/bin/openssl
ac_cv_path_PK12UTIL=notfound
ac_cv_path_PKG_CONFIG=/usr/local/opt/pkg-config/bin/pkg-config
ac_cv_path_SED=/usr/local/Library/ENV/4.3/sed
ac_cv_path_ac_pt_AR=/usr/bin/ar
ac_cv_path_ac_pt_RANLIB=/usr/bin/ranlib
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=awk
ac_cv_prog_CPP='cc -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=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
ac_cv_safe_to_define___extensions__=yes
ac_cv_sizeof_XML_Size=8
ac_cv_sizeof_int=4
ac_cv_sizeof_long=8
ac_cv_sizeof_long_long=8
ac_cv_sizeof_off_t=8
ac_cv_sizeof_size_t=8
ac_cv_sizeof_ssize_t=8
ac_cv_sizeof_time_t=8
ac_cv_type_XML_Size=yes
ac_cv_type_off_t=yes
ac_cv_type_pid_t=yes
ac_cv_type_size_t=yes
ac_cv_type_socklen_t=yes
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_force_load=yes
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
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
ne_cv_cc_timezone=yes
ne_cv_cc_werror=yes
ne_cv_fmt_XML_Size=ld
ne_cv_fmt_off_t=lld
ne_cv_fmt_size_t=lu
ne_cv_fmt_ssize_t=ld
ne_cv_fmt_time_t=ld
ne_cv_gai_addrconfig=yes
ne_cv_lib_ssl097=yes
ne_cv_libsfor_getaddrinfo='none needed'
ne_cv_libsfor_socket='none needed'
ne_cv_os_uname=Darwin
ne_cv_pkg_libproxy_1_0=no
ne_cv_pkg_openssl=yes
ne_cv_pkg_pakchois=no
## ----------------- ##
## Output variables. ##
## ----------------- ##
ALLOW_INSTALL='yes'
ALL_LINGUAS='cs de fr ja nn pl ru tr zh_CN'
AR='/usr/bin/ar'
AWK='awk'
CC='cc'
CERTUTIL='notfound'
CFLAGS='-g -O2'
CPP='cc -E'
CPPFLAGS=' -no-cpp-precomp -I${top_builddir}'
DEFS='-DHAVE_CONFIG_H'
DSYMUTIL='dsymutil'
DUMPBIN=''
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
FGREP='/usr/bin/grep -F'
GNUTLS_CONFIG=''
GREP='/usr/bin/grep'
HELPERS=' $(SSL_HELPERS) $(ZLIB_HELPERS)'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
KRB5_CONFIG='/usr/bin/krb5-config'
LD='/usr/bin/ld'
LDFLAGS=' -flat_namespace'
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO='lipo'
LN_S='ln -s'
LTLIBOBJS=''
NEONOBJS=' $(NEON_DAVOBJS)'
NEON_BUILD_BUNDLED='yes'
NEON_CFLAGS=''
NEON_EXTRAOBJS=' ne_oldacl.lo ne_acl3744.lo ne_openssl.lo'
NEON_LIBS=' -lz -lssl -lcrypto -lz -dynamic -Wl,-search_paths_first -lkrb5 -lexpat'
NEON_LINK_FLAGS='-version-info 29:6:2 -export-symbols-regex '\''^ne_[^_]'\'''
NEON_LTLIBS=''
NEON_OBJEXT='lo'
NEON_PC_LIBS=''
NEON_SUPPORTS_SSL=''
NEON_TARGET='libneon.la'
NEON_VERSION='0.29.6'
NE_FLAG_DAV='yes'
NE_FLAG_I18N='no'
NE_FLAG_IPV6='yes'
NE_FLAG_LFS='no'
NE_FLAG_LIBPXY='no'
NE_FLAG_SSL='yes'
NE_FLAG_TS_SSL='no'
NE_FLAG_ZLIB='yes'
NM='/usr/bin/nm'
NMEDIT='nmedit'
OBJDUMP='false'
OBJEXT='o'
OPENSSL='/usr/bin/openssl'
OTOOL64=':'
OTOOL='otool'
PACKAGE_BUGREPORT='neon@lists.manyfish.co.uk'
PACKAGE_NAME='neon'
PACKAGE_STRING='neon 0.29.6'
PACKAGE_TARNAME='neon'
PACKAGE_URL=''
PACKAGE_VERSION='0.29.6'
PATH_SEPARATOR=':'
PK12UTIL='notfound'
PKG_CONFIG='/usr/local/opt/pkg-config/bin/pkg-config'
RANLIB='/usr/bin/ranlib'
SED='/usr/local/Library/ENV/4.3/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
TESTS='$(BASIC_TESTS) $(SSL_TESTS) $(ZLIB_TESTS) $(DAV_TESTS)'
TEST_LDFLAGS='-no-install'
XML2_CONFIG=''
ac_ct_CC='cc'
ac_ct_DUMPBIN=''
bindir='${exec_prefix}/bin'
build='x86_64-apple-darwin11.4.2'
build_alias=''
build_cpu='x86_64'
build_os='darwin11.4.2'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-apple-darwin11.4.2'
host_alias=''
host_cpu='x86_64'
host_os='darwin11.4.2'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local/Cellar/neon/0.29.6'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
top_builddir=''
user_LDFLAGS=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "neon"
#define PACKAGE_TARNAME "neon"
#define PACKAGE_VERSION "0.29.6"
#define PACKAGE_STRING "neon 0.29.6"
#define PACKAGE_BUGREPORT "neon@lists.manyfish.co.uk"
#define PACKAGE_URL ""
#define _GNU_SOURCE 1
#define NEON_IS_LIBRARY 1
#define NEON_VERSION "0.29.6"
#define NE_VERSION_MAJOR (0)
#define NE_VERSION_MINOR (29)
#define NE_VERSION_PATCH (6)
#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 __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
#define SIZEOF_INT 4
#define SIZEOF_LONG 8
#define SIZEOF_LONG_LONG 8
#define HAVE_ERRNO_H 1
#define HAVE_STDARG_H 1
#define HAVE_STRING_H 1
#define HAVE_STDLIB_H 1
#define SIZEOF_SIZE_T 8
#define NE_FMT_SIZE_T "lu"
#define SIZEOF_OFF_T 8
#define NE_FMT_OFF_T "lld"
#define SIZEOF_SSIZE_T 8
#define NE_FMT_SSIZE_T "ld"
#define HAVE_DECL_STRERROR_R 1
#define HAVE_STRERROR_R 1
#define HAVE_SNPRINTF 1
#define HAVE_VSNPRINTF 1
#define HAVE_SYS_TIME_H 1
#define HAVE_LIMITS_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_ARPA_INET_H 1
#define HAVE_SIGNAL_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_NETINET_TCP_H 1
#define HAVE_NETDB_H 1
#define HAVE_SYS_POLL_H 1
#define HAVE_FCNTL_H 1
#define HAVE_ICONV_H 1
#define HAVE_TIMEZONE 1
#define HAVE_STRTOLL 1
#define NE_FMT_NE_OFF_T NE_FMT_OFF_T
#define HAVE_STRCASECMP 1
#define HAVE_SIGNAL 1
#define HAVE_SETVBUF 1
#define HAVE_SETSOCKOPT 1
#define HAVE_STPCPY 1
#define HAVE_FCNTL 1
#define HAVE_GETSOCKOPT 1
#define HAVE_DECL_STPCPY 1
#define HAVE_GAI_STRERROR 1
#define HAVE_GETNAMEINFO 1
#define HAVE_INET_NTOP 1
#define HAVE_INET_PTON 1
#define NE_HAVE_IPV6 1
#define USE_GETADDRINFO 1
#define USE_GAI_ADDRCONFIG 1
#define HAVE_SOCKLEN_T 1
#define HAVE_STRUCT_TM_TM_GMTOFF 1
#define NE_HAVE_ZLIB 1
#define HAVE_OPENSSL_SSL_H 1
#define HAVE_OPENSSL_OPENSSLV_H 1
#define NE_HAVE_SSL 1
#define HAVE_OPENSSL 1
#define HAVE_NTLM 1
#define HAVE_GSSAPI_GSSAPI_H 1
#define HAVE_GSS_INIT_SEC_CONTEXT 1
#define HAVE_GSSAPI 1
#define HAVE_GSSAPI_GSSAPI_GENERIC_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define SIZEOF_TIME_T 8
#define NE_FMT_TIME_T "ld"
#define TIME_WITH_SYS_TIME 1
#define HAVE_SYS_TIME_H 1
#define HAVE_STDINT_H 1
#define HAVE_LOCALE_H 1
#define HAVE_SIGNAL_H 1
#define HAVE_PIPE 1
#define HAVE_ISATTY 1
#define HAVE_USLEEP 1
#define HAVE_SHUTDOWN 1
#define HAVE_SETLOCALE 1
#define HAVE_GETHOSTNAME 1
#define NE_HAVE_DAV 1
#define HAVE_EXPAT 1
#define SIZEOF_XML_SIZE 8
#define NE_FMT_XML_SIZE "ld"
configure: exit 0
==> Downloading http://www.webdav.org/neon/neon-0.29.6.tar.gz
Already downloaded: /Library/Caches/Homebrew/neon-0.29.6.tar.gz
/usr/bin/tar xf /Library/Caches/Homebrew/neon-0.29.6.tar.gz
==> ./configure --disable-debug --prefix=/usr/local/Cellar/neon/0.29.6 --enable-shared --disable-static --with-ssl
./configure --disable-debug --prefix=/usr/local/Cellar/neon/0.29.6 --enable-shared --disable-static --with-ssl
checking for a BSD-compatible install... /usr/bin/install -c
checking for gcc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking how to run the C preprocessor... cc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for inline... inline
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for off_t... yes
checking for uname... Darwin
checking whether make sets $(MAKE)... yes
checking size of int... 4
checking size of long... 8
checking size of long long... 8
checking for gcc -Wformat -Werror sanity... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for stdlib.h... (cached) yes
checking size of size_t... 8
checking how to print size_t... lu
checking size of off_t... 8
checking how to print off_t... lld
checking size of ssize_t... 8
checking how to print ssize_t... ld
checking whether byte ordering is bigendian... no
checking whether strerror_r is declared... yes
checking for strerror_r... yes
checking whether strerror_r returns char *... no
checking for snprintf... yes
checking for vsnprintf... yes
checking for sys/time.h... yes
checking for limits.h... yes
checking for sys/select.h... yes
checking for arpa/inet.h... yes
checking for libintl.h... no
checking for signal.h... yes
checking for sys/socket.h... yes
checking for netinet/in.h... yes
checking for netinet/tcp.h... yes
checking for netdb.h... yes
checking for sys/poll.h... yes
checking for sys/limits.h... no
checking for fcntl.h... yes
checking for iconv.h... yes
checking for timezone global... yes
configure: LFS support unnecessary, off_t is not 32-bit
checking for strtoll... yes
checking for strcasecmp... yes
checking for signal... yes
checking for setvbuf... yes
checking for setsockopt... yes
checking for stpcpy... yes
checking for poll... (cached) no
checking for fcntl... yes
checking for getsockopt... yes
checking whether stpcpy is declared... yes
checking for library containing socket... none needed
checking for library containing getaddrinfo... none needed
checking for gai_strerror... yes
checking for getnameinfo... yes
checking for inet_ntop... yes
checking for inet_pton... yes
configure: IPv6 support is enabled
checking for working AI_ADDRCONFIG... yes
checking for socklen_t... yes
checking for struct tm.tm_gmtoff... yes
checking for struct tm.__tm_gmtoff... no
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for inflate in -lz... yes
configure: zlib support enabled, using -lz
checking whether to enable ACL support in neon... yes
checking for pkg-config... /usr/local/opt/pkg-config/bin/pkg-config
checking for openssl pkg-config data... yes
configure: using SSL library configuration from pkg-config
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
checking openssl/opensslv.h usability... yes
checking openssl/opensslv.h presence... yes
checking for openssl/opensslv.h... yes
checking OpenSSL version is >= 0.9.7... yes
configure: OpenSSL >= 0.9.7; EGD support not needed in neon
configure: SSL support enabled, using OpenSSL (0.9.7 or later)
checking for CRYPTO_set_idptr_callback... no
checking for SSL_SESSION_cmp... no
configure: Thread-safe SSL not supported
checking for pkg-config... (cached) /usr/local/opt/pkg-config/bin/pkg-config
checking for pakchois pkg-config data... no
configure: pakchois library not found; no PKCS#11 support
checking for krb5-config... /usr/bin/krb5-config
checking gssapi/gssapi.h usability... yes
checking gssapi/gssapi.h presence... yes
checking for gssapi/gssapi.h... yes
checking for gss_init_sec_context... yes
configure: GSSAPI authentication support enabled
checking gssapi/gssapi_generic.h usability... yes
checking gssapi/gssapi_generic.h presence... yes
checking for gssapi/gssapi_generic.h... yes
checking whether GSS_C_NT_HOSTBASED_SERVICE is declared... yes
checking for pkg-config... (cached) /usr/local/opt/pkg-config/bin/pkg-config
checking for libproxy-1.0 pkg-config data... no
configure: libproxy support not enabled
checking build system type... x86_64-apple-darwin11.4.2
checking host system type... x86_64-apple-darwin11.4.2
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/local/Library/ENV/4.3/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
checking the name lister (/usr/bin/nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... no
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking command to parse /usr/bin/nm output from cc object... ok
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if cc supports -fno-rtti -fno-exceptions... yes
checking for cc option to produce PIC... -fno-common -DPIC
checking if cc PIC flag -fno-common -DPIC works... yes
checking if cc static flag -static works... no
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin11.4.2 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking size of time_t... 8
checking how to print time_t... ld
checking for pid_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking for ar... /usr/bin/ar
checking for ranlib... /usr/bin/ranlib
checking for sys/time.h... (cached) yes
checking for stdint.h... (cached) yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for signal.h... (cached) yes
checking for pipe... yes
checking for isatty... yes
checking for usleep... yes
checking for shutdown... yes
checking for setlocale... yes
checking for gethostname... yes
configure: WebDAV support is enabled
checking expat.h usability... yes
checking expat.h presence... yes
checking for expat.h... yes
checking for XML_SetXmlDeclHandler in -lexpat... yes
checking for XML_Size... yes
checking size of XML_Size... 8
checking how to print XML_Size... ld
configure: XML parser used: expat
configure: Internationalization support not enabled
configure: debugging is disabled
checking for openssl... /usr/bin/openssl
checking for certutil... notfound
checking for pk12util... notfound
checking for pkg-config... (cached) /usr/local/opt/pkg-config/bin/pkg-config
checking if LD -Wl,--version-script works... no
configure: creating ./config.status
config.status: creating neon-config
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating test/Makefile
config.status: creating neon.pc
config.status: creating test/makekeys
config.status: creating config.h
config.status: executing libtool commands
configure: Configured to build neon 0.29.6:
Install prefix: /usr/local/Cellar/neon/0.29.6
Compiler: cc
XML Parser: expat
SSL library: SSL support enabled, using OpenSSL (0.9.7 or later)
zlib support: zlib support enabled, using -lz
Build libraries: Shared=yes, Static=no
==> make install
make install
/bin/sh ../libtool --quiet --mode=compile cc -DHAVE_CONFIG_H -no-cpp-precomp -I.. -g -O2 -c ne_request.c -o ne_request.lo
brew: superenv removed: -g -O2
/bin/sh ../libtool --quiet --mode=compile cc -DHAVE_CONFIG_H -no-cpp-precomp -I.. -g -O2 -c ne_session.c -o ne_session.lo
brew: superenv removed: -g -O2
/bin/sh ../libtool --quiet --mode=compile cc -DHAVE_CONFIG_H -no-cpp-precomp -I.. -g -O2 -c ne_basic.c -o ne_basic.lo
brew: superenv removed: -g -O2
/bin/sh ../libtool --quiet --mode=compile cc -DHAVE_CONFIG_H -no-cpp-precomp -I.. -g -O2 -c ne_string.c -o ne_string.lo
brew: superenv removed: -g -O2
/bin/sh ../libtool --quiet --mode=compile cc -DHAVE_CONFIG_H -no-cpp-precomp -I.. -g -O2 -c ne_uri.c -o ne_uri.lo
brew: superenv removed: -g -O2
/bin/sh ../libtool --quiet --mode=compile cc -DHAVE_CONFIG_H -no-cpp-precomp -I.. -g -O2 -c ne_dates.c -o ne_dates.lo
brew: superenv removed: -g -O2
/bin/sh ../libtool --quiet --mode=compile cc -DHAVE_CONFIG_H -no-cpp-precomp -I.. -g -O2 -c ne_alloc.c -o ne_alloc.lo
brew: superenv removed: -g -O2
/bin/sh ../libtool --quiet --mode=compile cc -DHAVE_CONFIG_H -no-cpp-precomp -I.. -g -O2 -c ne_md5.c -o ne_md5.lo
brew: superenv removed: -g -O2
/bin/sh ../libtool --quiet --mode=compile cc -DHAVE_CONFIG_H -no-cpp-precomp -I.. -g -O2 -c ne_utils.c -o ne_utils.lo
brew: superenv removed: -g -O2
/bin/sh ../libtool --quiet --mode=compile cc -DHAVE_CONFIG_H -no-cpp-precomp -I.. -g -O2 -c ne_socket.c -o ne_socket.lo
brew: superenv removed: -g -O2
/bin/sh ../libtool --quiet --mode=compile cc -DHAVE_CONFIG_H -no-cpp-precomp -I.. -g -O2 -c ne_auth.c -o ne_auth.lo
brew: superenv removed: -g -O2
/bin/sh ../libtool --quiet --mode=compile cc -DHAVE_CONFIG_H -no-cpp-precomp -I.. -g -O2 -c ne_redirect.c -o ne_redirect.lo
brew: superenv removed: -g -O2
/bin/sh ../libtool --quiet --mode=compile cc -DHAVE_CONFIG_H -no-cpp-precomp -I.. -g -O2 -c ne_compress.c -o ne_compress.lo
brew: superenv removed: -g -O2
/bin/sh ../libtool --quiet --mode=compile cc -DHAVE_CONFIG_H -no-cpp-precomp -I.. -g -O2 -c ne_i18n.c -o ne_i18n.lo
brew: superenv removed: -g -O2
/bin/sh ../libtool --quiet --mode=compile cc -DHAVE_CONFIG_H -no-cpp-precomp -I.. -g -O2 -c ne_pkcs11.c -o ne_pkcs11.lo
brew: superenv removed: -g -O2
/bin/sh ../libtool --quiet --mode=compile cc -DHAVE_CONFIG_H -no-cpp-precomp -I.. -g -O2 -c ne_socks.c -o ne_socks.lo
brew: superenv removed: -g -O2
/bin/sh ../libtool --quiet --mode=compile cc -DHAVE_CONFIG_H -no-cpp-precomp -I.. -g -O2 -c ne_ntlm.c -o ne_ntlm.lo
brew: superenv removed: -g -O2
/bin/sh ../libtool --quiet --mode=compile cc -DHAVE_CONFIG_H -no-cpp-precomp -I.. -g -O2 -c ne_207.c -o ne_207.lo
brew: superenv removed: -g -O2
/bin/sh ../libtool --quiet --mode=compile cc -DHAVE_CONFIG_H -no-cpp-precomp -I.. -g -O2 -c ne_xml.c -o ne_xml.lo
brew: superenv removed: -g -O2
/bin/sh ../libtool --quiet --mode=compile cc -DHAVE_CONFIG_H -no-cpp-precomp -I.. -g -O2 -c ne_props.c -o ne_props.lo
brew: superenv removed: -g -O2
/bin/sh ../libtool --quiet --mode=compile cc -DHAVE_CONFIG_H -no-cpp-precomp -I.. -g -O2 -c ne_locks.c -o ne_locks.lo
brew: superenv removed: -g -O2
/bin/sh ../libtool --quiet --mode=compile cc -DHAVE_CONFIG_H -no-cpp-precomp -I.. -g -O2 -c ne_xmlreq.c -o ne_xmlreq.lo
brew: superenv removed: -g -O2
/bin/sh ../libtool --quiet --mode=compile cc -DHAVE_CONFIG_H -no-cpp-precomp -I.. -g -O2 -c ne_oldacl.c -o ne_oldacl.lo
brew: superenv removed: -g -O2
/bin/sh ../libtool --quiet --mode=compile cc -DHAVE_CONFIG_H -no-cpp-precomp -I.. -g -O2 -c ne_acl3744.c -o ne_acl3744.lo
brew: superenv removed: -g -O2
/bin/sh ../libtool --quiet --mode=compile cc -DHAVE_CONFIG_H -no-cpp-precomp -I.. -g -O2 -c ne_openssl.c -o ne_openssl.lo
brew: superenv removed: -g -O2
/bin/sh ../libtool --quiet --mode=link cc -no-undefined -flat_namespace -rpath /usr/local/Cellar/neon/0.29.6/lib -version-info 29:6:2 -export-symbols-regex '^ne_[^_]' -o libneon.la ne_request.lo ne_session.lo ne_basic.lo ne_string.lo ne_uri.lo ne_dates.lo ne_alloc.lo ne_md5.lo ne_utils.lo ne_socket.lo ne_auth.lo ne_redirect.lo ne_compress.lo ne_i18n.lo ne_pkcs11.lo ne_socks.lo ne_ntlm.lo ne_207.lo ne_xml.lo ne_props.lo ne_locks.lo ne_xmlreq.lo ne_oldacl.lo ne_acl3744.lo ne_openssl.lo -lz -lssl -lcrypto -lz -dynamic -Wl,-search_paths_first -lkrb5 -lexpat
Undefined symbols for architecture x86_64:
"_SSL_SESSION_cmp", referenced from:
_ne__negotiate_ssl in ne_openssl.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [libneon.la] Error 1
make: *** [subdirs] Error 2
==> Configuration
HOMEBREW_VERSION: 0.9.4
HEAD: 020403034f316eab544082563c4178ebdd581167
CPU: quad-core 64-bit sandybridge
OS X: 10.7.5-x86_64
Xcode: 4.6
CLT: 1.0.0.9000000000.1.1249367152
X11: 2.7.4 => /opt/X11
==> ENV
CC: cc
CXX: c++
MAKEFLAGS: -j1
CMAKE_PREFIX_PATH: /usr/local
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
PKG_CONFIG_PATH: /usr/local/lib/pkgconfig
HOMEBREW_MAKE_JOBS: 1
ACLOCAL_PATH: /usr/local/share/aclocal
OBJC: cc
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/pkg-config/bin:/usr/local/opt/python/bin:/usr/bin:/bin:/usr/sbin:/sbin
Error: neon did not build
Logs: /Users/dhilipsiva/Library/Logs/Homebrew/neon/config.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment