first commit

This commit is contained in:
Souti
2025-03-06 11:09:58 +01:00
commit 11f7d440ff
330 changed files with 38306 additions and 0 deletions

View File

@@ -0,0 +1,457 @@
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by lua-sqlite3 configure 0.4, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = domoticz
uname -m = armv7l
uname -r = 4.1.13-v7+
uname -s = Linux
uname -v = #826 SMP PREEMPT Fri Nov 13 20:19:03 GMT 2015
/usr/bin/uname -p = unknown
/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: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1373: checking for gcc
configure:1389: found /usr/bin/gcc
configure:1399: result: gcc
configure:1643: checking for C compiler version
configure:1646: gcc --version </dev/null >&5
gcc (Debian 4.6.3-14+rpi1) 4.6.3
Copyright (C) 2011 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:1649: $? = 0
configure:1651: gcc -v </dev/null >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/4.6/lto-wrapper
Target: arm-linux-gnueabihf
Configured with: ../src/configure -v --with-pkgversion='Debian 4.6.3-14+rpi1' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --disable-sjlj-exceptions --with-arch=armv6 --with-fpu=vfp --with-float=hard --enable-checking=release --build=arm-linux-gnueabihf --host=arm-linux-gnueabihf --target=arm-linux-gnueabihf
Thread model: posix
gcc version 4.6.3 (Debian 4.6.3-14+rpi1)
configure:1654: $? = 0
configure:1656: gcc -V </dev/null >&5
gcc: error: unrecognized option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:1659: $? = 4
configure:1682: checking for C compiler default output file name
configure:1685: gcc conftest.c >&5
configure:1688: $? = 0
configure:1734: result: a.out
configure:1739: checking whether the C compiler works
configure:1745: ./a.out
configure:1748: $? = 0
configure:1765: result: yes
configure:1772: checking whether we are cross compiling
configure:1774: result: no
configure:1777: checking for suffix of executables
configure:1779: gcc -o conftest conftest.c >&5
configure:1782: $? = 0
configure:1807: result:
configure:1813: checking for suffix of object files
configure:1834: gcc -c conftest.c >&5
configure:1837: $? = 0
configure:1859: result: o
configure:1863: checking whether we are using the GNU C compiler
configure:1887: gcc -c conftest.c >&5
configure:1893: $? = 0
configure:1897: test -z
|| test ! -s conftest.err
configure:1900: $? = 0
configure:1903: test -s conftest.o
configure:1906: $? = 0
configure:1919: result: yes
configure:1925: checking whether gcc accepts -g
configure:1946: gcc -c -g conftest.c >&5
configure:1952: $? = 0
configure:1956: test -z
|| test ! -s conftest.err
configure:1959: $? = 0
configure:1962: test -s conftest.o
configure:1965: $? = 0
configure:1976: result: yes
configure:1993: checking for gcc option to accept ANSI C
configure:2063: gcc -c -g -O2 conftest.c >&5
configure:2069: $? = 0
configure:2073: test -z
|| test ! -s conftest.err
configure:2076: $? = 0
configure:2079: test -s conftest.o
configure:2082: $? = 0
configure:2100: result: none needed
configure:2118: gcc -c -g -O2 conftest.c >&5
conftest.c:2:3: error: unknown type name 'choke'
conftest.c:2:3: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input
configure:2124: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2263: checking how to run the C preprocessor
configure:2298: gcc -E conftest.c
configure:2304: $? = 0
configure:2336: gcc -E conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:2342: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "lua-sqlite3"
| #define PACKAGE_TARNAME "lua-sqlite3"
| #define PACKAGE_VERSION "0.4"
| #define PACKAGE_STRING "lua-sqlite3 0.4"
| #define PACKAGE_BUGREPORT "mroth@nessie.de"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:2381: result: gcc -E
configure:2405: gcc -E conftest.c
configure:2411: $? = 0
configure:2443: gcc -E conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:2449: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "lua-sqlite3"
| #define PACKAGE_TARNAME "lua-sqlite3"
| #define PACKAGE_VERSION "0.4"
| #define PACKAGE_STRING "lua-sqlite3 0.4"
| #define PACKAGE_BUGREPORT "mroth@nessie.de"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:2493: checking for egrep
configure:2503: result: grep -E
configure:2508: checking for ANSI C header files
configure:2533: gcc -c -g -O2 conftest.c >&5
configure:2539: $? = 0
configure:2543: test -z
|| test ! -s conftest.err
configure:2546: $? = 0
configure:2549: test -s conftest.o
configure:2552: $? = 0
configure:2641: gcc -o conftest -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:26:7: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
configure:2644: $? = 0
configure:2646: ./conftest
configure:2649: $? = 0
configure:2664: result: yes
configure:2688: checking for sys/types.h
configure:2704: gcc -c -g -O2 conftest.c >&5
configure:2710: $? = 0
configure:2714: test -z
|| test ! -s conftest.err
configure:2717: $? = 0
configure:2720: test -s conftest.o
configure:2723: $? = 0
configure:2734: result: yes
configure:2688: checking for sys/stat.h
configure:2704: gcc -c -g -O2 conftest.c >&5
configure:2710: $? = 0
configure:2714: test -z
|| test ! -s conftest.err
configure:2717: $? = 0
configure:2720: test -s conftest.o
configure:2723: $? = 0
configure:2734: result: yes
configure:2688: checking for stdlib.h
configure:2704: gcc -c -g -O2 conftest.c >&5
configure:2710: $? = 0
configure:2714: test -z
|| test ! -s conftest.err
configure:2717: $? = 0
configure:2720: test -s conftest.o
configure:2723: $? = 0
configure:2734: result: yes
configure:2688: checking for string.h
configure:2704: gcc -c -g -O2 conftest.c >&5
configure:2710: $? = 0
configure:2714: test -z
|| test ! -s conftest.err
configure:2717: $? = 0
configure:2720: test -s conftest.o
configure:2723: $? = 0
configure:2734: result: yes
configure:2688: checking for memory.h
configure:2704: gcc -c -g -O2 conftest.c >&5
configure:2710: $? = 0
configure:2714: test -z
|| test ! -s conftest.err
configure:2717: $? = 0
configure:2720: test -s conftest.o
configure:2723: $? = 0
configure:2734: result: yes
configure:2688: checking for strings.h
configure:2704: gcc -c -g -O2 conftest.c >&5
configure:2710: $? = 0
configure:2714: test -z
|| test ! -s conftest.err
configure:2717: $? = 0
configure:2720: test -s conftest.o
configure:2723: $? = 0
configure:2734: result: yes
configure:2688: checking for inttypes.h
configure:2704: gcc -c -g -O2 conftest.c >&5
configure:2710: $? = 0
configure:2714: test -z
|| test ! -s conftest.err
configure:2717: $? = 0
configure:2720: test -s conftest.o
configure:2723: $? = 0
configure:2734: result: yes
configure:2688: checking for stdint.h
configure:2704: gcc -c -g -O2 conftest.c >&5
configure:2710: $? = 0
configure:2714: test -z
|| test ! -s conftest.err
configure:2717: $? = 0
configure:2720: test -s conftest.o
configure:2723: $? = 0
configure:2734: result: yes
configure:2688: checking for unistd.h
configure:2704: gcc -c -g -O2 conftest.c >&5
configure:2710: $? = 0
configure:2714: test -z
|| test ! -s conftest.err
configure:2717: $? = 0
configure:2720: test -s conftest.o
configure:2723: $? = 0
configure:2734: result: yes
configure:2895: checking for egrep
configure:2905: result: grep -E
configure:2912: checking whether linking with rpath is requested
configure:2922: result: no
configure:2970: checking for lua
configure:2989: found /usr/bin/lua
configure:3001: result: /usr/bin/lua
configure:3083: checking lua.h usability
configure:3095: gcc -c -g -O2 conftest.c >&5
conftest.c:53:17: fatal error: lua.h: No such file or directory
compilation terminated.
configure:3101: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "lua-sqlite3"
| #define PACKAGE_TARNAME "lua-sqlite3"
| #define PACKAGE_VERSION "0.4"
| #define PACKAGE_STRING "lua-sqlite3 0.4"
| #define PACKAGE_BUGREPORT "mroth@nessie.de"
| #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 <lua.h>
configure:3124: result: no
configure:3128: checking lua.h presence
configure:3138: gcc -E conftest.c
conftest.c:19:17: fatal error: lua.h: No such file or directory
compilation terminated.
configure:3144: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "lua-sqlite3"
| #define PACKAGE_TARNAME "lua-sqlite3"
| #define PACKAGE_VERSION "0.4"
| #define PACKAGE_STRING "lua-sqlite3 0.4"
| #define PACKAGE_BUGREPORT "mroth@nessie.de"
| #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 <lua.h>
configure:3164: result: no
configure:3199: checking for lua.h
configure:3206: result: no
configure:3213: error: Cannot find lua.h
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_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_exeext=
ac_cv_header_inttypes_h=yes
ac_cv_header_lua_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_objext=o
ac_cv_path_LUA=/usr/bin/lua
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_egrep='grep -E'
## ----------------- ##
## Output variables. ##
## ----------------- ##
CC='gcc'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
DEFS=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
LDFLAGS=''
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
LUA='/usr/bin/lua'
OBJEXT='o'
PACKAGE_BUGREPORT='mroth@nessie.de'
PACKAGE_NAME='lua-sqlite3'
PACKAGE_STRING='lua-sqlite3 0.4'
PACKAGE_TARNAME='lua-sqlite3'
PACKAGE_VERSION='0.4'
PATH_SEPARATOR=':'
SHELL='/bin/bash'
ac_ct_CC='gcc'
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${prefix}/share'
exec_prefix='NONE'
host_alias=''
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='NONE'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define HAVE_INTTYPES_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define PACKAGE_BUGREPORT "mroth@nessie.de"
#define PACKAGE_NAME "lua-sqlite3"
#define PACKAGE_STRING "lua-sqlite3 0.4"
#define PACKAGE_TARNAME "lua-sqlite3"
#define PACKAGE_VERSION "0.4"
#define STDC_HEADERS 1
configure: exit 1