Skip to content

Instantly share code, notes, and snippets.

@slice-mohit
Created August 23, 2022 15:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save slice-mohit/4ac01e08d916ab857f11a5a1b4a0b89e to your computer and use it in GitHub Desktop.
Save slice-mohit/4ac01e08d916ab857f11a5a1b4a0b89e to your computer and use it in GitHub Desktop.
config.log for crypto not found
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by sqlcipher configure 3.33.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --enable-tempstore=yes CFLAGS=-DSQLITE_HAS_CODEC LDFLAGS=/Users/mohitsingh/Desktop/libnunchuk/contrib/openssl/libcrypto.a
## --------- ##
## Platform. ##
## --------- ##
hostname = GL-LAP-BLR-0669.local
uname -m = arm64
uname -r = 21.6.0
uname -s = Darwin
uname -v = Darwin Kernel Version 21.6.0: Sat Jun 18 17:07:22 PDT 2022; root:xnu-8020.140.41~1/RELEASE_ARM64_T6000
/usr/bin/uname -p = arm
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = Mach kernel version:
Darwin Kernel Version 21.6.0: Sat Jun 18 17:07:22 PDT 2022; root:xnu-8020.140.41~1/RELEASE_ARM64_T6000
Kernel configured for up to 10 processors.
10 processors are physically available.
10 processors are logically available.
Processor type: arm64e (ARM64E)
Processors active: 0 1 2 3 4 5 6 7 8 9
Primary memory available: 16.00 gigabytes
Default processor set: 542 tasks, 2614 threads, 10 processors
Load average: 3.41, Mach factor: 7.32
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /Users/mohitsingh/homebrew/opt/openssl@3/bin
PATH: /Users/mohitsingh/Library/Android/sdk/platform-tools
PATH: /Users/mohitsingh/.cargo/bin
PATH: /Users/mohitsingh/development/flutter/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/bin/python3
PATH: /Library/Python/3.8/lib/python
PATH: /Users/ankitmishra/Library/Python/3.8/bin
PATH: /Library/Apple/usr/bin
PATH: /Users/mohitsingh/.gem/ruby/2.6.0/bin
PATH: /Users/mohitsingh/homebrew/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2392: checking build system type
configure:2406: result: arm-apple-darwin21.6.0
configure:2426: checking host system type
configure:2439: result: arm-apple-darwin21.6.0
configure:2480: checking how to print strings
configure:2507: result: printf
configure:2576: checking for gcc
configure:2592: found /usr/bin/gcc
configure:2603: result: gcc
configure:2832: checking for C compiler version
configure:2841: gcc --version >&5
Apple clang version 13.1.6 (clang-1316.0.21.2.5)
Target: arm64-apple-darwin21.6.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
configure:2852: $? = 0
configure:2841: gcc -v >&5
Apple clang version 13.1.6 (clang-1316.0.21.2.5)
Target: arm64-apple-darwin21.6.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
configure:2852: $? = 0
configure:2841: gcc -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:2852: $? = 1
configure:2841: gcc -qversion >&5
clang: error: unknown argument '-qversion'; did you mean '--version'?
clang: error: no input files
configure:2852: $? = 1
configure:2872: checking whether the C compiler works
configure:2894: gcc -DSQLITE_HAS_CODEC /Users/mohitsingh/Desktop/libnunchuk/contrib/openssl/libcrypto.a conftest.c >&5
ld: warning: ignoring file /Users/mohitsingh/Desktop/libnunchuk/contrib/openssl/libcrypto.a, building for macOS-arm64 but attempting to link with file built for macOS-x86_64
configure:2898: $? = 0
configure:2946: result: yes
configure:2949: checking for C compiler default output file name
configure:2951: result: a.out
configure:2957: checking for suffix of executables
configure:2964: gcc -o conftest -DSQLITE_HAS_CODEC /Users/mohitsingh/Desktop/libnunchuk/contrib/openssl/libcrypto.a conftest.c >&5
ld: warning: ignoring file /Users/mohitsingh/Desktop/libnunchuk/contrib/openssl/libcrypto.a, building for macOS-arm64 but attempting to link with file built for macOS-x86_64
configure:2968: $? = 0
configure:2990: result:
configure:3012: checking whether we are cross compiling
configure:3020: gcc -o conftest -DSQLITE_HAS_CODEC /Users/mohitsingh/Desktop/libnunchuk/contrib/openssl/libcrypto.a conftest.c >&5
ld: warning: ignoring file /Users/mohitsingh/Desktop/libnunchuk/contrib/openssl/libcrypto.a, building for macOS-arm64 but attempting to link with file built for macOS-x86_64
configure:3024: $? = 0
configure:3031: ./conftest
configure:3035: $? = 0
configure:3050: result: no
configure:3055: checking for suffix of object files
configure:3077: gcc -c -DSQLITE_HAS_CODEC conftest.c >&5
configure:3081: $? = 0
configure:3102: result: o
configure:3106: checking whether we are using the GNU C compiler
configure:3125: gcc -c -DSQLITE_HAS_CODEC conftest.c >&5
configure:3125: $? = 0
configure:3134: result: yes
configure:3143: checking whether gcc accepts -g
configure:3163: gcc -c -g conftest.c >&5
configure:3163: $? = 0
configure:3204: result: yes
configure:3221: checking for gcc option to accept ISO C89
configure:3284: gcc -c -DSQLITE_HAS_CODEC conftest.c >&5
configure:3284: $? = 0
configure:3297: result: none needed
configure:3317: checking for a sed that does not truncate output
configure:3381: result: /usr/bin/sed
configure:3399: checking for grep that handles long lines and -e
configure:3457: result: /usr/bin/grep
configure:3462: checking for egrep
configure:3524: result: /usr/bin/grep -E
configure:3529: checking for fgrep
configure:3591: result: /usr/bin/grep -F
configure:3626: checking for ld used by gcc
configure:3693: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
configure:3700: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
configure:3715: result: no
configure:3727: checking for BSD- or MS-compatible name lister (nm)
configure:3781: result: /usr/bin/nm -B
configure:3911: checking the name lister (/usr/bin/nm -B) interface
configure:3918: gcc -c -DSQLITE_HAS_CODEC conftest.c >&5
configure:3921: /usr/bin/nm -B "conftest.o"
configure:3924: output
0000000000000000 S _some_variable
0000000000000000 t ltmp0
0000000000000000 s ltmp1
configure:3931: result: BSD nm
configure:3934: checking whether ln -s works
configure:3938: result: yes
configure:3946: checking the maximum length of command line arguments
configure:4077: result: 786432
configure:4125: checking how to convert arm-apple-darwin21.6.0 file names to arm-apple-darwin21.6.0 format
configure:4165: result: func_convert_file_noop
configure:4172: checking how to convert arm-apple-darwin21.6.0 file names to toolchain format
configure:4192: result: func_convert_file_noop
configure:4199: checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files
configure:4206: result: -r
configure:4280: checking for objdump
configure:4296: found /usr/bin/objdump
configure:4307: result: objdump
configure:4339: checking how to recognize dependent libraries
configure:4539: result: pass_all
configure:4624: checking for dlltool
configure:4654: result: no
configure:4684: checking how to associate runtime and link libraries
configure:4711: result: printf %s\n
configure:4772: checking for ar
configure:4788: found /usr/bin/ar
configure:4799: result: ar
configure:4836: checking for archiver @FILE support
configure:4853: gcc -c -DSQLITE_HAS_CODEC conftest.c >&5
configure:4853: $? = 0
configure:4856: ar cr libconftest.a @conftest.lst >&5
ar: @conftest.lst: No such file or directory
configure:4859: $? = 1
configure:4879: result: no
configure:4937: checking for strip
configure:4953: found /usr/bin/strip
configure:4964: result: strip
configure:5036: checking for ranlib
configure:5052: found /usr/bin/ranlib
configure:5063: result: ranlib
configure:5140: checking for gawk
configure:5170: result: no
configure:5140: checking for mawk
configure:5170: result: no
configure:5140: checking for nawk
configure:5170: result: no
configure:5140: checking for awk
configure:5156: found /usr/bin/awk
configure:5167: result: awk
configure:5207: checking command to parse /usr/bin/nm -B output from gcc object
configure:5360: gcc -c -DSQLITE_HAS_CODEC conftest.c >&5
configure:5363: $? = 0
configure:5367: /usr/bin/nm -B conftest.o | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' > conftest.nm
cannot find nm_test_var in conftest.nm
configure:5360: gcc -c -DSQLITE_HAS_CODEC conftest.c >&5
configure:5363: $? = 0
configure:5367: /usr/bin/nm -B conftest.o | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' > conftest.nm
configure:5433: gcc -o conftest -DSQLITE_HAS_CODEC /Users/mohitsingh/Desktop/libnunchuk/contrib/openssl/libcrypto.a conftest.c conftstm.o >&5
ld: warning: ignoring file /Users/mohitsingh/Desktop/libnunchuk/contrib/openssl/libcrypto.a, building for macOS-arm64 but attempting to link with file built for macOS-x86_64
configure:5436: $? = 0
configure:5474: result: ok
configure:5521: checking for sysroot
configure:5551: result: no
configure:5558: checking for a working dd
configure:5596: result: /bin/dd
configure:5600: checking how to truncate binary pipes
configure:5615: result: /bin/dd bs=4096 count=1
configure:5944: checking for mt
configure:5974: result: no
configure:5994: checking if : is a manifest tool
configure:6000: : '-?'
configure:6008: result: no
configure:6064: checking for dsymutil
configure:6080: found /usr/bin/dsymutil
configure:6091: result: dsymutil
configure:6156: checking for nmedit
configure:6172: found /usr/bin/nmedit
configure:6183: result: nmedit
configure:6248: checking for lipo
configure:6264: found /usr/bin/lipo
configure:6275: result: lipo
configure:6340: checking for otool
configure:6356: found /usr/bin/otool
configure:6367: result: otool
configure:6432: checking for otool64
configure:6462: result: no
configure:6507: checking for -single_module linker flag
gcc -DSQLITE_HAS_CODEC /Users/mohitsingh/Desktop/libnunchuk/contrib/openssl/libcrypto.a -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
configure:6540: result: yes
configure:6543: checking for -exported_symbols_list linker flag
configure:6563: gcc -o conftest -DSQLITE_HAS_CODEC /Users/mohitsingh/Desktop/libnunchuk/contrib/openssl/libcrypto.a -Wl,-exported_symbols_list,conftest.sym conftest.c >&5
ld: warning: ignoring file /Users/mohitsingh/Desktop/libnunchuk/contrib/openssl/libcrypto.a, building for macOS-arm64 but attempting to link with file built for macOS-x86_64
configure:6563: $? = 0
configure:6573: result: yes
configure:6576: checking for -force_load linker flag
gcc -DSQLITE_HAS_CODEC -c -o conftest.o conftest.c
ar cr libconftest.a conftest.o
ranlib libconftest.a
gcc -DSQLITE_HAS_CODEC /Users/mohitsingh/Desktop/libnunchuk/contrib/openssl/libcrypto.a -o conftest conftest.c -Wl,-force_load,./libconftest.a
configure:6608: result: yes
configure:6685: checking how to run the C preprocessor
configure:6716: gcc -E conftest.c
configure:6716: $? = 0
configure:6730: gcc -E conftest.c
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~
1 error generated.
configure:6730: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sqlcipher"
| #define PACKAGE_TARNAME "sqlcipher"
| #define PACKAGE_VERSION "3.33.0"
| #define PACKAGE_STRING "sqlcipher 3.33.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:6755: result: gcc -E
configure:6775: gcc -E conftest.c
configure:6775: $? = 0
configure:6789: gcc -E conftest.c
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~
1 error generated.
configure:6789: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sqlcipher"
| #define PACKAGE_TARNAME "sqlcipher"
| #define PACKAGE_VERSION "3.33.0"
| #define PACKAGE_STRING "sqlcipher 3.33.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:6818: checking for ANSI C header files
configure:6838: gcc -c -DSQLITE_HAS_CODEC conftest.c >&5
configure:6838: $? = 0
configure:6911: gcc -o conftest -DSQLITE_HAS_CODEC /Users/mohitsingh/Desktop/libnunchuk/contrib/openssl/libcrypto.a conftest.c >&5
ld: warning: ignoring file /Users/mohitsingh/Desktop/libnunchuk/contrib/openssl/libcrypto.a, building for macOS-arm64 but attempting to link with file built for macOS-x86_64
configure:6911: $? = 0
configure:6911: ./conftest
configure:6911: $? = 0
configure:6922: result: yes
configure:6935: checking for sys/types.h
configure:6935: gcc -c -DSQLITE_HAS_CODEC conftest.c >&5
configure:6935: $? = 0
configure:6935: result: yes
configure:6935: checking for sys/stat.h
configure:6935: gcc -c -DSQLITE_HAS_CODEC conftest.c >&5
configure:6935: $? = 0
configure:6935: result: yes
configure:6935: checking for stdlib.h
configure:6935: gcc -c -DSQLITE_HAS_CODEC conftest.c >&5
configure:6935: $? = 0
configure:6935: result: yes
configure:6935: checking for string.h
configure:6935: gcc -c -DSQLITE_HAS_CODEC conftest.c >&5
configure:6935: $? = 0
configure:6935: result: yes
configure:6935: checking for memory.h
configure:6935: gcc -c -DSQLITE_HAS_CODEC conftest.c >&5
configure:6935: $? = 0
configure:6935: result: yes
configure:6935: checking for strings.h
configure:6935: gcc -c -DSQLITE_HAS_CODEC conftest.c >&5
configure:6935: $? = 0
configure:6935: result: yes
configure:6935: checking for inttypes.h
configure:6935: gcc -c -DSQLITE_HAS_CODEC conftest.c >&5
configure:6935: $? = 0
configure:6935: result: yes
configure:6935: checking for stdint.h
configure:6935: gcc -c -DSQLITE_HAS_CODEC conftest.c >&5
configure:6935: $? = 0
configure:6935: result: yes
configure:6935: checking for unistd.h
configure:6935: gcc -c -DSQLITE_HAS_CODEC conftest.c >&5
configure:6935: $? = 0
configure:6935: result: yes
configure:6949: checking for dlfcn.h
configure:6949: gcc -c -DSQLITE_HAS_CODEC conftest.c >&5
configure:6949: $? = 0
configure:6949: result: yes
configure:7205: checking for objdir
configure:7220: result: .libs
configure:7480: checking if gcc supports -fno-rtti -fno-exceptions
configure:7498: gcc -c -DSQLITE_HAS_CODEC -fno-rtti -fno-exceptions conftest.c >&5
configure:7502: $? = 0
configure:7515: result: yes
configure:7879: checking for gcc option to produce PIC
configure:7886: result: -fno-common -DPIC
configure:7894: checking if gcc PIC flag -fno-common -DPIC works
configure:7912: gcc -c -DSQLITE_HAS_CODEC -fno-common -DPIC -DPIC conftest.c >&5
configure:7916: $? = 0
configure:7929: result: yes
configure:7958: checking if gcc static flag -static works
configure:7986: result: no
configure:8001: checking if gcc supports -c -o file.o
configure:8022: gcc -c -DSQLITE_HAS_CODEC -o out/conftest2.o conftest.c >&5
configure:8026: $? = 0
configure:8048: result: yes
configure:8056: checking if gcc supports -c -o file.o
configure:8103: result: yes
configure:8136: checking whether the gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
configure:9399: result: yes
configure:9639: checking dynamic linker characteristics
configure:10469: result: darwin21.6.0 dyld
configure:10591: checking how to hardcode library paths into programs
configure:10616: result: immediate
configure:11164: checking whether stripping libraries is possible
configure:11178: result: yes
configure:11204: checking if libtool supports shared libraries
configure:11206: result: yes
configure:11209: checking whether to build shared libraries
configure:11234: result: yes
configure:11237: checking whether to build static libraries
configure:11241: result: yes
configure:11292: checking for a BSD-compatible install
configure:11360: result: /usr/bin/install -c
configure:11382: checking for special C compiler options needed for large files
configure:11427: result: no
configure:11433: checking for _FILE_OFFSET_BITS value needed for large files
configure:11458: gcc -c -DSQLITE_HAS_CODEC conftest.c >&5
configure:11458: $? = 0
configure:11490: result: no
configure:11578: checking for int8_t
configure:11578: gcc -c -DSQLITE_HAS_CODEC conftest.c >&5
configure:11578: $? = 0
configure:11578: gcc -c -DSQLITE_HAS_CODEC conftest.c >&5
conftest.c:57:21: error: expected expression
if (sizeof ((int8_t)))
^
1 error generated.
configure:11578: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sqlcipher"
| #define PACKAGE_TARNAME "sqlcipher"
| #define PACKAGE_VERSION "3.33.0"
| #define PACKAGE_STRING "sqlcipher 3.33.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((int8_t)))
| return 0;
| ;
| return 0;
| }
configure:11578: result: yes
configure:11587: checking for int16_t
configure:11587: gcc -c -DSQLITE_HAS_CODEC conftest.c >&5
configure:11587: $? = 0
configure:11587: gcc -c -DSQLITE_HAS_CODEC conftest.c >&5
conftest.c:58:22: error: expected expression
if (sizeof ((int16_t)))
^
1 error generated.
configure:11587: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sqlcipher"
| #define PACKAGE_TARNAME "sqlcipher"
| #define PACKAGE_VERSION "3.33.0"
| #define PACKAGE_STRING "sqlcipher 3.33.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_INT8_T 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((int16_t)))
| return 0;
| ;
| return 0;
| }
configure:11587: result: yes
configure:11596: checking for int32_t
configure:11596: gcc -c -DSQLITE_HAS_CODEC conftest.c >&5
configure:11596: $? = 0
configure:11596: gcc -c -DSQLITE_HAS_CODEC conftest.c >&5
conftest.c:59:22: error: expected expression
if (sizeof ((int32_t)))
^
1 error generated.
configure:11596: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sqlcipher"
| #define PACKAGE_TARNAME "sqlcipher"
| #define PACKAGE_VERSION "3.33.0"
| #define PACKAGE_STRING "sqlcipher 3.33.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((int32_t)))
| return 0;
| ;
| return 0;
| }
configure:11596: result: yes
configure:11605: checking for int64_t
configure:11605: gcc -c -DSQLITE_HAS_CODEC conftest.c >&5
configure:11605: $? = 0
configure:11605: gcc -c -DSQLITE_HAS_CODEC conftest.c >&5
conftest.c:60:22: error: expected expression
if (sizeof ((int64_t)))
^
1 error generated.
configure:11605: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sqlcipher"
| #define PACKAGE_TARNAME "sqlcipher"
| #define PACKAGE_VERSION "3.33.0"
| #define PACKAGE_STRING "sqlcipher 3.33.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((int64_t)))
| return 0;
| ;
| return 0;
| }
configure:11605: result: yes
configure:11614: checking for intptr_t
configure:11614: gcc -c -DSQLITE_HAS_CODEC conftest.c >&5
configure:11614: $? = 0
configure:11614: gcc -c -DSQLITE_HAS_CODEC conftest.c >&5
conftest.c:61:23: error: expected expression
if (sizeof ((intptr_t)))
^
1 error generated.
configure:11614: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sqlcipher"
| #define PACKAGE_TARNAME "sqlcipher"
| #define PACKAGE_VERSION "3.33.0"
| #define PACKAGE_STRING "sqlcipher 3.33.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((intptr_t)))
| return 0;
| ;
| return 0;
| }
configure:11614: result: yes
configure:11623: checking for uint8_t
configure:11623: gcc -c -DSQLITE_HAS_CODEC conftest.c >&5
configure:11623: $? = 0
configure:11623: gcc -c -DSQLITE_HAS_CODEC conftest.c >&5
conftest.c:62:22: error: expected expression
if (sizeof ((uint8_t)))
^
1 error generated.
configure:11623: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sqlcipher"
| #define PACKAGE_TARNAME "sqlcipher"
| #define PACKAGE_VERSION "3.33.0"
| #define PACKAGE_STRING "sqlcipher 3.33.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_INTPTR_T 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((uint8_t)))
| return 0;
| ;
| return 0;
| }
configure:11623: result: yes
configure:11632: checking for uint16_t
configure:11632: gcc -c -DSQLITE_HAS_CODEC conftest.c >&5
configure:11632: $? = 0
configure:11632: gcc -c -DSQLITE_HAS_CODEC conftest.c >&5
conftest.c:63:23: error: expected expression
if (sizeof ((uint16_t)))
^
1 error generated.
configure:11632: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sqlcipher"
| #define PACKAGE_TARNAME "sqlcipher"
| #define PACKAGE_VERSION "3.33.0"
| #define PACKAGE_STRING "sqlcipher 3.33.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINT8_T 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((uint16_t)))
| return 0;
| ;
| return 0;
| }
configure:11632: result: yes
configure:11641: checking for uint32_t
configure:11641: gcc -c -DSQLITE_HAS_CODEC conftest.c >&5
configure:11641: $? = 0
configure:11641: gcc -c -DSQLITE_HAS_CODEC conftest.c >&5
conftest.c:64:23: error: expected expression
if (sizeof ((uint32_t)))
^
1 error generated.
configure:11641: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sqlcipher"
| #define PACKAGE_TARNAME "sqlcipher"
| #define PACKAGE_VERSION "3.33.0"
| #define PACKAGE_STRING "sqlcipher 3.33.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((uint32_t)))
| return 0;
| ;
| return 0;
| }
configure:11641: result: yes
configure:11650: checking for uint64_t
configure:11650: gcc -c -DSQLITE_HAS_CODEC conftest.c >&5
configure:11650: $? = 0
configure:11650: gcc -c -DSQLITE_HAS_CODEC conftest.c >&5
conftest.c:65:23: error: expected expression
if (sizeof ((uint64_t)))
^
1 error generated.
configure:11650: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sqlcipher"
| #define PACKAGE_TARNAME "sqlcipher"
| #define PACKAGE_VERSION "3.33.0"
| #define PACKAGE_STRING "sqlcipher 3.33.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((uint64_t)))
| return 0;
| ;
| return 0;
| }
configure:11650: result: yes
configure:11659: checking for uintptr_t
configure:11659: gcc -c -DSQLITE_HAS_CODEC conftest.c >&5
configure:11659: $? = 0
configure:11659: gcc -c -DSQLITE_HAS_CODEC conftest.c >&5
conftest.c:66:24: error: expected expression
if (sizeof ((uintptr_t)))
^
1 error generated.
configure:11659: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sqlcipher"
| #define PACKAGE_TARNAME "sqlcipher"
| #define PACKAGE_VERSION "3.33.0"
| #define PACKAGE_STRING "sqlcipher 3.33.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_INTPTR_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>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((uintptr_t)))
| return 0;
| ;
| return 0;
| }
configure:11659: result: yes
configure:11675: checking for sys/types.h
configure:11675: result: yes
configure:11675: checking for stdlib.h
configure:11675: result: yes
configure:11675: checking for stdint.h
configure:11675: result: yes
configure:11675: checking for inttypes.h
configure:11675: result: yes
configure:11675: checking malloc.h usability
configure:11675: gcc -c -DSQLITE_HAS_CODEC conftest.c >&5
conftest.c:68:10: fatal error: 'malloc.h' file not found
#include <malloc.h>
^~~~~~~~~~
1 error generated.
configure:11675: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sqlcipher"
| #define PACKAGE_TARNAME "sqlcipher"
| #define PACKAGE_VERSION "3.33.0"
| #define PACKAGE_STRING "sqlcipher 3.33.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <malloc.h>
configure:11675: result: no
configure:11675: checking malloc.h presence
configure:11675: gcc -E conftest.c
conftest.c:35:10: fatal error: 'malloc.h' file not found
#include <malloc.h>
^~~~~~~~~~
1 error generated.
configure:11675: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sqlcipher"
| #define PACKAGE_TARNAME "sqlcipher"
| #define PACKAGE_VERSION "3.33.0"
| #define PACKAGE_STRING "sqlcipher 3.33.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| /* end confdefs.h. */
| #include <malloc.h>
configure:11675: result: no
configure:11675: checking for malloc.h
configure:11675: result: no
configure:11692: checking for fdatasync
configure:11692: gcc -o conftest -DSQLITE_HAS_CODEC /Users/mohitsingh/Desktop/libnunchuk/contrib/openssl/libcrypto.a conftest.c >&5
ld: warning: ignoring file /Users/mohitsingh/Desktop/libnunchuk/contrib/openssl/libcrypto.a, building for macOS-arm64 but attempting to link with file built for macOS-x86_64
configure:11692: $? = 0
configure:11692: result: yes
configure:11692: checking for gmtime_r
configure:11692: gcc -o conftest -DSQLITE_HAS_CODEC /Users/mohitsingh/Desktop/libnunchuk/contrib/openssl/libcrypto.a conftest.c >&5
ld: warning: ignoring file /Users/mohitsingh/Desktop/libnunchuk/contrib/openssl/libcrypto.a, building for macOS-arm64 but attempting to link with file built for macOS-x86_64
configure:11692: $? = 0
configure:11692: result: yes
configure:11692: checking for isnan
configure:11692: gcc -o conftest -DSQLITE_HAS_CODEC /Users/mohitsingh/Desktop/libnunchuk/contrib/openssl/libcrypto.a conftest.c >&5
ld: warning: ignoring file /Users/mohitsingh/Desktop/libnunchuk/contrib/openssl/libcrypto.a, building for macOS-arm64 but attempting to link with file built for macOS-x86_64
configure:11692: $? = 0
configure:11692: result: yes
configure:11692: checking for localtime_r
configure:11692: gcc -o conftest -DSQLITE_HAS_CODEC /Users/mohitsingh/Desktop/libnunchuk/contrib/openssl/libcrypto.a conftest.c >&5
ld: warning: ignoring file /Users/mohitsingh/Desktop/libnunchuk/contrib/openssl/libcrypto.a, building for macOS-arm64 but attempting to link with file built for macOS-x86_64
configure:11692: $? = 0
configure:11692: result: yes
configure:11692: checking for localtime_s
configure:11692: gcc -o conftest -DSQLITE_HAS_CODEC /Users/mohitsingh/Desktop/libnunchuk/contrib/openssl/libcrypto.a conftest.c >&5
ld: warning: ignoring file /Users/mohitsingh/Desktop/libnunchuk/contrib/openssl/libcrypto.a, building for macOS-arm64 but attempting to link with file built for macOS-x86_64
Undefined symbols for architecture arm64:
"_localtime_s", referenced from:
_main in conftest-a2b759.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:11692: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sqlcipher"
| #define PACKAGE_TARNAME "sqlcipher"
| #define PACKAGE_VERSION "3.33.0"
| #define PACKAGE_STRING "sqlcipher 3.33.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GMTIME_R 1
| #define HAVE_ISNAN 1
| #define HAVE_LOCALTIME_R 1
| /* end confdefs.h. */
| /* Define localtime_s to an innocuous variant, in case <limits.h> declares localtime_s.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define localtime_s innocuous_localtime_s
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char localtime_s (); 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 localtime_s
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char localtime_s ();
| /* 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_localtime_s || defined __stub___localtime_s
| choke me
| #endif
|
| int
| main ()
| {
| return localtime_s ();
| ;
| return 0;
| }
configure:11692: result: no
configure:11692: checking for malloc_usable_size
configure:11692: gcc -o conftest -DSQLITE_HAS_CODEC /Users/mohitsingh/Desktop/libnunchuk/contrib/openssl/libcrypto.a conftest.c >&5
ld: warning: ignoring file /Users/mohitsingh/Desktop/libnunchuk/contrib/openssl/libcrypto.a, building for macOS-arm64 but attempting to link with file built for macOS-x86_64
Undefined symbols for architecture arm64:
"_malloc_usable_size", referenced from:
_main in conftest-38f16d.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:11692: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sqlcipher"
| #define PACKAGE_TARNAME "sqlcipher"
| #define PACKAGE_VERSION "3.33.0"
| #define PACKAGE_STRING "sqlcipher 3.33.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GMTIME_R 1
| #define HAVE_ISNAN 1
| #define HAVE_LOCALTIME_R 1
| /* end confdefs.h. */
| /* Define malloc_usable_size to an innocuous variant, in case <limits.h> declares malloc_usable_size.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define malloc_usable_size innocuous_malloc_usable_size
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char malloc_usable_size (); 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 malloc_usable_size
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char malloc_usable_size ();
| /* 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_malloc_usable_size || defined __stub___malloc_usable_size
| choke me
| #endif
|
| int
| main ()
| {
| return malloc_usable_size ();
| ;
| return 0;
| }
configure:11692: result: no
configure:11692: checking for strchrnul
configure:11692: gcc -o conftest -DSQLITE_HAS_CODEC /Users/mohitsingh/Desktop/libnunchuk/contrib/openssl/libcrypto.a conftest.c >&5
ld: warning: ignoring file /Users/mohitsingh/Desktop/libnunchuk/contrib/openssl/libcrypto.a, building for macOS-arm64 but attempting to link with file built for macOS-x86_64
Undefined symbols for architecture arm64:
"_strchrnul", referenced from:
_main in conftest-d90076.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:11692: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sqlcipher"
| #define PACKAGE_TARNAME "sqlcipher"
| #define PACKAGE_VERSION "3.33.0"
| #define PACKAGE_STRING "sqlcipher 3.33.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GMTIME_R 1
| #define HAVE_ISNAN 1
| #define HAVE_LOCALTIME_R 1
| /* end confdefs.h. */
| /* Define strchrnul to an innocuous variant, in case <limits.h> declares strchrnul.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define strchrnul innocuous_strchrnul
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char strchrnul (); 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 strchrnul
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char strchrnul ();
| /* 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_strchrnul || defined __stub___strchrnul
| choke me
| #endif
|
| int
| main ()
| {
| return strchrnul ();
| ;
| return 0;
| }
configure:11692: result: no
configure:11692: checking for usleep
configure:11692: gcc -o conftest -DSQLITE_HAS_CODEC /Users/mohitsingh/Desktop/libnunchuk/contrib/openssl/libcrypto.a conftest.c >&5
ld: warning: ignoring file /Users/mohitsingh/Desktop/libnunchuk/contrib/openssl/libcrypto.a, building for macOS-arm64 but attempting to link with file built for macOS-x86_64
configure:11692: $? = 0
configure:11692: result: yes
configure:11692: checking for utime
configure:11692: gcc -o conftest -DSQLITE_HAS_CODEC /Users/mohitsingh/Desktop/libnunchuk/contrib/openssl/libcrypto.a conftest.c >&5
ld: warning: ignoring file /Users/mohitsingh/Desktop/libnunchuk/contrib/openssl/libcrypto.a, building for macOS-arm64 but attempting to link with file built for macOS-x86_64
configure:11692: $? = 0
configure:11692: result: yes
configure:11692: checking for pread
configure:11692: gcc -o conftest -DSQLITE_HAS_CODEC /Users/mohitsingh/Desktop/libnunchuk/contrib/openssl/libcrypto.a conftest.c >&5
ld: warning: ignoring file /Users/mohitsingh/Desktop/libnunchuk/contrib/openssl/libcrypto.a, building for macOS-arm64 but attempting to link with file built for macOS-x86_64
configure:11692: $? = 0
configure:11692: result: yes
configure:11692: checking for pread64
configure:11692: gcc -o conftest -DSQLITE_HAS_CODEC /Users/mohitsingh/Desktop/libnunchuk/contrib/openssl/libcrypto.a conftest.c >&5
ld: warning: ignoring file /Users/mohitsingh/Desktop/libnunchuk/contrib/openssl/libcrypto.a, building for macOS-arm64 but attempting to link with file built for macOS-x86_64
Undefined symbols for architecture arm64:
"_pread64", referenced from:
_main in conftest-271700.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:11692: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sqlcipher"
| #define PACKAGE_TARNAME "sqlcipher"
| #define PACKAGE_VERSION "3.33.0"
| #define PACKAGE_STRING "sqlcipher 3.33.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GMTIME_R 1
| #define HAVE_ISNAN 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_USLEEP 1
| #define HAVE_UTIME 1
| #define HAVE_PREAD 1
| /* end confdefs.h. */
| /* Define pread64 to an innocuous variant, in case <limits.h> declares pread64.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define pread64 innocuous_pread64
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char pread64 (); 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 pread64
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char pread64 ();
| /* 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_pread64 || defined __stub___pread64
| choke me
| #endif
|
| int
| main ()
| {
| return pread64 ();
| ;
| return 0;
| }
configure:11692: result: no
configure:11692: checking for pwrite
configure:11692: gcc -o conftest -DSQLITE_HAS_CODEC /Users/mohitsingh/Desktop/libnunchuk/contrib/openssl/libcrypto.a conftest.c >&5
ld: warning: ignoring file /Users/mohitsingh/Desktop/libnunchuk/contrib/openssl/libcrypto.a, building for macOS-arm64 but attempting to link with file built for macOS-x86_64
configure:11692: $? = 0
configure:11692: result: yes
configure:11692: checking for pwrite64
configure:11692: gcc -o conftest -DSQLITE_HAS_CODEC /Users/mohitsingh/Desktop/libnunchuk/contrib/openssl/libcrypto.a conftest.c >&5
ld: warning: ignoring file /Users/mohitsingh/Desktop/libnunchuk/contrib/openssl/libcrypto.a, building for macOS-arm64 but attempting to link with file built for macOS-x86_64
Undefined symbols for architecture arm64:
"_pwrite64", referenced from:
_main in conftest-03bfb8.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:11692: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sqlcipher"
| #define PACKAGE_TARNAME "sqlcipher"
| #define PACKAGE_VERSION "3.33.0"
| #define PACKAGE_STRING "sqlcipher 3.33.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GMTIME_R 1
| #define HAVE_ISNAN 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_USLEEP 1
| #define HAVE_UTIME 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| /* end confdefs.h. */
| /* Define pwrite64 to an innocuous variant, in case <limits.h> declares pwrite64.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define pwrite64 innocuous_pwrite64
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char pwrite64 (); 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 pwrite64
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char pwrite64 ();
| /* 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_pwrite64 || defined __stub___pwrite64
| choke me
| #endif
|
| int
| main ()
| {
| return pwrite64 ();
| ;
| return 0;
| }
configure:11692: result: no
configure:11716: checking for tclsh8.7
configure:11746: result: no
configure:11716: checking for tclsh8.6
configure:11746: result: no
configure:11716: checking for tclsh8.5
configure:11732: found /usr/bin/tclsh8.5
configure:11743: result: tclsh8.5
configure:11783: Version set to 3.33
configure:11787: Release set to 3.33.0
configure:11793: Version number set to 3033000
configure:11863: checking whether to support threadsafe operation
configure:11871: result: yes
configure:11877: checking for library containing pthread_create
configure:11908: gcc -o conftest -DSQLITE_HAS_CODEC /Users/mohitsingh/Desktop/libnunchuk/contrib/openssl/libcrypto.a conftest.c >&5
ld: warning: ignoring file /Users/mohitsingh/Desktop/libnunchuk/contrib/openssl/libcrypto.a, building for macOS-arm64 but attempting to link with file built for macOS-x86_64
configure:11908: $? = 0
configure:11925: result: none required
configure:11933: checking for library containing pthread_mutexattr_init
configure:11964: gcc -o conftest -DSQLITE_HAS_CODEC /Users/mohitsingh/Desktop/libnunchuk/contrib/openssl/libcrypto.a conftest.c >&5
ld: warning: ignoring file /Users/mohitsingh/Desktop/libnunchuk/contrib/openssl/libcrypto.a, building for macOS-arm64 but attempting to link with file built for macOS-x86_64
configure:11964: $? = 0
configure:11981: result: none required
configure:12000: checking for crypto library to use
configure:12120: result: openssl
configure:12122: checking for HMAC_Init_ex in -lcrypto
configure:12147: gcc -o conftest -DSQLITE_HAS_CODEC -DSQLCIPHER_CRYPTO_OPENSSL /Users/mohitsingh/Desktop/libnunchuk/contrib/openssl/libcrypto.a conftest.c -lcrypto >&5
ld: library not found for -lcrypto
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:12147: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sqlcipher"
| #define PACKAGE_TARNAME "sqlcipher"
| #define PACKAGE_VERSION "3.33.0"
| #define PACKAGE_STRING "sqlcipher 3.33.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GMTIME_R 1
| #define HAVE_ISNAN 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_USLEEP 1
| #define HAVE_UTIME 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char HMAC_Init_ex ();
| int
| main ()
| {
| return HMAC_Init_ex ();
| ;
| return 0;
| }
configure:12156: result: no
configure:12166: error: Library crypto not found. Install openssl!"
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=arm-apple-darwin21.6.0
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value=-DSQLITE_HAS_CODEC
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=/Users/mohitsingh/Desktop/libnunchuk/contrib/openssl/libcrypto.a
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LT_SYS_LIBRARY_PATH_set=
ac_cv_env_LT_SYS_LIBRARY_PATH_value=
ac_cv_env_TCLLIBDIR_set=
ac_cv_env_TCLLIBDIR_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_fdatasync=yes
ac_cv_func_gmtime_r=yes
ac_cv_func_isnan=yes
ac_cv_func_localtime_r=yes
ac_cv_func_localtime_s=no
ac_cv_func_malloc_usable_size=no
ac_cv_func_pread64=no
ac_cv_func_pread=yes
ac_cv_func_pwrite64=no
ac_cv_func_pwrite=yes
ac_cv_func_strchrnul=no
ac_cv_func_usleep=yes
ac_cv_func_utime=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_malloc_h=no
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=arm-apple-darwin21.6.0
ac_cv_lib_crypto_HMAC_Init_ex=no
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_lt_DD=/bin/dd
ac_cv_prog_AWK=awk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_TCLSH_CMD=tclsh8.5
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
ac_cv_prog_ac_ct_LIPO=lipo
ac_cv_prog_ac_ct_NMEDIT=nmedit
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_OTOOL=otool
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_search_pthread_create='none required'
ac_cv_search_pthread_mutexattr_init='none required'
ac_cv_sys_file_offset_bits=no
ac_cv_sys_largefile_CC=no
ac_cv_type_int16_t=yes
ac_cv_type_int32_t=yes
ac_cv_type_int64_t=yes
ac_cv_type_int8_t=yes
ac_cv_type_intptr_t=yes
ac_cv_type_uint16_t=yes
ac_cv_type_uint32_t=yes
ac_cv_type_uint64_t=yes
ac_cv_type_uint8_t=yes
ac_cv_type_uintptr_t=yes
lt_cv_apple_cc_single_mod=yes
lt_cv_ar_at_file=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_exported_symbols_list=yes
lt_cv_ld_force_load=yes
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_pic='-fno-common -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_rtti_exceptions=yes
lt_cv_prog_compiler_static_works=no
lt_cv_prog_gnu_ld=no
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_global_symbol_to_import=
lt_cv_sys_max_cmd_len=786432
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
lt_cv_truncate_bin='/bin/dd bs=4096 count=1'
## ----------------- ##
## Output variables. ##
## ----------------- ##
ALLOWRELEASE=''
AR='ar'
AWK='awk'
BUILD_CC='gcc'
BUILD_CFLAGS='-DSQLITE_HAS_CODEC -DSQLCIPHER_CRYPTO_OPENSSL'
BUILD_EXEEXT=''
CC='gcc'
CFLAGS='-DSQLITE_HAS_CODEC -DSQLCIPHER_CRYPTO_OPENSSL'
CPP='gcc -E'
CPPFLAGS=''
DEFS=''
DLLTOOL='false'
DSYMUTIL='dsymutil'
DUMPBIN=''
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
FGREP='/usr/bin/grep -F'
GREP='/usr/bin/grep'
HAVE_TCL=''
HAVE_ZLIB=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LD='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld'
LDFLAGS='/Users/mohitsingh/Desktop/libnunchuk/contrib/openssl/libcrypto.a'
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO='lipo'
LN_S='ln -s'
LTLIBOBJS=''
LT_SYS_LIBRARY_PATH=''
MANIFEST_TOOL=':'
NM='/usr/bin/nm -B'
NMEDIT='nmedit'
OBJDUMP='objdump'
OBJEXT='o'
OPT_FEATURE_FLAGS=''
OTOOL64=':'
OTOOL='otool'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='sqlcipher'
PACKAGE_STRING='sqlcipher 3.33.0'
PACKAGE_TARNAME='sqlcipher'
PACKAGE_URL=''
PACKAGE_VERSION='3.33.0'
PATH_SEPARATOR=':'
RANLIB='ranlib'
RELEASE='3.33.0'
SED='/usr/bin/sed'
SHELL='/bin/sh'
SQLITE_OS_UNIX=''
SQLITE_OS_WIN=''
SQLITE_THREADSAFE='1'
STRIP='strip'
TARGET_DEBUG=''
TARGET_EXEEXT=''
TARGET_HAVE_EDITLINE=''
TARGET_HAVE_READLINE=''
TARGET_READLINE_INC=''
TARGET_READLINE_LIBS=''
TCLLIBDIR='/System/Library/Frameworks/Tcl.framework/Versions/8.5/Resources/Scripts/sqlite3'
TCLSH_CMD='tclsh8.5'
TCL_BIN_DIR=''
TCL_INCLUDE_SPEC=''
TCL_LIB_FILE=''
TCL_LIB_FLAG=''
TCL_LIB_SPEC=''
TCL_SHLIB_SUFFIX=''
TCL_SRC_DIR=''
TCL_STUB_LIB_FILE=''
TCL_STUB_LIB_FLAG=''
TCL_STUB_LIB_SPEC=''
TCL_VERSION=''
TEMP_STORE=''
USE_AMALGAMATION='1'
USE_GCOV=''
VERSION='3.33'
VERSION_NUMBER='3033000'
XTHREADCONNECT=''
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_DUMPBIN=''
bindir='${exec_prefix}/bin'
build='arm-apple-darwin21.6.0'
build_alias=''
build_cpu='arm'
build_os='darwin21.6.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='arm-apple-darwin21.6.0'
host_alias=''
host_cpu='arm'
host_os='darwin21.6.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='NONE'
program_prefix=''
program_transform_name='s,x,x,'
psdir='${docdir}'
runstatedir='${localstatedir}/run'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "sqlcipher"
#define PACKAGE_TARNAME "sqlcipher"
#define PACKAGE_VERSION "3.33.0"
#define PACKAGE_STRING "sqlcipher 3.33.0"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE_INT8_T 1
#define HAVE_INT16_T 1
#define HAVE_INT32_T 1
#define HAVE_INT64_T 1
#define HAVE_INTPTR_T 1
#define HAVE_UINT8_T 1
#define HAVE_UINT16_T 1
#define HAVE_UINT32_T 1
#define HAVE_UINT64_T 1
#define HAVE_UINTPTR_T 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDINT_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_FDATASYNC 1
#define HAVE_GMTIME_R 1
#define HAVE_ISNAN 1
#define HAVE_LOCALTIME_R 1
#define HAVE_USLEEP 1
#define HAVE_UTIME 1
#define HAVE_PREAD 1
#define HAVE_PWRITE 1
configure: exit 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment