Skip to content

Instantly share code, notes, and snippets.

@andrewmiller1
Created August 26, 2018 00:01
Show Gist options
  • Save andrewmiller1/025f6d04ffce9494639bcb3c2918e583 to your computer and use it in GitHub Desktop.
Save andrewmiller1/025f6d04ffce9494639bcb3c2918e583 to your computer and use it in GitHub Desktop.
Temporary gist for 2018-8-25. Works on ubuntu. If it doesn't work, you're missing dependencies. Install took me about 15 minutes
#!/bin/sh
git clone https://github.com/alex-ozdemir/jq.git
cd jq
git checkout math-check-fix
git submodule update --init # if building from git to get oniguruma
autoreconf -fi
./configure --with-oniguruma=builtin
make -j8
make check
sudo make install
andrew:~$ ./install-jq-workaround.sh
Cloning into 'jq'...
remote: Counting objects: 7273, done.
remote: Compressing objects: 100% (7/7), done.
remote: Total 7273 (delta 0), reused 3 (delta 0), pack-reused 7266
Receiving objects: 100% (7273/7273), 5.35 MiB | 2.00 MiB/s, done.
Resolving deltas: 100% (4414/4414), done.
Branch 'math-check-fix' set up to track remote branch 'math-check-fix' from 'origin'.
Switched to a new branch 'math-check-fix'
Submodule 'modules/oniguruma' (https://github.com/kkos/oniguruma.git) registered for path 'modules/oniguruma'
Cloning into '/home/andrew/jq/modules/oniguruma'...
Submodule path 'modules/oniguruma': checked out '6fa38f4084b448592888ed9ee43c6e90a46b5f5c'
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
configure.ac:35: installing './compile'
configure.ac:6: installing './missing'
sample/Makefile.am: installing './depcomp'
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'config'.
libtoolize: copying file 'config/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'config/m4'.
libtoolize: copying file 'config/m4/libtool.m4'
libtoolize: copying file 'config/m4/ltoptions.m4'
libtoolize: copying file 'config/m4/ltsugar.m4'
libtoolize: copying file 'config/m4/ltversion.m4'
libtoolize: copying file 'config/m4/lt~obsolete.m4'
configure.ac:17: installing 'config/ar-lib'
configure.ac:17: installing 'config/compile'
configure.ac:25: installing 'config/config.guess'
configure.ac:25: installing 'config/config.sub'
configure.ac:15: installing 'config/install-sh'
configure.ac:15: installing 'config/missing'
Makefile.am: installing 'config/depcomp'
configure.ac: installing 'config/ylwrap'
parallel-tests: installing 'config/test-driver'
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking whether make supports the include directive... yes (GNU style)
checking for gcc... 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... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking for gcc option to accept ISO C99... none needed
checking for gcc option to accept ISO Standard C... (cached) none needed
checking how to run the C preprocessor... gcc -E
checking for bison... bison -y
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for bison version... 3.0.4
checking for flex... flex
checking for valgrind... valgrind
checking for memmem... yes
checking for mkstemp... yes
checking shlwapi.h usability... no
checking shlwapi.h presence... no
checking for shlwapi.h... no
checking for bundle... no
checking for Ruby dependencies... configure: WARNING:
*****************************************************************
* Ruby dependencies for building jq documentation not found. *
* You can still build, install and hack on jq, but the manpage *
* will not be rebuilt and some of the tests will not run. *
* See docs/README.md for how to install the docs dependencies. *
*****************************************************************
no
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for isatty... yes
checking for _isatty... no
checking for strptime... yes
checking for strftime... yes
checking for timegm... yes
checking for gmtime_r... yes
checking for gmtime... yes
checking for localtime_r... yes
checking for localtime... yes
checking for gettimeofday... yes
checking for struct tm.tm_gmtoff... yes
checking for struct tm.__tm_gmtoff... no
checking for acos in -lm... yes
checking for acosh in -lm... yes
checking for asin in -lm... yes
checking for asinh in -lm... yes
checking for atan2 in -lm... yes
checking for atan in -lm... yes
checking for atanh in -lm... yes
checking for cbrt in -lm... yes
checking for ceil in -lm... yes
checking for copysign in -lm... yes
checking for cos in -lm... yes
checking for cosh in -lm... yes
checking for drem in -lm... yes
checking for erf in -lm... yes
checking for erfc in -lm... yes
checking for exp10 in -lm... yes
checking for exp2 in -lm... yes
checking for exp in -lm... yes
checking for expm1 in -lm... yes
checking for fabs in -lm... yes
checking for fdim in -lm... yes
checking for floor in -lm... yes
checking for fma in -lm... yes
checking for fmax in -lm... yes
checking for fmin in -lm... yes
checking for fmod in -lm... yes
checking for frexp in -lm... yes
checking for gamma in -lm... yes
checking for hypot in -lm... yes
checking for j0 in -lm... yes
checking for j1 in -lm... yes
checking for jn in -lm... yes
checking for ldexp in -lm... yes
checking for lgamma in -lm... yes
checking for log10 in -lm... yes
checking for log1p in -lm... yes
checking for log2 in -lm... yes
checking for log in -lm... yes
checking for logb in -lm... yes
checking for modf in -lm... yes
checking for lgamma_r in -lm... yes
checking for nearbyint in -lm... yes
checking for nextafter in -lm... yes
checking for nexttoward in -lm... yes
checking for pow10 in -lm... no
checking for pow in -lm... yes
checking for remainder in -lm... yes
checking for rint in -lm... yes
checking for round in -lm... yes
checking for scalb in -lm... yes
checking for scalbln in -lm... yes
checking for significand in -lm... yes
checking for sin in -lm... yes
checking for sinh in -lm... yes
checking for sqrt in -lm... yes
checking for tan in -lm... yes
checking for tanh in -lm... yes
checking for tgamma in -lm... yes
checking for trunc in -lm... yes
checking for y0 in -lm... yes
checking for y1 in -lm... yes
checking for yn in -lm... yes
checking for thread-local storage... yes
checking whether byte ordering is bigendian... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in modules/oniguruma (/home/andrew/jq/modules/oniguruma)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--with-oniguruma=builtin' --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... 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... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether make sets $(MAKE)... (cached) yes
checking for ANSI C header files... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking size of int... 4
checking size of short... 2
checking size of long... 8
checking for an ANSI C-conforming const... yes
checking whether time.h and sys/time.h may both be included... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for working memcmp... yes
checking for prototypes... yes
checking for variable length prototypes and stdarg.h... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating test/Makefile
config.status: creating sample/Makefile
config.status: creating onig-config
config.status: creating src/config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default commands
GEN src/builtin.inc
GEN src/version.h
make all-recursive
make[1]: Entering directory '/home/andrew/jq'
Making all in modules/oniguruma
make[2]: Entering directory '/home/andrew/jq/modules/oniguruma'
Making all in src
make[3]: Entering directory '/home/andrew/jq/modules/oniguruma/src'
make all-am
make[4]: Entering directory '/home/andrew/jq/modules/oniguruma/src'
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT regerror.lo -MD -MP -MF .deps/regerror.Tpo -c -o regerror.lo regerror.c
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT regparse.lo -MD -MP -MF .deps/regparse.Tpo -c -o regparse.lo regparse.c
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT regext.lo -MD -MP -MF .deps/regext.Tpo -c -o regext.lo regext.c
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT regcomp.lo -MD -MP -MF .deps/regcomp.Tpo -c -o regcomp.lo regcomp.c
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT regexec.lo -MD -MP -MF .deps/regexec.Tpo -c -o regexec.lo regexec.c
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT reggnu.lo -MD -MP -MF .deps/reggnu.Tpo -c -o reggnu.lo reggnu.c
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT regenc.lo -MD -MP -MF .deps/regenc.Tpo -c -o regenc.lo regenc.c
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT regsyntax.lo -MD -MP -MF .deps/regsyntax.Tpo -c -o regsyntax.lo regsyntax.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT reggnu.lo -MD -MP -MF .deps/reggnu.Tpo -c reggnu.c -fPIC -DPIC -o .libs/reggnu.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT regexec.lo -MD -MP -MF .deps/regexec.Tpo -c regexec.c -fPIC -DPIC -o .libs/regexec.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT regparse.lo -MD -MP -MF .deps/regparse.Tpo -c regparse.c -fPIC -DPIC -o .libs/regparse.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT regext.lo -MD -MP -MF .deps/regext.Tpo -c regext.c -fPIC -DPIC -o .libs/regext.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT regerror.lo -MD -MP -MF .deps/regerror.Tpo -c regerror.c -fPIC -DPIC -o .libs/regerror.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT regcomp.lo -MD -MP -MF .deps/regcomp.Tpo -c regcomp.c -fPIC -DPIC -o .libs/regcomp.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT regsyntax.lo -MD -MP -MF .deps/regsyntax.Tpo -c regsyntax.c -fPIC -DPIC -o .libs/regsyntax.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT regenc.lo -MD -MP -MF .deps/regenc.Tpo -c regenc.c -fPIC -DPIC -o .libs/regenc.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT reggnu.lo -MD -MP -MF .deps/reggnu.Tpo -c reggnu.c -o reggnu.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT regsyntax.lo -MD -MP -MF .deps/regsyntax.Tpo -c regsyntax.c -o regsyntax.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT regext.lo -MD -MP -MF .deps/regext.Tpo -c regext.c -o regext.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT regerror.lo -MD -MP -MF .deps/regerror.Tpo -c regerror.c -o regerror.o >/dev/null 2>&1
mv -f .deps/reggnu.Tpo .deps/reggnu.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT regtrav.lo -MD -MP -MF .deps/regtrav.Tpo -c -o regtrav.lo regtrav.c
mv -f .deps/regsyntax.Tpo .deps/regsyntax.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT regversion.lo -MD -MP -MF .deps/regversion.Tpo -c -o regversion.lo regversion.c
mv -f .deps/regext.Tpo .deps/regext.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT st.lo -MD -MP -MF .deps/st.Tpo -c -o st.lo st.c
mv -f .deps/regerror.Tpo .deps/regerror.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT regposix.lo -MD -MP -MF .deps/regposix.Tpo -c -o regposix.lo regposix.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT regenc.lo -MD -MP -MF .deps/regenc.Tpo -c regenc.c -o regenc.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT regtrav.lo -MD -MP -MF .deps/regtrav.Tpo -c regtrav.c -fPIC -DPIC -o .libs/regtrav.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT regversion.lo -MD -MP -MF .deps/regversion.Tpo -c regversion.c -fPIC -DPIC -o .libs/regversion.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT st.lo -MD -MP -MF .deps/st.Tpo -c st.c -fPIC -DPIC -o .libs/st.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT regtrav.lo -MD -MP -MF .deps/regtrav.Tpo -c regtrav.c -o regtrav.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT regposix.lo -MD -MP -MF .deps/regposix.Tpo -c regposix.c -fPIC -DPIC -o .libs/regposix.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT regversion.lo -MD -MP -MF .deps/regversion.Tpo -c regversion.c -o regversion.o >/dev/null 2>&1
mv -f .deps/regtrav.Tpo .deps/regtrav.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT regposerr.lo -MD -MP -MF .deps/regposerr.Tpo -c -o regposerr.lo regposerr.c
mv -f .deps/regversion.Tpo .deps/regversion.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT unicode.lo -MD -MP -MF .deps/unicode.Tpo -c -o unicode.lo unicode.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT regposix.lo -MD -MP -MF .deps/regposix.Tpo -c regposix.c -o regposix.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT regposerr.lo -MD -MP -MF .deps/regposerr.Tpo -c regposerr.c -fPIC -DPIC -o .libs/regposerr.o
mv -f .deps/regenc.Tpo .deps/regenc.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT unicode_unfold_key.lo -MD -MP -MF .deps/unicode_unfold_key.Tpo -c -o unicode_unfold_key.lo unicode_unfold_key.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT st.lo -MD -MP -MF .deps/st.Tpo -c st.c -o st.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT regposerr.lo -MD -MP -MF .deps/regposerr.Tpo -c regposerr.c -o regposerr.o >/dev/null 2>&1
mv -f .deps/regposix.Tpo .deps/regposix.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT unicode_fold1_key.lo -MD -MP -MF .deps/unicode_fold1_key.Tpo -c -o unicode_fold1_key.lo unicode_fold1_key.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT unicode.lo -MD -MP -MF .deps/unicode.Tpo -c unicode.c -fPIC -DPIC -o .libs/unicode.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT unicode_unfold_key.lo -MD -MP -MF .deps/unicode_unfold_key.Tpo -c unicode_unfold_key.c -fPIC -DPIC -o .libs/unicode_unfold_key.o
mv -f .deps/regposerr.Tpo .deps/regposerr.Plo
mv -f .deps/st.Tpo .deps/st.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT unicode_fold2_key.lo -MD -MP -MF .deps/unicode_fold2_key.Tpo -c -o unicode_fold2_key.lo unicode_fold2_key.c
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT unicode_fold3_key.lo -MD -MP -MF .deps/unicode_fold3_key.Tpo -c -o unicode_fold3_key.lo unicode_fold3_key.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT unicode_fold1_key.lo -MD -MP -MF .deps/unicode_fold1_key.Tpo -c unicode_fold1_key.c -fPIC -DPIC -o .libs/unicode_fold1_key.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT unicode_unfold_key.lo -MD -MP -MF .deps/unicode_unfold_key.Tpo -c unicode_unfold_key.c -o unicode_unfold_key.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT unicode_fold2_key.lo -MD -MP -MF .deps/unicode_fold2_key.Tpo -c unicode_fold2_key.c -fPIC -DPIC -o .libs/unicode_fold2_key.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT unicode_fold3_key.lo -MD -MP -MF .deps/unicode_fold3_key.Tpo -c unicode_fold3_key.c -fPIC -DPIC -o .libs/unicode_fold3_key.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT unicode_fold1_key.lo -MD -MP -MF .deps/unicode_fold1_key.Tpo -c unicode_fold1_key.c -o unicode_fold1_key.o >/dev/null 2>&1
mv -f .deps/unicode_unfold_key.Tpo .deps/unicode_unfold_key.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT unicode_fold2_key.lo -MD -MP -MF .deps/unicode_fold2_key.Tpo -c unicode_fold2_key.c -o unicode_fold2_key.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT ascii.lo -MD -MP -MF .deps/ascii.Tpo -c -o ascii.lo ascii.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT unicode_fold3_key.lo -MD -MP -MF .deps/unicode_fold3_key.Tpo -c unicode_fold3_key.c -o unicode_fold3_key.o >/dev/null 2>&1
mv -f .deps/unicode_fold1_key.Tpo .deps/unicode_fold1_key.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT utf8.lo -MD -MP -MF .deps/utf8.Tpo -c -o utf8.lo utf8.c
mv -f .deps/unicode_fold2_key.Tpo .deps/unicode_fold2_key.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT utf16_be.lo -MD -MP -MF .deps/utf16_be.Tpo -c -o utf16_be.lo utf16_be.c
mv -f .deps/unicode_fold3_key.Tpo .deps/unicode_fold3_key.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT utf16_le.lo -MD -MP -MF .deps/utf16_le.Tpo -c -o utf16_le.lo utf16_le.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT ascii.lo -MD -MP -MF .deps/ascii.Tpo -c ascii.c -fPIC -DPIC -o .libs/ascii.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT unicode.lo -MD -MP -MF .deps/unicode.Tpo -c unicode.c -o unicode.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT utf16_be.lo -MD -MP -MF .deps/utf16_be.Tpo -c utf16_be.c -fPIC -DPIC -o .libs/utf16_be.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT utf8.lo -MD -MP -MF .deps/utf8.Tpo -c utf8.c -fPIC -DPIC -o .libs/utf8.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT ascii.lo -MD -MP -MF .deps/ascii.Tpo -c ascii.c -o ascii.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT utf16_le.lo -MD -MP -MF .deps/utf16_le.Tpo -c utf16_le.c -fPIC -DPIC -o .libs/utf16_le.o
mv -f .deps/ascii.Tpo .deps/ascii.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT utf16_be.lo -MD -MP -MF .deps/utf16_be.Tpo -c utf16_be.c -o utf16_be.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT utf32_be.lo -MD -MP -MF .deps/utf32_be.Tpo -c -o utf32_be.lo utf32_be.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT utf8.lo -MD -MP -MF .deps/utf8.Tpo -c utf8.c -o utf8.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT utf16_le.lo -MD -MP -MF .deps/utf16_le.Tpo -c utf16_le.c -o utf16_le.o >/dev/null 2>&1
mv -f .deps/utf16_be.Tpo .deps/utf16_be.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT utf32_le.lo -MD -MP -MF .deps/utf32_le.Tpo -c -o utf32_le.lo utf32_le.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT utf32_be.lo -MD -MP -MF .deps/utf32_be.Tpo -c utf32_be.c -fPIC -DPIC -o .libs/utf32_be.o
mv -f .deps/utf8.Tpo .deps/utf8.Plo
mv -f .deps/utf16_le.Tpo .deps/utf16_le.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT euc_jp.lo -MD -MP -MF .deps/euc_jp.Tpo -c -o euc_jp.lo euc_jp.c
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT euc_jp_prop.lo -MD -MP -MF .deps/euc_jp_prop.Tpo -c -o euc_jp_prop.lo euc_jp_prop.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT utf32_be.lo -MD -MP -MF .deps/utf32_be.Tpo -c utf32_be.c -o utf32_be.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT regparse.lo -MD -MP -MF .deps/regparse.Tpo -c regparse.c -o regparse.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT utf32_le.lo -MD -MP -MF .deps/utf32_le.Tpo -c utf32_le.c -fPIC -DPIC -o .libs/utf32_le.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT regcomp.lo -MD -MP -MF .deps/regcomp.Tpo -c regcomp.c -o regcomp.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT euc_jp.lo -MD -MP -MF .deps/euc_jp.Tpo -c euc_jp.c -fPIC -DPIC -o .libs/euc_jp.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT euc_jp_prop.lo -MD -MP -MF .deps/euc_jp_prop.Tpo -c euc_jp_prop.c -fPIC -DPIC -o .libs/euc_jp_prop.o
mv -f .deps/utf32_be.Tpo .deps/utf32_be.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT sjis.lo -MD -MP -MF .deps/sjis.Tpo -c -o sjis.lo sjis.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT utf32_le.lo -MD -MP -MF .deps/utf32_le.Tpo -c utf32_le.c -o utf32_le.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT euc_jp_prop.lo -MD -MP -MF .deps/euc_jp_prop.Tpo -c euc_jp_prop.c -o euc_jp_prop.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT euc_jp.lo -MD -MP -MF .deps/euc_jp.Tpo -c euc_jp.c -o euc_jp.o >/dev/null 2>&1
mv -f .deps/utf32_le.Tpo .deps/utf32_le.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT sjis.lo -MD -MP -MF .deps/sjis.Tpo -c sjis.c -fPIC -DPIC -o .libs/sjis.o
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT sjis_prop.lo -MD -MP -MF .deps/sjis_prop.Tpo -c -o sjis_prop.lo sjis_prop.c
mv -f .deps/euc_jp_prop.Tpo .deps/euc_jp_prop.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT iso8859_1.lo -MD -MP -MF .deps/iso8859_1.Tpo -c -o iso8859_1.lo iso8859_1.c
mv -f .deps/unicode.Tpo .deps/unicode.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT iso8859_2.lo -MD -MP -MF .deps/iso8859_2.Tpo -c -o iso8859_2.lo iso8859_2.c
mv -f .deps/euc_jp.Tpo .deps/euc_jp.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT iso8859_3.lo -MD -MP -MF .deps/iso8859_3.Tpo -c -o iso8859_3.lo iso8859_3.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT sjis.lo -MD -MP -MF .deps/sjis.Tpo -c sjis.c -o sjis.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT sjis_prop.lo -MD -MP -MF .deps/sjis_prop.Tpo -c sjis_prop.c -fPIC -DPIC -o .libs/sjis_prop.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT regexec.lo -MD -MP -MF .deps/regexec.Tpo -c regexec.c -o regexec.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT iso8859_1.lo -MD -MP -MF .deps/iso8859_1.Tpo -c iso8859_1.c -fPIC -DPIC -o .libs/iso8859_1.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT iso8859_2.lo -MD -MP -MF .deps/iso8859_2.Tpo -c iso8859_2.c -fPIC -DPIC -o .libs/iso8859_2.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT sjis_prop.lo -MD -MP -MF .deps/sjis_prop.Tpo -c sjis_prop.c -o sjis_prop.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT iso8859_3.lo -MD -MP -MF .deps/iso8859_3.Tpo -c iso8859_3.c -fPIC -DPIC -o .libs/iso8859_3.o
mv -f .deps/sjis.Tpo .deps/sjis.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT iso8859_1.lo -MD -MP -MF .deps/iso8859_1.Tpo -c iso8859_1.c -o iso8859_1.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT iso8859_2.lo -MD -MP -MF .deps/iso8859_2.Tpo -c iso8859_2.c -o iso8859_2.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT iso8859_4.lo -MD -MP -MF .deps/iso8859_4.Tpo -c -o iso8859_4.lo iso8859_4.c
mv -f .deps/sjis_prop.Tpo .deps/sjis_prop.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT iso8859_5.lo -MD -MP -MF .deps/iso8859_5.Tpo -c -o iso8859_5.lo iso8859_5.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT iso8859_3.lo -MD -MP -MF .deps/iso8859_3.Tpo -c iso8859_3.c -o iso8859_3.o >/dev/null 2>&1
mv -f .deps/iso8859_2.Tpo .deps/iso8859_2.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT iso8859_6.lo -MD -MP -MF .deps/iso8859_6.Tpo -c -o iso8859_6.lo iso8859_6.c
mv -f .deps/iso8859_3.Tpo .deps/iso8859_3.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT iso8859_7.lo -MD -MP -MF .deps/iso8859_7.Tpo -c -o iso8859_7.lo iso8859_7.c
mv -f .deps/iso8859_1.Tpo .deps/iso8859_1.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT iso8859_8.lo -MD -MP -MF .deps/iso8859_8.Tpo -c -o iso8859_8.lo iso8859_8.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT iso8859_4.lo -MD -MP -MF .deps/iso8859_4.Tpo -c iso8859_4.c -fPIC -DPIC -o .libs/iso8859_4.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT iso8859_6.lo -MD -MP -MF .deps/iso8859_6.Tpo -c iso8859_6.c -fPIC -DPIC -o .libs/iso8859_6.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT iso8859_5.lo -MD -MP -MF .deps/iso8859_5.Tpo -c iso8859_5.c -fPIC -DPIC -o .libs/iso8859_5.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT iso8859_4.lo -MD -MP -MF .deps/iso8859_4.Tpo -c iso8859_4.c -o iso8859_4.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT iso8859_6.lo -MD -MP -MF .deps/iso8859_6.Tpo -c iso8859_6.c -o iso8859_6.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT iso8859_7.lo -MD -MP -MF .deps/iso8859_7.Tpo -c iso8859_7.c -fPIC -DPIC -o .libs/iso8859_7.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT iso8859_8.lo -MD -MP -MF .deps/iso8859_8.Tpo -c iso8859_8.c -fPIC -DPIC -o .libs/iso8859_8.o
mv -f .deps/iso8859_4.Tpo .deps/iso8859_4.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT iso8859_5.lo -MD -MP -MF .deps/iso8859_5.Tpo -c iso8859_5.c -o iso8859_5.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT iso8859_9.lo -MD -MP -MF .deps/iso8859_9.Tpo -c -o iso8859_9.lo iso8859_9.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT iso8859_7.lo -MD -MP -MF .deps/iso8859_7.Tpo -c iso8859_7.c -o iso8859_7.o >/dev/null 2>&1
mv -f .deps/iso8859_6.Tpo .deps/iso8859_6.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT iso8859_10.lo -MD -MP -MF .deps/iso8859_10.Tpo -c -o iso8859_10.lo iso8859_10.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT iso8859_8.lo -MD -MP -MF .deps/iso8859_8.Tpo -c iso8859_8.c -o iso8859_8.o >/dev/null 2>&1
mv -f .deps/iso8859_5.Tpo .deps/iso8859_5.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT iso8859_11.lo -MD -MP -MF .deps/iso8859_11.Tpo -c -o iso8859_11.lo iso8859_11.c
mv -f .deps/iso8859_7.Tpo .deps/iso8859_7.Plo
mv -f .deps/iso8859_8.Tpo .deps/iso8859_8.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT iso8859_13.lo -MD -MP -MF .deps/iso8859_13.Tpo -c -o iso8859_13.lo iso8859_13.c
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT iso8859_14.lo -MD -MP -MF .deps/iso8859_14.Tpo -c -o iso8859_14.lo iso8859_14.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT iso8859_9.lo -MD -MP -MF .deps/iso8859_9.Tpo -c iso8859_9.c -fPIC -DPIC -o .libs/iso8859_9.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT iso8859_10.lo -MD -MP -MF .deps/iso8859_10.Tpo -c iso8859_10.c -fPIC -DPIC -o .libs/iso8859_10.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT iso8859_9.lo -MD -MP -MF .deps/iso8859_9.Tpo -c iso8859_9.c -o iso8859_9.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT iso8859_10.lo -MD -MP -MF .deps/iso8859_10.Tpo -c iso8859_10.c -o iso8859_10.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT iso8859_14.lo -MD -MP -MF .deps/iso8859_14.Tpo -c iso8859_14.c -fPIC -DPIC -o .libs/iso8859_14.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT iso8859_11.lo -MD -MP -MF .deps/iso8859_11.Tpo -c iso8859_11.c -fPIC -DPIC -o .libs/iso8859_11.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT iso8859_13.lo -MD -MP -MF .deps/iso8859_13.Tpo -c iso8859_13.c -fPIC -DPIC -o .libs/iso8859_13.o
mv -f .deps/iso8859_9.Tpo .deps/iso8859_9.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT iso8859_15.lo -MD -MP -MF .deps/iso8859_15.Tpo -c -o iso8859_15.lo iso8859_15.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT iso8859_11.lo -MD -MP -MF .deps/iso8859_11.Tpo -c iso8859_11.c -o iso8859_11.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT iso8859_14.lo -MD -MP -MF .deps/iso8859_14.Tpo -c iso8859_14.c -o iso8859_14.o >/dev/null 2>&1
mv -f .deps/iso8859_10.Tpo .deps/iso8859_10.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT iso8859_16.lo -MD -MP -MF .deps/iso8859_16.Tpo -c -o iso8859_16.lo iso8859_16.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT iso8859_13.lo -MD -MP -MF .deps/iso8859_13.Tpo -c iso8859_13.c -o iso8859_13.o >/dev/null 2>&1
mv -f .deps/iso8859_11.Tpo .deps/iso8859_11.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT euc_tw.lo -MD -MP -MF .deps/euc_tw.Tpo -c -o euc_tw.lo euc_tw.c
mv -f .deps/iso8859_13.Tpo .deps/iso8859_13.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT euc_kr.lo -MD -MP -MF .deps/euc_kr.Tpo -c -o euc_kr.lo euc_kr.c
mv -f .deps/iso8859_14.Tpo .deps/iso8859_14.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT big5.lo -MD -MP -MF .deps/big5.Tpo -c -o big5.lo big5.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT iso8859_15.lo -MD -MP -MF .deps/iso8859_15.Tpo -c iso8859_15.c -fPIC -DPIC -o .libs/iso8859_15.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT iso8859_16.lo -MD -MP -MF .deps/iso8859_16.Tpo -c iso8859_16.c -fPIC -DPIC -o .libs/iso8859_16.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT euc_tw.lo -MD -MP -MF .deps/euc_tw.Tpo -c euc_tw.c -fPIC -DPIC -o .libs/euc_tw.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT iso8859_15.lo -MD -MP -MF .deps/iso8859_15.Tpo -c iso8859_15.c -o iso8859_15.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT iso8859_16.lo -MD -MP -MF .deps/iso8859_16.Tpo -c iso8859_16.c -o iso8859_16.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT big5.lo -MD -MP -MF .deps/big5.Tpo -c big5.c -fPIC -DPIC -o .libs/big5.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT euc_kr.lo -MD -MP -MF .deps/euc_kr.Tpo -c euc_kr.c -fPIC -DPIC -o .libs/euc_kr.o
mv -f .deps/iso8859_15.Tpo .deps/iso8859_15.Plo
mv -f .deps/iso8859_16.Tpo .deps/iso8859_16.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT euc_tw.lo -MD -MP -MF .deps/euc_tw.Tpo -c euc_tw.c -o euc_tw.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT gb18030.lo -MD -MP -MF .deps/gb18030.Tpo -c -o gb18030.lo gb18030.c
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT koi8_r.lo -MD -MP -MF .deps/koi8_r.Tpo -c -o koi8_r.lo koi8_r.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT euc_kr.lo -MD -MP -MF .deps/euc_kr.Tpo -c euc_kr.c -o euc_kr.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT big5.lo -MD -MP -MF .deps/big5.Tpo -c big5.c -o big5.o >/dev/null 2>&1
mv -f .deps/euc_tw.Tpo .deps/euc_tw.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT cp1251.lo -MD -MP -MF .deps/cp1251.Tpo -c -o cp1251.lo cp1251.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT koi8_r.lo -MD -MP -MF .deps/koi8_r.Tpo -c koi8_r.c -fPIC -DPIC -o .libs/koi8_r.o
mv -f .deps/euc_kr.Tpo .deps/euc_kr.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT onig_init.lo -MD -MP -MF .deps/onig_init.Tpo -c -o onig_init.lo onig_init.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT gb18030.lo -MD -MP -MF .deps/gb18030.Tpo -c gb18030.c -fPIC -DPIC -o .libs/gb18030.o
mv -f .deps/big5.Tpo .deps/big5.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT koi8_r.lo -MD -MP -MF .deps/koi8_r.Tpo -c koi8_r.c -o koi8_r.o >/dev/null 2>&1
mv -f .deps/regparse.Tpo .deps/regparse.Plo
mv -f .deps/koi8_r.Tpo .deps/koi8_r.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT cp1251.lo -MD -MP -MF .deps/cp1251.Tpo -c cp1251.c -fPIC -DPIC -o .libs/cp1251.o
mv -f .deps/regcomp.Tpo .deps/regcomp.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT onig_init.lo -MD -MP -MF .deps/onig_init.Tpo -c onig_init.c -fPIC -DPIC -o .libs/onig_init.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT gb18030.lo -MD -MP -MF .deps/gb18030.Tpo -c gb18030.c -o gb18030.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT onig_init.lo -MD -MP -MF .deps/onig_init.Tpo -c onig_init.c -o onig_init.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -g -O2 -MT cp1251.lo -MD -MP -MF .deps/cp1251.Tpo -c cp1251.c -o cp1251.o >/dev/null 2>&1
mv -f .deps/onig_init.Tpo .deps/onig_init.Plo
mv -f .deps/cp1251.Tpo .deps/cp1251.Plo
mv -f .deps/gb18030.Tpo .deps/gb18030.Plo
mv -f .deps/regexec.Tpo .deps/regexec.Plo
/bin/bash ../libtool --tag=CC --mode=link gcc -Wall -g -O2 -version-info 4:0:0 -o libonig.la -rpath /usr/local/lib regerror.lo regparse.lo regext.lo regcomp.lo regexec.lo reggnu.lo regenc.lo regsyntax.lo regtrav.lo regversion.lo st.lo regposix.lo regposerr.lo unicode.lo unicode_unfold_key.lo unicode_fold1_key.lo unicode_fold2_key.lo unicode_fold3_key.lo ascii.lo utf8.lo utf16_be.lo utf16_le.lo utf32_be.lo utf32_le.lo euc_jp.lo euc_jp_prop.lo sjis.lo sjis_prop.lo iso8859_1.lo iso8859_2.lo iso8859_3.lo iso8859_4.lo iso8859_5.lo iso8859_6.lo iso8859_7.lo iso8859_8.lo iso8859_9.lo iso8859_10.lo iso8859_11.lo iso8859_13.lo iso8859_14.lo iso8859_15.lo iso8859_16.lo euc_tw.lo euc_kr.lo big5.lo gb18030.lo koi8_r.lo cp1251.lo onig_init.lo
libtool: link: gcc -shared -fPIC -DPIC .libs/regerror.o .libs/regparse.o .libs/regext.o .libs/regcomp.o .libs/regexec.o .libs/reggnu.o .libs/regenc.o .libs/regsyntax.o .libs/regtrav.o .libs/regversion.o .libs/st.o .libs/regposix.o .libs/regposerr.o .libs/unicode.o .libs/unicode_unfold_key.o .libs/unicode_fold1_key.o .libs/unicode_fold2_key.o .libs/unicode_fold3_key.o .libs/ascii.o .libs/utf8.o .libs/utf16_be.o .libs/utf16_le.o .libs/utf32_be.o .libs/utf32_le.o .libs/euc_jp.o .libs/euc_jp_prop.o .libs/sjis.o .libs/sjis_prop.o .libs/iso8859_1.o .libs/iso8859_2.o .libs/iso8859_3.o .libs/iso8859_4.o .libs/iso8859_5.o .libs/iso8859_6.o .libs/iso8859_7.o .libs/iso8859_8.o .libs/iso8859_9.o .libs/iso8859_10.o .libs/iso8859_11.o .libs/iso8859_13.o .libs/iso8859_14.o .libs/iso8859_15.o .libs/iso8859_16.o .libs/euc_tw.o .libs/euc_kr.o .libs/big5.o .libs/gb18030.o .libs/koi8_r.o .libs/cp1251.o .libs/onig_init.o -g -O2 -Wl,-soname -Wl,libonig.so.4 -o .libs/libonig.so.4.0.0
libtool: link: (cd ".libs" && rm -f "libonig.so.4" && ln -s "libonig.so.4.0.0" "libonig.so.4")
libtool: link: (cd ".libs" && rm -f "libonig.so" && ln -s "libonig.so.4.0.0" "libonig.so")
libtool: link: ar cru .libs/libonig.a regerror.o regparse.o regext.o regcomp.o regexec.o reggnu.o regenc.o regsyntax.o regtrav.o regversion.o st.o regposix.o regposerr.o unicode.o unicode_unfold_key.o unicode_fold1_key.o unicode_fold2_key.o unicode_fold3_key.o ascii.o utf8.o utf16_be.o utf16_le.o utf32_be.o utf32_le.o euc_jp.o euc_jp_prop.o sjis.o sjis_prop.o iso8859_1.o iso8859_2.o iso8859_3.o iso8859_4.o iso8859_5.o iso8859_6.o iso8859_7.o iso8859_8.o iso8859_9.o iso8859_10.o iso8859_11.o iso8859_13.o iso8859_14.o iso8859_15.o iso8859_16.o euc_tw.o euc_kr.o big5.o gb18030.o koi8_r.o cp1251.o onig_init.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libonig.a
libtool: link: ( cd ".libs" && rm -f "libonig.la" && ln -s "../libonig.la" "libonig.la" )
make[4]: Leaving directory '/home/andrew/jq/modules/oniguruma/src'
make[3]: Leaving directory '/home/andrew/jq/modules/oniguruma/src'
Making all in test
make[3]: Entering directory '/home/andrew/jq/modules/oniguruma/test'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/andrew/jq/modules/oniguruma/test'
Making all in sample
make[3]: Entering directory '/home/andrew/jq/modules/oniguruma/sample'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/andrew/jq/modules/oniguruma/sample'
make[3]: Entering directory '/home/andrew/jq/modules/oniguruma'
sed -e 's,[@]datadir[@],/usr/local/share,g' -e 's,[@]datarootdir[@],/usr/local/share,g' -e 's,[@]PACKAGE_VERSION[@],6.1.3,g' -e 's,[@]prefix[@],/usr/local,g' -e 's,[@]exec_prefix[@],/usr/local,g' -e 's,[@]libdir[@],/usr/local/lib,g' -e 's,[@]includedir[@],/usr/local/include,g' < ./oniguruma.pc.in > oniguruma.pc
make[3]: Leaving directory '/home/andrew/jq/modules/oniguruma'
make[2]: Leaving directory '/home/andrew/jq/modules/oniguruma'
make[2]: Entering directory '/home/andrew/jq'
GEN jq.1
CC src/bytecode.lo
CC src/builtin.lo
CC src/compile.lo
CC src/execute.lo
CC src/jq_test.lo
CC src/jv.lo
CC src/jv_alloc.lo
CC src/jv_aux.lo
In file included from /usr/include/x86_64-linux-gnu/sys/time.h:21,
from src/builtin.c:10:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
# warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
^~~~~~~
src/execute.c: In function ‘jq_next’:
src/execute.c:844:22: warning: cast between incompatible function types from ‘cfunction_ptr’ {aka ‘void (*)()’} to ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} [-Wcast-function-type]
case 1: top = ((func_1)function->fptr)(jq, in[0]); break;
^
src/execute.c:845:22: warning: cast between incompatible function types from ‘cfunction_ptr’ {aka ‘void (*)()’} to ‘jv (*)(jq_state *, jv, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>, struct <anonymous>)’} [-Wcast-function-type]
case 2: top = ((func_2)function->fptr)(jq, in[0], in[1]); break;
^
src/execute.c:846:22: warning: cast between incompatible function types from ‘cfunction_ptr’ {aka ‘void (*)()’} to ‘jv (*)(jq_state *, jv, jv, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>, struct <anonymous>, struct <anonymous>)’} [-Wcast-function-type]
case 3: top = ((func_3)function->fptr)(jq, in[0], in[1], in[2]); break;
^
src/execute.c:847:22: warning: cast between incompatible function types from ‘cfunction_ptr’ {aka ‘void (*)()’} to ‘jv (*)(jq_state *, jv, jv, jv, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>, struct <anonymous>, struct <anonymous>, struct <anonymous>)’} [-Wcast-function-type]
case 4: top = ((func_4)function->fptr)(jq, in[0], in[1], in[2], in[3]); break;
^
src/execute.c:848:22: warning: cast between incompatible function types from ‘cfunction_ptr’ {aka ‘void (*)()’} to ‘jv (*)(jq_state *, jv, jv, jv, jv, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>, struct <anonymous>, struct <anonymous>, struct <anonymous>, struct <anonymous>)’} [-Wcast-function-type]
case 5: top = ((func_5)function->fptr)(jq, in[0], in[1], in[2], in[3], in[4]); break;
^
src/execute.c:566:9: warning: this statement may fall through [-Wimplicit-fallthrough=]
stack_save(jq, pc - 1, stack_get_pos(jq));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/execute.c:567:5: note: here
case STOREV: {
^~~~
src/execute.c:713:20: warning: this statement may fall through [-Wimplicit-fallthrough=]
case EACH_OPT: {
^
src/execute.c:728:5: note: here
case ON_BACKTRACK(EACH):
^~~~
src/jv.c: In function ‘jvp_string_hash’:
src/jv.c:585:14: warning: this statement may fall through [-Wimplicit-fallthrough=]
case 3: k1 ^= tail[2] << 16;
~~~^~~~~~~~~~~~~~~~
src/jv.c:586:3: note: here
case 2: k1 ^= tail[1] << 8;
^~~~
src/jv.c:586:14: warning: this statement may fall through [-Wimplicit-fallthrough=]
case 2: k1 ^= tail[1] << 8;
~~~^~~~~~~~~~~~~~~
src/jv.c:587:3: note: here
case 1: k1 ^= tail[0];
^~~~
src/builtin.c:1565:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_ ## name, #name, 1},
^
src/libm.h:2:1: note: in expansion of macro ‘LIBM_DD’
LIBM_DD(acos)
^~~~~~~
src/builtin.c:1565:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_ ## name, #name, 1},
^
src/libm.h:7:1: note: in expansion of macro ‘LIBM_DD’
LIBM_DD(acosh)
^~~~~~~
src/builtin.c:1565:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_ ## name, #name, 1},
^
src/libm.h:12:1: note: in expansion of macro ‘LIBM_DD’
LIBM_DD(asin)
^~~~~~~
src/builtin.c:1565:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_ ## name, #name, 1},
^
src/libm.h:17:1: note: in expansion of macro ‘LIBM_DD’
LIBM_DD(asinh)
^~~~~~~
src/builtin.c:1565:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_ ## name, #name, 1},
^
src/libm.h:22:1: note: in expansion of macro ‘LIBM_DD’
LIBM_DD(atan)
^~~~~~~
src/builtin.c:1569:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv, jv, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>, struct <anonymous>, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_ ## name, #name, 3},
^
src/libm.h:27:1: note: in expansion of macro ‘LIBM_DDD’
LIBM_DDD(atan2)
^~~~~~~~
src/builtin.c:1565:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_ ## name, #name, 1},
^
src/libm.h:32:1: note: in expansion of macro ‘LIBM_DD’
LIBM_DD(atanh)
^~~~~~~
src/builtin.c:1565:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_ ## name, #name, 1},
^
src/libm.h:37:1: note: in expansion of macro ‘LIBM_DD’
LIBM_DD(cbrt)
^~~~~~~
src/builtin.c:1565:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_ ## name, #name, 1},
^
src/libm.h:42:1: note: in expansion of macro ‘LIBM_DD’
LIBM_DD(cos)
^~~~~~~
src/builtin.c:1565:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_ ## name, #name, 1},
^
src/libm.h:47:1: note: in expansion of macro ‘LIBM_DD’
LIBM_DD(cosh)
^~~~~~~
src/builtin.c:1565:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_ ## name, #name, 1},
^
src/libm.h:52:1: note: in expansion of macro ‘LIBM_DD’
LIBM_DD(exp)
^~~~~~~
src/builtin.c:1565:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_ ## name, #name, 1},
^
src/libm.h:57:1: note: in expansion of macro ‘LIBM_DD’
LIBM_DD(exp2)
^~~~~~~
src/builtin.c:1565:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_ ## name, #name, 1},
^
src/libm.h:62:1: note: in expansion of macro ‘LIBM_DD’
LIBM_DD(floor)
^~~~~~~
src/builtin.c:1569:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv, jv, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>, struct <anonymous>, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_ ## name, #name, 3},
^
src/libm.h:67:1: note: in expansion of macro ‘LIBM_DDD’
LIBM_DDD(hypot)
^~~~~~~~
src/builtin.c:1565:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_ ## name, #name, 1},
^
src/libm.h:72:1: note: in expansion of macro ‘LIBM_DD’
LIBM_DD(j0)
^~~~~~~
src/builtin.c:1565:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_ ## name, #name, 1},
^
src/libm.h:77:1: note: in expansion of macro ‘LIBM_DD’
LIBM_DD(j1)
^~~~~~~
src/builtin.c:1565:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_ ## name, #name, 1},
^
src/libm.h:82:1: note: in expansion of macro ‘LIBM_DD’
LIBM_DD(log)
^~~~~~~
src/builtin.c:1565:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_ ## name, #name, 1},
^
src/libm.h:87:1: note: in expansion of macro ‘LIBM_DD’
LIBM_DD(log10)
^~~~~~~
src/builtin.c:1565:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_ ## name, #name, 1},
^
src/libm.h:92:1: note: in expansion of macro ‘LIBM_DD’
LIBM_DD(log2)
^~~~~~~
src/builtin.c:1569:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv, jv, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>, struct <anonymous>, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_ ## name, #name, 3},
^
src/libm.h:97:1: note: in expansion of macro ‘LIBM_DDD’
LIBM_DDD(pow)
^~~~~~~~
src/builtin.c:1569:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv, jv, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>, struct <anonymous>, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_ ## name, #name, 3},
^
src/libm.h:102:1: note: in expansion of macro ‘LIBM_DDD’
LIBM_DDD(remainder)
^~~~~~~~
src/builtin.c:1565:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_ ## name, #name, 1},
^
src/libm.h:107:1: note: in expansion of macro ‘LIBM_DD’
LIBM_DD(sin)
^~~~~~~
src/builtin.c:1565:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_ ## name, #name, 1},
^
src/libm.h:112:1: note: in expansion of macro ‘LIBM_DD’
LIBM_DD(sinh)
^~~~~~~
src/builtin.c:1565:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_ ## name, #name, 1},
^
src/libm.h:117:1: note: in expansion of macro ‘LIBM_DD’
LIBM_DD(sqrt)
^~~~~~~
src/builtin.c:1565:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_ ## name, #name, 1},
^
src/libm.h:122:1: note: in expansion of macro ‘LIBM_DD’
LIBM_DD(tan)
^~~~~~~
src/builtin.c:1565:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_ ## name, #name, 1},
^
src/libm.h:127:1: note: in expansion of macro ‘LIBM_DD’
LIBM_DD(tanh)
^~~~~~~
src/builtin.c:1565:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_ ## name, #name, 1},
^
src/libm.h:132:1: note: in expansion of macro ‘LIBM_DD’
LIBM_DD(tgamma)
^~~~~~~
src/builtin.c:1565:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_ ## name, #name, 1},
^
src/libm.h:137:1: note: in expansion of macro ‘LIBM_DD’
LIBM_DD(y0)
^~~~~~~
src/builtin.c:1565:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_ ## name, #name, 1},
^
src/libm.h:142:1: note: in expansion of macro ‘LIBM_DD’
LIBM_DD(y1)
^~~~~~~
src/builtin.c:1569:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv, jv, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>, struct <anonymous>, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_ ## name, #name, 3},
^
src/libm.h:147:1: note: in expansion of macro ‘LIBM_DDD’
LIBM_DDD(jn)
^~~~~~~~
src/builtin.c:1569:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv, jv, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>, struct <anonymous>, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_ ## name, #name, 3},
^
src/libm.h:150:1: note: in expansion of macro ‘LIBM_DDD’
LIBM_DDD(yn)
^~~~~~~~
src/builtin.c:1565:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_ ## name, #name, 1},
^
src/libm.h:153:1: note: in expansion of macro ‘LIBM_DD’
LIBM_DD(ceil)
^~~~~~~
src/builtin.c:1569:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv, jv, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>, struct <anonymous>, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_ ## name, #name, 3},
^
src/libm.h:158:1: note: in expansion of macro ‘LIBM_DDD’
LIBM_DDD(copysign)
^~~~~~~~
src/builtin.c:1569:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv, jv, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>, struct <anonymous>, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_ ## name, #name, 3},
^
src/libm.h:163:1: note: in expansion of macro ‘LIBM_DDD’
LIBM_DDD(drem)
^~~~~~~~
src/builtin.c:1565:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_ ## name, #name, 1},
^
src/libm.h:168:1: note: in expansion of macro ‘LIBM_DD’
LIBM_DD(erf)
^~~~~~~
src/builtin.c:1565:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_ ## name, #name, 1},
^
src/libm.h:173:1: note: in expansion of macro ‘LIBM_DD’
LIBM_DD(erfc)
^~~~~~~
src/builtin.c:1565:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_ ## name, #name, 1},
^
src/libm.h:178:1: note: in expansion of macro ‘LIBM_DD’
LIBM_DD(exp10)
^~~~~~~
src/builtin.c:1565:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_ ## name, #name, 1},
^
src/libm.h:183:1: note: in expansion of macro ‘LIBM_DD’
LIBM_DD(expm1)
^~~~~~~
src/builtin.c:1565:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_ ## name, #name, 1},
^
src/libm.h:188:1: note: in expansion of macro ‘LIBM_DD’
LIBM_DD(fabs)
^~~~~~~
src/builtin.c:1569:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv, jv, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>, struct <anonymous>, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_ ## name, #name, 3},
^
src/libm.h:193:1: note: in expansion of macro ‘LIBM_DDD’
LIBM_DDD(fdim)
^~~~~~~~
src/builtin.c:1573:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv, jv, jv, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>, struct <anonymous>, struct <anonymous>, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_ ## name, #name, 4},
^
src/libm.h:198:1: note: in expansion of macro ‘LIBM_DDDD’
LIBM_DDDD(fma)
^~~~~~~~~
src/builtin.c:1569:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv, jv, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>, struct <anonymous>, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_ ## name, #name, 3},
^
src/libm.h:203:1: note: in expansion of macro ‘LIBM_DDD’
LIBM_DDD(fmax)
^~~~~~~~
src/builtin.c:1569:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv, jv, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>, struct <anonymous>, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_ ## name, #name, 3},
^
src/libm.h:208:1: note: in expansion of macro ‘LIBM_DDD’
LIBM_DDD(fmin)
^~~~~~~~
src/builtin.c:1569:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv, jv, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>, struct <anonymous>, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_ ## name, #name, 3},
^
src/libm.h:213:1: note: in expansion of macro ‘LIBM_DDD’
LIBM_DDD(fmod)
^~~~~~~~
src/builtin.c:1565:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_ ## name, #name, 1},
^
src/libm.h:218:1: note: in expansion of macro ‘LIBM_DD’
LIBM_DD(gamma)
^~~~~~~
src/builtin.c:1565:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_ ## name, #name, 1},
^
src/libm.h:223:1: note: in expansion of macro ‘LIBM_DD’
LIBM_DD(lgamma)
^~~~~~~
src/builtin.c:1565:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_ ## name, #name, 1},
^
src/libm.h:228:1: note: in expansion of macro ‘LIBM_DD’
LIBM_DD(log1p)
^~~~~~~
src/builtin.c:1565:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_ ## name, #name, 1},
^
src/libm.h:233:1: note: in expansion of macro ‘LIBM_DD’
LIBM_DD(logb)
^~~~~~~
src/builtin.c:1565:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_ ## name, #name, 1},
^
src/libm.h:238:1: note: in expansion of macro ‘LIBM_DD’
LIBM_DD(nearbyint)
^~~~~~~
src/builtin.c:1569:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv, jv, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>, struct <anonymous>, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_ ## name, #name, 3},
^
src/libm.h:243:1: note: in expansion of macro ‘LIBM_DDD’
LIBM_DDD(nextafter)
^~~~~~~~
src/builtin.c:1569:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv, jv, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>, struct <anonymous>, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_ ## name, #name, 3},
^
src/libm.h:248:1: note: in expansion of macro ‘LIBM_DDD’
LIBM_DDD(nexttoward)
^~~~~~~~
src/builtin.c:1565:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_ ## name, #name, 1},
^
src/libm.h:258:1: note: in expansion of macro ‘LIBM_DD’
LIBM_DD(rint)
^~~~~~~
src/builtin.c:1565:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_ ## name, #name, 1},
^
src/libm.h:263:1: note: in expansion of macro ‘LIBM_DD’
LIBM_DD(round)
^~~~~~~
src/builtin.c:1569:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv, jv, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>, struct <anonymous>, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_ ## name, #name, 3},
^
src/libm.h:268:1: note: in expansion of macro ‘LIBM_DDD’
LIBM_DDD(scalb)
^~~~~~~~
src/builtin.c:1569:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv, jv, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>, struct <anonymous>, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_ ## name, #name, 3},
^
src/libm.h:273:1: note: in expansion of macro ‘LIBM_DDD’
LIBM_DDD(scalbln)
^~~~~~~~
src/builtin.c:1565:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_ ## name, #name, 1},
^
src/libm.h:278:1: note: in expansion of macro ‘LIBM_DD’
LIBM_DD(significand)
^~~~~~~
src/builtin.c:1565:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_ ## name, #name, 1},
^
src/libm.h:283:1: note: in expansion of macro ‘LIBM_DD’
LIBM_DD(trunc)
^~~~~~~
src/builtin.c:1569:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv, jv, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>, struct <anonymous>, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_ ## name, #name, 3},
^
src/libm.h:288:1: note: in expansion of macro ‘LIBM_DDD’
LIBM_DDD(ldexp)
^~~~~~~~
src/builtin.c:1579:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_frexp,"frexp", 1},
^
src/builtin.c:1582:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_modf,"modf", 1},
^
src/builtin.c:1585:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_lgamma_r,"lgamma_r", 1},
^
src/builtin.c:1587:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv, jv, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>, struct <anonymous>, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_plus, "_plus", 3},
^
src/builtin.c:1588:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_negate, "_negate", 1},
^
src/builtin.c:1589:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv, jv, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>, struct <anonymous>, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_minus, "_minus", 3},
^
src/builtin.c:1590:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv, jv, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>, struct <anonymous>, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_multiply, "_multiply", 3},
^
src/builtin.c:1591:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv, jv, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>, struct <anonymous>, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_divide, "_divide", 3},
^
src/builtin.c:1592:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv, jv, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>, struct <anonymous>, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_mod, "_mod", 3},
^
src/builtin.c:1593:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_dump, "tojson", 1},
^
src/builtin.c:1594:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_json_parse, "fromjson", 1},
^
src/builtin.c:1595:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_tonumber, "tonumber", 1},
^
src/builtin.c:1596:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_tostring, "tostring", 1},
^
src/builtin.c:1597:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_keys, "keys", 1},
^
src/builtin.c:1598:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_keys_unsorted, "keys_unsorted", 1},
^
src/builtin.c:1599:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_startswith, "startswith", 2},
^
src/builtin.c:1600:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_endswith, "endswith", 2},
^
src/builtin.c:1601:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_ltrimstr, "ltrimstr", 2},
^
src/builtin.c:1602:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_rtrimstr, "rtrimstr", 2},
^
src/builtin.c:1603:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_string_split, "split", 2},
^
src/builtin.c:1604:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_string_explode, "explode", 1},
^
src/builtin.c:1605:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_string_implode, "implode", 1},
^
src/builtin.c:1606:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_string_indexes, "_strindices", 2},
^
src/builtin.c:1607:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv, jv, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>, struct <anonymous>, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_setpath, "setpath", 3}, // FIXME typechecking
^
src/builtin.c:1608:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_getpath, "getpath", 2},
^
src/builtin.c:1609:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_delpaths, "delpaths", 2},
^
src/builtin.c:1610:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_has, "has", 2},
^
src/builtin.c:1611:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv, jv, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>, struct <anonymous>, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_equal, "_equal", 3},
^
src/builtin.c:1612:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv, jv, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>, struct <anonymous>, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_notequal, "_notequal", 3},
^
src/builtin.c:1613:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv, jv, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>, struct <anonymous>, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_less, "_less", 3},
^
src/builtin.c:1614:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv, jv, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>, struct <anonymous>, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_greater, "_greater", 3},
^
src/builtin.c:1615:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv, jv, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>, struct <anonymous>, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_lesseq, "_lesseq", 3},
^
src/builtin.c:1616:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv, jv, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>, struct <anonymous>, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_greatereq, "_greatereq", 3},
^
src/builtin.c:1617:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_contains, "contains", 2},
^
src/builtin.c:1618:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_length, "length", 1},
^
src/builtin.c:1619:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_utf8bytelength, "utf8bytelength", 1},
^
src/builtin.c:1620:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_type, "type", 1},
^
src/builtin.c:1621:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_isinfinite, "isinfinite", 1},
^
src/builtin.c:1622:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_isnan, "isnan", 1},
^
src/builtin.c:1623:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_isnormal, "isnormal", 1},
^
src/builtin.c:1624:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_infinite, "infinite", 1},
^
src/builtin.c:1625:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_nan, "nan", 1},
^
src/builtin.c:1626:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_sort, "sort", 1},
^
src/builtin.c:1627:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_sort_by_impl, "_sort_by_impl", 2},
^
src/builtin.c:1628:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_group_by_impl, "_group_by_impl", 2},
^
src/builtin.c:1629:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_min, "min", 1},
^
src/builtin.c:1630:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_max, "max", 1},
^
src/builtin.c:1631:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_min_by_impl, "_min_by_impl", 2},
^
src/builtin.c:1632:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_max_by_impl, "_max_by_impl", 2},
^
src/builtin.c:1633:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_error, "error", 2},
^
src/builtin.c:1634:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_format, "format", 2},
^
src/builtin.c:1635:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_env, "env", 1},
^
src/builtin.c:1636:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_halt, "halt", 1},
^
src/builtin.c:1637:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_halt_error, "halt_error", 2},
^
src/builtin.c:1638:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_get_search_list, "get_search_list", 1},
^
src/builtin.c:1639:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_get_prog_origin, "get_prog_origin", 1},
^
src/builtin.c:1640:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_get_jq_origin, "get_jq_origin", 1},
^
src/builtin.c:1641:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv, jv, jv, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>, struct <anonymous>, struct <anonymous>, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_match, "_match_impl", 4},
^
src/builtin.c:1642:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_modulemeta, "modulemeta", 1},
^
src/builtin.c:1643:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_input, "_input", 1},
^
src/builtin.c:1644:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_debug, "debug", 1},
^
src/builtin.c:1645:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_stderr, "stderr", 1},
^
src/builtin.c:1646:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_strptime, "strptime", 2},
^
src/builtin.c:1647:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_strftime, "strftime", 2},
^
src/builtin.c:1648:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_strflocaltime, "strflocaltime", 2},
^
src/builtin.c:1649:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_mktime, "mktime", 1},
^
src/builtin.c:1650:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_gmtime, "gmtime", 1},
^
src/builtin.c:1651:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_localtime, "localtime", 1},
^
src/builtin.c:1652:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_now, "now", 1},
^
src/builtin.c:1653:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_current_filename, "input_filename", 1},
^
src/builtin.c:1654:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ {aka ‘struct <anonymous> (*)(struct jq_state *, struct <anonymous>)’} to ‘void (*)()’ [-Wcast-function-type]
{(cfunction_ptr)f_current_line, "input_line_number", 1},
^
CC src/jv_dtoa.lo
CC src/jv_file.lo
src/jv_dtoa.c: In function ‘jvp_strtod’:
src/jv_dtoa.c:2330:54: warning: unused variable ‘test_scale’ [-Wunused-variable]
int bb2, bb5, bbe, bd2, bd5, bbbits, bs2, c, e, e1, test_scale;
^~~~~~~~~~
src/jv_dtoa.c:2368:9: warning: this statement may fall through [-Wimplicit-fallthrough=]
sign = 1;
~~~~~^~~
src/jv_dtoa.c:2370:3: note: here
case '+':
^~~~
src/jv_dtoa.c:2480:11: warning: this statement may fall through [-Wimplicit-fallthrough=]
esign = 1;
~~~~~~^~~
src/jv_dtoa.c:2481:4: note: here
case '+':
^~~~
src/jv_dtoa.c: In function ‘jvp_dtoa’:
src/jv_dtoa.c:3700:14: warning: this statement may fall through [-Wimplicit-fallthrough=]
leftright = 0;
~~~~~~~~~~^~~
src/jv_dtoa.c:3702:3: note: here
case 4:
^~~~
src/jv_dtoa.c:3708:14: warning: this statement may fall through [-Wimplicit-fallthrough=]
leftright = 0;
~~~~~~~~~~^~~
src/jv_dtoa.c:3710:3: note: here
case 5:
^~~~
CC src/jv_parse.lo
CC src/jv_print.lo
CC src/jv_unicode.lo
CC src/linker.lo
CC src/locfile.lo
CC src/util.lo
CC src/lexer.lo
CC src/parser.lo
CC src/main.o
src/lexer.c: In function ‘yy_get_next_buffer’:
src/lexer.c:1500:47: warning: comparison of integer expressions of different signedness: ‘int’ and ‘yy_size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
if ((int) (yyg->yy_n_chars + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) {
^
CCLD libjq.la
ar: `u' modifier ignored since `D' is the default (see `U')
CCLD jq
make[2]: Leaving directory '/home/andrew/jq'
make[1]: Leaving directory '/home/andrew/jq'
make check-recursive
make[1]: Entering directory '/home/andrew/jq'
Making check in modules/oniguruma
make[2]: Entering directory '/home/andrew/jq/modules/oniguruma'
Making check in src
make[3]: Entering directory '/home/andrew/jq/modules/oniguruma/src'
make[3]: Leaving directory '/home/andrew/jq/modules/oniguruma/src'
Making check in test
make[3]: Entering directory '/home/andrew/jq/modules/oniguruma/test'
make testc testp testcu
make[4]: Entering directory '/home/andrew/jq/modules/oniguruma/test'
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I/usr/local/include -g -O2 -MT testc.o -MD -MP -MF .deps/testc.Tpo -c -o testc.o testc.c
mv -f .deps/testc.Tpo .deps/testc.Po
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -L/usr/local/lib -o testc testc.o ../src/libonig.la
libtool: link: gcc -g -O2 -o .libs/testc testc.o -L/usr/local/lib ../src/.libs/libonig.so
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I/usr/local/include -DPOSIX_TEST -g -O2 -MT testp-testc.o -MD -MP -MF .deps/testp-testc.Tpo -c -o testp-testc.o `test -f 'testc.c' || echo './'`testc.c
mv -f .deps/testp-testc.Tpo .deps/testp-testc.Po
/bin/bash ../libtool --tag=CC --mode=link gcc -DPOSIX_TEST -g -O2 -L/usr/local/lib -o testp testp-testc.o ../src/libonig.la
libtool: link: gcc -DPOSIX_TEST -g -O2 -o .libs/testp testp-testc.o -L/usr/local/lib ../src/.libs/libonig.so
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I/usr/local/include -g -O2 -MT testu.o -MD -MP -MF .deps/testu.Tpo -c -o testu.o testu.c
mv -f .deps/testu.Tpo .deps/testu.Po
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -L/usr/local/lib -o testcu testu.o ../src/libonig.la
libtool: link: gcc -g -O2 -o .libs/testcu testu.o -L/usr/local/lib ../src/.libs/libonig.so
make[4]: Leaving directory '/home/andrew/jq/modules/oniguruma/test'
make check-TESTS
make[4]: Entering directory '/home/andrew/jq/modules/oniguruma/test'
make[5]: Entering directory '/home/andrew/jq/modules/oniguruma/test'
PASS: testc
PASS: testp
PASS: testcu
============================================================================
Testsuite summary for onig 6.1.3
============================================================================
# TOTAL: 3
# PASS: 3
# SKIP: 0
# XFAIL: 0
# FAIL: 0
# XPASS: 0
# ERROR: 0
============================================================================
make[5]: Leaving directory '/home/andrew/jq/modules/oniguruma/test'
make[4]: Leaving directory '/home/andrew/jq/modules/oniguruma/test'
make[3]: Leaving directory '/home/andrew/jq/modules/oniguruma/test'
Making check in sample
make[3]: Entering directory '/home/andrew/jq/modules/oniguruma/sample'
make encode listcap names posix simple sql syntax user_property bug_fix
make[4]: Entering directory '/home/andrew/jq/modules/oniguruma/sample'
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I/usr/local/include -g -O2 -MT encode.o -MD -MP -MF .deps/encode.Tpo -c -o encode.o encode.c
mv -f .deps/encode.Tpo .deps/encode.Po
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -L/usr/local/lib -o encode encode.o ../src/libonig.la
libtool: link: gcc -g -O2 -o .libs/encode encode.o -L/usr/local/lib ../src/.libs/libonig.so
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I/usr/local/include -g -O2 -MT listcap.o -MD -MP -MF .deps/listcap.Tpo -c -o listcap.o listcap.c
mv -f .deps/listcap.Tpo .deps/listcap.Po
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -L/usr/local/lib -o listcap listcap.o ../src/libonig.la
libtool: link: gcc -g -O2 -o .libs/listcap listcap.o -L/usr/local/lib ../src/.libs/libonig.so
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I/usr/local/include -g -O2 -MT names.o -MD -MP -MF .deps/names.Tpo -c -o names.o names.c
mv -f .deps/names.Tpo .deps/names.Po
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -L/usr/local/lib -o names names.o ../src/libonig.la
libtool: link: gcc -g -O2 -o .libs/names names.o -L/usr/local/lib ../src/.libs/libonig.so
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I/usr/local/include -g -O2 -MT posix.o -MD -MP -MF .deps/posix.Tpo -c -o posix.o posix.c
posix.c: In function ‘main’:
posix.c:94:3: warning: implicit declaration of function ‘onig_end’ [-Wimplicit-function-declaration]
onig_end();
^~~~~~~~
mv -f .deps/posix.Tpo .deps/posix.Po
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -L/usr/local/lib -o posix posix.o ../src/libonig.la
libtool: link: gcc -g -O2 -o .libs/posix posix.o -L/usr/local/lib ../src/.libs/libonig.so
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I/usr/local/include -g -O2 -MT simple.o -MD -MP -MF .deps/simple.Tpo -c -o simple.o simple.c
mv -f .deps/simple.Tpo .deps/simple.Po
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -L/usr/local/lib -o simple simple.o ../src/libonig.la
libtool: link: gcc -g -O2 -o .libs/simple simple.o -L/usr/local/lib ../src/.libs/libonig.so
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I/usr/local/include -g -O2 -MT sql.o -MD -MP -MF .deps/sql.Tpo -c -o sql.o sql.c
mv -f .deps/sql.Tpo .deps/sql.Po
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -L/usr/local/lib -o sql sql.o ../src/libonig.la
libtool: link: gcc -g -O2 -o .libs/sql sql.o -L/usr/local/lib ../src/.libs/libonig.so
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I/usr/local/include -g -O2 -MT syntax.o -MD -MP -MF .deps/syntax.Tpo -c -o syntax.o syntax.c
mv -f .deps/syntax.Tpo .deps/syntax.Po
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -L/usr/local/lib -o syntax syntax.o ../src/libonig.la
libtool: link: gcc -g -O2 -o .libs/syntax syntax.o -L/usr/local/lib ../src/.libs/libonig.so
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I/usr/local/include -g -O2 -MT user_property.o -MD -MP -MF .deps/user_property.Tpo -c -o user_property.o user_property.c
mv -f .deps/user_property.Tpo .deps/user_property.Po
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -L/usr/local/lib -o user_property user_property.o ../src/libonig.la
libtool: link: gcc -g -O2 -o .libs/user_property user_property.o -L/usr/local/lib ../src/.libs/libonig.so
gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I/usr/local/include -g -O2 -MT bug_fix.o -MD -MP -MF .deps/bug_fix.Tpo -c -o bug_fix.o bug_fix.c
mv -f .deps/bug_fix.Tpo .deps/bug_fix.Po
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -L/usr/local/lib -o bug_fix bug_fix.o ../src/libonig.la
libtool: link: gcc -g -O2 -o .libs/bug_fix bug_fix.o -L/usr/local/lib ../src/.libs/libonig.so
make[4]: Leaving directory '/home/andrew/jq/modules/oniguruma/sample'
make check-TESTS
make[4]: Entering directory '/home/andrew/jq/modules/oniguruma/sample'
make[5]: Entering directory '/home/andrew/jq/modules/oniguruma/sample'
PASS: encode
PASS: listcap
PASS: names
PASS: posix
PASS: simple
PASS: sql
PASS: syntax
PASS: user_property
PASS: bug_fix
============================================================================
Testsuite summary for onig 6.1.3
============================================================================
# TOTAL: 9
# PASS: 9
# SKIP: 0
# XFAIL: 0
# FAIL: 0
# XPASS: 0
# ERROR: 0
============================================================================
make[5]: Leaving directory '/home/andrew/jq/modules/oniguruma/sample'
make[4]: Leaving directory '/home/andrew/jq/modules/oniguruma/sample'
make[3]: Leaving directory '/home/andrew/jq/modules/oniguruma/sample'
make[3]: Entering directory '/home/andrew/jq/modules/oniguruma'
make[3]: Nothing to be done for 'check-am'.
make[3]: Leaving directory '/home/andrew/jq/modules/oniguruma'
make[2]: Leaving directory '/home/andrew/jq/modules/oniguruma'
make[2]: Entering directory '/home/andrew/jq'
make check-TESTS
make[3]: Entering directory '/home/andrew/jq'
make[4]: Entering directory '/home/andrew/jq'
PASS: tests/optionaltest
PASS: tests/mantest
PASS: tests/jqtest
PASS: tests/onigtest
PASS: tests/shtest
PASS: tests/utf8test
PASS: tests/base64test
============================================================================
Testsuite summary for jq 1.5rc2-270-g4b455ab-dirty
============================================================================
# TOTAL: 7
# PASS: 7
# SKIP: 0
# XFAIL: 0
# FAIL: 0
# XPASS: 0
# ERROR: 0
============================================================================
make[4]: Leaving directory '/home/andrew/jq'
make[3]: Leaving directory '/home/andrew/jq'
make[2]: Leaving directory '/home/andrew/jq'
make[1]: Leaving directory '/home/andrew/jq'
[sudo] password for andrew:
make install-recursive
make[1]: Entering directory '/home/andrew/jq'
Making install in modules/oniguruma
make[2]: Entering directory '/home/andrew/jq/modules/oniguruma'
Making install in src
make[3]: Entering directory '/home/andrew/jq/modules/oniguruma/src'
make[4]: Entering directory '/home/andrew/jq/modules/oniguruma/src'
/bin/mkdir -p '/usr/local/lib'
/bin/bash ../libtool --mode=install /usr/bin/install -c libonig.la '/usr/local/lib'
libtool: install: /usr/bin/install -c .libs/libonig.so.4.0.0 /usr/local/lib/libonig.so.4.0.0
libtool: install: (cd /usr/local/lib && { ln -s -f libonig.so.4.0.0 libonig.so.4 || { rm -f libonig.so.4 && ln -s libonig.so.4.0.0 libonig.so.4; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f libonig.so.4.0.0 libonig.so || { rm -f libonig.so && ln -s libonig.so.4.0.0 libonig.so; }; })
libtool: install: /usr/bin/install -c .libs/libonig.lai /usr/local/lib/libonig.la
libtool: install: /usr/bin/install -c .libs/libonig.a /usr/local/lib/libonig.a
libtool: install: chmod 644 /usr/local/lib/libonig.a
libtool: install: ranlib /usr/local/lib/libonig.a
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/sbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the 'LD_RUN_PATH' environment variable
during linking
- use the '-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to '/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/bin/mkdir -p '/usr/local/include'
/usr/bin/install -c -m 644 oniguruma.h oniggnu.h onigposix.h '/usr/local/include'
make[4]: Leaving directory '/home/andrew/jq/modules/oniguruma/src'
make[3]: Leaving directory '/home/andrew/jq/modules/oniguruma/src'
Making install in test
make[3]: Entering directory '/home/andrew/jq/modules/oniguruma/test'
make[4]: Entering directory '/home/andrew/jq/modules/oniguruma/test'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/home/andrew/jq/modules/oniguruma/test'
make[3]: Leaving directory '/home/andrew/jq/modules/oniguruma/test'
Making install in sample
make[3]: Entering directory '/home/andrew/jq/modules/oniguruma/sample'
make[4]: Entering directory '/home/andrew/jq/modules/oniguruma/sample'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/home/andrew/jq/modules/oniguruma/sample'
make[3]: Leaving directory '/home/andrew/jq/modules/oniguruma/sample'
make[3]: Entering directory '/home/andrew/jq/modules/oniguruma'
make[4]: Entering directory '/home/andrew/jq/modules/oniguruma'
/bin/mkdir -p '/usr/local/bin'
/usr/bin/install -c onig-config '/usr/local/bin'
/bin/mkdir -p '/usr/local/lib/pkgconfig'
/usr/bin/install -c -m 644 oniguruma.pc '/usr/local/lib/pkgconfig'
make[4]: Leaving directory '/home/andrew/jq/modules/oniguruma'
make[3]: Leaving directory '/home/andrew/jq/modules/oniguruma'
make[2]: Leaving directory '/home/andrew/jq/modules/oniguruma'
make[2]: Entering directory '/home/andrew/jq'
make[3]: Entering directory '/home/andrew/jq'
/bin/mkdir -p '/usr/local/lib'
/bin/bash ./libtool --mode=install /usr/bin/install -c libjq.la '/usr/local/lib'
libtool: warning: relinking 'libjq.la'
libtool: install: (cd /home/andrew/jq; /bin/bash "/home/andrew/jq/libtool" --silent --tag CC --mode=relink gcc -Wextra -Wall -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-function -I./modules/oniguruma/src -g -O2 -L./modules/oniguruma/src -Wl,-rpath,/usr/local/lib -export-symbols-regex "^j[qv]_" -version-info 1:4:0 -o libjq.la -rpath /usr/local/lib src/builtin.lo src/bytecode.lo src/compile.lo src/execute.lo src/jq_test.lo src/jv.lo src/jv_alloc.lo src/jv_aux.lo src/jv_dtoa.lo src/jv_file.lo src/jv_parse.lo src/jv_print.lo src/jv_unicode.lo src/linker.lo src/locfile.lo src/util.lo src/lexer.lo src/parser.lo -lm modules/oniguruma/src/.libs/libonig.la )
libtool: install: /usr/bin/install -c .libs/libjq.so.1.0.4T /usr/local/lib/libjq.so.1.0.4
libtool: install: (cd /usr/local/lib && { ln -s -f libjq.so.1.0.4 libjq.so.1 || { rm -f libjq.so.1 && ln -s libjq.so.1.0.4 libjq.so.1; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f libjq.so.1.0.4 libjq.so || { rm -f libjq.so && ln -s libjq.so.1.0.4 libjq.so; }; })
libtool: install: /usr/bin/install -c .libs/libjq.lai /usr/local/lib/libjq.la
libtool: install: /usr/bin/install -c .libs/libjq.a /usr/local/lib/libjq.a
libtool: install: chmod 644 /usr/local/lib/libjq.a
libtool: install: ranlib /usr/local/lib/libjq.a
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/sbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the 'LD_RUN_PATH' environment variable
during linking
- use the '-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to '/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/bin/mkdir -p '/usr/local/bin'
/bin/bash ./libtool --mode=install /usr/bin/install -c jq '/usr/local/bin'
libtool: install: /usr/bin/install -c jq /usr/local/bin/jq
/bin/mkdir -p '/usr/local/share/doc/jq'
/usr/bin/install -c -m 644 README.md COPYING AUTHORS README '/usr/local/share/doc/jq'
/bin/mkdir -p '/usr/local/include'
/usr/bin/install -c -m 644 src/jv.h src/jq.h '/usr/local/include'
/bin/mkdir -p '/usr/local/share/man/man1'
/usr/bin/install -c -m 644 jq.1 '/usr/local/share/man/man1'
make[3]: Leaving directory '/home/andrew/jq'
make[2]: Leaving directory '/home/andrew/jq'
make[1]: Leaving directory '/home/andrew/jq'
andrew:~$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment