The build took 00h 01m 12s and was NOT successful.
The program in this build is written in the following languages, according to sloccount:
SLOC | Language |
---|---|
10,702 |
cpp |
1,742 |
sh |
1,690 |
makefile |
437 |
haskell |
125 |
ansic |
14,696 |
total |
The process tree of the build process is here.
To avoid scrolling, you may jump to the last line of the
invocation of makepkg
that was used to build this
package.
Removed vanilla repositories from pacman.conf and added:
Copied permanent toolchain into container-local sysroot
/toolchain_root/arm-linux-androideabi --> /sysroot/arm-linux-androideabi
/toolchain_root/COPYING3.LIB --> /sysroot/COPYING3.LIB
/toolchain_root/sysroot --> /sysroot/sysroot
/toolchain_root/COPYING.RUNTIME --> /sysroot/COPYING.RUNTIME
/toolchain_root/lib --> /sysroot/lib
/toolchain_root/SOURCES --> /sysroot/SOURCES
/toolchain_root/lib64 --> /sysroot/lib64
/toolchain_root/share --> /sysroot/share
/toolchain_root/bin --> /sysroot/bin
/toolchain_root/COPYING --> /sysroot/COPYING
/toolchain_root/COPYING3 --> /sysroot/COPYING3
/toolchain_root/COPYING.LIB --> /sysroot/COPYING.LIB
/toolchain_root/include --> /sysroot/include
/toolchain_root/libexec --> /sysroot/libexec
CMD: sudo -u tuscan PATH=/sysroot/bin:/sysroot/libexec/gcc/arm-linux-androideabi/4.8:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=arm-linux-androideabi-gcc CXX=arm-linux-androideabi-g++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
==> Making package: re2c 0.16-1 (Tue Apr 4 21:48:43 UTC 2017)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for arm-linux-androideabi-strip... arm-linux-androideabi-strip
checking for a thread-safe mkdir -p... /usr/sbin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking for bison... /usr/sbin/bison
checking for arm-linux-androideabi-gcc... arm-linux-androideabi-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether arm-linux-androideabi-gcc accepts -g... yes
checking for arm-linux-androideabi-gcc option to accept ISO C89... none needed
checking whether arm-linux-androideabi-gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of arm-linux-androideabi-gcc... gcc3
checking whether we are using the GNU C++ compiler... yes
checking whether arm-linux-androideabi-g++ accepts -g... yes
checking dependency style of arm-linux-androideabi-g++... gcc3
checking C++ compiler flag -W... yes
checking C++ compiler flag -Wall... yes
checking C++ compiler flag -Wextra... yes
checking C++ compiler flag -Weffc++... yes
checking C++ compiler flag -pedantic... yes
checking C++ compiler flag -Wformat=2... yes
checking C++ compiler flag -Wredundant-decls... yes
checking C++ compiler flag -Wsuggest-attribute=format... yes
checking C++ compiler flag -Wconversion... yes
checking C++ compiler flag -Wsign-conversion... yes
checking C++ compiler flag -O2... yes
checking C++ compiler flag -Weverything... no
checking for stdint.h... yes
checking size of char... 1
checking size of short... 2
checking size of int... 4
checking size of long... 4
checking size of long long... 8
checking size of __int64... 0
checking size of void *... 4
checking size of 0l... 4
checking size of 0ll... 8
checking size of 0i8... 0
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/manpage.rst
config.status: creating run_tests.sh
config.status: creating config.h
config.status: executing depfiles commands
make all-am
make[1]: Entering directory '/tmp/re2c/src/re2c-0.16'
CXX src/ir/regexp/fixed_length.o
CXX src/ir/regexp/regexp.o
GEN src/parse/parser.cc
GEN src/parse/lex_conf.cc
GEN src/conf/parse_opts.cc
cp ./bootstrap/doc/re2c.1 doc/re2c.1
Reconfigure to rebuild docs: ./configure --enable-docs
CXX src/codegen/bitmap.o
/bin/sh: line 9: 1535 Segmentation fault (core dumped) /usr/sbin/bison --output=src/parse/parser.cc --defines=src/parse/y.tab.h ./src/parse/parser.ypp
make[1]: *** [Makefile:1815: src/parse/parser.cc] Error 139
make[1]: *** Waiting for unfinished jobs....
In file included from ./src/ir/regexp/regexp.h:9:0,
from src/ir/regexp/fixed_length.cc:3:
./src/util/free_list.h: In instantiation of 'class re2c::free_list':
./src/ir/regexp/regexp.h:27:12: required from here
./src/util/free_list.h:10:7: warning: base class 'class std::set, std::allocator >' has a non-virtual destructor [-Weffc++]
class free_list: protected std::set<_Ty>
^
./src/util/free_list.h: In instantiation of 'class re2c::free_list':
./src/util/range.h:37:12: required from here
./src/util/free_list.h:10:7: warning: base class 'class std::set, std::allocator >' has a non-virtual destructor [-Weffc++]
In file included from ./src/ir/regexp/regexp.h:9:0,
from ./src/ir/dfa/dfa.h:7,
from ./src/conf/opt.h:9,
from src/ir/regexp/regexp.cc:3:
./src/util/free_list.h: In instantiation of 'class re2c::free_list':
./src/ir/regexp/regexp.h:27:12: required from here
./src/util/free_list.h:10:7: warning: base class 'class std::set, std::allocator >' has a non-virtual destructor [-Weffc++]
class free_list: protected std::set<_Ty>
^
./src/util/free_list.h: In instantiation of 'class re2c::free_list':
./src/util/range.h:37:12: required from here
./src/util/free_list.h:10:7: warning: base class 'class std::set, std::allocator >' has a non-virtual destructor [-Weffc++]
In file included from src/ir/regexp/regexp.cc:17:0:
./src/parse/scanner.h:52:7: warning: base class 'struct re2c::ScannerState' has a non-virtual destructor [-Weffc++]
class Scanner: private ScannerState
^
In file included from ./src/ir/regexp/regexp.h:9:0,
from ./src/ir/dfa/dfa.h:7,
from ./src/conf/opt.h:9,
from src/codegen/bitmap.cc:7:
./src/util/free_list.h: In instantiation of 'class re2c::free_list':
./src/ir/regexp/regexp.h:27:12: required from here
./src/util/free_list.h:10:7: warning: base class 'class std::set, std::allocator >' has a non-virtual destructor [-Weffc++]
class free_list: protected std::set<_Ty>
^
make[1]: Leaving directory '/tmp/re2c/src/re2c-0.16'
make: *** [Makefile:768: all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
Printing config logfiles
CMD: config logfiles '/tmp/re2c/src/re2c-0.16/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 re2c configure 0.16, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --build=x86_64-unknown-linux --host=arm-linux-androideabi --prefix=/usr
## --------- ##
## Platform. ##
## --------- ##
hostname = 19f31ccd3cd1
uname -m = x86_64
uname -r = 4.10.6-1-ARCH
uname -s = Linux
uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /sysroot/bin
PATH: /sysroot/libexec/gcc/arm-linux-androideabi/4.8
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2147: checking for a BSD-compatible install
configure:2215: result: /usr/bin/install -c
configure:2226: checking whether build environment is sane
configure:2281: result: yes
configure:2340: checking for arm-linux-androideabi-strip
configure:2356: found /sysroot/bin/arm-linux-androideabi-strip
configure:2367: result: arm-linux-androideabi-strip
configure:2432: checking for a thread-safe mkdir -p
configure:2471: result: /usr/sbin/mkdir -p
configure:2478: checking for gawk
configure:2494: found /usr/sbin/gawk
configure:2505: result: gawk
configure:2516: checking whether make sets $(MAKE)
configure:2538: result: yes
configure:2567: checking whether make supports nested variables
configure:2584: result: yes
configure:2721: checking whether make supports nested variables
configure:2738: result: yes
configure:2836: checking for bison
configure:2854: found /usr/sbin/bison
configure:2867: result: /usr/sbin/bison
configure:2883: checking for arm-linux-androideabi-gcc
configure:2910: result: arm-linux-androideabi-gcc
configure:3179: checking for C compiler version
configure:3188: arm-linux-androideabi-gcc --version >&5
arm-linux-androideabi-gcc (GCC) 4.8
Copyright (C) 2013 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:3199: $? = 0
configure:3188: arm-linux-androideabi-gcc -v >&5
Using built-in specs.
COLLECT_GCC=arm-linux-androideabi-gcc
COLLECT_LTO_WRAPPER=/sysroot/bin/../libexec/gcc/arm-linux-androideabi/4.8/lto-wrapper
Target: arm-linux-androideabi
Configured with: /s/ndk-toolchain/src/build/../gcc/gcc-4.8/configure --prefix=/tmp/ndk-andrewhsieh/build/toolchain/prefix --target=arm-linux-androideabi --host=x86_64-linux-gnu --build=x86_64-linux-gnu --with-gnu-as --with-gnu-ld --enable-languages=c,c++ --with-gmp=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-mpfr=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-mpc=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-cloog=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-isl=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-ppl=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --disable-ppl-version-check --disable-cloog-version-check --disable-isl-version-check --enable-cloog-backend=isl --with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm' --disable-libssp --enable-threads --disable-nls --disable-libmudflap --disable-libgomp --disable-libstdc__-v3 --disable-sjlj-exceptions --disable-shared --disable-tls --disable-libitm --with-float=soft --with-fpu=vfp --with-arch=armv5te --enable-target-optspace --enable-initfini-array --disable-nls --prefix=/tmp/ndk-andrewhsieh/build/toolchain/prefix --with-sysroot=/tmp/ndk-andrewhsieh/build/toolchain/prefix/sysroot --with-binutils-version=2.25 --with-mpfr-version=3.1.1 --with-mpc-version=1.0.1 --with-gmp-version=5.0.5 --with-gcc-version=4.8 --with-gdb-version=7.7 --with-python=/usr/local/google/home/andrewhsieh/mydroid/ndk/prebuilt/linux-x86_64/bin/python-config.sh --with-gxx-include-dir=/tmp/ndk-andrewhsieh/build/toolchain/prefix/include/c++/4.8 --with-bugurl=http://source.android.com/source/report-bugs.html --enable-languages=c,c++ --disable-bootstrap --enable-plugins --enable-libgomp --enable-gnu-indirect-function --disable-libsanitizer --enable-gold --enable-threads --enable-graphite=yes --with-cloog-version=0.18.0 --with-isl-version=0.11.1 --enable-eh-frame-hdr-for-static --with-arch=armv5te --program-transform-name='s&^&arm-linux-androideabi-&' --enable-gold=default
Thread model: posix
gcc version 4.8 (GCC)
configure:3199: $? = 0
configure:3188: arm-linux-androideabi-gcc -V >&5
arm-linux-androideabi-gcc: error: unrecognized command line option '-V'
arm-linux-androideabi-gcc: fatal error: no input files
compilation terminated.
configure:3199: $? = 1
configure:3188: arm-linux-androideabi-gcc -qversion >&5
arm-linux-androideabi-gcc: error: unrecognized command line option '-qversion'
arm-linux-androideabi-gcc: fatal error: no input files
compilation terminated.
configure:3199: $? = 1
configure:3219: checking whether the C compiler works
configure:3241: arm-linux-androideabi-gcc conftest.c >&5
configure:3245: $? = 0
configure:3293: result: yes
configure:3296: checking for C compiler default output file name
configure:3298: result: a.out
configure:3304: checking for suffix of executables
configure:3311: arm-linux-androideabi-gcc -o conftest conftest.c >&5
configure:3315: $? = 0
configure:3337: result:
configure:3359: checking whether we are cross compiling
configure:3397: result: yes
configure:3402: checking for suffix of object files
configure:3424: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3428: $? = 0
configure:3449: result: o
configure:3453: checking whether we are using the GNU C compiler
configure:3472: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3472: $? = 0
configure:3481: result: yes
configure:3490: checking whether arm-linux-androideabi-gcc accepts -g
configure:3510: arm-linux-androideabi-gcc -c -g conftest.c >&5
configure:3510: $? = 0
configure:3551: result: yes
configure:3568: checking for arm-linux-androideabi-gcc option to accept ISO C89
configure:3631: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3631: $? = 0
configure:3644: result: none needed
configure:3669: checking whether arm-linux-androideabi-gcc understands -c and -o together
configure:3691: arm-linux-androideabi-gcc -c conftest.c -o conftest2.o
configure:3694: $? = 0
configure:3691: arm-linux-androideabi-gcc -c conftest.c -o conftest2.o
configure:3694: $? = 0
configure:3706: result: yes
configure:3734: checking for style of include used by make
configure:3762: result: GNU
configure:3788: checking dependency style of arm-linux-androideabi-gcc
configure:3899: result: gcc3
configure:4026: checking for C++ compiler version
configure:4035: arm-linux-androideabi-g++ --version >&5
arm-linux-androideabi-g++ (GCC) 4.8
Copyright (C) 2013 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:4046: $? = 0
configure:4035: arm-linux-androideabi-g++ -v >&5
Using built-in specs.
COLLECT_GCC=arm-linux-androideabi-g++
COLLECT_LTO_WRAPPER=/sysroot/bin/../libexec/gcc/arm-linux-androideabi/4.8/lto-wrapper
Target: arm-linux-androideabi
Configured with: /s/ndk-toolchain/src/build/../gcc/gcc-4.8/configure --prefix=/tmp/ndk-andrewhsieh/build/toolchain/prefix --target=arm-linux-androideabi --host=x86_64-linux-gnu --build=x86_64-linux-gnu --with-gnu-as --with-gnu-ld --enable-languages=c,c++ --with-gmp=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-mpfr=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-mpc=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-cloog=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-isl=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-ppl=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --disable-ppl-version-check --disable-cloog-version-check --disable-isl-version-check --enable-cloog-backend=isl --with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm' --disable-libssp --enable-threads --disable-nls --disable-libmudflap --disable-libgomp --disable-libstdc__-v3 --disable-sjlj-exceptions --disable-shared --disable-tls --disable-libitm --with-float=soft --with-fpu=vfp --with-arch=armv5te --enable-target-optspace --enable-initfini-array --disable-nls --prefix=/tmp/ndk-andrewhsieh/build/toolchain/prefix --with-sysroot=/tmp/ndk-andrewhsieh/build/toolchain/prefix/sysroot --with-binutils-version=2.25 --with-mpfr-version=3.1.1 --with-mpc-version=1.0.1 --with-gmp-version=5.0.5 --with-gcc-version=4.8 --with-gdb-version=7.7 --with-python=/usr/local/google/home/andrewhsieh/mydroid/ndk/prebuilt/linux-x86_64/bin/python-config.sh --with-gxx-include-dir=/tmp/ndk-andrewhsieh/build/toolchain/prefix/include/c++/4.8 --with-bugurl=http://source.android.com/source/report-bugs.html --enable-languages=c,c++ --disable-bootstrap --enable-plugins --enable-libgomp --enable-gnu-indirect-function --disable-libsanitizer --enable-gold --enable-threads --enable-graphite=yes --with-cloog-version=0.18.0 --with-isl-version=0.11.1 --enable-eh-frame-hdr-for-static --with-arch=armv5te --program-transform-name='s&^&arm-linux-androideabi-&' --enable-gold=default
Thread model: posix
gcc version 4.8 (GCC)
configure:4046: $? = 0
configure:4035: arm-linux-androideabi-g++ -V >&5
arm-linux-androideabi-g++: error: unrecognized command line option '-V'
arm-linux-androideabi-g++: fatal error: no input files
compilation terminated.
configure:4046: $? = 1
configure:4035: arm-linux-androideabi-g++ -qversion >&5
arm-linux-androideabi-g++: error: unrecognized command line option '-qversion'
arm-linux-androideabi-g++: fatal error: no input files
compilation terminated.
configure:4046: $? = 1
configure:4050: checking whether we are using the GNU C++ compiler
configure:4069: arm-linux-androideabi-g++ -c conftest.cpp >&5
configure:4069: $? = 0
configure:4078: result: yes
configure:4087: checking whether arm-linux-androideabi-g++ accepts -g
configure:4107: arm-linux-androideabi-g++ -c -g conftest.cpp >&5
configure:4107: $? = 0
configure:4148: result: yes
configure:4173: checking dependency style of arm-linux-androideabi-g++
configure:4284: result: gcc3
configure:4312: checking C++ compiler flag -W
configure:4333: arm-linux-androideabi-g++ -c -W conftest.cpp >&5
configure:4333: $? = 0
configure:4350: result: yes
configure:4354: checking C++ compiler flag -Wall
configure:4375: arm-linux-androideabi-g++ -c -Wall conftest.cpp >&5
configure:4375: $? = 0
configure:4392: result: yes
configure:4396: checking C++ compiler flag -Wextra
configure:4417: arm-linux-androideabi-g++ -c -Wextra conftest.cpp >&5
configure:4417: $? = 0
configure:4434: result: yes
configure:4438: checking C++ compiler flag -Weffc++
configure:4459: arm-linux-androideabi-g++ -c -Weffc++ conftest.cpp >&5
configure:4459: $? = 0
configure:4476: result: yes
configure:4480: checking C++ compiler flag -pedantic
configure:4501: arm-linux-androideabi-g++ -c -pedantic conftest.cpp >&5
configure:4501: $? = 0
configure:4518: result: yes
configure:4522: checking C++ compiler flag -Wformat=2
configure:4543: arm-linux-androideabi-g++ -c -Wformat=2 conftest.cpp >&5
configure:4543: $? = 0
configure:4560: result: yes
configure:4564: checking C++ compiler flag -Wredundant-decls
configure:4585: arm-linux-androideabi-g++ -c -Wredundant-decls conftest.cpp >&5
configure:4585: $? = 0
configure:4602: result: yes
configure:4606: checking C++ compiler flag -Wsuggest-attribute=format
configure:4627: arm-linux-androideabi-g++ -c -Wsuggest-attribute=format conftest.cpp >&5
configure:4627: $? = 0
configure:4644: result: yes
configure:4648: checking C++ compiler flag -Wconversion
configure:4669: arm-linux-androideabi-g++ -c -Wconversion conftest.cpp >&5
configure:4669: $? = 0
configure:4686: result: yes
configure:4690: checking C++ compiler flag -Wsign-conversion
configure:4711: arm-linux-androideabi-g++ -c -Wsign-conversion conftest.cpp >&5
configure:4711: $? = 0
configure:4728: result: yes
configure:4732: checking C++ compiler flag -O2
configure:4753: arm-linux-androideabi-g++ -c -O2 conftest.cpp >&5
configure:4753: $? = 0
configure:4770: result: yes
configure:4774: checking C++ compiler flag -Weverything
configure:4795: arm-linux-androideabi-g++ -c -Weverything conftest.cpp >&5
arm-linux-androideabi-g++: error: unrecognized command line option '-Weverything'
configure:4795: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "re2c"
| #define PACKAGE_TARNAME "re2c"
| #define PACKAGE_VERSION "0.16"
| #define PACKAGE_STRING "re2c 0.16"
| #define PACKAGE_BUGREPORT "re2c-general@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "re2c"
| #define VERSION "0.16"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:4812: result: no
configure:4821: checking for stdint.h
configure:4821: arm-linux-androideabi-gcc -c conftest.c >&5
configure:4821: $? = 0
configure:4821: result: yes
configure:4837: checking size of char
configure:4842: arm-linux-androideabi-gcc -c conftest.c >&5
configure:4842: $? = 0
configure:4842: arm-linux-androideabi-gcc -c conftest.c >&5
conftest.c: In function 'main':
conftest.c:17:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (char))) <= 0)];
^
configure:4842: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "re2c"
| #define PACKAGE_TARNAME "re2c"
| #define PACKAGE_VERSION "0.16"
| #define PACKAGE_STRING "re2c 0.16"
| #define PACKAGE_BUGREPORT "re2c-general@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "re2c"
| #define VERSION "0.16"
| #define HAVE_STDINT_H 1
| /* end confdefs.h. */
|
|
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (char))) <= 0)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:4842: arm-linux-androideabi-gcc -c conftest.c >&5
configure:4842: $? = 0
configure:4857: result: 1
configure:4871: checking size of short
configure:4876: arm-linux-androideabi-gcc -c conftest.c >&5
configure:4876: $? = 0
configure:4876: arm-linux-androideabi-gcc -c conftest.c >&5
conftest.c: In function 'main':
conftest.c:18:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (short))) <= 0)];
^
configure:4876: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "re2c"
| #define PACKAGE_TARNAME "re2c"
| #define PACKAGE_VERSION "0.16"
| #define PACKAGE_STRING "re2c 0.16"
| #define PACKAGE_BUGREPORT "re2c-general@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "re2c"
| #define VERSION "0.16"
| #define HAVE_STDINT_H 1
| #define SIZEOF_CHAR 1
| /* end confdefs.h. */
|
|
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (short))) <= 0)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:4876: arm-linux-androideabi-gcc -c conftest.c >&5
conftest.c: In function 'main':
conftest.c:18:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (short))) <= 1)];
^
configure:4876: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "re2c"
| #define PACKAGE_TARNAME "re2c"
| #define PACKAGE_VERSION "0.16"
| #define PACKAGE_STRING "re2c 0.16"
| #define PACKAGE_BUGREPORT "re2c-general@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "re2c"
| #define VERSION "0.16"
| #define HAVE_STDINT_H 1
| #define SIZEOF_CHAR 1
| /* end confdefs.h. */
|
|
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (short))) <= 1)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:4876: arm-linux-androideabi-gcc -c conftest.c >&5
configure:4876: $? = 0
configure:4876: arm-linux-androideabi-gcc -c conftest.c >&5
configure:4876: $? = 0
configure:4891: result: 2
configure:4905: checking size of int
configure:4910: arm-linux-androideabi-gcc -c conftest.c >&5
configure:4910: $? = 0
configure:4910: arm-linux-androideabi-gcc -c conftest.c >&5
conftest.c: In function 'main':
conftest.c:19:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 0)];
^
configure:4910: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "re2c"
| #define PACKAGE_TARNAME "re2c"
| #define PACKAGE_VERSION "0.16"
| #define PACKAGE_STRING "re2c 0.16"
| #define PACKAGE_BUGREPORT "re2c-general@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "re2c"
| #define VERSION "0.16"
| #define HAVE_STDINT_H 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| /* end confdefs.h. */
|
|
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 0)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:4910: arm-linux-androideabi-gcc -c conftest.c >&5
conftest.c: In function 'main':
conftest.c:19:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 1)];
^
configure:4910: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "re2c"
| #define PACKAGE_TARNAME "re2c"
| #define PACKAGE_VERSION "0.16"
| #define PACKAGE_STRING "re2c 0.16"
| #define PACKAGE_BUGREPORT "re2c-general@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "re2c"
| #define VERSION "0.16"
| #define HAVE_STDINT_H 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| /* end confdefs.h. */
|
|
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 1)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:4910: arm-linux-androideabi-gcc -c conftest.c >&5
conftest.c: In function 'main':
conftest.c:19:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 3)];
^
configure:4910: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "re2c"
| #define PACKAGE_TARNAME "re2c"
| #define PACKAGE_VERSION "0.16"
| #define PACKAGE_STRING "re2c 0.16"
| #define PACKAGE_BUGREPORT "re2c-general@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "re2c"
| #define VERSION "0.16"
| #define HAVE_STDINT_H 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| /* end confdefs.h. */
|
|
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 3)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:4910: arm-linux-androideabi-gcc -c conftest.c >&5
configure:4910: $? = 0
configure:4910: arm-linux-androideabi-gcc -c conftest.c >&5
configure:4910: $? = 0
configure:4910: arm-linux-androideabi-gcc -c conftest.c >&5
configure:4910: $? = 0
configure:4925: result: 4
configure:4939: checking size of long
configure:4944: arm-linux-androideabi-gcc -c conftest.c >&5
configure:4944: $? = 0
configure:4944: arm-linux-androideabi-gcc -c conftest.c >&5
conftest.c: In function 'main':
conftest.c:20:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 0)];
^
configure:4944: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "re2c"
| #define PACKAGE_TARNAME "re2c"
| #define PACKAGE_VERSION "0.16"
| #define PACKAGE_STRING "re2c 0.16"
| #define PACKAGE_BUGREPORT "re2c-general@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "re2c"
| #define VERSION "0.16"
| #define HAVE_STDINT_H 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| /* end confdefs.h. */
|
|
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 0)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:4944: arm-linux-androideabi-gcc -c conftest.c >&5
conftest.c: In function 'main':
conftest.c:20:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 1)];
^
configure:4944: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "re2c"
| #define PACKAGE_TARNAME "re2c"
| #define PACKAGE_VERSION "0.16"
| #define PACKAGE_STRING "re2c 0.16"
| #define PACKAGE_BUGREPORT "re2c-general@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "re2c"
| #define VERSION "0.16"
| #define HAVE_STDINT_H 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| /* end confdefs.h. */
|
|
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 1)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:4944: arm-linux-androideabi-gcc -c conftest.c >&5
conftest.c: In function 'main':
conftest.c:20:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 3)];
^
configure:4944: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "re2c"
| #define PACKAGE_TARNAME "re2c"
| #define PACKAGE_VERSION "0.16"
| #define PACKAGE_STRING "re2c 0.16"
| #define PACKAGE_BUGREPORT "re2c-general@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "re2c"
| #define VERSION "0.16"
| #define HAVE_STDINT_H 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| /* end confdefs.h. */
|
|
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 3)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:4944: arm-linux-androideabi-gcc -c conftest.c >&5
configure:4944: $? = 0
configure:4944: arm-linux-androideabi-gcc -c conftest.c >&5
configure:4944: $? = 0
configure:4944: arm-linux-androideabi-gcc -c conftest.c >&5
configure:4944: $? = 0
configure:4959: result: 4
configure:4973: checking size of long long
configure:4978: arm-linux-androideabi-gcc -c conftest.c >&5
configure:4978: $? = 0
configure:4978: arm-linux-androideabi-gcc -c conftest.c >&5
conftest.c: In function 'main':
conftest.c:21:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 0)];
^
configure:4978: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "re2c"
| #define PACKAGE_TARNAME "re2c"
| #define PACKAGE_VERSION "0.16"
| #define PACKAGE_STRING "re2c 0.16"
| #define PACKAGE_BUGREPORT "re2c-general@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "re2c"
| #define VERSION "0.16"
| #define HAVE_STDINT_H 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| /* end confdefs.h. */
|
|
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 0)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:4978: arm-linux-androideabi-gcc -c conftest.c >&5
conftest.c: In function 'main':
conftest.c:21:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 1)];
^
configure:4978: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "re2c"
| #define PACKAGE_TARNAME "re2c"
| #define PACKAGE_VERSION "0.16"
| #define PACKAGE_STRING "re2c 0.16"
| #define PACKAGE_BUGREPORT "re2c-general@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "re2c"
| #define VERSION "0.16"
| #define HAVE_STDINT_H 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| /* end confdefs.h. */
|
|
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 1)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:4978: arm-linux-androideabi-gcc -c conftest.c >&5
conftest.c: In function 'main':
conftest.c:21:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 3)];
^
configure:4978: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "re2c"
| #define PACKAGE_TARNAME "re2c"
| #define PACKAGE_VERSION "0.16"
| #define PACKAGE_STRING "re2c 0.16"
| #define PACKAGE_BUGREPORT "re2c-general@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "re2c"
| #define VERSION "0.16"
| #define HAVE_STDINT_H 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| /* end confdefs.h. */
|
|
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 3)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:4978: arm-linux-androideabi-gcc -c conftest.c >&5
conftest.c: In function 'main':
conftest.c:21:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 7)];
^
configure:4978: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "re2c"
| #define PACKAGE_TARNAME "re2c"
| #define PACKAGE_VERSION "0.16"
| #define PACKAGE_STRING "re2c 0.16"
| #define PACKAGE_BUGREPORT "re2c-general@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "re2c"
| #define VERSION "0.16"
| #define HAVE_STDINT_H 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| /* end confdefs.h. */
|
|
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 7)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:4978: arm-linux-androideabi-gcc -c conftest.c >&5
configure:4978: $? = 0
configure:4978: arm-linux-androideabi-gcc -c conftest.c >&5
configure:4978: $? = 0
configure:4978: arm-linux-androideabi-gcc -c conftest.c >&5
configure:4978: $? = 0
configure:4978: arm-linux-androideabi-gcc -c conftest.c >&5
configure:4978: $? = 0
configure:4993: result: 8
configure:5007: checking size of __int64
configure:5012: arm-linux-androideabi-gcc -c conftest.c >&5
conftest.c: In function 'main':
conftest.c:22:55: error: '__int64' undeclared (first use in this function)
static int test_array [1 - 2 * !(((long int) (sizeof (__int64))) >= 0)];
^
conftest.c:22:55: note: each undeclared identifier is reported only once for each function it appears in
configure:5012: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "re2c"
| #define PACKAGE_TARNAME "re2c"
| #define PACKAGE_VERSION "0.16"
| #define PACKAGE_STRING "re2c 0.16"
| #define PACKAGE_BUGREPORT "re2c-general@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "re2c"
| #define VERSION "0.16"
| #define HAVE_STDINT_H 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| /* end confdefs.h. */
|
|
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (__int64))) >= 0)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:5012: arm-linux-androideabi-gcc -c conftest.c >&5
conftest.c: In function 'main':
conftest.c:22:55: error: '__int64' undeclared (first use in this function)
static int test_array [1 - 2 * !(((long int) (sizeof (__int64))) < 0)];
^
conftest.c:22:55: note: each undeclared identifier is reported only once for each function it appears in
configure:5012: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "re2c"
| #define PACKAGE_TARNAME "re2c"
| #define PACKAGE_VERSION "0.16"
| #define PACKAGE_STRING "re2c 0.16"
| #define PACKAGE_BUGREPORT "re2c-general@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "re2c"
| #define VERSION "0.16"
| #define HAVE_STDINT_H 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| /* end confdefs.h. */
|
|
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (__int64))) < 0)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:5027: result: 0
configure:5042: checking size of void *
configure:5047: arm-linux-androideabi-gcc -c conftest.c >&5
configure:5047: $? = 0
configure:5047: arm-linux-androideabi-gcc -c conftest.c >&5
conftest.c: In function 'main':
conftest.c:23:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (void *))) <= 0)];
^
configure:5047: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "re2c"
| #define PACKAGE_TARNAME "re2c"
| #define PACKAGE_VERSION "0.16"
| #define PACKAGE_STRING "re2c 0.16"
| #define PACKAGE_BUGREPORT "re2c-general@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "re2c"
| #define VERSION "0.16"
| #define HAVE_STDINT_H 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| /* end confdefs.h. */
|
|
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (void *))) <= 0)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:5047: arm-linux-androideabi-gcc -c conftest.c >&5
conftest.c: In function 'main':
conftest.c:23:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (void *))) <= 1)];
^
configure:5047: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "re2c"
| #define PACKAGE_TARNAME "re2c"
| #define PACKAGE_VERSION "0.16"
| #define PACKAGE_STRING "re2c 0.16"
| #define PACKAGE_BUGREPORT "re2c-general@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "re2c"
| #define VERSION "0.16"
| #define HAVE_STDINT_H 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| /* end confdefs.h. */
|
|
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (void *))) <= 1)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:5047: arm-linux-androideabi-gcc -c conftest.c >&5
conftest.c: In function 'main':
conftest.c:23:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (void *))) <= 3)];
^
configure:5047: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "re2c"
| #define PACKAGE_TARNAME "re2c"
| #define PACKAGE_VERSION "0.16"
| #define PACKAGE_STRING "re2c 0.16"
| #define PACKAGE_BUGREPORT "re2c-general@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "re2c"
| #define VERSION "0.16"
| #define HAVE_STDINT_H 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| /* end confdefs.h. */
|
|
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (void *))) <= 3)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:5047: arm-linux-androideabi-gcc -c conftest.c >&5
configure:5047: $? = 0
configure:5047: arm-linux-androideabi-gcc -c conftest.c >&5
configure:5047: $? = 0
configure:5047: arm-linux-androideabi-gcc -c conftest.c >&5
configure:5047: $? = 0
configure:5062: result: 4
configure:5077: checking size of 0l
configure:5082: arm-linux-androideabi-gcc -c conftest.c >&5
configure:5082: $? = 0
configure:5082: arm-linux-androideabi-gcc -c conftest.c >&5
conftest.c: In function 'main':
conftest.c:24:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (0l))) <= 0)];
^
configure:5082: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "re2c"
| #define PACKAGE_TARNAME "re2c"
| #define PACKAGE_VERSION "0.16"
| #define PACKAGE_STRING "re2c 0.16"
| #define PACKAGE_BUGREPORT "re2c-general@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "re2c"
| #define VERSION "0.16"
| #define HAVE_STDINT_H 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_VOID_P 4
| /* end confdefs.h. */
|
|
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (0l))) <= 0)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:5082: arm-linux-androideabi-gcc -c conftest.c >&5
conftest.c: In function 'main':
conftest.c:24:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (0l))) <= 1)];
^
configure:5082: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "re2c"
| #define PACKAGE_TARNAME "re2c"
| #define PACKAGE_VERSION "0.16"
| #define PACKAGE_STRING "re2c 0.16"
| #define PACKAGE_BUGREPORT "re2c-general@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "re2c"
| #define VERSION "0.16"
| #define HAVE_STDINT_H 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_VOID_P 4
| /* end confdefs.h. */
|
|
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (0l))) <= 1)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:5082: arm-linux-androideabi-gcc -c conftest.c >&5
conftest.c: In function 'main':
conftest.c:24:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (0l))) <= 3)];
^
configure:5082: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "re2c"
| #define PACKAGE_TARNAME "re2c"
| #define PACKAGE_VERSION "0.16"
| #define PACKAGE_STRING "re2c 0.16"
| #define PACKAGE_BUGREPORT "re2c-general@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "re2c"
| #define VERSION "0.16"
| #define HAVE_STDINT_H 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_VOID_P 4
| /* end confdefs.h. */
|
|
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (0l))) <= 3)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:5082: arm-linux-androideabi-gcc -c conftest.c >&5
configure:5082: $? = 0
configure:5082: arm-linux-androideabi-gcc -c conftest.c >&5
configure:5082: $? = 0
configure:5082: arm-linux-androideabi-gcc -c conftest.c >&5
configure:5082: $? = 0
configure:5097: result: 4
configure:5111: checking size of 0ll
configure:5116: arm-linux-androideabi-gcc -c conftest.c >&5
configure:5116: $? = 0
configure:5116: arm-linux-androideabi-gcc -c conftest.c >&5
conftest.c: In function 'main':
conftest.c:25:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (0ll))) <= 0)];
^
configure:5116: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "re2c"
| #define PACKAGE_TARNAME "re2c"
| #define PACKAGE_VERSION "0.16"
| #define PACKAGE_STRING "re2c 0.16"
| #define PACKAGE_BUGREPORT "re2c-general@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "re2c"
| #define VERSION "0.16"
| #define HAVE_STDINT_H 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_VOID_P 4
| #define SIZEOF_0L 4
| /* end confdefs.h. */
|
|
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (0ll))) <= 0)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:5116: arm-linux-androideabi-gcc -c conftest.c >&5
conftest.c: In function 'main':
conftest.c:25:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (0ll))) <= 1)];
^
configure:5116: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "re2c"
| #define PACKAGE_TARNAME "re2c"
| #define PACKAGE_VERSION "0.16"
| #define PACKAGE_STRING "re2c 0.16"
| #define PACKAGE_BUGREPORT "re2c-general@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "re2c"
| #define VERSION "0.16"
| #define HAVE_STDINT_H 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_VOID_P 4
| #define SIZEOF_0L 4
| /* end confdefs.h. */
|
|
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (0ll))) <= 1)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:5116: arm-linux-androideabi-gcc -c conftest.c >&5
conftest.c: In function 'main':
conftest.c:25:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (0ll))) <= 3)];
^
configure:5116: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "re2c"
| #define PACKAGE_TARNAME "re2c"
| #define PACKAGE_VERSION "0.16"
| #define PACKAGE_STRING "re2c 0.16"
| #define PACKAGE_BUGREPORT "re2c-general@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "re2c"
| #define VERSION "0.16"
| #define HAVE_STDINT_H 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_VOID_P 4
| #define SIZEOF_0L 4
| /* end confdefs.h. */
|
|
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (0ll))) <= 3)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:5116: arm-linux-androideabi-gcc -c conftest.c >&5
conftest.c: In function 'main':
conftest.c:25:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (0ll))) <= 7)];
^
configure:5116: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "re2c"
| #define PACKAGE_TARNAME "re2c"
| #define PACKAGE_VERSION "0.16"
| #define PACKAGE_STRING "re2c 0.16"
| #define PACKAGE_BUGREPORT "re2c-general@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "re2c"
| #define VERSION "0.16"
| #define HAVE_STDINT_H 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_VOID_P 4
| #define SIZEOF_0L 4
| /* end confdefs.h. */
|
|
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (0ll))) <= 7)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:5116: arm-linux-androideabi-gcc -c conftest.c >&5
configure:5116: $? = 0
configure:5116: arm-linux-androideabi-gcc -c conftest.c >&5
configure:5116: $? = 0
configure:5116: arm-linux-androideabi-gcc -c conftest.c >&5
configure:5116: $? = 0
configure:5116: arm-linux-androideabi-gcc -c conftest.c >&5
configure:5116: $? = 0
configure:5131: result: 8
configure:5145: checking size of 0i8
configure:5150: arm-linux-androideabi-gcc -c conftest.c >&5
conftest.c: In function 'main':
conftest.c:26:55: error: invalid suffix "i8" on integer constant
static int test_array [1 - 2 * !(((long int) (sizeof (0i8))) >= 0)];
^
configure:5150: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "re2c"
| #define PACKAGE_TARNAME "re2c"
| #define PACKAGE_VERSION "0.16"
| #define PACKAGE_STRING "re2c 0.16"
| #define PACKAGE_BUGREPORT "re2c-general@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "re2c"
| #define VERSION "0.16"
| #define HAVE_STDINT_H 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_VOID_P 4
| #define SIZEOF_0L 4
| #define SIZEOF_0LL 8
| /* end confdefs.h. */
|
|
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (0i8))) >= 0)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:5150: arm-linux-androideabi-gcc -c conftest.c >&5
conftest.c: In function 'main':
conftest.c:26:55: error: invalid suffix "i8" on integer constant
static int test_array [1 - 2 * !(((long int) (sizeof (0i8))) < 0)];
^
configure:5150: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "re2c"
| #define PACKAGE_TARNAME "re2c"
| #define PACKAGE_VERSION "0.16"
| #define PACKAGE_STRING "re2c 0.16"
| #define PACKAGE_BUGREPORT "re2c-general@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "re2c"
| #define VERSION "0.16"
| #define HAVE_STDINT_H 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_VOID_P 4
| #define SIZEOF_0L 4
| #define SIZEOF_0LL 8
| /* end confdefs.h. */
|
|
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (0i8))) < 0)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:5165: result: 0
configure:5292: checking that generated files are newer than configure
configure:5298: result: done
configure:5329: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by re2c config.status 0.16, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on 19f31ccd3cd1
config.status:865: creating Makefile
config.status:865: creating doc/manpage.rst
config.status:865: creating run_tests.sh
config.status:865: creating config.h
config.status:1094: executing depfiles commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value=arm-linux-androideabi-gcc
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value=arm-linux-androideabi-g++
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=x86_64-unknown-linux
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=arm-linux-androideabi
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_header_stdint_h=yes
ac_cv_objext=o
ac_cv_path_BISON=/usr/sbin/bison
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/usr/sbin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CC=arm-linux-androideabi-gcc
ac_cv_prog_STRIP=arm-linux-androideabi-strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_sizeof_0i8=0
ac_cv_sizeof_0l=4
ac_cv_sizeof_0ll=8
ac_cv_sizeof___int64=0
ac_cv_sizeof_char=1
ac_cv_sizeof_int=4
ac_cv_sizeof_long=4
ac_cv_sizeof_long_long=8
ac_cv_sizeof_short=2
ac_cv_sizeof_void_p=4
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /tmp/re2c/src/re2c-0.16/missing aclocal-1.15'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='0'
AM_V='$(V)'
AUTOCONF='${SHELL} /tmp/re2c/src/re2c-0.16/missing autoconf'
AUTOHEADER='${SHELL} /tmp/re2c/src/re2c-0.16/missing autoheader'
AUTOMAKE='${SHELL} /tmp/re2c/src/re2c-0.16/missing automake-1.15'
AWK='gawk'
BISON='/usr/sbin/bison'
CC='arm-linux-androideabi-gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS=''
CPPFLAGS=''
CXX='arm-linux-androideabi-g++'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS=''
CXXFLAGSDEFAULT=' -W -Wall -Wextra -Weffc++ -pedantic -Wformat=2 -Wredundant-decls -Wsuggest-attribute=format -Wconversion -Wsign-conversion -O2 '
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EXEEXT=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /tmp/re2c/src/re2c-0.16/missing makeinfo'
MKDIR_P='/usr/sbin/mkdir -p'
OBJEXT='o'
PACKAGE='re2c'
PACKAGE_BUGREPORT='re2c-general@lists.sourceforge.net'
PACKAGE_DATE='04 Apr 2017'
PACKAGE_NAME='re2c'
PACKAGE_RELEASE='1'
PACKAGE_STRING='re2c 0.16'
PACKAGE_TARNAME='re2c'
PACKAGE_URL=''
PACKAGE_VERSION='0.16'
PATH_SEPARATOR=':'
REBUILD_DOCS_FALSE=''
REBUILD_DOCS_TRUE='#'
RST2MAN=''
SET_MAKE=''
SHELL='/bin/sh'
STRIP='arm-linux-androideabi-strip'
VERSION='0.16'
ac_ct_CC=''
ac_ct_CXX=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build_alias='x86_64-unknown-linux'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host_alias='arm-linux-androideabi'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /tmp/re2c/src/re2c-0.16/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "re2c"
#define PACKAGE_TARNAME "re2c"
#define PACKAGE_VERSION "0.16"
#define PACKAGE_STRING "re2c 0.16"
#define PACKAGE_BUGREPORT "re2c-general@lists.sourceforge.net"
#define PACKAGE_URL ""
#define PACKAGE "re2c"
#define VERSION "0.16"
#define HAVE_STDINT_H 1
#define SIZEOF_CHAR 1
#define SIZEOF_SHORT 2
#define SIZEOF_INT 4
#define SIZEOF_LONG 4
#define SIZEOF_LONG_LONG 8
#define SIZEOF___INT64 0
#define SIZEOF_VOID_P 4
#define SIZEOF_0L 4
#define SIZEOF_0LL 8
#define SIZEOF_0I8 0
configure: exit 0