The build took 00h 01m 47s and was SUCCESSFUL.
The program in this build is written in the following languages, according to sloccount:
SLOC | Language |
---|---|
11,269 |
sh |
9,673 |
makefile |
8,870 |
ansic |
29,812 |
total |
The process tree of the build process is here.
To avoid scrolling, you may jump to the last line of the
invocation of makepkg
that was used to build this
package.
Removed vanilla repositories from pacman.conf and added:
There were existing files in /sysroot, using those
CMD: sudo -u tuscan PATH=/sysroot/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
==> Making package: speexdsp 1.2rc3-2 (Wed Apr 5 01:29:23 UTC 2017)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
checking whether make supports nested variables... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-unknown-linux-strip... no
checking for strip... strip
checking for a thread-safe mkdir -p... /usr/sbin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for style of include used by make... GNU
checking for x86_64-unknown-linux-gcc... clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking whether clang understands -c and -o together... yes
checking dependency style of clang... gcc3
checking for a sed that does not truncate output... /usr/sbin/sed
checking for grep that handles long lines and -e... /usr/sbin/grep
checking for egrep... /usr/sbin/grep -E
checking for fgrep... /usr/sbin/grep -F
checking for ld used by clang... /sysroot/bin/ld
checking if the linker (/sysroot/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /sysroot/bin/nm -B
checking the name lister (/sysroot/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /sysroot/bin/ld option to reload object files... -r
checking for x86_64-unknown-linux-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-unknown-linux-dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for x86_64-unknown-linux-ar... no
checking for ar... ar
configure: WARNING: using cross tools not prefixed with host triplet
checking for archiver @FILE support... @
checking for x86_64-unknown-linux-strip... strip
checking for x86_64-unknown-linux-ranlib... no
checking for ranlib... ranlib
checking command to parse /sysroot/bin/nm -B output from clang object... ok
checking for sysroot... no
checking for x86_64-unknown-linux-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... clang -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 clang supports -fno-rtti -fno-exceptions... yes
checking for clang option to produce PIC... -fPIC -DPIC
checking if clang PIC flag -fPIC -DPIC works... yes
checking if clang static flag -static works... no
checking if clang supports -c -o file.o... yes
checking if clang supports -c -o file.o... (cached) yes
checking whether the clang linker (/sysroot/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... no
checking whether byte ordering is bigendian... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for C/C++ restrict keyword... __restrict
checking for C99 variable-size arrays... yes
checking alloca.h usability... yes
checking alloca.h presence... yes
checking for alloca.h... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for alloca... yes
checking for SSE in current arch/CFLAGS... yes
checking for SSE2 in current arch/CFLAGS... yes
checking for NEON in current arch/CFLAGS... no
checking for ELF visibility... yes
checking sys/soundcard.h usability... no
checking sys/soundcard.h presence... no
checking for sys/soundcard.h... no
checking sys/audioio.h usability... no
checking sys/audioio.h presence... no
checking for sys/audioio.h... no
checking for cos in -lm... yes
checking for x86_64-unknown-linux-pkg-config... no
checking for pkg-config... /usr/sbin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking size of int16_t... 2
checking size of uint16_t... 2
checking size of u_int16_t... 2
checking size of int32_t... 4
checking size of uint32_t... 4
checking size of u_int32_t... 4
checking size of short... 2
checking size of int... 4
checking size of long... 8
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libspeexdsp/Makefile
config.status: creating doc/Makefile
config.status: creating SpeexDSP.spec
config.status: creating include/Makefile
config.status: creating include/speex/Makefile
config.status: creating speexdsp.pc
config.status: creating win32/Makefile
config.status: creating win32/libspeexdsp/Makefile
config.status: creating symbian/Makefile
config.status: creating win32/VS2003/Makefile
config.status: creating win32/VS2003/libspeexdsp/Makefile
config.status: creating win32/VS2003/tests/Makefile
config.status: creating win32/VS2005/Makefile
config.status: creating win32/VS2005/libspeexdsp/Makefile
config.status: creating win32/VS2005/tests/Makefile
config.status: creating win32/VS2008/Makefile
config.status: creating win32/VS2008/libspeexdsp/Makefile
config.status: creating win32/VS2008/tests/Makefile
config.status: creating include/speex/speexdsp_config_types.h
config.status: creating ti/Makefile
config.status: creating ti/speex_C54_test/Makefile
config.status: creating ti/speex_C55_test/Makefile
config.status: creating ti/speex_C64_test/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
Type "make; make install" to compile and install Speex
make all-recursive
make[1]: Entering directory '/tmp/speexdsp/src/speexdsp-1.2rc3'
Making all in libspeexdsp
make[2]: Entering directory '/tmp/speexdsp/src/speexdsp-1.2rc3/libspeexdsp'
CC preprocess.lo
CC jitter.lo
CC mdf.lo
CC fftwrap.lo
CC filterbank.lo
CC resample.lo
CC scal.lo
CC buffer.lo
CC smallft.lo
CCLD libspeexdsp.la
make[2]: Leaving directory '/tmp/speexdsp/src/speexdsp-1.2rc3/libspeexdsp'
Making all in include
make[2]: Entering directory '/tmp/speexdsp/src/speexdsp-1.2rc3/include'
Making all in speex
make[3]: Entering directory '/tmp/speexdsp/src/speexdsp-1.2rc3/include/speex'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/tmp/speexdsp/src/speexdsp-1.2rc3/include/speex'
make[3]: Entering directory '/tmp/speexdsp/src/speexdsp-1.2rc3/include'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/tmp/speexdsp/src/speexdsp-1.2rc3/include'
make[2]: Leaving directory '/tmp/speexdsp/src/speexdsp-1.2rc3/include'
Making all in doc
make[2]: Entering directory '/tmp/speexdsp/src/speexdsp-1.2rc3/doc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/tmp/speexdsp/src/speexdsp-1.2rc3/doc'
Making all in win32
make[2]: Entering directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32'
Making all in libspeexdsp
make[3]: Entering directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32/libspeexdsp'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32/libspeexdsp'
Making all in VS2003
make[3]: Entering directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32/VS2003'
Making all in libspeexdsp
make[4]: Entering directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32/VS2003/libspeexdsp'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32/VS2003/libspeexdsp'
Making all in tests
make[4]: Entering directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32/VS2003/tests'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32/VS2003/tests'
make[4]: Entering directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32/VS2003'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32/VS2003'
make[3]: Leaving directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32/VS2003'
Making all in VS2005
make[3]: Entering directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32/VS2005'
Making all in libspeexdsp
make[4]: Entering directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32/VS2005/libspeexdsp'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32/VS2005/libspeexdsp'
Making all in tests
make[4]: Entering directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32/VS2005/tests'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32/VS2005/tests'
make[4]: Entering directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32/VS2005'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32/VS2005'
make[3]: Leaving directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32/VS2005'
Making all in VS2008
make[3]: Entering directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32/VS2008'
Making all in libspeexdsp
make[4]: Entering directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32/VS2008/libspeexdsp'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32/VS2008/libspeexdsp'
Making all in tests
make[4]: Entering directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32/VS2008/tests'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32/VS2008/tests'
make[4]: Entering directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32/VS2008'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32/VS2008'
make[3]: Leaving directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32/VS2008'
make[3]: Entering directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32'
make[2]: Leaving directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32'
Making all in symbian
make[2]: Entering directory '/tmp/speexdsp/src/speexdsp-1.2rc3/symbian'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/tmp/speexdsp/src/speexdsp-1.2rc3/symbian'
Making all in ti
make[2]: Entering directory '/tmp/speexdsp/src/speexdsp-1.2rc3/ti'
Making all in speex_C54_test
make[3]: Entering directory '/tmp/speexdsp/src/speexdsp-1.2rc3/ti/speex_C54_test'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/tmp/speexdsp/src/speexdsp-1.2rc3/ti/speex_C54_test'
Making all in speex_C55_test
make[3]: Entering directory '/tmp/speexdsp/src/speexdsp-1.2rc3/ti/speex_C55_test'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/tmp/speexdsp/src/speexdsp-1.2rc3/ti/speex_C55_test'
Making all in speex_C64_test
make[3]: Entering directory '/tmp/speexdsp/src/speexdsp-1.2rc3/ti/speex_C64_test'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/tmp/speexdsp/src/speexdsp-1.2rc3/ti/speex_C64_test'
make[3]: Entering directory '/tmp/speexdsp/src/speexdsp-1.2rc3/ti'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/tmp/speexdsp/src/speexdsp-1.2rc3/ti'
make[2]: Leaving directory '/tmp/speexdsp/src/speexdsp-1.2rc3/ti'
make[2]: Entering directory '/tmp/speexdsp/src/speexdsp-1.2rc3'
make[2]: Leaving directory '/tmp/speexdsp/src/speexdsp-1.2rc3'
make[1]: Leaving directory '/tmp/speexdsp/src/speexdsp-1.2rc3'
==> Entering fakeroot environment...
==> Starting package()...
Making install in libspeexdsp
make[1]: Entering directory '/tmp/speexdsp/src/speexdsp-1.2rc3/libspeexdsp'
make[2]: Entering directory '/tmp/speexdsp/src/speexdsp-1.2rc3/libspeexdsp'
make[2]: Nothing to be done for 'install-data-am'.
/usr/sbin/mkdir -p '/tmp/speexdsp/pkg/speexdsp/usr/lib'
/bin/sh ../libtool --mode=install /usr/bin/install -c libspeexdsp.la '/tmp/speexdsp/pkg/speexdsp/usr/lib'
libtool: install: /usr/bin/install -c .libs/libspeexdsp.so.1.5.0 /tmp/speexdsp/pkg/speexdsp/usr/lib/libspeexdsp.so.1.5.0
libtool: install: (cd /tmp/speexdsp/pkg/speexdsp/usr/lib && { ln -s -f libspeexdsp.so.1.5.0 libspeexdsp.so.1 || { rm -f libspeexdsp.so.1 && ln -s libspeexdsp.so.1.5.0 libspeexdsp.so.1; }; })
libtool: install: (cd /tmp/speexdsp/pkg/speexdsp/usr/lib && { ln -s -f libspeexdsp.so.1.5.0 libspeexdsp.so || { rm -f libspeexdsp.so && ln -s libspeexdsp.so.1.5.0 libspeexdsp.so; }; })
libtool: install: /usr/bin/install -c .libs/libspeexdsp.lai /tmp/speexdsp/pkg/speexdsp/usr/lib/libspeexdsp.la
libtool: install: warning: remember to run `libtool --finish /usr/lib'
make[2]: Leaving directory '/tmp/speexdsp/src/speexdsp-1.2rc3/libspeexdsp'
make[1]: Leaving directory '/tmp/speexdsp/src/speexdsp-1.2rc3/libspeexdsp'
Making install in include
make[1]: Entering directory '/tmp/speexdsp/src/speexdsp-1.2rc3/include'
Making install in speex
make[2]: Entering directory '/tmp/speexdsp/src/speexdsp-1.2rc3/include/speex'
make[3]: Entering directory '/tmp/speexdsp/src/speexdsp-1.2rc3/include/speex'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/sbin/mkdir -p '/tmp/speexdsp/pkg/speexdsp/usr/include/speex'
/usr/sbin/mkdir -p '/tmp/speexdsp/pkg/speexdsp/usr/include/speex'
/usr/bin/install -c -m 644 speexdsp_config_types.h '/tmp/speexdsp/pkg/speexdsp/usr/include/speex'
/usr/bin/install -c -m 644 speex_echo.h speex_jitter.h speex_preprocess.h speex_resampler.h speexdsp_types.h '/tmp/speexdsp/pkg/speexdsp/usr/include/speex'
make[3]: Leaving directory '/tmp/speexdsp/src/speexdsp-1.2rc3/include/speex'
make[2]: Leaving directory '/tmp/speexdsp/src/speexdsp-1.2rc3/include/speex'
make[2]: Entering directory '/tmp/speexdsp/src/speexdsp-1.2rc3/include'
make[3]: Entering directory '/tmp/speexdsp/src/speexdsp-1.2rc3/include'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/tmp/speexdsp/src/speexdsp-1.2rc3/include'
make[2]: Leaving directory '/tmp/speexdsp/src/speexdsp-1.2rc3/include'
make[1]: Leaving directory '/tmp/speexdsp/src/speexdsp-1.2rc3/include'
Making install in doc
make[1]: Entering directory '/tmp/speexdsp/src/speexdsp-1.2rc3/doc'
make[2]: Entering directory '/tmp/speexdsp/src/speexdsp-1.2rc3/doc'
make[2]: Nothing to be done for 'install-exec-am'.
/usr/sbin/mkdir -p '/tmp/speexdsp/pkg/speexdsp/usr/share/doc/speexdsp'
/usr/bin/install -c -m 644 manual.pdf '/tmp/speexdsp/pkg/speexdsp/usr/share/doc/speexdsp'
make[2]: Leaving directory '/tmp/speexdsp/src/speexdsp-1.2rc3/doc'
make[1]: Leaving directory '/tmp/speexdsp/src/speexdsp-1.2rc3/doc'
Making install in win32
make[1]: Entering directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32'
Making install in libspeexdsp
make[2]: Entering directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32/libspeexdsp'
make[3]: Entering directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32/libspeexdsp'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32/libspeexdsp'
make[2]: Leaving directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32/libspeexdsp'
Making install in VS2003
make[2]: Entering directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32/VS2003'
Making install in libspeexdsp
make[3]: Entering directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32/VS2003/libspeexdsp'
make[4]: Entering directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32/VS2003/libspeexdsp'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32/VS2003/libspeexdsp'
make[3]: Leaving directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32/VS2003/libspeexdsp'
Making install in tests
make[3]: Entering directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32/VS2003/tests'
make[4]: Entering directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32/VS2003/tests'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32/VS2003/tests'
make[3]: Leaving directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32/VS2003/tests'
make[3]: Entering directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32/VS2003'
make[4]: Entering directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32/VS2003'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32/VS2003'
make[3]: Leaving directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32/VS2003'
make[2]: Leaving directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32/VS2003'
Making install in VS2005
make[2]: Entering directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32/VS2005'
Making install in libspeexdsp
make[3]: Entering directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32/VS2005/libspeexdsp'
make[4]: Entering directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32/VS2005/libspeexdsp'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32/VS2005/libspeexdsp'
make[3]: Leaving directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32/VS2005/libspeexdsp'
Making install in tests
make[3]: Entering directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32/VS2005/tests'
make[4]: Entering directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32/VS2005/tests'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32/VS2005/tests'
make[3]: Leaving directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32/VS2005/tests'
make[3]: Entering directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32/VS2005'
make[4]: Entering directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32/VS2005'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32/VS2005'
make[3]: Leaving directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32/VS2005'
make[2]: Leaving directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32/VS2005'
Making install in VS2008
make[2]: Entering directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32/VS2008'
Making install in libspeexdsp
make[3]: Entering directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32/VS2008/libspeexdsp'
make[4]: Entering directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32/VS2008/libspeexdsp'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32/VS2008/libspeexdsp'
make[3]: Leaving directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32/VS2008/libspeexdsp'
Making install in tests
make[3]: Entering directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32/VS2008/tests'
make[4]: Entering directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32/VS2008/tests'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32/VS2008/tests'
make[3]: Leaving directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32/VS2008/tests'
make[3]: Entering directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32/VS2008'
make[4]: Entering directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32/VS2008'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32/VS2008'
make[3]: Leaving directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32/VS2008'
make[2]: Leaving directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32/VS2008'
make[2]: Entering directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32'
make[3]: Entering directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32'
make[2]: Leaving directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32'
make[1]: Leaving directory '/tmp/speexdsp/src/speexdsp-1.2rc3/win32'
Making install in symbian
make[1]: Entering directory '/tmp/speexdsp/src/speexdsp-1.2rc3/symbian'
make[2]: Entering directory '/tmp/speexdsp/src/speexdsp-1.2rc3/symbian'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/tmp/speexdsp/src/speexdsp-1.2rc3/symbian'
make[1]: Leaving directory '/tmp/speexdsp/src/speexdsp-1.2rc3/symbian'
Making install in ti
make[1]: Entering directory '/tmp/speexdsp/src/speexdsp-1.2rc3/ti'
Making install in speex_C54_test
make[2]: Entering directory '/tmp/speexdsp/src/speexdsp-1.2rc3/ti/speex_C54_test'
make[3]: Entering directory '/tmp/speexdsp/src/speexdsp-1.2rc3/ti/speex_C54_test'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/tmp/speexdsp/src/speexdsp-1.2rc3/ti/speex_C54_test'
make[2]: Leaving directory '/tmp/speexdsp/src/speexdsp-1.2rc3/ti/speex_C54_test'
Making install in speex_C55_test
make[2]: Entering directory '/tmp/speexdsp/src/speexdsp-1.2rc3/ti/speex_C55_test'
make[3]: Entering directory '/tmp/speexdsp/src/speexdsp-1.2rc3/ti/speex_C55_test'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/tmp/speexdsp/src/speexdsp-1.2rc3/ti/speex_C55_test'
make[2]: Leaving directory '/tmp/speexdsp/src/speexdsp-1.2rc3/ti/speex_C55_test'
Making install in speex_C64_test
make[2]: Entering directory '/tmp/speexdsp/src/speexdsp-1.2rc3/ti/speex_C64_test'
make[3]: Entering directory '/tmp/speexdsp/src/speexdsp-1.2rc3/ti/speex_C64_test'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/tmp/speexdsp/src/speexdsp-1.2rc3/ti/speex_C64_test'
make[2]: Leaving directory '/tmp/speexdsp/src/speexdsp-1.2rc3/ti/speex_C64_test'
make[2]: Entering directory '/tmp/speexdsp/src/speexdsp-1.2rc3/ti'
make[3]: Entering directory '/tmp/speexdsp/src/speexdsp-1.2rc3/ti'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/tmp/speexdsp/src/speexdsp-1.2rc3/ti'
make[2]: Leaving directory '/tmp/speexdsp/src/speexdsp-1.2rc3/ti'
make[1]: Leaving directory '/tmp/speexdsp/src/speexdsp-1.2rc3/ti'
make[1]: Entering directory '/tmp/speexdsp/src/speexdsp-1.2rc3'
make[2]: Entering directory '/tmp/speexdsp/src/speexdsp-1.2rc3'
make[2]: Nothing to be done for 'install-exec-am'.
/usr/sbin/mkdir -p '/tmp/speexdsp/pkg/speexdsp/usr/lib/pkgconfig'
/usr/bin/install -c -m 644 speexdsp.pc '/tmp/speexdsp/pkg/speexdsp/usr/lib/pkgconfig'
make[2]: Leaving directory '/tmp/speexdsp/src/speexdsp-1.2rc3'
make[1]: Leaving directory '/tmp/speexdsp/src/speexdsp-1.2rc3'
==> Tidying install...
-> Removing doc files...
-> Purging unwanted files...
==> Checking for packaging issue...
==> Creating package "speexdsp"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
error: invalid option '--noprogressbar'
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: speexdsp 1.2rc3-2 (Wed Apr 5 01:29:41 UTC 2017)
CMD: pacman --query --file speexdsp-1.2rc3-2-x86_64.pkg.tar.xz
Creating hybrid package for 'speexdsp'
Trying to find vanilla package 'speexdsp'...
CMD: pacman --query --file /mirror/speexdsp-1.2rc3-2.pkg.tar.xz
Package file has the following structure:
/.PKGINFO
/.MTREE
/usr/lib/libspeexdsp.so.1
/usr/lib/libspeexdsp.so
/usr/lib/libspeexdsp.so.1.5.0
/usr/lib/pkgconfig/speexdsp.pc
/usr/include/speex/speex_echo.h
/usr/include/speex/speex_jitter.h
/usr/include/speex/speex_preprocess.h
/usr/include/speex/speex_resampler.h
/usr/include/speex/speexdsp_types.h
/usr/include/speex/speexdsp_config_types.h
/usr/share/doc/speexdsp/manual.pdf
/usr/share/licenses/speexdsp/LICENSE
/sysroot/usr/lib/libspeexdsp.so.1.5.0
/sysroot/usr/lib/libspeexdsp.so.1
/sysroot/usr/lib/libspeexdsp.so
/sysroot/usr/lib/libspeexdsp.la
/sysroot/usr/lib/pkgconfig/speexdsp.pc
/sysroot/usr/include/speex/speexdsp_config_types.h
/sysroot/usr/include/speex/speex_echo.h
/sysroot/usr/include/speex/speex_jitter.h
/sysroot/usr/include/speex/speex_preprocess.h
/sysroot/usr/include/speex/speex_resampler.h
/sysroot/usr/include/speex/speexdsp_types.h
Generating .MTREE
CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO usr sysroot
Tar-ing up files
CMD: bsdtar -cf - .PKGINFO usr sysroot .MTREE
CMD: xz -c -z
Successfully ran bsdtar -cf - .PKGINFO usr sysroot .MTREE | xz -c -z
CMD: bsdtar -tqf speexdsp.pkg.tar.xz .PKGINFO
Created package at path /var/cache/pacman/pkg/speexdsp.pkg.tar.xz
Attempting to access local repository, attempt 1
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/speexdsp.pkg.tar.xz
Attempting to access local repository, attempt 2
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/speexdsp.pkg.tar.xz
==> Extracting database to a temporary location...
==> Extracting database to a temporary location...
==> Adding package '/var/cache/pacman/pkg/speexdsp.pkg.tar.xz'
-> Computing checksums...
-> Creating 'desc' db entry...
-> Creating 'files' db entry...
==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'
Printing config logfiles
CMD: config logfiles '/tmp/speexdsp/src/speexdsp-1.2rc3/config.log'
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by speexdsp configure 1.2rc3, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --host=x86_64-unknown-linux --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static
## --------- ##
## Platform. ##
## --------- ##
hostname = d58ef035f7f2
uname -m = x86_64
uname -r = 4.10.6-1-ARCH
uname -s = Linux
uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /sysroot/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2473: checking whether make supports nested variables
configure:2490: result: yes
configure:2557: checking for a BSD-compatible install
configure:2625: result: /usr/bin/install -c
configure:2636: checking whether build environment is sane
configure:2691: result: yes
configure:2750: checking for x86_64-unknown-linux-strip
configure:2780: result: no
configure:2790: checking for strip
configure:2806: found /sysroot/bin/strip
configure:2817: result: strip
configure:2842: checking for a thread-safe mkdir -p
configure:2881: result: /usr/sbin/mkdir -p
configure:2888: checking for gawk
configure:2904: found /usr/sbin/gawk
configure:2915: result: gawk
configure:2926: checking whether make sets $(MAKE)
configure:2948: result: yes
configure:3073: checking whether to enable maintainer-specific portions of Makefiles
configure:3082: result: yes
configure:3100: checking build system type
configure:3114: result: x86_64-unknown-linux-gnu
configure:3134: checking host system type
configure:3147: result: x86_64-unknown-linux-gnu
configure:3516: checking how to print strings
configure:3543: result: printf
configure:3576: checking for style of include used by make
configure:3604: result: GNU
configure:3635: checking for x86_64-unknown-linux-gcc
configure:3662: result: clang
configure:3931: checking for C compiler version
configure:3940: clang --version >&5
clang version 3.8.1
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /
configure:3951: $? = 0
configure:3940: clang -v >&5
clang version 3.8.1
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /
Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Candidate multilib: .;@m64
Selected multilib: .;@m64
configure:3951: $? = 0
configure:3940: clang -V >&5
clang-3.8: error: argument to '-V' is missing (expected 1 value)
clang-3.8: error: no input files
configure:3951: $? = 1
configure:3940: clang -qversion >&5
clang-3.8: error: unknown argument: '-qversion'
clang-3.8: error: no input files
configure:3951: $? = 1
configure:3971: checking whether the C compiler works
configure:3993: clang conftest.c >&5
configure:3997: $? = 0
configure:4045: result: yes
configure:4048: checking for C compiler default output file name
configure:4050: result: a.out
configure:4056: checking for suffix of executables
configure:4063: clang -o conftest conftest.c >&5
configure:4067: $? = 0
configure:4089: result:
configure:4111: checking whether we are cross compiling
configure:4119: clang -o conftest conftest.c >&5
configure:4123: $? = 0
configure:4130: ./conftest
./conftest: error while loading shared libraries: /usr/lib/libc.so: invalid ELF header
configure:4134: $? = 127
configure:4149: result: yes
configure:4154: checking for suffix of object files
configure:4176: clang -c conftest.c >&5
configure:4180: $? = 0
configure:4201: result: o
configure:4205: checking whether we are using the GNU C compiler
configure:4224: clang -c conftest.c >&5
configure:4224: $? = 0
configure:4233: result: yes
configure:4242: checking whether clang accepts -g
configure:4262: clang -c -g conftest.c >&5
configure:4262: $? = 0
configure:4303: result: yes
configure:4320: checking for clang option to accept ISO C89
configure:4383: clang -c conftest.c >&5
configure:4383: $? = 0
configure:4396: result: none needed
configure:4421: checking whether clang understands -c and -o together
configure:4443: clang -c conftest.c -o conftest2.o
configure:4446: $? = 0
configure:4443: clang -c conftest.c -o conftest2.o
configure:4446: $? = 0
configure:4458: result: yes
configure:4477: checking dependency style of clang
configure:4588: result: gcc3
configure:4603: checking for a sed that does not truncate output
configure:4667: result: /usr/sbin/sed
configure:4685: checking for grep that handles long lines and -e
configure:4743: result: /usr/sbin/grep
configure:4748: checking for egrep
configure:4810: result: /usr/sbin/grep -E
configure:4815: checking for fgrep
configure:4877: result: /usr/sbin/grep -F
configure:4912: checking for ld used by clang
configure:4979: result: /sysroot/bin/ld
configure:4986: checking if the linker (/sysroot/bin/ld) is GNU ld
configure:5001: result: yes
configure:5013: checking for BSD- or MS-compatible name lister (nm)
configure:5062: result: /sysroot/bin/nm -B
configure:5192: checking the name lister (/sysroot/bin/nm -B) interface
configure:5199: clang -c conftest.c >&5
configure:5202: /sysroot/bin/nm -B "conftest.o"
configure:5205: output
0000000000000000 B some_variable
configure:5212: result: BSD nm
configure:5215: checking whether ln -s works
configure:5219: result: yes
configure:5227: checking the maximum length of command line arguments
configure:5358: result: 1572864
configure:5375: checking whether the shell understands some XSI constructs
configure:5385: result: yes
configure:5389: checking whether the shell understands "+="
configure:5395: result: yes
configure:5430: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
configure:5470: result: func_convert_file_noop
configure:5477: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
configure:5497: result: func_convert_file_noop
configure:5504: checking for /sysroot/bin/ld option to reload object files
configure:5511: result: -r
configure:5545: checking for x86_64-unknown-linux-objdump
configure:5572: result: objdump
configure:5641: checking how to recognize dependent libraries
configure:5839: result: pass_all
configure:5884: checking for x86_64-unknown-linux-dlltool
configure:5911: result: dlltool
configure:5981: checking how to associate runtime and link libraries
configure:6008: result: printf %s\n
configure:6025: checking for x86_64-unknown-linux-ar
configure:6055: result: no
configure:6069: checking for ar
configure:6085: found /sysroot/bin/ar
configure:6096: result: ar
configure:6112: WARNING: using cross tools not prefixed with host triplet
configure:6133: checking for archiver @FILE support
configure:6150: clang -c conftest.c >&5
configure:6150: $? = 0
configure:6153: ar cru libconftest.a @conftest.lst >&5
/r: `u' modifier ignored since `D' is the default (see `U')
configure:6156: $? = 0
configure:6161: ar cru libconftest.a @conftest.lst >&5
/r: `u' modifier ignored since `D' is the default (see `U')
/r: conftest.o: No such file or directory
configure:6164: $? = 1
configure:6176: result: @
configure:6194: checking for x86_64-unknown-linux-strip
configure:6221: result: strip
configure:6293: checking for x86_64-unknown-linux-ranlib
configure:6323: result: no
configure:6333: checking for ranlib
configure:6349: found /sysroot/bin/ranlib
configure:6360: result: ranlib
configure:6462: checking command to parse /sysroot/bin/nm -B output from clang object
configure:6582: clang -c conftest.c >&5
configure:6585: $? = 0
configure:6589: /sysroot/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:6592: $? = 0
configure:6658: clang -o conftest conftest.c conftstm.o >&5
configure:6661: $? = 0
configure:6699: result: ok
configure:6736: checking for sysroot
configure:6766: result: no
configure:6843: clang -c conftest.c >&5
configure:6846: $? = 0
configure:6995: checking for x86_64-unknown-linux-mt
configure:7025: result: no
configure:7035: checking for mt
configure:7065: result: no
configure:7085: checking if : is a manifest tool
configure:7091: : '-?'
configure:7099: result: no
configure:7741: checking how to run the C preprocessor
configure:7772: clang -E conftest.c
configure:7772: $? = 0
configure:7786: clang -E conftest.c
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:7786: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "speexdsp"
| #define PACKAGE_TARNAME "speexdsp"
| #define PACKAGE_VERSION "1.2rc3"
| #define PACKAGE_STRING "speexdsp 1.2rc3"
| #define PACKAGE_BUGREPORT "speex-dev@xiph.org"
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include
configure:7811: result: clang -E
configure:7831: clang -E conftest.c
configure:7831: $? = 0
configure:7845: clang -E conftest.c
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:7845: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "speexdsp"
| #define PACKAGE_TARNAME "speexdsp"
| #define PACKAGE_VERSION "1.2rc3"
| #define PACKAGE_STRING "speexdsp 1.2rc3"
| #define PACKAGE_BUGREPORT "speex-dev@xiph.org"
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include
configure:7874: checking for ANSI C header files
configure:7894: clang -c conftest.c >&5
configure:7894: $? = 0
configure:7978: result: yes
configure:7991: checking for sys/types.h
configure:7991: clang -c conftest.c >&5
configure:7991: $? = 0
configure:7991: result: yes
configure:7991: checking for sys/stat.h
configure:7991: clang -c conftest.c >&5
configure:7991: $? = 0
configure:7991: result: yes
configure:7991: checking for stdlib.h
configure:7991: clang -c conftest.c >&5
configure:7991: $? = 0
configure:7991: result: yes
configure:7991: checking for string.h
configure:7991: clang -c conftest.c >&5
configure:7991: $? = 0
configure:7991: result: yes
configure:7991: checking for memory.h
configure:7991: clang -c conftest.c >&5
configure:7991: $? = 0
configure:7991: result: yes
configure:7991: checking for strings.h
configure:7991: clang -c conftest.c >&5
configure:7991: $? = 0
configure:7991: result: yes
configure:7991: checking for inttypes.h
configure:7991: clang -c conftest.c >&5
configure:7991: $? = 0
configure:7991: result: yes
configure:7991: checking for stdint.h
configure:7991: clang -c conftest.c >&5
configure:7991: $? = 0
configure:7991: result: yes
configure:7991: checking for unistd.h
configure:7991: clang -c conftest.c >&5
configure:7991: $? = 0
configure:7991: result: yes
configure:8005: checking for dlfcn.h
configure:8005: clang -c conftest.c >&5
configure:8005: $? = 0
configure:8005: result: yes
configure:8209: checking for objdir
configure:8224: result: .libs
configure:8495: checking if clang supports -fno-rtti -fno-exceptions
configure:8513: clang -c -fno-rtti -fno-exceptions conftest.c >&5
configure:8517: $? = 0
configure:8530: result: yes
configure:8857: checking for clang option to produce PIC
configure:8864: result: -fPIC -DPIC
configure:8872: checking if clang PIC flag -fPIC -DPIC works
configure:8890: clang -c -fPIC -DPIC -DPIC conftest.c >&5
configure:8894: $? = 0
configure:8907: result: yes
configure:8936: checking if clang static flag -static works
configure:8964: result: no
configure:8979: checking if clang supports -c -o file.o
configure:9000: clang -c -o out/conftest2.o conftest.c >&5
configure:9004: $? = 0
configure:9026: result: yes
configure:9034: checking if clang supports -c -o file.o
configure:9081: result: yes
configure:9114: checking whether the clang linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries
configure:10271: result: yes
configure:10308: checking whether -lc should be explicitly linked in
configure:10316: clang -c conftest.c >&5
configure:10319: $? = 0
configure:10334: clang -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/sbin/grep -lc \>/dev/null 2\>\&1
configure:10337: $? = 0
configure:10351: result: no
configure:10511: checking dynamic linker characteristics
configure:11011: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
configure:11011: $? = 0
configure:11245: result: GNU/Linux ld.so
configure:11352: checking how to hardcode library paths into programs
configure:11377: result: immediate
configure:11917: checking whether stripping libraries is possible
configure:11922: result: yes
configure:11957: checking if libtool supports shared libraries
configure:11959: result: yes
configure:11962: checking whether to build shared libraries
configure:11983: result: yes
configure:11986: checking whether to build static libraries
configure:11990: result: no
configure:12028: checking whether byte ordering is bigendian
configure:12043: clang -c conftest.c >&5
conftest.c:22:9: error: unknown type name 'not'
not a universal capable compiler
^
conftest.c:22:14: error: expected ';' after top level declarator
not a universal capable compiler
^
;
2 errors generated.
configure:12043: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "speexdsp"
| #define PACKAGE_TARNAME "speexdsp"
| #define PACKAGE_VERSION "1.2rc3"
| #define PACKAGE_STRING "speexdsp 1.2rc3"
| #define PACKAGE_BUGREPORT "speex-dev@xiph.org"
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #ifndef __APPLE_CC__
| not a universal capable compiler
| #endif
| typedef int dummy;
|
configure:12088: clang -c conftest.c >&5
configure:12088: $? = 0
configure:12106: clang -c conftest.c >&5
conftest.c:28:4: error: use of undeclared identifier 'not'
not big endian
^
1 error generated.
configure:12106: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "speexdsp"
| #define PACKAGE_TARNAME "speexdsp"
| #define PACKAGE_VERSION "1.2rc3"
| #define PACKAGE_STRING "speexdsp 1.2rc3"
| #define PACKAGE_BUGREPORT "speex-dev@xiph.org"
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include
| #include
|
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| not big endian
| #endif
|
| ;
| return 0;
| }
configure:12234: result: no
configure:12252: checking for an ANSI C-conforming const
configure:12318: clang -c conftest.c >&5
configure:12318: $? = 0
configure:12325: result: yes
configure:12333: checking for inline
configure:12349: clang -c conftest.c >&5
configure:12349: $? = 0
configure:12357: result: inline
configure:12375: checking for C/C++ restrict keyword
configure:12400: clang -c conftest.c >&5
configure:12400: $? = 0
configure:12408: result: __restrict
configure:12423: checking for C99 variable-size arrays
configure:12440: clang -c conftest.c >&5
configure:12440: $? = 0
configure:12450: result: yes
configure:12456: checking alloca.h usability
configure:12456: clang -c conftest.c >&5
configure:12456: $? = 0
configure:12456: result: yes
configure:12456: checking alloca.h presence
configure:12456: clang -E conftest.c
configure:12456: $? = 0
configure:12456: result: yes
configure:12456: checking for alloca.h
configure:12456: result: yes
configure:12456: checking getopt.h usability
configure:12456: clang -c conftest.c >&5
configure:12456: $? = 0
configure:12456: result: yes
configure:12456: checking getopt.h presence
configure:12456: clang -E conftest.c
configure:12456: $? = 0
configure:12456: result: yes
configure:12456: checking for getopt.h
configure:12456: result: yes
configure:12466: checking for alloca
configure:12487: clang -c conftest.c >&5
configure:12487: $? = 0
configure:12501: result: yes
configure:12504: checking for SSE in current arch/CFLAGS
configure:12523: clang -o conftest conftest.c >&5
configure:12523: $? = 0
configure:12535: result: yes
configure:12538: checking for SSE2 in current arch/CFLAGS
configure:12557: clang -o conftest conftest.c >&5
configure:12557: $? = 0
configure:12569: result: yes
configure:12572: checking for NEON in current arch/CFLAGS
configure:12591: clang -o conftest conftest.c >&5
In file included from conftest.c:27:
/sysroot/bin/../lib/clang/3.8.1/include/arm_neon.h:28:2: error: "NEON support not enabled"
#error "NEON support not enabled"
^
/sysroot/bin/../lib/clang/3.8.1/include/arm_neon.h:48:24: error: 'neon_vector_type' attribute is not supported for this target
typedef __attribute__((neon_vector_type(8))) int8_t int8x8_t;
^
/sysroot/bin/../lib/clang/3.8.1/include/arm_neon.h:49:24: error: 'neon_vector_type' attribute is not supported for this target
typedef __attribute__((neon_vector_type(16))) int8_t int8x16_t;
^
/sysroot/bin/../lib/clang/3.8.1/include/arm_neon.h:50:24: error: 'neon_vector_type' attribute is not supported for this target
typedef __attribute__((neon_vector_type(4))) int16_t int16x4_t;
^
/sysroot/bin/../lib/clang/3.8.1/include/arm_neon.h:51:24: error: 'neon_vector_type' attribute is not supported for this target
typedef __attribute__((neon_vector_type(8))) int16_t int16x8_t;
^
/sysroot/bin/../lib/clang/3.8.1/include/arm_neon.h:52:24: error: 'neon_vector_type' attribute is not supported for this target
typedef __attribute__((neon_vector_type(2))) int32_t int32x2_t;
^
/sysroot/bin/../lib/clang/3.8.1/include/arm_neon.h:53:24: error: 'neon_vector_type' attribute is not supported for this target
typedef __attribute__((neon_vector_type(4))) int32_t int32x4_t;
^
/sysroot/bin/../lib/clang/3.8.1/include/arm_neon.h:54:24: error: 'neon_vector_type' attribute is not supported for this target
typedef __attribute__((neon_vector_type(1))) int64_t int64x1_t;
^
/sysroot/bin/../lib/clang/3.8.1/include/arm_neon.h:55:24: error: 'neon_vector_type' attribute is not supported for this target
typedef __attribute__((neon_vector_type(2))) int64_t int64x2_t;
^
/sysroot/bin/../lib/clang/3.8.1/include/arm_neon.h:56:24: error: 'neon_vector_type' attribute is not supported for this target
typedef __attribute__((neon_vector_type(8))) uint8_t uint8x8_t;
^
/sysroot/bin/../lib/clang/3.8.1/include/arm_neon.h:57:24: error: 'neon_vector_type' attribute is not supported for this target
typedef __attribute__((neon_vector_type(16))) uint8_t uint8x16_t;
^
/sysroot/bin/../lib/clang/3.8.1/include/arm_neon.h:58:24: error: 'neon_vector_type' attribute is not supported for this target
typedef __attribute__((neon_vector_type(4))) uint16_t uint16x4_t;
^
/sysroot/bin/../lib/clang/3.8.1/include/arm_neon.h:59:24: error: 'neon_vector_type' attribute is not supported for this target
typedef __attribute__((neon_vector_type(8))) uint16_t uint16x8_t;
^
/sysroot/bin/../lib/clang/3.8.1/include/arm_neon.h:60:24: error: 'neon_vector_type' attribute is not supported for this target
typedef __attribute__((neon_vector_type(2))) uint32_t uint32x2_t;
^
/sysroot/bin/../lib/clang/3.8.1/include/arm_neon.h:61:24: error: 'neon_vector_type' attribute is not supported for this target
typedef __attribute__((neon_vector_type(4))) uint32_t uint32x4_t;
^
/sysroot/bin/../lib/clang/3.8.1/include/arm_neon.h:62:24: error: 'neon_vector_type' attribute is not supported for this target
typedef __attribute__((neon_vector_type(1))) uint64_t uint64x1_t;
^
/sysroot/bin/../lib/clang/3.8.1/include/arm_neon.h:63:24: error: 'neon_vector_type' attribute is not supported for this target
typedef __attribute__((neon_vector_type(2))) uint64_t uint64x2_t;
^
/sysroot/bin/../lib/clang/3.8.1/include/arm_neon.h:64:24: error: 'neon_vector_type' attribute is not supported for this target
typedef __attribute__((neon_vector_type(4))) float16_t float16x4_t;
^
/sysroot/bin/../lib/clang/3.8.1/include/arm_neon.h:65:24: error: 'neon_vector_type' attribute is not supported for this target
typedef __attribute__((neon_vector_type(8))) float16_t float16x8_t;
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
configure:12591: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "speexdsp"
| #define PACKAGE_TARNAME "speexdsp"
| #define PACKAGE_VERSION "1.2rc3"
| #define PACKAGE_STRING "speexdsp 1.2rc3"
| #define PACKAGE_BUGREPORT "speex-dev@xiph.org"
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define restrict __restrict
| #define VAR_ARRAYS /**/
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| /* end confdefs.h. */
|
|
| #include
| int32x4_t testfunc(int16_t *a, int16_t *b) {
| return vmull_s16(vld1_s16(a), vld1_s16(b));
| }
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:12603: result: no
configure:12608: checking for ELF visibility
configure:12626: clang -c -fvisibility=hidden conftest.c >&5
configure:12626: $? = 0
configure:12644: result: yes
configure:12650: checking sys/soundcard.h usability
configure:12650: clang -c -fvisibility=hidden conftest.c >&5
In file included from conftest.c:59:
/sysroot/include/sys/soundcard.h:1:10: fatal error: 'linux/soundcard.h' file not found
#include
^
1 error generated.
configure:12650: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "speexdsp"
| #define PACKAGE_TARNAME "speexdsp"
| #define PACKAGE_VERSION "1.2rc3"
| #define PACKAGE_STRING "speexdsp 1.2rc3"
| #define PACKAGE_BUGREPORT "speex-dev@xiph.org"
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define restrict __restrict
| #define VAR_ARRAYS /**/
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| #define EXPORT __attribute__((visibility("default")))
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| #include
configure:12650: result: no
configure:12650: checking sys/soundcard.h presence
configure:12650: clang -E conftest.c
In file included from conftest.c:26:
/sysroot/include/sys/soundcard.h:1:10: fatal error: 'linux/soundcard.h' file not found
#include
^
1 error generated.
configure:12650: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "speexdsp"
| #define PACKAGE_TARNAME "speexdsp"
| #define PACKAGE_VERSION "1.2rc3"
| #define PACKAGE_STRING "speexdsp 1.2rc3"
| #define PACKAGE_BUGREPORT "speex-dev@xiph.org"
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define restrict __restrict
| #define VAR_ARRAYS /**/
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| #define EXPORT __attribute__((visibility("default")))
| /* end confdefs.h. */
| #include
configure:12650: result: no
configure:12650: checking for sys/soundcard.h
configure:12650: result: no
configure:12650: checking sys/audioio.h usability
configure:12650: clang -c -fvisibility=hidden conftest.c >&5
conftest.c:59:10: fatal error: 'sys/audioio.h' file not found
#include
^
1 error generated.
configure:12650: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "speexdsp"
| #define PACKAGE_TARNAME "speexdsp"
| #define PACKAGE_VERSION "1.2rc3"
| #define PACKAGE_STRING "speexdsp 1.2rc3"
| #define PACKAGE_BUGREPORT "speex-dev@xiph.org"
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define restrict __restrict
| #define VAR_ARRAYS /**/
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| #define EXPORT __attribute__((visibility("default")))
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| #include
configure:12650: result: no
configure:12650: checking sys/audioio.h presence
configure:12650: clang -E conftest.c
conftest.c:26:10: fatal error: 'sys/audioio.h' file not found
#include
^
1 error generated.
configure:12650: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "speexdsp"
| #define PACKAGE_TARNAME "speexdsp"
| #define PACKAGE_VERSION "1.2rc3"
| #define PACKAGE_STRING "speexdsp 1.2rc3"
| #define PACKAGE_BUGREPORT "speex-dev@xiph.org"
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define restrict __restrict
| #define VAR_ARRAYS /**/
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| #define EXPORT __attribute__((visibility("default")))
| /* end confdefs.h. */
| #include
configure:12650: result: no
configure:12650: checking for sys/audioio.h
configure:12650: result: no
configure:12751: checking for cos in -lm
configure:12776: clang -o conftest -fvisibility=hidden conftest.c -lm >&5
conftest.c:33:6: warning: incompatible redeclaration of library function 'cos' [-Wincompatible-library-redeclaration]
char cos ();
^
conftest.c:33:6: note: 'cos' is a builtin with type 'double (double)'
1 warning generated.
configure:12776: $? = 0
configure:12785: result: yes
configure:12995: checking for x86_64-unknown-linux-pkg-config
configure:13028: result: no
configure:13038: checking for pkg-config
configure:13056: found /usr/sbin/pkg-config
configure:13068: result: /usr/sbin/pkg-config
configure:13093: checking pkg-config is at least version 0.9.0
configure:13096: result: yes
configure:13281: checking size of int16_t
configure:13286: clang -c -fvisibility=hidden conftest.c >&5
configure:13286: $? = 0
configure:13286: clang -c -fvisibility=hidden conftest.c >&5
conftest.c:66:24: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long int) (sizeof (int16_t))) <= 0)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:13286: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "speexdsp"
| #define PACKAGE_TARNAME "speexdsp"
| #define PACKAGE_VERSION "1.2rc3"
| #define PACKAGE_STRING "speexdsp 1.2rc3"
| #define PACKAGE_BUGREPORT "speex-dev@xiph.org"
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define restrict __restrict
| #define VAR_ARRAYS /**/
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| #define EXPORT __attribute__((visibility("default")))
| #define FLOATING_POINT /**/
| #define _USE_SSE /**/
| #define _USE_SSE2 /**/
| #define USE_SMALLFT /**/
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (int16_t))) <= 0)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:13286: clang -c -fvisibility=hidden conftest.c >&5
conftest.c:66:24: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long int) (sizeof (int16_t))) <= 1)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:13286: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "speexdsp"
| #define PACKAGE_TARNAME "speexdsp"
| #define PACKAGE_VERSION "1.2rc3"
| #define PACKAGE_STRING "speexdsp 1.2rc3"
| #define PACKAGE_BUGREPORT "speex-dev@xiph.org"
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define restrict __restrict
| #define VAR_ARRAYS /**/
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| #define EXPORT __attribute__((visibility("default")))
| #define FLOATING_POINT /**/
| #define _USE_SSE /**/
| #define _USE_SSE2 /**/
| #define USE_SMALLFT /**/
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (int16_t))) <= 1)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:13286: clang -c -fvisibility=hidden conftest.c >&5
configure:13286: $? = 0
configure:13286: clang -c -fvisibility=hidden conftest.c >&5
configure:13286: $? = 0
configure:13300: result: 2
configure:13314: checking size of uint16_t
configure:13319: clang -c -fvisibility=hidden conftest.c >&5
configure:13319: $? = 0
configure:13319: clang -c -fvisibility=hidden conftest.c >&5
conftest.c:67:24: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long int) (sizeof (uint16_t))) <= 0)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:13319: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "speexdsp"
| #define PACKAGE_TARNAME "speexdsp"
| #define PACKAGE_VERSION "1.2rc3"
| #define PACKAGE_STRING "speexdsp 1.2rc3"
| #define PACKAGE_BUGREPORT "speex-dev@xiph.org"
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define restrict __restrict
| #define VAR_ARRAYS /**/
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| #define EXPORT __attribute__((visibility("default")))
| #define FLOATING_POINT /**/
| #define _USE_SSE /**/
| #define _USE_SSE2 /**/
| #define USE_SMALLFT /**/
| #define SIZEOF_INT16_T 2
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (uint16_t))) <= 0)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:13319: clang -c -fvisibility=hidden conftest.c >&5
conftest.c:67:24: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long int) (sizeof (uint16_t))) <= 1)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:13319: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "speexdsp"
| #define PACKAGE_TARNAME "speexdsp"
| #define PACKAGE_VERSION "1.2rc3"
| #define PACKAGE_STRING "speexdsp 1.2rc3"
| #define PACKAGE_BUGREPORT "speex-dev@xiph.org"
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define restrict __restrict
| #define VAR_ARRAYS /**/
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| #define EXPORT __attribute__((visibility("default")))
| #define FLOATING_POINT /**/
| #define _USE_SSE /**/
| #define _USE_SSE2 /**/
| #define USE_SMALLFT /**/
| #define SIZEOF_INT16_T 2
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (uint16_t))) <= 1)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:13319: clang -c -fvisibility=hidden conftest.c >&5
configure:13319: $? = 0
configure:13319: clang -c -fvisibility=hidden conftest.c >&5
configure:13319: $? = 0
configure:13333: result: 2
configure:13347: checking size of u_int16_t
configure:13352: clang -c -fvisibility=hidden conftest.c >&5
configure:13352: $? = 0
configure:13352: clang -c -fvisibility=hidden conftest.c >&5
conftest.c:68:24: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long int) (sizeof (u_int16_t))) <= 0)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:13352: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "speexdsp"
| #define PACKAGE_TARNAME "speexdsp"
| #define PACKAGE_VERSION "1.2rc3"
| #define PACKAGE_STRING "speexdsp 1.2rc3"
| #define PACKAGE_BUGREPORT "speex-dev@xiph.org"
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define restrict __restrict
| #define VAR_ARRAYS /**/
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| #define EXPORT __attribute__((visibility("default")))
| #define FLOATING_POINT /**/
| #define _USE_SSE /**/
| #define _USE_SSE2 /**/
| #define USE_SMALLFT /**/
| #define SIZEOF_INT16_T 2
| #define SIZEOF_UINT16_T 2
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (u_int16_t))) <= 0)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:13352: clang -c -fvisibility=hidden conftest.c >&5
conftest.c:68:24: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long int) (sizeof (u_int16_t))) <= 1)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:13352: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "speexdsp"
| #define PACKAGE_TARNAME "speexdsp"
| #define PACKAGE_VERSION "1.2rc3"
| #define PACKAGE_STRING "speexdsp 1.2rc3"
| #define PACKAGE_BUGREPORT "speex-dev@xiph.org"
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define restrict __restrict
| #define VAR_ARRAYS /**/
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| #define EXPORT __attribute__((visibility("default")))
| #define FLOATING_POINT /**/
| #define _USE_SSE /**/
| #define _USE_SSE2 /**/
| #define USE_SMALLFT /**/
| #define SIZEOF_INT16_T 2
| #define SIZEOF_UINT16_T 2
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (u_int16_t))) <= 1)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:13352: clang -c -fvisibility=hidden conftest.c >&5
configure:13352: $? = 0
configure:13352: clang -c -fvisibility=hidden conftest.c >&5
configure:13352: $? = 0
configure:13366: result: 2
configure:13380: checking size of int32_t
configure:13385: clang -c -fvisibility=hidden conftest.c >&5
configure:13385: $? = 0
configure:13385: clang -c -fvisibility=hidden conftest.c >&5
conftest.c:69:24: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long int) (sizeof (int32_t))) <= 0)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:13385: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "speexdsp"
| #define PACKAGE_TARNAME "speexdsp"
| #define PACKAGE_VERSION "1.2rc3"
| #define PACKAGE_STRING "speexdsp 1.2rc3"
| #define PACKAGE_BUGREPORT "speex-dev@xiph.org"
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define restrict __restrict
| #define VAR_ARRAYS /**/
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| #define EXPORT __attribute__((visibility("default")))
| #define FLOATING_POINT /**/
| #define _USE_SSE /**/
| #define _USE_SSE2 /**/
| #define USE_SMALLFT /**/
| #define SIZEOF_INT16_T 2
| #define SIZEOF_UINT16_T 2
| #define SIZEOF_U_INT16_T 2
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (int32_t))) <= 0)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:13385: clang -c -fvisibility=hidden conftest.c >&5
conftest.c:69:24: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long int) (sizeof (int32_t))) <= 1)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:13385: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "speexdsp"
| #define PACKAGE_TARNAME "speexdsp"
| #define PACKAGE_VERSION "1.2rc3"
| #define PACKAGE_STRING "speexdsp 1.2rc3"
| #define PACKAGE_BUGREPORT "speex-dev@xiph.org"
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define restrict __restrict
| #define VAR_ARRAYS /**/
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| #define EXPORT __attribute__((visibility("default")))
| #define FLOATING_POINT /**/
| #define _USE_SSE /**/
| #define _USE_SSE2 /**/
| #define USE_SMALLFT /**/
| #define SIZEOF_INT16_T 2
| #define SIZEOF_UINT16_T 2
| #define SIZEOF_U_INT16_T 2
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (int32_t))) <= 1)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:13385: clang -c -fvisibility=hidden conftest.c >&5
conftest.c:69:24: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long int) (sizeof (int32_t))) <= 3)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:13385: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "speexdsp"
| #define PACKAGE_TARNAME "speexdsp"
| #define PACKAGE_VERSION "1.2rc3"
| #define PACKAGE_STRING "speexdsp 1.2rc3"
| #define PACKAGE_BUGREPORT "speex-dev@xiph.org"
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define restrict __restrict
| #define VAR_ARRAYS /**/
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| #define EXPORT __attribute__((visibility("default")))
| #define FLOATING_POINT /**/
| #define _USE_SSE /**/
| #define _USE_SSE2 /**/
| #define USE_SMALLFT /**/
| #define SIZEOF_INT16_T 2
| #define SIZEOF_UINT16_T 2
| #define SIZEOF_U_INT16_T 2
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (int32_t))) <= 3)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:13385: clang -c -fvisibility=hidden conftest.c >&5
configure:13385: $? = 0
configure:13385: clang -c -fvisibility=hidden conftest.c >&5
configure:13385: $? = 0
configure:13385: clang -c -fvisibility=hidden conftest.c >&5
configure:13385: $? = 0
configure:13399: result: 4
configure:13413: checking size of uint32_t
configure:13418: clang -c -fvisibility=hidden conftest.c >&5
configure:13418: $? = 0
configure:13418: clang -c -fvisibility=hidden conftest.c >&5
conftest.c:70:24: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long int) (sizeof (uint32_t))) <= 0)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:13418: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "speexdsp"
| #define PACKAGE_TARNAME "speexdsp"
| #define PACKAGE_VERSION "1.2rc3"
| #define PACKAGE_STRING "speexdsp 1.2rc3"
| #define PACKAGE_BUGREPORT "speex-dev@xiph.org"
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define restrict __restrict
| #define VAR_ARRAYS /**/
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| #define EXPORT __attribute__((visibility("default")))
| #define FLOATING_POINT /**/
| #define _USE_SSE /**/
| #define _USE_SSE2 /**/
| #define USE_SMALLFT /**/
| #define SIZEOF_INT16_T 2
| #define SIZEOF_UINT16_T 2
| #define SIZEOF_U_INT16_T 2
| #define SIZEOF_INT32_T 4
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (uint32_t))) <= 0)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:13418: clang -c -fvisibility=hidden conftest.c >&5
conftest.c:70:24: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long int) (sizeof (uint32_t))) <= 1)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:13418: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "speexdsp"
| #define PACKAGE_TARNAME "speexdsp"
| #define PACKAGE_VERSION "1.2rc3"
| #define PACKAGE_STRING "speexdsp 1.2rc3"
| #define PACKAGE_BUGREPORT "speex-dev@xiph.org"
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define restrict __restrict
| #define VAR_ARRAYS /**/
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| #define EXPORT __attribute__((visibility("default")))
| #define FLOATING_POINT /**/
| #define _USE_SSE /**/
| #define _USE_SSE2 /**/
| #define USE_SMALLFT /**/
| #define SIZEOF_INT16_T 2
| #define SIZEOF_UINT16_T 2
| #define SIZEOF_U_INT16_T 2
| #define SIZEOF_INT32_T 4
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (uint32_t))) <= 1)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:13418: clang -c -fvisibility=hidden conftest.c >&5
conftest.c:70:24: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long int) (sizeof (uint32_t))) <= 3)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:13418: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "speexdsp"
| #define PACKAGE_TARNAME "speexdsp"
| #define PACKAGE_VERSION "1.2rc3"
| #define PACKAGE_STRING "speexdsp 1.2rc3"
| #define PACKAGE_BUGREPORT "speex-dev@xiph.org"
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define restrict __restrict
| #define VAR_ARRAYS /**/
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| #define EXPORT __attribute__((visibility("default")))
| #define FLOATING_POINT /**/
| #define _USE_SSE /**/
| #define _USE_SSE2 /**/
| #define USE_SMALLFT /**/
| #define SIZEOF_INT16_T 2
| #define SIZEOF_UINT16_T 2
| #define SIZEOF_U_INT16_T 2
| #define SIZEOF_INT32_T 4
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (uint32_t))) <= 3)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:13418: clang -c -fvisibility=hidden conftest.c >&5
configure:13418: $? = 0
configure:13418: clang -c -fvisibility=hidden conftest.c >&5
configure:13418: $? = 0
configure:13418: clang -c -fvisibility=hidden conftest.c >&5
configure:13418: $? = 0
configure:13432: result: 4
configure:13446: checking size of u_int32_t
configure:13451: clang -c -fvisibility=hidden conftest.c >&5
configure:13451: $? = 0
configure:13451: clang -c -fvisibility=hidden conftest.c >&5
conftest.c:71:24: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long int) (sizeof (u_int32_t))) <= 0)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:13451: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "speexdsp"
| #define PACKAGE_TARNAME "speexdsp"
| #define PACKAGE_VERSION "1.2rc3"
| #define PACKAGE_STRING "speexdsp 1.2rc3"
| #define PACKAGE_BUGREPORT "speex-dev@xiph.org"
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define restrict __restrict
| #define VAR_ARRAYS /**/
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| #define EXPORT __attribute__((visibility("default")))
| #define FLOATING_POINT /**/
| #define _USE_SSE /**/
| #define _USE_SSE2 /**/
| #define USE_SMALLFT /**/
| #define SIZEOF_INT16_T 2
| #define SIZEOF_UINT16_T 2
| #define SIZEOF_U_INT16_T 2
| #define SIZEOF_INT32_T 4
| #define SIZEOF_UINT32_T 4
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (u_int32_t))) <= 0)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:13451: clang -c -fvisibility=hidden conftest.c >&5
conftest.c:71:24: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long int) (sizeof (u_int32_t))) <= 1)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:13451: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "speexdsp"
| #define PACKAGE_TARNAME "speexdsp"
| #define PACKAGE_VERSION "1.2rc3"
| #define PACKAGE_STRING "speexdsp 1.2rc3"
| #define PACKAGE_BUGREPORT "speex-dev@xiph.org"
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define restrict __restrict
| #define VAR_ARRAYS /**/
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| #define EXPORT __attribute__((visibility("default")))
| #define FLOATING_POINT /**/
| #define _USE_SSE /**/
| #define _USE_SSE2 /**/
| #define USE_SMALLFT /**/
| #define SIZEOF_INT16_T 2
| #define SIZEOF_UINT16_T 2
| #define SIZEOF_U_INT16_T 2
| #define SIZEOF_INT32_T 4
| #define SIZEOF_UINT32_T 4
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (u_int32_t))) <= 1)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:13451: clang -c -fvisibility=hidden conftest.c >&5
conftest.c:71:24: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long int) (sizeof (u_int32_t))) <= 3)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:13451: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "speexdsp"
| #define PACKAGE_TARNAME "speexdsp"
| #define PACKAGE_VERSION "1.2rc3"
| #define PACKAGE_STRING "speexdsp 1.2rc3"
| #define PACKAGE_BUGREPORT "speex-dev@xiph.org"
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define restrict __restrict
| #define VAR_ARRAYS /**/
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| #define EXPORT __attribute__((visibility("default")))
| #define FLOATING_POINT /**/
| #define _USE_SSE /**/
| #define _USE_SSE2 /**/
| #define USE_SMALLFT /**/
| #define SIZEOF_INT16_T 2
| #define SIZEOF_UINT16_T 2
| #define SIZEOF_U_INT16_T 2
| #define SIZEOF_INT32_T 4
| #define SIZEOF_UINT32_T 4
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (u_int32_t))) <= 3)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:13451: clang -c -fvisibility=hidden conftest.c >&5
configure:13451: $? = 0
configure:13451: clang -c -fvisibility=hidden conftest.c >&5
configure:13451: $? = 0
configure:13451: clang -c -fvisibility=hidden conftest.c >&5
configure:13451: $? = 0
configure:13465: result: 4
configure:13479: checking size of short
configure:13484: clang -c -fvisibility=hidden conftest.c >&5
configure:13484: $? = 0
configure:13484: clang -c -fvisibility=hidden conftest.c >&5
conftest.c:72:24: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long int) (sizeof (short))) <= 0)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:13484: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "speexdsp"
| #define PACKAGE_TARNAME "speexdsp"
| #define PACKAGE_VERSION "1.2rc3"
| #define PACKAGE_STRING "speexdsp 1.2rc3"
| #define PACKAGE_BUGREPORT "speex-dev@xiph.org"
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define restrict __restrict
| #define VAR_ARRAYS /**/
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| #define EXPORT __attribute__((visibility("default")))
| #define FLOATING_POINT /**/
| #define _USE_SSE /**/
| #define _USE_SSE2 /**/
| #define USE_SMALLFT /**/
| #define SIZEOF_INT16_T 2
| #define SIZEOF_UINT16_T 2
| #define SIZEOF_U_INT16_T 2
| #define SIZEOF_INT32_T 4
| #define SIZEOF_UINT32_T 4
| #define SIZEOF_U_INT32_T 4
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (short))) <= 0)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:13484: clang -c -fvisibility=hidden conftest.c >&5
conftest.c:72:24: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long int) (sizeof (short))) <= 1)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:13484: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "speexdsp"
| #define PACKAGE_TARNAME "speexdsp"
| #define PACKAGE_VERSION "1.2rc3"
| #define PACKAGE_STRING "speexdsp 1.2rc3"
| #define PACKAGE_BUGREPORT "speex-dev@xiph.org"
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define restrict __restrict
| #define VAR_ARRAYS /**/
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| #define EXPORT __attribute__((visibility("default")))
| #define FLOATING_POINT /**/
| #define _USE_SSE /**/
| #define _USE_SSE2 /**/
| #define USE_SMALLFT /**/
| #define SIZEOF_INT16_T 2
| #define SIZEOF_UINT16_T 2
| #define SIZEOF_U_INT16_T 2
| #define SIZEOF_INT32_T 4
| #define SIZEOF_UINT32_T 4
| #define SIZEOF_U_INT32_T 4
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (short))) <= 1)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:13484: clang -c -fvisibility=hidden conftest.c >&5
configure:13484: $? = 0
configure:13484: clang -c -fvisibility=hidden conftest.c >&5
configure:13484: $? = 0
configure:13498: result: 2
configure:13512: checking size of int
configure:13517: clang -c -fvisibility=hidden conftest.c >&5
configure:13517: $? = 0
configure:13517: clang -c -fvisibility=hidden conftest.c >&5
conftest.c:73:24: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 0)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:13517: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "speexdsp"
| #define PACKAGE_TARNAME "speexdsp"
| #define PACKAGE_VERSION "1.2rc3"
| #define PACKAGE_STRING "speexdsp 1.2rc3"
| #define PACKAGE_BUGREPORT "speex-dev@xiph.org"
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define restrict __restrict
| #define VAR_ARRAYS /**/
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| #define EXPORT __attribute__((visibility("default")))
| #define FLOATING_POINT /**/
| #define _USE_SSE /**/
| #define _USE_SSE2 /**/
| #define USE_SMALLFT /**/
| #define SIZEOF_INT16_T 2
| #define SIZEOF_UINT16_T 2
| #define SIZEOF_U_INT16_T 2
| #define SIZEOF_INT32_T 4
| #define SIZEOF_UINT32_T 4
| #define SIZEOF_U_INT32_T 4
| #define SIZEOF_SHORT 2
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 0)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:13517: clang -c -fvisibility=hidden conftest.c >&5
conftest.c:73:24: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 1)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:13517: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "speexdsp"
| #define PACKAGE_TARNAME "speexdsp"
| #define PACKAGE_VERSION "1.2rc3"
| #define PACKAGE_STRING "speexdsp 1.2rc3"
| #define PACKAGE_BUGREPORT "speex-dev@xiph.org"
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define restrict __restrict
| #define VAR_ARRAYS /**/
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| #define EXPORT __attribute__((visibility("default")))
| #define FLOATING_POINT /**/
| #define _USE_SSE /**/
| #define _USE_SSE2 /**/
| #define USE_SMALLFT /**/
| #define SIZEOF_INT16_T 2
| #define SIZEOF_UINT16_T 2
| #define SIZEOF_U_INT16_T 2
| #define SIZEOF_INT32_T 4
| #define SIZEOF_UINT32_T 4
| #define SIZEOF_U_INT32_T 4
| #define SIZEOF_SHORT 2
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 1)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:13517: clang -c -fvisibility=hidden conftest.c >&5
conftest.c:73:24: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 3)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:13517: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "speexdsp"
| #define PACKAGE_TARNAME "speexdsp"
| #define PACKAGE_VERSION "1.2rc3"
| #define PACKAGE_STRING "speexdsp 1.2rc3"
| #define PACKAGE_BUGREPORT "speex-dev@xiph.org"
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define restrict __restrict
| #define VAR_ARRAYS /**/
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| #define EXPORT __attribute__((visibility("default")))
| #define FLOATING_POINT /**/
| #define _USE_SSE /**/
| #define _USE_SSE2 /**/
| #define USE_SMALLFT /**/
| #define SIZEOF_INT16_T 2
| #define SIZEOF_UINT16_T 2
| #define SIZEOF_U_INT16_T 2
| #define SIZEOF_INT32_T 4
| #define SIZEOF_UINT32_T 4
| #define SIZEOF_U_INT32_T 4
| #define SIZEOF_SHORT 2
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 3)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:13517: clang -c -fvisibility=hidden conftest.c >&5
configure:13517: $? = 0
configure:13517: clang -c -fvisibility=hidden conftest.c >&5
configure:13517: $? = 0
configure:13517: clang -c -fvisibility=hidden conftest.c >&5
configure:13517: $? = 0
configure:13531: result: 4
configure:13545: checking size of long
configure:13550: clang -c -fvisibility=hidden conftest.c >&5
configure:13550: $? = 0
configure:13550: clang -c -fvisibility=hidden conftest.c >&5
conftest.c:74:24: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 0)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:13550: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "speexdsp"
| #define PACKAGE_TARNAME "speexdsp"
| #define PACKAGE_VERSION "1.2rc3"
| #define PACKAGE_STRING "speexdsp 1.2rc3"
| #define PACKAGE_BUGREPORT "speex-dev@xiph.org"
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define restrict __restrict
| #define VAR_ARRAYS /**/
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| #define EXPORT __attribute__((visibility("default")))
| #define FLOATING_POINT /**/
| #define _USE_SSE /**/
| #define _USE_SSE2 /**/
| #define USE_SMALLFT /**/
| #define SIZEOF_INT16_T 2
| #define SIZEOF_UINT16_T 2
| #define SIZEOF_U_INT16_T 2
| #define SIZEOF_INT32_T 4
| #define SIZEOF_UINT32_T 4
| #define SIZEOF_U_INT32_T 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 0)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:13550: clang -c -fvisibility=hidden conftest.c >&5
conftest.c:74:24: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 1)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:13550: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "speexdsp"
| #define PACKAGE_TARNAME "speexdsp"
| #define PACKAGE_VERSION "1.2rc3"
| #define PACKAGE_STRING "speexdsp 1.2rc3"
| #define PACKAGE_BUGREPORT "speex-dev@xiph.org"
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define restrict __restrict
| #define VAR_ARRAYS /**/
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| #define EXPORT __attribute__((visibility("default")))
| #define FLOATING_POINT /**/
| #define _USE_SSE /**/
| #define _USE_SSE2 /**/
| #define USE_SMALLFT /**/
| #define SIZEOF_INT16_T 2
| #define SIZEOF_UINT16_T 2
| #define SIZEOF_U_INT16_T 2
| #define SIZEOF_INT32_T 4
| #define SIZEOF_UINT32_T 4
| #define SIZEOF_U_INT32_T 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 1)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:13550: clang -c -fvisibility=hidden conftest.c >&5
conftest.c:74:24: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 3)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:13550: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "speexdsp"
| #define PACKAGE_TARNAME "speexdsp"
| #define PACKAGE_VERSION "1.2rc3"
| #define PACKAGE_STRING "speexdsp 1.2rc3"
| #define PACKAGE_BUGREPORT "speex-dev@xiph.org"
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define restrict __restrict
| #define VAR_ARRAYS /**/
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| #define EXPORT __attribute__((visibility("default")))
| #define FLOATING_POINT /**/
| #define _USE_SSE /**/
| #define _USE_SSE2 /**/
| #define USE_SMALLFT /**/
| #define SIZEOF_INT16_T 2
| #define SIZEOF_UINT16_T 2
| #define SIZEOF_U_INT16_T 2
| #define SIZEOF_INT32_T 4
| #define SIZEOF_UINT32_T 4
| #define SIZEOF_U_INT32_T 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 3)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:13550: clang -c -fvisibility=hidden conftest.c >&5
conftest.c:74:24: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 7)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:13550: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "speexdsp"
| #define PACKAGE_TARNAME "speexdsp"
| #define PACKAGE_VERSION "1.2rc3"
| #define PACKAGE_STRING "speexdsp 1.2rc3"
| #define PACKAGE_BUGREPORT "speex-dev@xiph.org"
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define restrict __restrict
| #define VAR_ARRAYS /**/
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| #define EXPORT __attribute__((visibility("default")))
| #define FLOATING_POINT /**/
| #define _USE_SSE /**/
| #define _USE_SSE2 /**/
| #define USE_SMALLFT /**/
| #define SIZEOF_INT16_T 2
| #define SIZEOF_UINT16_T 2
| #define SIZEOF_U_INT16_T 2
| #define SIZEOF_INT32_T 4
| #define SIZEOF_UINT32_T 4
| #define SIZEOF_U_INT32_T 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 7)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:13550: clang -c -fvisibility=hidden conftest.c >&5
configure:13550: $? = 0
configure:13550: clang -c -fvisibility=hidden conftest.c >&5
configure:13550: $? = 0
configure:13550: clang -c -fvisibility=hidden conftest.c >&5
configure:13550: $? = 0
configure:13550: clang -c -fvisibility=hidden conftest.c >&5
configure:13550: $? = 0
configure:13564: result: 8
configure:13748: checking that generated files are newer than configure
configure:13754: result: done
configure:13798: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by speexdsp config.status 1.2rc3, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on d58ef035f7f2
config.status:1145: creating Makefile
config.status:1145: creating libspeexdsp/Makefile
config.status:1145: creating doc/Makefile
config.status:1145: creating SpeexDSP.spec
config.status:1145: creating include/Makefile
config.status:1145: creating include/speex/Makefile
config.status:1145: creating speexdsp.pc
config.status:1145: creating win32/Makefile
config.status:1145: creating win32/libspeexdsp/Makefile
config.status:1145: creating symbian/Makefile
config.status:1145: creating win32/VS2003/Makefile
config.status:1145: creating win32/VS2003/libspeexdsp/Makefile
config.status:1145: creating win32/VS2003/tests/Makefile
config.status:1145: creating win32/VS2005/Makefile
config.status:1145: creating win32/VS2005/libspeexdsp/Makefile
config.status:1145: creating win32/VS2005/tests/Makefile
config.status:1145: creating win32/VS2008/Makefile
config.status:1145: creating win32/VS2008/libspeexdsp/Makefile
config.status:1145: creating win32/VS2008/tests/Makefile
config.status:1145: creating include/speex/speexdsp_config_types.h
config.status:1145: creating ti/Makefile
config.status:1145: creating ti/speex_C54_test/Makefile
config.status:1145: creating ti/speex_C55_test/Makefile
config.status:1145: creating ti/speex_C64_test/Makefile
config.status:1145: creating config.h
config.status:1374: executing depfiles commands
config.status:1374: executing libtool commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_c_restrict=__restrict
ac_cv_env_CC_set=set
ac_cv_env_CC_value=clang
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_FFT_CFLAGS_set=
ac_cv_env_FFT_CFLAGS_value=
ac_cv_env_FFT_LIBS_set=
ac_cv_env_FFT_LIBS_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=
ac_cv_env_PKG_CONFIG_PATH_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=x86_64-unknown-linux
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_header_alloca_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_getopt_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_audioio_h=no
ac_cv_header_sys_soundcard_h=no
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_lib_m_cos=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/sbin/grep -E'
ac_cv_path_FGREP='/usr/sbin/grep -F'
ac_cv_path_GREP=/usr/sbin/grep
ac_cv_path_SED=/usr/sbin/sed
ac_cv_path_ac_pt_PKG_CONFIG=/usr/sbin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/usr/sbin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CC=clang
ac_cv_prog_CPP='clang -E'
ac_cv_prog_DLLTOOL=dlltool
ac_cv_prog_OBJDUMP=objdump
ac_cv_prog_STRIP=strip
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_sizeof_int16_t=2
ac_cv_sizeof_int32_t=4
ac_cv_sizeof_int=4
ac_cv_sizeof_long=8
ac_cv_sizeof_short=2
ac_cv_sizeof_u_int16_t=2
ac_cv_sizeof_u_int32_t=4
ac_cv_sizeof_uint16_t=2
ac_cv_sizeof_uint32_t=4
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
lt_cv_ar_at_file=@
lt_cv_archive_cmds_need_lc=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/sysroot/bin/ld
lt_cv_path_NM='/sysroot/bin/nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_pic='-fPIC -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_rtti_exceptions=yes
lt_cv_prog_compiler_static_works=no
lt_cv_prog_gnu_ld=yes
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_shlibpath_overrides_runpath=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_max_cmd_len=1572864
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /tmp/speexdsp/src/speexdsp-1.2rc3/missing aclocal-1.14'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='0'
AM_V='$(V)'
AR='ar'
AS='as'
AUTOCONF='${SHELL} /tmp/speexdsp/src/speexdsp-1.2rc3/missing autoconf'
AUTOHEADER='${SHELL} /tmp/speexdsp/src/speexdsp-1.2rc3/missing autoheader'
AUTOMAKE='${SHELL} /tmp/speexdsp/src/speexdsp-1.2rc3/missing automake-1.14'
AWK='gawk'
BUILD_EXAMPLES_FALSE=''
BUILD_EXAMPLES_TRUE='#'
BUILD_KISS_FFT_FALSE=''
BUILD_KISS_FFT_TRUE='#'
BUILD_SMALLFT_FALSE='#'
BUILD_SMALLFT_TRUE=''
CC='clang'
CCDEPMODE='depmode=gcc3'
CFLAGS=' -fvisibility=hidden'
CPP='clang -E'
CPPFLAGS=''
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='dlltool'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/sbin/grep -E'
EXEEXT=''
FFT_CFLAGS=''
FFT_LIBS=''
FFT_PKGCONFIG=''
FGREP='/usr/sbin/grep -F'
GREP='/usr/sbin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='/sysroot/bin/ld -m elf_x86_64'
LDFLAGS=''
LIBM='-lm'
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
MAINT=''
MAINTAINER_MODE_FALSE='#'
MAINTAINER_MODE_TRUE=''
MAKEINFO='${SHELL} /tmp/speexdsp/src/speexdsp-1.2rc3/missing makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='/usr/sbin/mkdir -p'
NM='/sysroot/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='speexdsp'
PACKAGE_BUGREPORT='speex-dev@xiph.org'
PACKAGE_NAME='speexdsp'
PACKAGE_STRING='speexdsp 1.2rc3'
PACKAGE_TARNAME='speexdsp'
PACKAGE_URL=''
PACKAGE_VERSION='1.2rc3'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/sbin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
RANLIB='ranlib'
SED='/usr/sbin/sed'
SET_MAKE=''
SHELL='/bin/sh'
SIZE16='int16_t'
SIZE32='int32_t'
SPEEXDSP_LT_AGE='5'
SPEEXDSP_LT_CURRENT='6'
SPEEXDSP_LT_REVISION='0'
STRIP='strip'
USIZE16='uint16_t'
USIZE32='uint32_t'
VERSION='1.2rc3'
ac_ct_AR='ar'
ac_ct_CC=''
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-unknown-linux-gnu'
host_alias='x86_64-unknown-linux'
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /tmp/speexdsp/src/speexdsp-1.2rc3/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
src=''
sysconfdir='/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "speexdsp"
#define PACKAGE_TARNAME "speexdsp"
#define PACKAGE_VERSION "1.2rc3"
#define PACKAGE_STRING "speexdsp 1.2rc3"
#define PACKAGE_BUGREPORT "speex-dev@xiph.org"
#define PACKAGE_URL ""
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define restrict __restrict
#define VAR_ARRAYS /**/
#define HAVE_ALLOCA_H 1
#define HAVE_GETOPT_H 1
#define EXPORT __attribute__((visibility("default")))
#define FLOATING_POINT /**/
#define _USE_SSE /**/
#define _USE_SSE2 /**/
#define USE_SMALLFT /**/
#define SIZEOF_INT16_T 2
#define SIZEOF_UINT16_T 2
#define SIZEOF_U_INT16_T 2
#define SIZEOF_INT32_T 4
#define SIZEOF_UINT32_T 4
#define SIZEOF_U_INT32_T 4
#define SIZEOF_SHORT 2
#define SIZEOF_INT 4
#define SIZEOF_LONG 8
configure: exit 0