[Box Backup-dev] Building in readline support
James O'Gorman
boxbackup-dev@fluffy.co.uk
Sat, 24 Dec 2005 23:30:04 +0000
This is a multi-part message in MIME format.
--------------070206070106050300080802
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
On 24/12/05 23:08, Martin Ebourne wrote:
> If you're on bsd I would expect you've got libedit or libeditline
> available. These should be drop in replacements for readline (but
> without the licensing problems) and the build system should
> automatically pick them up. If it doesn't then send the config.log output.
There does seem to be a libedit, yes. Not quite sure if it was detected,
though. I've attached the config.log.
> Happy Christmas all!
And to you too :-)
James
--------------070206070106050300080802
Content-Type: text/plain; x-mac-type="0"; x-mac-creator="0";
name="config.log"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="config.log"
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by Box Backup configure 0.09, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = starbug.netinertia.co.uk
uname -m = i386
uname -r = 6.0-RELEASE
uname -s = FreeBSD
uname -v = FreeBSD 6.0-RELEASE #0: Mon Nov 7 23:03:59 GMT 2005 root@starbug.netinertia.co.uk:/usr/obj/usr/src/sys/STARBUG
/usr/bin/uname -p = i386
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/games
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/X11R6/bin
PATH: /home/jamesog/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1361: checking build system type
configure:1379: result: i386-unknown-freebsd6.0
configure:1387: checking host system type
configure:1401: result: i386-unknown-freebsd6.0
configure:1409: checking target system type
configure:1423: result: i386-unknown-freebsd6.0
configure:1499: checking for g++
configure:1515: found /usr/bin/g++
configure:1525: result: g++
configure:1541: checking for C++ compiler version
configure:1544: g++ --version </dev/null >&5
g++ (GCC) 3.4.4 [FreeBSD] 20050518
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:1547: $? = 0
configure:1549: g++ -v </dev/null >&5
Using built-in specs.
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 3.4.4 [FreeBSD] 20050518
configure:1552: $? = 0
configure:1554: g++ -V </dev/null >&5
g++: `-V' option must have argument
configure:1557: $? = 1
configure:1580: checking for C++ compiler default output file name
configure:1583: g++ conftest.cc >&5
configure:1586: $? = 0
configure:1632: result: a.out
configure:1637: checking whether the C++ compiler works
configure:1643: ./a.out
configure:1646: $? = 0
configure:1663: result: yes
configure:1670: checking whether we are cross compiling
configure:1672: result: no
configure:1675: checking for suffix of executables
configure:1677: g++ -o conftest conftest.cc >&5
configure:1680: $? = 0
configure:1705: result:
configure:1711: checking for suffix of object files
configure:1732: g++ -c conftest.cc >&5
configure:1735: $? = 0
configure:1757: result: o
configure:1761: checking whether we are using the GNU C++ compiler
configure:1785: g++ -c conftest.cc >&5
configure:1791: $? = 0
configure:1795: test -z
|| test ! -s conftest.err
configure:1798: $? = 0
configure:1801: test -s conftest.o
configure:1804: $? = 0
configure:1817: result: yes
configure:1823: checking whether g++ accepts -g
configure:1844: g++ -c -g conftest.cc >&5
configure:1850: $? = 0
configure:1854: test -z
|| test ! -s conftest.err
configure:1857: $? = 0
configure:1860: test -s conftest.o
configure:1863: $? = 0
configure:1874: result: yes
configure:1916: g++ -c -g -O2 conftest.cc >&5
configure:1922: $? = 0
configure:1926: test -z
|| test ! -s conftest.err
configure:1929: $? = 0
configure:1932: test -s conftest.o
configure:1935: $? = 0
configure:1961: g++ -c -g -O2 conftest.cc >&5
conftest.cc: In function `int main()':
conftest.cc:13: error: `exit' undeclared (first use this function)
conftest.cc:13: error: (Each undeclared identifier is reported only once for each function it appears in.)
configure:1967: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| /* end confdefs.h. */
|
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:1916: g++ -c -g -O2 conftest.cc >&5
configure:1922: $? = 0
configure:1926: test -z
|| test ! -s conftest.err
configure:1929: $? = 0
configure:1932: test -s conftest.o
configure:1935: $? = 0
configure:1961: g++ -c -g -O2 conftest.cc >&5
configure:1967: $? = 0
configure:1971: test -z
|| test ! -s conftest.err
configure:1974: $? = 0
configure:1977: test -s conftest.o
configure:1980: $? = 0
configure:2004: checking whether the compiler supports exceptions
configure:2033: g++ -c -g -O2 conftest.cc >&5
configure:2039: $? = 0
configure:2043: test -z
|| test ! -s conftest.err
configure:2046: $? = 0
configure:2049: test -s conftest.o
configure:2052: $? = 0
configure:2070: result: yes
configure:2080: checking whether the compiler implements namespaces
configure:2109: g++ -c -g -O2 conftest.cc >&5
configure:2115: $? = 0
configure:2119: test -z
|| test ! -s conftest.err
configure:2122: $? = 0
configure:2125: test -s conftest.o
configure:2128: $? = 0
configure:2146: result: yes
configure:2175: checking for library containing nanosleep
configure:2205: g++ -o conftest -g -O2 conftest.cc >&5
configure:2211: $? = 0
configure:2215: test -z
|| test ! -s conftest.err
configure:2218: $? = 0
configure:2221: test -s conftest
configure:2224: $? = 0
configure:2294: result: none required
configure:2307: checking for zlibVersion in -lz
configure:2337: g++ -o conftest -g -O2 conftest.cc -lz >&5
configure:2343: $? = 0
configure:2347: test -z
|| test ! -s conftest.err
configure:2350: $? = 0
configure:2353: test -s conftest
configure:2356: $? = 0
configure:2369: result: yes
configure:2389: checking how to run the C++ preprocessor
configure:2420: g++ -E conftest.cc
configure:2426: $? = 0
configure:2458: g++ -E conftest.cc
conftest.cc:15:28: ac_nonexistent.h: No such file or directory
configure:2464: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:2503: result: g++ -E
configure:2527: g++ -E conftest.cc
configure:2533: $? = 0
configure:2565: g++ -E conftest.cc
conftest.cc:15:28: ac_nonexistent.h: No such file or directory
configure:2571: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:2615: checking for egrep
configure:2625: result: grep -E
configure:2630: checking for ANSI C header files
configure:2655: g++ -c -g -O2 conftest.cc >&5
configure:2661: $? = 0
configure:2665: test -z
|| test ! -s conftest.err
configure:2668: $? = 0
configure:2671: test -s conftest.o
configure:2674: $? = 0
configure:2763: g++ -o conftest -g -O2 conftest.cc -lz >&5
configure:2766: $? = 0
configure:2768: ./conftest
configure:2771: $? = 0
configure:2786: result: yes
configure:2810: checking for sys/types.h
configure:2826: g++ -c -g -O2 conftest.cc >&5
configure:2832: $? = 0
configure:2836: test -z
|| test ! -s conftest.err
configure:2839: $? = 0
configure:2842: test -s conftest.o
configure:2845: $? = 0
configure:2856: result: yes
configure:2810: checking for sys/stat.h
configure:2826: g++ -c -g -O2 conftest.cc >&5
configure:2832: $? = 0
configure:2836: test -z
|| test ! -s conftest.err
configure:2839: $? = 0
configure:2842: test -s conftest.o
configure:2845: $? = 0
configure:2856: result: yes
configure:2810: checking for stdlib.h
configure:2826: g++ -c -g -O2 conftest.cc >&5
configure:2832: $? = 0
configure:2836: test -z
|| test ! -s conftest.err
configure:2839: $? = 0
configure:2842: test -s conftest.o
configure:2845: $? = 0
configure:2856: result: yes
configure:2810: checking for string.h
configure:2826: g++ -c -g -O2 conftest.cc >&5
configure:2832: $? = 0
configure:2836: test -z
|| test ! -s conftest.err
configure:2839: $? = 0
configure:2842: test -s conftest.o
configure:2845: $? = 0
configure:2856: result: yes
configure:2810: checking for memory.h
configure:2826: g++ -c -g -O2 conftest.cc >&5
configure:2832: $? = 0
configure:2836: test -z
|| test ! -s conftest.err
configure:2839: $? = 0
configure:2842: test -s conftest.o
configure:2845: $? = 0
configure:2856: result: yes
configure:2810: checking for strings.h
configure:2826: g++ -c -g -O2 conftest.cc >&5
configure:2832: $? = 0
configure:2836: test -z
|| test ! -s conftest.err
configure:2839: $? = 0
configure:2842: test -s conftest.o
configure:2845: $? = 0
configure:2856: result: yes
configure:2810: checking for inttypes.h
configure:2826: g++ -c -g -O2 conftest.cc >&5
configure:2832: $? = 0
configure:2836: test -z
|| test ! -s conftest.err
configure:2839: $? = 0
configure:2842: test -s conftest.o
configure:2845: $? = 0
configure:2856: result: yes
configure:2810: checking for stdint.h
configure:2826: g++ -c -g -O2 conftest.cc >&5
configure:2832: $? = 0
configure:2836: test -z
|| test ! -s conftest.err
configure:2839: $? = 0
configure:2842: test -s conftest.o
configure:2845: $? = 0
configure:2856: result: yes
configure:2810: checking for unistd.h
configure:2826: g++ -c -g -O2 conftest.cc >&5
configure:2832: $? = 0
configure:2836: test -z
|| test ! -s conftest.err
configure:2839: $? = 0
configure:2842: test -s conftest.o
configure:2845: $? = 0
configure:2856: result: yes
configure:2888: checking db_185.h usability
configure:2900: g++ -c -g -O2 conftest.cc >&5
conftest.cc:59:20: db_185.h: No such file or directory
configure:2906: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <db_185.h>
configure:2929: result: no
configure:2933: checking db_185.h presence
configure:2943: g++ -E conftest.cc
conftest.cc:25:20: db_185.h: No such file or directory
configure:2949: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <db_185.h>
configure:2969: result: no
configure:3004: checking for db_185.h
configure:3011: result: no
configure:2888: checking db4/db_185.h usability
configure:2900: g++ -c -g -O2 conftest.cc >&5
conftest.cc:59:24: db4/db_185.h: No such file or directory
configure:2906: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <db4/db_185.h>
configure:2929: result: no
configure:2933: checking db4/db_185.h presence
configure:2943: g++ -E conftest.cc
conftest.cc:25:24: db4/db_185.h: No such file or directory
configure:2949: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <db4/db_185.h>
configure:2969: result: no
configure:3004: checking for db4/db_185.h
configure:3011: result: no
configure:2888: checking db3/db_185.h usability
configure:2900: g++ -c -g -O2 conftest.cc >&5
conftest.cc:59:24: db3/db_185.h: No such file or directory
configure:2906: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <db3/db_185.h>
configure:2929: result: no
configure:2933: checking db3/db_185.h presence
configure:2943: g++ -E conftest.cc
conftest.cc:25:24: db3/db_185.h: No such file or directory
configure:2949: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <db3/db_185.h>
configure:2969: result: no
configure:3004: checking for db3/db_185.h
configure:3011: result: no
configure:2888: checking db1/db.h usability
configure:2900: g++ -c -g -O2 conftest.cc >&5
conftest.cc:59:20: db1/db.h: No such file or directory
configure:2906: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <db1/db.h>
configure:2929: result: no
configure:2933: checking db1/db.h presence
configure:2943: g++ -E conftest.cc
conftest.cc:25:20: db1/db.h: No such file or directory
configure:2949: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <db1/db.h>
configure:2969: result: no
configure:3004: checking for db1/db.h
configure:3011: result: no
configure:2888: checking db.h usability
configure:2900: g++ -c -g -O2 conftest.cc >&5
configure:2906: $? = 0
configure:2910: test -z
|| test ! -s conftest.err
configure:2913: $? = 0
configure:2916: test -s conftest.o
configure:2919: $? = 0
configure:2929: result: yes
configure:2933: checking db.h presence
configure:2943: g++ -E conftest.cc
configure:2949: $? = 0
configure:2969: result: yes
configure:3004: checking for db.h
configure:3011: result: yes
configure:3027: checking for library containing __db185_open
configure:3057: g++ -o conftest -g -O2 conftest.cc -lz >&5
/var/tmp//cc2pGPWC.o(.text+0xd): In function `main':
/data/bbdev/box/trunk/conftest.cc:37: undefined reference to `__db185_open'
configure:3063: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DB_H 1
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char __db185_open ();
| int
| main ()
| {
| __db185_open ();
| ;
| return 0;
| }
configure:3112: g++ -o conftest -g -O2 conftest.cc -ldb -lz >&5
/usr/bin/ld: cannot find -ldb
configure:3118: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DB_H 1
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char __db185_open ();
| int
| main ()
| {
| __db185_open ();
| ;
| return 0;
| }
configure:3112: g++ -o conftest -g -O2 conftest.cc -ldb-4.4 -lz >&5
/usr/bin/ld: cannot find -ldb-4.4
configure:3118: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DB_H 1
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char __db185_open ();
| int
| main ()
| {
| __db185_open ();
| ;
| return 0;
| }
configure:3112: g++ -o conftest -g -O2 conftest.cc -ldb-4.3 -lz >&5
/usr/bin/ld: cannot find -ldb-4.3
configure:3118: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DB_H 1
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char __db185_open ();
| int
| main ()
| {
| __db185_open ();
| ;
| return 0;
| }
configure:3112: g++ -o conftest -g -O2 conftest.cc -ldb-4.2 -lz >&5
/usr/bin/ld: cannot find -ldb-4.2
configure:3118: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DB_H 1
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char __db185_open ();
| int
| main ()
| {
| __db185_open ();
| ;
| return 0;
| }
configure:3112: g++ -o conftest -g -O2 conftest.cc -ldb-4.1 -lz >&5
/usr/bin/ld: cannot find -ldb-4.1
configure:3118: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DB_H 1
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char __db185_open ();
| int
| main ()
| {
| __db185_open ();
| ;
| return 0;
| }
configure:3112: g++ -o conftest -g -O2 conftest.cc -ldb-4.0 -lz >&5
/usr/bin/ld: cannot find -ldb-4.0
configure:3118: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DB_H 1
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char __db185_open ();
| int
| main ()
| {
| __db185_open ();
| ;
| return 0;
| }
configure:3112: g++ -o conftest -g -O2 conftest.cc -ldb4 -lz >&5
/usr/bin/ld: cannot find -ldb4
configure:3118: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DB_H 1
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char __db185_open ();
| int
| main ()
| {
| __db185_open ();
| ;
| return 0;
| }
configure:3112: g++ -o conftest -g -O2 conftest.cc -ldb-3 -lz >&5
/usr/bin/ld: cannot find -ldb-3
configure:3118: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DB_H 1
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char __db185_open ();
| int
| main ()
| {
| __db185_open ();
| ;
| return 0;
| }
configure:3112: g++ -o conftest -g -O2 conftest.cc -ldb3 -lz >&5
/usr/bin/ld: cannot find -ldb3
configure:3118: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DB_H 1
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char __db185_open ();
| int
| main ()
| {
| __db185_open ();
| ;
| return 0;
| }
configure:3146: result: no
configure:3152: checking for library containing dbopen
configure:3182: g++ -o conftest -g -O2 conftest.cc -lz >&5
configure:3188: $? = 0
configure:3192: test -z
|| test ! -s conftest.err
configure:3195: $? = 0
configure:3198: test -s conftest
configure:3201: $? = 0
configure:3271: result: none required
configure:3282: checking whether found db libraries work
configure:3313: g++ -o conftest -g -O2 conftest.cc -lz >&5
configure:3316: $? = 0
configure:3318: ./conftest
configure:3321: $? = 0
configure:3324: result: yes
configure:3363: checking for a readline compatible library
configure:3401: g++ -o conftest -g -O2 conftest.cc -lz -ledit >&5
/var/tmp//cc7M1xiE.o(.text+0xd): In function `main':
/data/bbdev/box/trunk/conftest.cc:39: undefined reference to `readline'
configure:3407: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DB_H 1
| #define HAVE_DB 1
| #define DB_HEADER "db.h"
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char readline ();
| int
| main ()
| {
| readline ();
| ;
| return 0;
| }
configure:3401: g++ -o conftest -g -O2 conftest.cc -lz -ledit -ltermcap >&5
/var/tmp//ccTPQXBy.o(.text+0xd): In function `main':
/data/bbdev/box/trunk/conftest.cc:39: undefined reference to `readline'
configure:3407: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DB_H 1
| #define HAVE_DB 1
| #define DB_HEADER "db.h"
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char readline ();
| int
| main ()
| {
| readline ();
| ;
| return 0;
| }
configure:3401: g++ -o conftest -g -O2 conftest.cc -lz -ledit -lcurses >&5
/var/tmp//ccjU06Sh.o(.text+0xd): In function `main':
/data/bbdev/box/trunk/conftest.cc:39: undefined reference to `readline'
configure:3407: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DB_H 1
| #define HAVE_DB 1
| #define DB_HEADER "db.h"
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char readline ();
| int
| main ()
| {
| readline ();
| ;
| return 0;
| }
configure:3401: g++ -o conftest -g -O2 conftest.cc -lz -ledit -lncurses >&5
/var/tmp//ccjnDH2j.o(.text+0xd): In function `main':
/data/bbdev/box/trunk/conftest.cc:39: undefined reference to `readline'
configure:3407: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DB_H 1
| #define HAVE_DB 1
| #define DB_HEADER "db.h"
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char readline ();
| int
| main ()
| {
| readline ();
| ;
| return 0;
| }
configure:3401: g++ -o conftest -g -O2 conftest.cc -lz -leditline >&5
/usr/bin/ld: cannot find -leditline
configure:3407: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DB_H 1
| #define HAVE_DB 1
| #define DB_HEADER "db.h"
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char readline ();
| int
| main ()
| {
| readline ();
| ;
| return 0;
| }
configure:3401: g++ -o conftest -g -O2 conftest.cc -lz -leditline -ltermcap >&5
/usr/bin/ld: cannot find -leditline
configure:3407: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DB_H 1
| #define HAVE_DB 1
| #define DB_HEADER "db.h"
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char readline ();
| int
| main ()
| {
| readline ();
| ;
| return 0;
| }
configure:3401: g++ -o conftest -g -O2 conftest.cc -lz -leditline -lcurses >&5
/usr/bin/ld: cannot find -leditline
configure:3407: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DB_H 1
| #define HAVE_DB 1
| #define DB_HEADER "db.h"
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char readline ();
| int
| main ()
| {
| readline ();
| ;
| return 0;
| }
configure:3401: g++ -o conftest -g -O2 conftest.cc -lz -leditline -lncurses >&5
/usr/bin/ld: cannot find -leditline
configure:3407: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DB_H 1
| #define HAVE_DB 1
| #define DB_HEADER "db.h"
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char readline ();
| int
| main ()
| {
| readline ();
| ;
| return 0;
| }
configure:3444: result: no
configure:3861: checking openssl/ssl.h usability
configure:3873: g++ -c -g -O2 conftest.cc >&5
configure:3879: $? = 0
configure:3883: test -z
|| test ! -s conftest.err
configure:3886: $? = 0
configure:3889: test -s conftest.o
configure:3892: $? = 0
configure:3902: result: yes
configure:3906: checking openssl/ssl.h presence
configure:3916: g++ -E conftest.cc
configure:3922: $? = 0
configure:3942: result: yes
configure:3977: checking for openssl/ssl.h
configure:3984: result: yes
configure:4000: checking for SSL_read in -lssl
configure:4030: g++ -o conftest -g -O2 conftest.cc -lssl -lcrypto -lz >&5
configure:4036: $? = 0
configure:4040: test -z
|| test ! -s conftest.err
configure:4043: $? = 0
configure:4046: test -s conftest
configure:4049: $? = 0
configure:4062: result: yes
configure:4094: checking for EVP_CipherInit_ex in -lcrypto
configure:4124: g++ -o conftest -g -O2 conftest.cc -lcrypto -lssl -lz >&5
configure:4130: $? = 0
configure:4134: test -z
|| test ! -s conftest.err
configure:4137: $? = 0
configure:4140: test -s conftest
configure:4143: $? = 0
configure:4156: result: yes
configure:4195: checking for dirent.h that defines DIR
configure:4219: g++ -c -g -O2 conftest.cc >&5
configure:4225: $? = 0
configure:4229: test -z
|| test ! -s conftest.err
configure:4232: $? = 0
configure:4235: test -s conftest.o
configure:4238: $? = 0
configure:4249: result: yes
configure:4262: checking for library containing opendir
configure:4292: g++ -o conftest -g -O2 conftest.cc -lcrypto -lssl -lz >&5
configure:4298: $? = 0
configure:4302: test -z
|| test ! -s conftest.err
configure:4305: $? = 0
configure:4308: test -s conftest
configure:4311: $? = 0
configure:4381: result: none required
configure:4517: checking for ANSI C header files
configure:4673: result: yes
configure:4683: checking for sys/wait.h that is POSIX.1 compatible
configure:4714: g++ -c -g -O2 conftest.cc >&5
configure:4720: $? = 0
configure:4724: test -z
|| test ! -s conftest.err
configure:4727: $? = 0
configure:4730: test -s conftest.o
configure:4733: $? = 0
configure:4744: result: yes
configure:4772: checking execinfo.h usability
configure:4784: g++ -c -g -O2 conftest.cc >&5
conftest.cc:69:22: execinfo.h: No such file or directory
configure:4790: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DB_H 1
| #define HAVE_DB 1
| #define DB_HEADER "db.h"
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <execinfo.h>
configure:4813: result: no
configure:4817: checking execinfo.h presence
configure:4827: g++ -E conftest.cc
conftest.cc:35:22: execinfo.h: No such file or directory
configure:4833: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DB_H 1
| #define HAVE_DB 1
| #define DB_HEADER "db.h"
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| /* end confdefs.h. */
| #include <execinfo.h>
configure:4853: result: no
configure:4888: checking for execinfo.h
configure:4895: result: no
configure:4772: checking netinet/in.h usability
configure:4784: g++ -c -g -O2 conftest.cc >&5
configure:4790: $? = 0
configure:4794: test -z
|| test ! -s conftest.err
configure:4797: $? = 0
configure:4800: test -s conftest.o
configure:4803: $? = 0
configure:4813: result: yes
configure:4817: checking netinet/in.h presence
configure:4827: g++ -E conftest.cc
configure:4833: $? = 0
configure:4853: result: yes
configure:4888: checking for netinet/in.h
configure:4895: result: yes
configure:4772: checking regex.h usability
configure:4784: g++ -c -g -O2 conftest.cc >&5
configure:4790: $? = 0
configure:4794: test -z
|| test ! -s conftest.err
configure:4797: $? = 0
configure:4800: test -s conftest.o
configure:4803: $? = 0
configure:4813: result: yes
configure:4817: checking regex.h presence
configure:4827: g++ -E conftest.cc
configure:4833: $? = 0
configure:4853: result: yes
configure:4888: checking for regex.h
configure:4895: result: yes
configure:4763: checking for sys/types.h
configure:4768: result: yes
configure:4772: checking sys/xattr.h usability
configure:4784: g++ -c -g -O2 conftest.cc >&5
conftest.cc:72:23: sys/xattr.h: No such file or directory
configure:4790: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DB_H 1
| #define HAVE_DB 1
| #define DB_HEADER "db.h"
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_TYPES_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/xattr.h>
configure:4813: result: no
configure:4817: checking sys/xattr.h presence
configure:4827: g++ -E conftest.cc
conftest.cc:38:23: sys/xattr.h: No such file or directory
configure:4833: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DB_H 1
| #define HAVE_DB 1
| #define DB_HEADER "db.h"
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_TYPES_H 1
| /* end confdefs.h. */
| #include <sys/xattr.h>
configure:4853: result: no
configure:4888: checking for sys/xattr.h
configure:4895: result: no
configure:4923: checking sys/endian.h usability
configure:4935: g++ -c -g -O2 conftest.cc >&5
configure:4941: $? = 0
configure:4945: test -z
|| test ! -s conftest.err
configure:4948: $? = 0
configure:4951: test -s conftest.o
configure:4954: $? = 0
configure:4964: result: yes
configure:4968: checking sys/endian.h presence
configure:4978: g++ -E conftest.cc
configure:4984: $? = 0
configure:5004: result: yes
configure:5039: checking for sys/endian.h
configure:5046: result: yes
configure:4923: checking asm/byteorder.h usability
configure:4935: g++ -c -g -O2 conftest.cc >&5
conftest.cc:73:27: asm/byteorder.h: No such file or directory
configure:4941: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DB_H 1
| #define HAVE_DB 1
| #define DB_HEADER "db.h"
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_ENDIAN_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <asm/byteorder.h>
configure:4964: result: no
configure:4968: checking asm/byteorder.h presence
configure:4978: g++ -E conftest.cc
conftest.cc:39:27: asm/byteorder.h: No such file or directory
configure:4984: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DB_H 1
| #define HAVE_DB 1
| #define DB_HEADER "db.h"
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_ENDIAN_H 1
| /* end confdefs.h. */
| #include <asm/byteorder.h>
configure:5004: result: no
configure:5039: checking for asm/byteorder.h
configure:5046: result: no
configure:5063: checking for u_int8_t
configure:5087: g++ -c -g -O2 conftest.cc >&5
configure:5093: $? = 0
configure:5097: test -z
|| test ! -s conftest.err
configure:5100: $? = 0
configure:5103: test -s conftest.o
configure:5106: $? = 0
configure:5117: result: yes
configure:5127: checking for u_int16_t
configure:5151: g++ -c -g -O2 conftest.cc >&5
configure:5157: $? = 0
configure:5161: test -z
|| test ! -s conftest.err
configure:5164: $? = 0
configure:5167: test -s conftest.o
configure:5170: $? = 0
configure:5181: result: yes
configure:5191: checking for u_int32_t
configure:5215: g++ -c -g -O2 conftest.cc >&5
configure:5221: $? = 0
configure:5225: test -z
|| test ! -s conftest.err
configure:5228: $? = 0
configure:5231: test -s conftest.o
configure:5234: $? = 0
configure:5245: result: yes
configure:5255: checking for u_int64_t
configure:5279: g++ -c -g -O2 conftest.cc >&5
configure:5285: $? = 0
configure:5289: test -z
|| test ! -s conftest.err
configure:5292: $? = 0
configure:5295: test -s conftest.o
configure:5298: $? = 0
configure:5309: result: yes
configure:5320: checking for uint8_t
configure:5344: g++ -c -g -O2 conftest.cc >&5
configure:5350: $? = 0
configure:5354: test -z
|| test ! -s conftest.err
configure:5357: $? = 0
configure:5360: test -s conftest.o
configure:5363: $? = 0
configure:5374: result: yes
configure:5384: checking for uint16_t
configure:5408: g++ -c -g -O2 conftest.cc >&5
configure:5414: $? = 0
configure:5418: test -z
|| test ! -s conftest.err
configure:5421: $? = 0
configure:5424: test -s conftest.o
configure:5427: $? = 0
configure:5438: result: yes
configure:5448: checking for uint32_t
configure:5472: g++ -c -g -O2 conftest.cc >&5
configure:5478: $? = 0
configure:5482: test -z
|| test ! -s conftest.err
configure:5485: $? = 0
configure:5488: test -s conftest.o
configure:5491: $? = 0
configure:5502: result: yes
configure:5512: checking for uint64_t
configure:5536: g++ -c -g -O2 conftest.cc >&5
configure:5542: $? = 0
configure:5546: test -z
|| test ! -s conftest.err
configure:5549: $? = 0
configure:5552: test -s conftest.o
configure:5555: $? = 0
configure:5566: result: yes
configure:5577: checking for stdbool.h that conforms to C99
configure:5630: g++ -c -g -O2 conftest.cc >&5
conftest.cc:50:3: #error bool is not defined
conftest.cc:53:3: #error false is not defined
conftest.cc:59:3: #error true is not defined
conftest.cc:68: error: `_Bool' does not name a type
conftest.cc:68: error: `_Bool' does not name a type
conftest.cc:75: error: `_Bool' was not declared in this scope
conftest.cc:77: error: `_Bool' was not declared in this scope
conftest.cc:78: error: 'struct s' has no member named 't'
conftest.cc: In function `int main()':
conftest.cc:83: error: `f' undeclared (first use this function)
conftest.cc:83: error: (Each undeclared identifier is reported only once for each function it appears in.)
conftest.cc:83: error: `h' undeclared (first use this function)
conftest.cc:83: error: `i' undeclared (first use this function)
configure:5636: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DB_H 1
| #define HAVE_DB 1
| #define DB_HEADER "db.h"
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_ENDIAN_H 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| /* end confdefs.h. */
|
| #include <stdbool.h>
| #ifndef bool
| # error bool is not defined
| #endif
| #ifndef false
| # error false is not defined
| #endif
| #if false
| # error false is not 0
| #endif
| #ifndef true
| # error true is not defined
| #endif
| #if true != 1
| # error true is not 1
| #endif
| #ifndef __bool_true_false_are_defined
| # error __bool_true_false_are_defined is not defined
| #endif
|
| struct s { _Bool s: 1; _Bool t; } s;
|
| char a[true == 1 ? 1 : -1];
| char b[false == 0 ? 1 : -1];
| char c[__bool_true_false_are_defined == 1 ? 1 : -1];
| char d[(bool) -0.5 == true ? 1 : -1];
| bool e = &s;
| char f[(_Bool) -0.0 == false ? 1 : -1];
| char g[true];
| char h[sizeof (_Bool)];
| char i[sizeof s.t];
|
| int
| main ()
| {
| return !a + !b + !c + !d + !e + !f + !g + !h + !i;
| ;
| return 0;
| }
configure:5660: result: no
configure:5662: checking for _Bool
configure:5686: g++ -c -g -O2 conftest.cc >&5
conftest.cc: In function `int main()':
conftest.cc:84: error: `_Bool' undeclared (first use this function)
conftest.cc:84: error: (Each undeclared identifier is reported only once for each function it appears in.)
conftest.cc:84: error: expected primary-expression before ')' token
conftest.cc:84: error: expected `)' before numeric constant
configure:5692: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DB_H 1
| #define HAVE_DB 1
| #define DB_HEADER "db.h"
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_ENDIAN_H 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if ((_Bool *) 0)
| return 0;
| if (sizeof (_Bool))
| return 0;
| ;
| return 0;
| }
configure:5716: result: no
configure:5735: checking for an ANSI C-conforming const
configure:5802: g++ -c -g -O2 conftest.cc >&5
configure:5808: $? = 0
configure:5812: test -z
|| test ! -s conftest.err
configure:5815: $? = 0
configure:5818: test -s conftest.o
configure:5821: $? = 0
configure:5832: result: yes
configure:5842: checking whether byte ordering is bigendian
configure:5869: g++ -c -g -O2 conftest.cc >&5
configure:5875: $? = 0
configure:5879: test -z
|| test ! -s conftest.err
configure:5882: $? = 0
configure:5885: test -s conftest.o
configure:5888: $? = 0
configure:5912: g++ -c -g -O2 conftest.cc >&5
conftest.cc: In function `int main()':
conftest.cc:54: error: `big' undeclared (first use this function)
conftest.cc:54: error: (Each undeclared identifier is reported only once for each function it appears in.)
conftest.cc:54: error: expected `;' before "endian"
configure:5918: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DB_H 1
| #define HAVE_DB 1
| #define DB_HEADER "db.h"
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_ENDIAN_H 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/param.h>
|
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| not big endian
| #endif
|
| ;
| return 0;
| }
configure:6053: result: no
configure:6073: checking if non-aligned 16 bit word accesses fail
configure:6108: g++ -o conftest -g -O2 conftest.cc -lcrypto -lssl -lz >&5
configure:6111: $? = 0
configure:6113: ./conftest
configure:6116: $? = 0
configure:6131: result: no
configure:6140: checking if non-aligned 32 bit word accesses fail
configure:6175: g++ -o conftest -g -O2 conftest.cc -lcrypto -lssl -lz >&5
configure:6178: $? = 0
configure:6180: ./conftest
configure:6183: $? = 0
configure:6198: result: no
configure:6207: checking if non-aligned 64 bit word accesses fail
configure:6242: g++ -o conftest -g -O2 conftest.cc -lcrypto -lssl -lz >&5
configure:6245: $? = 0
configure:6247: ./conftest
configure:6250: $? = 0
configure:6265: result: no
configure:6275: checking for uid_t in sys/types.h
configure:6298: result: yes
configure:6313: checking for mode_t
configure:6337: g++ -c -g -O2 conftest.cc >&5
configure:6343: $? = 0
configure:6347: test -z
|| test ! -s conftest.err
configure:6350: $? = 0
configure:6353: test -s conftest.o
configure:6356: $? = 0
configure:6367: result: yes
configure:6379: checking for off_t
configure:6403: g++ -c -g -O2 conftest.cc >&5
configure:6409: $? = 0
configure:6413: test -z
|| test ! -s conftest.err
configure:6416: $? = 0
configure:6419: test -s conftest.o
configure:6422: $? = 0
configure:6433: result: yes
configure:6445: checking for pid_t
configure:6469: g++ -c -g -O2 conftest.cc >&5
configure:6475: $? = 0
configure:6479: test -z
|| test ! -s conftest.err
configure:6482: $? = 0
configure:6485: test -s conftest.o
configure:6488: $? = 0
configure:6499: result: yes
configure:6511: checking for size_t
configure:6535: g++ -c -g -O2 conftest.cc >&5
configure:6541: $? = 0
configure:6545: test -z
|| test ! -s conftest.err
configure:6548: $? = 0
configure:6551: test -s conftest.o
configure:6554: $? = 0
configure:6565: result: yes
configure:6577: checking for struct stat.st_flags
configure:6600: g++ -c -g -O2 conftest.cc >&5
configure:6606: $? = 0
configure:6610: test -z
|| test ! -s conftest.err
configure:6613: $? = 0
configure:6616: test -s conftest.o
configure:6619: $? = 0
configure:6676: result: yes
configure:6687: checking for struct stat.st_mtimespec
configure:6710: g++ -c -g -O2 conftest.cc >&5
conftest.cc: In function `int main()':
conftest.cc:86: error: could not convert `ac_aggr.stat::st_mtimespec' to `bool'
configure:6716: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DB_H 1
| #define HAVE_DB 1
| #define DB_HEADER "db.h"
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_ENDIAN_H 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STRUCT_STAT_ST_FLAGS 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static struct stat ac_aggr;
| if (ac_aggr.st_mtimespec)
| return 0;
| ;
| return 0;
| }
configure:6754: g++ -c -g -O2 conftest.cc >&5
configure:6760: $? = 0
configure:6764: test -z
|| test ! -s conftest.err
configure:6767: $? = 0
configure:6770: test -s conftest.o
configure:6773: $? = 0
configure:6786: result: yes
configure:6797: checking for struct sockaddr_in.sin_len
configure:6824: g++ -c -g -O2 conftest.cc >&5
configure:6830: $? = 0
configure:6834: test -z
|| test ! -s conftest.err
configure:6837: $? = 0
configure:6840: test -s conftest.o
configure:6843: $? = 0
configure:6904: result: yes
configure:6915: checking whether INFTIM is declared
configure:6940: g++ -c -g -O2 conftest.cc >&5
configure:6946: $? = 0
configure:6950: test -z
|| test ! -s conftest.err
configure:6953: $? = 0
configure:6956: test -s conftest.o
configure:6959: $? = 0
configure:6970: result: yes
configure:6988: checking whether SO_PEERCRED is declared
configure:7013: g++ -c -g -O2 conftest.cc >&5
conftest.cc: In function `int main()':
conftest.cc:57: error: `SO_PEERCRED' undeclared (first use this function)
conftest.cc:57: error: (Each undeclared identifier is reported only once for each function it appears in.)
configure:7019: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DB_H 1
| #define HAVE_DB 1
| #define DB_HEADER "db.h"
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_ENDIAN_H 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STRUCT_STAT_ST_FLAGS 1
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
| #define HAVE_STRUCT_SOCKADDR_IN_SIN_LEN 1
| #define HAVE_DECL_INFTIM 1
| /* end confdefs.h. */
| #include <sys/socket.h>
|
| int
| main ()
| {
| #ifndef SO_PEERCRED
| char *p = (char *) SO_PEERCRED;
| #endif
|
| ;
| return 0;
| }
configure:7043: result: no
configure:7061: checking whether time.h and sys/time.h may both be included
configure:7086: g++ -c -g -O2 conftest.cc >&5
configure:7092: $? = 0
configure:7096: test -z
|| test ! -s conftest.err
configure:7099: $? = 0
configure:7102: test -s conftest.o
configure:7105: $? = 0
configure:7116: result: yes
configure:7126: checking whether struct tm is in sys/time.h or time.h
configure:7149: g++ -c -g -O2 conftest.cc >&5
configure:7155: $? = 0
configure:7159: test -z
|| test ! -s conftest.err
configure:7162: $? = 0
configure:7165: test -s conftest.o
configure:7168: $? = 0
configure:7179: result: time.h
configure:7190: checking for struct dirent.d_type
configure:7214: g++ -c -g -O2 conftest.cc >&5
configure:7220: $? = 0
configure:7224: test -z
|| test ! -s conftest.err
configure:7227: $? = 0
configure:7230: test -s conftest.o
configure:7233: $? = 0
configure:7291: result: yes
configure:7303: checking whether struct dirent.d_type is valid
configure:7339: g++ -o conftest -g -O2 conftest.cc -lcrypto -lssl -lz >&5
configure:7342: $? = 0
configure:7344: ./conftest
configure:7347: $? = 0
configure:7362: result: yes
configure:7385: checking for special C compiler options needed for large files
configure:7420: g++ -c -g -O2 conftest.cc >&5
configure:7426: $? = 0
configure:7430: test -z
|| test ! -s conftest.err
configure:7433: $? = 0
configure:7436: test -s conftest.o
configure:7439: $? = 0
configure:7484: result: no
configure:7490: checking for _FILE_OFFSET_BITS value needed for large files
configure:7521: g++ -c -g -O2 conftest.cc >&5
configure:7527: $? = 0
configure:7531: test -z
|| test ! -s conftest.err
configure:7534: $? = 0
configure:7537: test -s conftest.o
configure:7540: $? = 0
configure:7605: result: no
configure:7615: checking for _LARGE_FILES value needed for large files
configure:7646: g++ -c -g -O2 conftest.cc >&5
configure:7652: $? = 0
configure:7656: test -z
|| test ! -s conftest.err
configure:7659: $? = 0
configure:7662: test -s conftest.o
configure:7665: $? = 0
configure:7730: result: no
configure:7743: checking whether LLONG_MAX is declared
configure:7768: g++ -c -g -O2 conftest.cc >&5
configure:7774: $? = 0
configure:7778: test -z
|| test ! -s conftest.err
configure:7781: $? = 0
configure:7784: test -s conftest.o
configure:7787: $? = 0
configure:7798: result: yes
configure:7902: checking for pre-processor pragma defines
configure:7919: g++ -c -g -O2 conftest.cc >&5
conftest.cc:57: error: invalid token
conftest.cc:57: error: `pragma' does not name a type
configure:7925: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DB_H 1
| #define HAVE_DB 1
| #define DB_HEADER "db.h"
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_ENDIAN_H 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STRUCT_STAT_ST_FLAGS 1
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
| #define HAVE_STRUCT_SOCKADDR_IN_SIN_LEN 1
| #define HAVE_DECL_INFTIM 1
| #define HAVE_DECL_SO_PEERCRED 0
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_VALID_DIRENT_D_TYPE 1
| /* end confdefs.h. */
|
| #define TEST_DEFINE #pragma pack(1)
| TEST_DEFINE
|
configure:7950: result: no
configure:7969: checking for "/dev/urandom"
configure:7984: result: yes
configure:8058: checking for getmntent
configure:8115: g++ -o conftest -g -O2 conftest.cc -lcrypto -lssl -lz >&5
/var/tmp//ccvuff7Q.o(.text+0x14): In function `main':
/data/bbdev/box/trunk/conftest.cc:97: undefined reference to `getmntent'
/var/tmp//ccvuff7Q.o(.data+0x0):/data/bbdev/box/trunk/conftest.cc:96: undefined reference to `getmntent'
configure:8121: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DB_H 1
| #define HAVE_DB 1
| #define DB_HEADER "db.h"
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_ENDIAN_H 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STRUCT_STAT_ST_FLAGS 1
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
| #define HAVE_STRUCT_SOCKADDR_IN_SIN_LEN 1
| #define HAVE_DECL_INFTIM 1
| #define HAVE_DECL_SO_PEERCRED 0
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_VALID_DIRENT_D_TYPE 1
| #define HAVE_RANDOM_DEVICE 1
| #define RANDOM_DEVICE "/dev/urandom"
| /* end confdefs.h. */
| /* Define getmntent to an innocuous variant, in case <limits.h> declares getmntent.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define getmntent innocuous_getmntent
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char getmntent (); 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 getmntent
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char getmntent ();
| /* 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_getmntent) || defined (__stub___getmntent)
| choke me
| #else
| char (*f) () = getmntent;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != getmntent;
| ;
| return 0;
| }
configure:8146: result: no
configure:8058: checking for statfs
configure:8115: g++ -o conftest -g -O2 conftest.cc -lcrypto -lssl -lz >&5
configure:8121: $? = 0
configure:8125: test -z
|| test ! -s conftest.err
configure:8128: $? = 0
configure:8131: test -s conftest
configure:8134: $? = 0
configure:8146: result: yes
configure:8162: checking for mntent.h
configure:8178: g++ -c -g -O2 conftest.cc >&5
conftest.cc:60:20: mntent.h: No such file or directory
configure:8184: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DB_H 1
| #define HAVE_DB 1
| #define DB_HEADER "db.h"
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_ENDIAN_H 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STRUCT_STAT_ST_FLAGS 1
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
| #define HAVE_STRUCT_SOCKADDR_IN_SIN_LEN 1
| #define HAVE_DECL_INFTIM 1
| #define HAVE_DECL_SO_PEERCRED 0
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_VALID_DIRENT_D_TYPE 1
| #define HAVE_RANDOM_DEVICE 1
| #define RANDOM_DEVICE "/dev/urandom"
| #define HAVE_STATFS 1
| /* end confdefs.h. */
| #include <stdio.h>
|
| #include <mntent.h>
configure:8208: result: no
configure:8162: checking for sys/mnttab.h
configure:8178: g++ -c -g -O2 conftest.cc >&5
conftest.cc:60:24: sys/mnttab.h: No such file or directory
configure:8184: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DB_H 1
| #define HAVE_DB 1
| #define DB_HEADER "db.h"
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_ENDIAN_H 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STRUCT_STAT_ST_FLAGS 1
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
| #define HAVE_STRUCT_SOCKADDR_IN_SIN_LEN 1
| #define HAVE_DECL_INFTIM 1
| #define HAVE_DECL_SO_PEERCRED 0
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_VALID_DIRENT_D_TYPE 1
| #define HAVE_RANDOM_DEVICE 1
| #define RANDOM_DEVICE "/dev/urandom"
| #define HAVE_STATFS 1
| /* end confdefs.h. */
| #include <stdio.h>
|
| #include <sys/mnttab.h>
configure:8208: result: no
configure:8162: checking for sys/mount.h
configure:8178: g++ -c -g -O2 conftest.cc >&5
In file included from /usr/include/sys/mount.h:36,
from conftest.cc:60:
/usr/include/sys/ucred.h:68: error: `u_int' does not name a type
/usr/include/sys/ucred.h:69: error: `uid_t' does not name a type
/usr/include/sys/ucred.h:71: error: `gid_t' does not name a type
In file included from conftest.cc:60:
/usr/include/sys/mount.h:44: error: `int32_t' does not name a type
/usr/include/sys/mount.h:53: error: `u_short' does not name a type
/usr/include/sys/mount.h:54: error: `u_short' does not name a type
/usr/include/sys/mount.h:65: error: `uint32_t' does not name a type
/usr/include/sys/mount.h:66: error: `uint32_t' does not name a type
/usr/include/sys/mount.h:67: error: `uint64_t' does not name a type
/usr/include/sys/mount.h:68: error: `uint64_t' does not name a type
/usr/include/sys/mount.h:69: error: `uint64_t' does not name a type
/usr/include/sys/mount.h:70: error: `uint64_t' does not name a type
/usr/include/sys/mount.h:71: error: `uint64_t' does not name a type
/usr/include/sys/mount.h:72: error: `int64_t' does not name a type
/usr/include/sys/mount.h:73: error: `uint64_t' does not name a type
/usr/include/sys/mount.h:74: error: `int64_t' does not name a type
/usr/include/sys/mount.h:75: error: `uint64_t' does not name a type
/usr/include/sys/mount.h:76: error: `uint64_t' does not name a type
/usr/include/sys/mount.h:77: error: `uint64_t' does not name a type
/usr/include/sys/mount.h:78: error: `uint64_t' does not name a type
/usr/include/sys/mount.h:79: error: `uint64_t' does not name a type
/usr/include/sys/mount.h:80: error: `uint32_t' does not name a type
/usr/include/sys/mount.h:81: error: `uid_t' does not name a type
/usr/include/sys/mount.h:316: error: `uid_t' does not name a type
/usr/include/sys/mount.h:319: error: `u_char' does not name a type
/usr/include/sys/mount.h:321: error: `u_char' does not name a type
/usr/include/sys/mount.h:344: error: `u_int' does not name a type
/usr/include/sys/mount.h:385: error: `uint32_t' does not name a type
/usr/include/sys/mount.h:392: error: `fsctlop_t' does not name a type
/usr/include/sys/mount.h:395: error: `u_int32_t' does not name a type
/usr/include/sys/mount.h:413: error: `u_int32_t' does not name a type
/usr/include/sys/mount.h:414: error: `u_int32_t' does not name a type
configure:8184: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DB_H 1
| #define HAVE_DB 1
| #define DB_HEADER "db.h"
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_ENDIAN_H 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STRUCT_STAT_ST_FLAGS 1
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
| #define HAVE_STRUCT_SOCKADDR_IN_SIN_LEN 1
| #define HAVE_DECL_INFTIM 1
| #define HAVE_DECL_SO_PEERCRED 0
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_VALID_DIRENT_D_TYPE 1
| #define HAVE_RANDOM_DEVICE 1
| #define RANDOM_DEVICE "/dev/urandom"
| #define HAVE_STATFS 1
| /* end confdefs.h. */
| #include <stdio.h>
|
| #include <sys/mount.h>
configure:8208: result: no
configure:8220: checking for struct statfs.f_mntonname
configure:8247: g++ -c -g -O2 conftest.cc >&5
configure:8253: $? = 0
configure:8257: test -z
|| test ! -s conftest.err
configure:8260: $? = 0
configure:8263: test -s conftest.o
configure:8266: $? = 0
configure:8327: result: yes
configure:8339: checking for struct mntent.mnt_dir
configure:8363: g++ -c -g -O2 conftest.cc >&5
conftest.cc:59:20: mntent.h: No such file or directory
conftest.cc: In function `int main()':
conftest.cc:64: error: aggregate `mntent ac_aggr' has incomplete type and cannot be defined
configure:8369: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DB_H 1
| #define HAVE_DB 1
| #define DB_HEADER "db.h"
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_ENDIAN_H 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STRUCT_STAT_ST_FLAGS 1
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
| #define HAVE_STRUCT_SOCKADDR_IN_SIN_LEN 1
| #define HAVE_DECL_INFTIM 1
| #define HAVE_DECL_SO_PEERCRED 0
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_VALID_DIRENT_D_TYPE 1
| #define HAVE_RANDOM_DEVICE 1
| #define RANDOM_DEVICE "/dev/urandom"
| #define HAVE_STATFS 1
| #define HAVE_STRUCT_STATFS_F_MNTONNAME 1
| /* end confdefs.h. */
| #include <mntent.h>
|
| int
| main ()
| {
| static struct mntent ac_aggr;
| if (ac_aggr.mnt_dir)
| return 0;
| ;
| return 0;
| }
configure:8408: g++ -c -g -O2 conftest.cc >&5
conftest.cc:59:20: mntent.h: No such file or directory
conftest.cc: In function `int main()':
conftest.cc:64: error: aggregate `mntent ac_aggr' has incomplete type and cannot be defined
configure:8414: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DB_H 1
| #define HAVE_DB 1
| #define DB_HEADER "db.h"
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_ENDIAN_H 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STRUCT_STAT_ST_FLAGS 1
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
| #define HAVE_STRUCT_SOCKADDR_IN_SIN_LEN 1
| #define HAVE_DECL_INFTIM 1
| #define HAVE_DECL_SO_PEERCRED 0
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_VALID_DIRENT_D_TYPE 1
| #define HAVE_RANDOM_DEVICE 1
| #define RANDOM_DEVICE "/dev/urandom"
| #define HAVE_STATFS 1
| #define HAVE_STRUCT_STATFS_F_MNTONNAME 1
| /* end confdefs.h. */
| #include <mntent.h>
|
| int
| main ()
| {
| static struct mntent ac_aggr;
| if (sizeof ac_aggr.mnt_dir)
| return 0;
| ;
| return 0;
| }
configure:8440: result: no
configure:8452: checking for struct mnttab.mnt_mountp
configure:8479: g++ -c -g -O2 conftest.cc >&5
conftest.cc:61:28: sys/mnttab.h: No such file or directory
conftest.cc: In function `int main()':
conftest.cc:67: error: aggregate `mnttab ac_aggr' has incomplete type and cannot be defined
configure:8485: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DB_H 1
| #define HAVE_DB 1
| #define DB_HEADER "db.h"
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_ENDIAN_H 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STRUCT_STAT_ST_FLAGS 1
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
| #define HAVE_STRUCT_SOCKADDR_IN_SIN_LEN 1
| #define HAVE_DECL_INFTIM 1
| #define HAVE_DECL_SO_PEERCRED 0
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_VALID_DIRENT_D_TYPE 1
| #define HAVE_RANDOM_DEVICE 1
| #define RANDOM_DEVICE "/dev/urandom"
| #define HAVE_STATFS 1
| #define HAVE_STRUCT_STATFS_F_MNTONNAME 1
| /* end confdefs.h. */
|
| #include <stdio.h>
| #include <sys/mnttab.h>
|
|
| int
| main ()
| {
| static struct mnttab ac_aggr;
| if (ac_aggr.mnt_mountp)
| return 0;
| ;
| return 0;
| }
configure:8527: g++ -c -g -O2 conftest.cc >&5
conftest.cc:61:28: sys/mnttab.h: No such file or directory
conftest.cc: In function `int main()':
conftest.cc:67: error: aggregate `mnttab ac_aggr' has incomplete type and cannot be defined
configure:8533: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DB_H 1
| #define HAVE_DB 1
| #define DB_HEADER "db.h"
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_ENDIAN_H 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STRUCT_STAT_ST_FLAGS 1
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
| #define HAVE_STRUCT_SOCKADDR_IN_SIN_LEN 1
| #define HAVE_DECL_INFTIM 1
| #define HAVE_DECL_SO_PEERCRED 0
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_VALID_DIRENT_D_TYPE 1
| #define HAVE_RANDOM_DEVICE 1
| #define RANDOM_DEVICE "/dev/urandom"
| #define HAVE_STATFS 1
| #define HAVE_STRUCT_STATFS_F_MNTONNAME 1
| /* end confdefs.h. */
|
| #include <stdio.h>
| #include <sys/mnttab.h>
|
|
| int
| main ()
| {
| static struct mnttab ac_aggr;
| if (sizeof ac_aggr.mnt_mountp)
| return 0;
| ;
| return 0;
| }
configure:8559: result: no
configure:8591: checking for gcc version 3 or later
configure:8609: g++ -c -g -O2 conftest.cc >&5
configure:8615: $? = 0
configure:8619: test -z
|| test ! -s conftest.err
configure:8622: $? = 0
configure:8625: test -s conftest.o
configure:8628: $? = 0
configure:8640: result: yes
configure:8717: checking whether closedir returns void
configure:8746: g++ -o conftest -g -O2 conftest.cc -lcrypto -lssl -lz >&5
configure:8749: $? = 0
configure:8751: ./conftest
configure:8754: $? = 0
configure:8768: result: no
configure:8778: checking for error_at_line
configure:8799: g++ -o conftest -g -O2 conftest.cc -lcrypto -lssl -lz >&5
conftest.cc: In function `int main()':
conftest.cc:97: error: `error_at_line' undeclared (first use this function)
conftest.cc:97: error: (Each undeclared identifier is reported only once for each function it appears in.)
configure:8805: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DB_H 1
| #define HAVE_DB 1
| #define DB_HEADER "db.h"
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_ENDIAN_H 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STRUCT_STAT_ST_FLAGS 1
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
| #define HAVE_STRUCT_SOCKADDR_IN_SIN_LEN 1
| #define HAVE_DECL_INFTIM 1
| #define HAVE_DECL_SO_PEERCRED 0
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_VALID_DIRENT_D_TYPE 1
| #define HAVE_RANDOM_DEVICE 1
| #define RANDOM_DEVICE "/dev/urandom"
| #define HAVE_STATFS 1
| #define HAVE_STRUCT_STATFS_F_MNTONNAME 1
| #define HAVE_MOUNTS 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| error_at_line (0, 0, "", 0, "");
| ;
| return 0;
| }
configure:8830: result: no
configure:8843: checking return type of signal handlers
configure:8874: g++ -c -g -O2 conftest.cc >&5
configure:8880: $? = 0
configure:8884: test -z
|| test ! -s conftest.err
configure:8887: $? = 0
configure:8890: test -s conftest.o
configure:8893: $? = 0
configure:8904: result: void
configure:8912: checking whether lstat dereferences a symlink specified with a trailing slash
configure:8943: g++ -o conftest -g -O2 conftest.cc -lcrypto -lssl -lz >&5
configure:8946: $? = 0
configure:8948: ./conftest
configure:8951: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DB_H 1
| #define HAVE_DB 1
| #define DB_HEADER "db.h"
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_ENDIAN_H 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STRUCT_STAT_ST_FLAGS 1
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
| #define HAVE_STRUCT_SOCKADDR_IN_SIN_LEN 1
| #define HAVE_DECL_INFTIM 1
| #define HAVE_DECL_SO_PEERCRED 0
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_VALID_DIRENT_D_TYPE 1
| #define HAVE_RANDOM_DEVICE 1
| #define RANDOM_DEVICE "/dev/urandom"
| #define HAVE_STATFS 1
| #define HAVE_STRUCT_STATFS_F_MNTONNAME 1
| #define HAVE_MOUNTS 1
| #define RETSIGTYPE void
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| struct stat sbuf;
| /* Linux will dereference the symlink and fail.
| That is better in the sense that it means we will not
| have to compile and use the lstat wrapper. */
| exit (lstat ("conftest.sym/", &sbuf) ? 0 : 1);
| ;
| return 0;
| }
configure:8972: result: no
configure:8993: checking whether stat accepts an empty string
configure:9018: g++ -o conftest -g -O2 conftest.cc -lcrypto -lssl -lz >&5
configure:9021: $? = 0
configure:9023: ./conftest
configure:9026: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DB_H 1
| #define HAVE_DB 1
| #define DB_HEADER "db.h"
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_ENDIAN_H 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STRUCT_STAT_ST_FLAGS 1
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
| #define HAVE_STRUCT_SOCKADDR_IN_SIN_LEN 1
| #define HAVE_DECL_INFTIM 1
| #define HAVE_DECL_SO_PEERCRED 0
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_VALID_DIRENT_D_TYPE 1
| #define HAVE_RANDOM_DEVICE 1
| #define RANDOM_DEVICE "/dev/urandom"
| #define HAVE_STATFS 1
| #define HAVE_STRUCT_STATFS_F_MNTONNAME 1
| #define HAVE_MOUNTS 1
| #define RETSIGTYPE void
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| struct stat sbuf;
| exit (stat ("", &sbuf) ? 1 : 0);
| ;
| return 0;
| }
configure:9040: result: no
configure:9065: checking for getpeereid
configure:9122: g++ -o conftest -g -O2 conftest.cc -lcrypto -lssl -lz >&5
configure:9128: $? = 0
configure:9132: test -z
|| test ! -s conftest.err
configure:9135: $? = 0
configure:9138: test -s conftest
configure:9141: $? = 0
configure:9153: result: yes
configure:9065: checking for kqueue
configure:9122: g++ -o conftest -g -O2 conftest.cc -lcrypto -lssl -lz >&5
configure:9128: $? = 0
configure:9132: test -z
|| test ! -s conftest.err
configure:9135: $? = 0
configure:9138: test -s conftest
configure:9141: $? = 0
configure:9153: result: yes
configure:9065: checking for lchown
configure:9122: g++ -o conftest -g -O2 conftest.cc -lcrypto -lssl -lz >&5
configure:9128: $? = 0
configure:9132: test -z
|| test ! -s conftest.err
configure:9135: $? = 0
configure:9138: test -s conftest
configure:9141: $? = 0
configure:9153: result: yes
configure:9065: checking for setproctitle
configure:9122: g++ -o conftest -g -O2 conftest.cc -lcrypto -lssl -lz >&5
configure:9128: $? = 0
configure:9132: test -z
|| test ! -s conftest.err
configure:9135: $? = 0
configure:9138: test -s conftest
configure:9141: $? = 0
configure:9153: result: yes
configure:9179: checking sys/syscall.h usability
configure:9191: g++ -c -g -O2 conftest.cc >&5
configure:9197: $? = 0
configure:9201: test -z
|| test ! -s conftest.err
configure:9204: $? = 0
configure:9207: test -s conftest.o
configure:9210: $? = 0
configure:9220: result: yes
configure:9224: checking sys/syscall.h presence
configure:9234: g++ -E conftest.cc
configure:9240: $? = 0
configure:9260: result: yes
configure:9295: checking for sys/syscall.h
configure:9302: result: yes
configure:9170: checking for unistd.h
configure:9175: result: yes
configure:9320: checking for syscall
configure:9377: g++ -o conftest -g -O2 conftest.cc -lcrypto -lssl -lz >&5
configure:9383: $? = 0
configure:9387: test -z
|| test ! -s conftest.err
configure:9390: $? = 0
configure:9393: test -s conftest
configure:9396: $? = 0
configure:9408: result: yes
configure:9320: checking for __syscall
configure:9377: g++ -o conftest -g -O2 conftest.cc -lcrypto -lssl -lz >&5
configure:9383: $? = 0
configure:9387: test -z
|| test ! -s conftest.err
configure:9390: $? = 0
configure:9393: test -s conftest
configure:9396: $? = 0
configure:9408: result: yes
configure:9493: checking whether syscall lseek requires dummy parameter
configure:9542: g++ -o conftest -g -O2 conftest.cc -lcrypto -lssl -lz >&5
configure:9545: $? = 0
configure:9547: ./conftest
configure:9550: $? = 0
configure:9565: result: yes
configure:9587: checking if we have large file support enabled
configure:9617: g++ -o conftest -g -O2 conftest.cc -lcrypto -lssl -lz >&5
configure:9620: $? = 0
configure:9622: ./conftest
configure:9625: $? = 0
configure:9640: result: yes
configure:9655: checking for flock
configure:9712: g++ -o conftest -g -O2 conftest.cc -lcrypto -lssl -lz >&5
configure:9718: $? = 0
configure:9722: test -z
|| test ! -s conftest.err
configure:9725: $? = 0
configure:9728: test -s conftest
configure:9731: $? = 0
configure:9743: result: yes
configure:9753: checking whether O_EXLOCK is declared
configure:9778: g++ -c -g -O2 conftest.cc >&5
configure:9784: $? = 0
configure:9788: test -z
|| test ! -s conftest.err
configure:9791: $? = 0
configure:9794: test -s conftest.o
configure:9797: $? = 0
configure:9808: result: yes
configure:9826: checking whether F_SETLK is declared
configure:9851: g++ -c -g -O2 conftest.cc >&5
configure:9857: $? = 0
configure:9861: test -z
|| test ! -s conftest.err
configure:9864: $? = 0
configure:9867: test -s conftest.o
configure:9870: $? = 0
configure:9881: result: yes
configure:10106: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by Box Backup config.status 0.09, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on starbug.netinertia.co.uk
config.status:10810: creating infrastructure/BoxPlatform.pm
config.status:10912: creating lib/common/BoxConfig.h
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_type_size_t=yes
ac_cv_type_u_int8_t=yes
ac_cv_header_db3_db_185_h=no
ac_cv_member_struct_mnttab_mnt_mountp=no
ac_cv_have_decl_INFTIM=yes
ac_cv_header_sys_endian_h=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_db4_db_185_h=no
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_env_CXXFLAGS_value=
ac_cv_c_bigendian=no
ac_cv_search_dbopen='none required'
ac_cv_lib_error_at_line=no
ac_cv_member_struct_statfs_f_mntonname=yes
ac_cv_header_stdbool_h=no
ac_cv_header_stdlib_h=yes
ac_cv_func___syscall=yes
ac_cv_func_closedir_void=no
ac_cv_env_CXXCPP_set=
ac_cv_env_LDFLAGS_set=
ac_cv_sys_large_files=no
ac_cv_type_u_int32_t=yes
ac_cv_search_opendir='none required'
ac_cv_exeext=
ac_cv_func_flock=yes
ac_cv_header_dirent_dirent_h=yes
ac_cv_header_db_185_h=no
ac_cv_type_u_int16_t=yes
ac_cv_func_syscall=yes
ac_cv_member_struct_dirent_d_type=yes
ac_cv_func_lstat_dereferences_slashed_symlink=no
ac_cv_header_sys_wait_h=yes
ac_cv_env_CPPFLAGS_set=
ac_cv_type_u_int64_t=yes
ac_cv_member_struct_mntent_mnt_dir=no
ac_cv_header_asm_byteorder_h=no
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CXX_set=
ac_cv_member_struct_stat_st_flags=yes
ac_cv_cxx_exceptions=yes
ac_cv_env_host_alias_set=
ac_cv_func_setproctitle=yes
ac_cv_func_lchown=yes
ac_cv_c_const=yes
ac_cv_lib_z_zlibVersion=yes
ac_cv_header_execinfo_h=no
ac_cv_search___db185_open=no
ac_cv_have_decl_LLONG_MAX=yes
ac_cv_type_mode_t=yes
ac_cv_header_regex_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_env_build_alias_set=
ac_cv_have_decl_O_EXLOCK=yes
ac_cv_header_db1_db_h=no
ac_cv_cxx_namespaces=yes
ac_cv_func_kqueue=yes
ac_cv_header_sys_mount_h=no
ac_cv_header_sys_xattr_h=no
vl_cv_lib_readline=no
ac_cv_env_CXXCPP_value=
ac_cv_env_LDFLAGS_value=
ac_cv_env_target_alias_set=
ac_cv_have_decl_F_SETLK=yes
ac_cv_header_openssl_ssl_h=yes
ac_cv_host_alias=i386-unknown-freebsd6.0
ac_cv_header_sys_types_h=yes
ac_cv_header_stdc=yes
ac_cv_header_time=yes
ac_cv_type_uint8_t=yes
ac_cv_header_strings_h=yes
ac_cv_type_signal=void
ac_cv_header_mntent_h=no
ac_cv_header_stdint_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_prog_egrep='grep -E'
ac_cv_search_nanosleep='none required'
ac_cv_header_sys_syscall_h=yes
ac_cv_header_sys_mnttab_h=no
ac_cv_func_statfs=yes
ac_cv_header_unistd_h=yes
ac_cv_header_string_h=yes
ac_cv_prog_ac_ct_CXX=g++
ac_cv_build_alias=i386-unknown-freebsd6.0
ac_cv_env_CPPFLAGS_value=
ac_cv_sys_largefile_CC=no
ac_cv_member_struct_stat_st_mtimespec=yes
ac_cv_header_memory_h=yes
ac_cv_target_alias=i386-unknown-freebsd6.0
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXX_value=
ac_cv_func_getpeereid=yes
ac_cv_header_db_h=yes
ac_cv_host=i386-unknown-freebsd6.0
ac_cv_env_host_alias_value=
ac_cv_file___dev_urandom_=yes
ac_cv_type_off_t=yes
ac_cv_type_uint32_t=yes
ac_cv_lib_crypto_EVP_CipherInit_ex=yes
ac_cv_prog_cxx_g=yes
ac_cv_member_struct_sockaddr_in_sin_len=yes
ac_cv_type_pid_t=yes
ac_cv_type_uint16_t=yes
ac_cv_build=i386-unknown-freebsd6.0
ac_cv_env_build_alias_value=
ac_cv_struct_tm=time.h
ac_cv_type__Bool=no
ac_cv_func_stat_empty_string_bug=no
ac_cv_func_getmntent=no
ac_cv_type_uint64_t=yes
ac_cv_target=i386-unknown-freebsd6.0
ac_cv_env_target_alias_value=
ac_cv_type_uid_t=yes
ac_cv_sys_file_offset_bits=no
ac_cv_have_decl_SO_PEERCRED=no
ac_cv_lib_ssl_SSL_read=yes
ac_cv_objext=o
## ----------------- ##
## Output variables. ##
## ----------------- ##
CPPFLAGS=''
CXX='g++'
CXXCPP='g++ -E'
CXXFLAGS='-g -O2'
CXXFLAGS_STRICT='-Wall'
DEFS='-DHAVE_CONFIG_H'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
LDADD_RDYNAMIC='-rdynamic'
LDFLAGS=''
LIBOBJS=' error$U.o lstat$U.o'
LIBS='-lcrypto -lssl -lz '
LTLIBOBJS=' error$U.lo lstat$U.lo'
OBJEXT='o'
PACKAGE_BUGREPORT='box@fluffy.co.uk'
PACKAGE_NAME='Box Backup'
PACKAGE_STRING='Box Backup 0.09'
PACKAGE_TARNAME='box-backup'
PACKAGE_VERSION='0.09'
PATH_SEPARATOR=':'
RANDOM_DEVICE='/dev/urandom'
SHELL='/bin/sh'
ac_ct_CXX='g++'
bindir='${exec_prefix}/bin'
build='i386-unknown-freebsd6.0'
build_alias=''
build_cpu='i386'
build_os='freebsd6.0'
build_vendor='unknown'
datadir='${prefix}/share'
exec_prefix='${prefix}'
host='i386-unknown-freebsd6.0'
host_alias=''
host_cpu='i386'
host_os='freebsd6.0'
host_vendor='unknown'
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='/usr/local'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='i386-unknown-freebsd6.0'
target_alias=''
target_cpu='i386'
target_os='freebsd6.0'
target_vendor='unknown'
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define DB_HEADER "db.h"
#define HAVE_DB 1
#define HAVE_DB_H 1
#define HAVE_DECL_F_SETLK 1
#define HAVE_DECL_INFTIM 1
#define HAVE_DECL_O_EXLOCK 1
#define HAVE_DECL_SO_PEERCRED 0
#define HAVE_DIRENT_H 1
#define HAVE_EXCEPTIONS
#define HAVE_FLOCK 1
#define HAVE_GETPEEREID 1
#define HAVE_INTTYPES_H 1
#define HAVE_KQUEUE 1
#define HAVE_LARGE_FILE_SUPPORT 1
#define HAVE_LCHOWN 1
#define HAVE_LIBCRYPTO 1
#define HAVE_LIBSSL 1
#define HAVE_LIBZ 1
#define HAVE_LSEEK_DUMMY_PARAM 1
#define HAVE_MEMORY_H 1
#define HAVE_MOUNTS 1
#define HAVE_NAMESPACES
#define HAVE_NETINET_IN_H 1
#define HAVE_OPENSSL_SSL_H 1
#define HAVE_RANDOM_DEVICE 1
#define HAVE_REGEX_H 1
#define HAVE_SETPROCTITLE 1
#define HAVE_SSL 1
#define HAVE_STATFS 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STRUCT_DIRENT_D_TYPE 1
#define HAVE_STRUCT_SOCKADDR_IN_SIN_LEN 1
#define HAVE_STRUCT_STATFS_F_MNTONNAME 1
#define HAVE_STRUCT_STAT_ST_FLAGS 1
#define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
#define HAVE_SYSCALL 1
#define HAVE_SYS_ENDIAN_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_SYSCALL_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_UINT16_T 1
#define HAVE_UINT32_T 1
#define HAVE_UINT64_T 1
#define HAVE_UINT8_T 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_U_INT16_T 1
#define HAVE_U_INT32_T 1
#define HAVE_U_INT64_T 1
#define HAVE_U_INT8_T 1
#define HAVE_VALID_DIRENT_D_TYPE 1
#define HAVE___SYSCALL 1
#define PACKAGE_BUGREPORT "box@fluffy.co.uk"
#define PACKAGE_NAME "Box Backup"
#define PACKAGE_STRING "Box Backup 0.09"
#define PACKAGE_TARNAME "box-backup"
#define PACKAGE_VERSION "0.09"
#define RANDOM_DEVICE "/dev/urandom"
#define RETSIGTYPE void
#define STDC_HEADERS 1
#define STDC_HEADERS 1
#define TEMP_DIRECTORY_NAME "/tmp"
#define TIME_WITH_SYS_TIME 1
#endif
#ifdef __cplusplus
extern "C" void std::exit (int) throw (); using std::exit;
configure: exit 0
--------------070206070106050300080802--