Aegisub/config.log

742 lines
24 KiB
Plaintext

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by Aegisub configure aegisub_version, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = nowhere
uname -m = x86_64
uname -r = 5.8.0-pf4-odrling
uname -s = Linux
uname -v = #7 SMP PREEMPT Sat Sep 12 19:12:15 CEST 2020
/usr/bin/uname -p = Intel(R) Core(TM) i5-6300U CPU @ 2.40GHz
/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: /home/odrling/.nix-profile/bin
PATH: /usr/lib/ccache/bin
PATH: /home/odrling/.local/bootstrap/bin
PATH: /home/odrling/.local/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /opt/bin
PATH: /usr/lib/llvm/10/bin
PATH: /home/odrling/.vim/fzf/bin
PATH: /home/odrling/.poetry/bin
PATH: /home/odrling/.local/plan9/bin
PATH: /home/odrling/node_modules/.bin
PATH: /home/odrling/.local/node/bin
PATH: /home/odrling/.npm/bin
PATH: /home/odrling/.cargo/bin
PATH: /home/odrling/.luarocks/bin
PATH: /home/odrling/.go/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2777: checking for gcc
configure:2793: found /usr/bin/gcc
configure:2804: result: gcc
configure:3033: checking for C compiler version
configure:3042: gcc --version >&5
gcc (Gentoo 10.2.0-r1 p2) 10.2.0
Copyright (C) 2020 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:3053: $? = 0
configure:3042: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/10.2.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /var/tmp/portage/sys-devel/gcc-10.2.0-r1/work/gcc-10.2.0/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/10.2.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/10.2.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/10.2.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/10.2.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/include/g++-v10 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/10.2.0/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 10.2.0-r1 p2' --disable-esp --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-fixed-point --enable-targets=all --enable-libgomp --disable-libssp --disable-libada --disable-systemtap --enable-vtable-verify --with-zstd --enable-lto --without-isl --enable-default-pie --enable-default-ssp
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 10.2.0 (Gentoo 10.2.0-r1 p2)
configure:3053: $? = 0
configure:3042: gcc -V >&5
gcc: error: unrecognized command-line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3053: $? = 1
configure:3042: gcc -qversion >&5
gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:3053: $? = 1
configure:3073: checking whether the C compiler works
configure:3095: gcc conftest.c >&5
configure:3099: $? = 0
configure:3147: result: yes
configure:3150: checking for C compiler default output file name
configure:3152: result: a.out
configure:3158: checking for suffix of executables
configure:3165: gcc -o conftest conftest.c >&5
configure:3169: $? = 0
configure:3191: result:
configure:3213: checking whether we are cross compiling
configure:3221: gcc -o conftest conftest.c >&5
configure:3225: $? = 0
configure:3232: ./conftest
configure:3236: $? = 0
configure:3251: result: no
configure:3256: checking for suffix of object files
configure:3278: gcc -c conftest.c >&5
configure:3282: $? = 0
configure:3303: result: o
configure:3307: checking whether we are using the GNU C compiler
configure:3326: gcc -c conftest.c >&5
configure:3326: $? = 0
configure:3335: result: yes
configure:3344: checking whether gcc accepts -g
configure:3364: gcc -c -g conftest.c >&5
configure:3364: $? = 0
configure:3405: result: yes
configure:3422: checking for gcc option to accept ISO C89
configure:3485: gcc -c conftest.c >&5
configure:3485: $? = 0
configure:3498: result: none needed
configure:3524: checking how to run the C preprocessor
configure:3555: gcc -E conftest.c
configure:3555: $? = 0
configure:3569: gcc -E conftest.c
conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory
9 | #include <ac_nonexistent.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:3569: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Aegisub"
| #define PACKAGE_TARNAME "aegisub"
| #define PACKAGE_VERSION "aegisub_version"
| #define PACKAGE_STRING "Aegisub aegisub_version"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3594: result: gcc -E
configure:3614: gcc -E conftest.c
configure:3614: $? = 0
configure:3628: gcc -E conftest.c
conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory
9 | #include <ac_nonexistent.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:3628: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Aegisub"
| #define PACKAGE_TARNAME "aegisub"
| #define PACKAGE_VERSION "aegisub_version"
| #define PACKAGE_STRING "Aegisub aegisub_version"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3657: checking for grep that handles long lines and -e
configure:3715: result: /bin/grep
configure:3720: checking for egrep
configure:3782: result: /bin/grep -E
configure:3787: checking for ANSI C header files
configure:3807: gcc -c conftest.c >&5
configure:3807: $? = 0
configure:3880: gcc -o conftest conftest.c >&5
configure:3880: $? = 0
configure:3880: ./conftest
configure:3880: $? = 0
configure:3891: result: yes
configure:3904: checking for sys/types.h
configure:3904: gcc -c conftest.c >&5
configure:3904: $? = 0
configure:3904: result: yes
configure:3904: checking for sys/stat.h
configure:3904: gcc -c conftest.c >&5
configure:3904: $? = 0
configure:3904: result: yes
configure:3904: checking for stdlib.h
configure:3904: gcc -c conftest.c >&5
configure:3904: $? = 0
configure:3904: result: yes
configure:3904: checking for string.h
configure:3904: gcc -c conftest.c >&5
configure:3904: $? = 0
configure:3904: result: yes
configure:3904: checking for memory.h
configure:3904: gcc -c conftest.c >&5
configure:3904: $? = 0
configure:3904: result: yes
configure:3904: checking for strings.h
configure:3904: gcc -c conftest.c >&5
configure:3904: $? = 0
configure:3904: result: yes
configure:3904: checking for inttypes.h
configure:3904: gcc -c conftest.c >&5
configure:3904: $? = 0
configure:3904: result: yes
configure:3904: checking for stdint.h
configure:3904: gcc -c conftest.c >&5
configure:3904: $? = 0
configure:3904: result: yes
configure:3904: checking for unistd.h
configure:3904: gcc -c conftest.c >&5
configure:3904: $? = 0
configure:3904: result: yes
configure:3917: checking minix/config.h usability
configure:3917: gcc -c conftest.c >&5
conftest.c:52:10: fatal error: minix/config.h: No such file or directory
52 | #include <minix/config.h>
| ^~~~~~~~~~~~~~~~
compilation terminated.
configure:3917: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Aegisub"
| #define PACKAGE_TARNAME "aegisub"
| #define PACKAGE_VERSION "aegisub_version"
| #define PACKAGE_STRING "Aegisub aegisub_version"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:3917: result: no
configure:3917: checking minix/config.h presence
configure:3917: gcc -E conftest.c
conftest.c:19:10: fatal error: minix/config.h: No such file or directory
19 | #include <minix/config.h>
| ^~~~~~~~~~~~~~~~
compilation terminated.
configure:3917: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Aegisub"
| #define PACKAGE_TARNAME "aegisub"
| #define PACKAGE_VERSION "aegisub_version"
| #define PACKAGE_STRING "Aegisub aegisub_version"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <minix/config.h>
configure:3917: result: no
configure:3917: checking for minix/config.h
configure:3917: result: no
configure:3938: checking whether it is safe to define __EXTENSIONS__
configure:3956: gcc -c conftest.c >&5
configure:3956: $? = 0
configure:3963: result: yes
configure:4011: checking build system type
configure:4025: result: x86_64-pc-linux-gnu
configure:4045: checking host system type
configure:4058: result: x86_64-pc-linux-gnu
configure:4173: checking whether BUILD_CREDIT has been set
configure:4195: result: no
configure:4202: checking for GNU make
configure:4217: result: make
configure:4276: checking for gcc
configure:4303: result: gcc
configure:4532: checking for C compiler version
configure:4541: gcc --version >&5
gcc (Gentoo 10.2.0-r1 p2) 10.2.0
Copyright (C) 2020 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:4552: $? = 0
configure:4541: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/10.2.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /var/tmp/portage/sys-devel/gcc-10.2.0-r1/work/gcc-10.2.0/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/10.2.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/10.2.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/10.2.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/10.2.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/include/g++-v10 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/10.2.0/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 10.2.0-r1 p2' --disable-esp --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-fixed-point --enable-targets=all --enable-libgomp --disable-libssp --disable-libada --disable-systemtap --enable-vtable-verify --with-zstd --enable-lto --without-isl --enable-default-pie --enable-default-ssp
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 10.2.0 (Gentoo 10.2.0-r1 p2)
configure:4552: $? = 0
configure:4541: gcc -V >&5
gcc: error: unrecognized command-line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:4552: $? = 1
configure:4541: gcc -qversion >&5
gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:4552: $? = 1
configure:4556: checking whether we are using the GNU C compiler
configure:4584: result: yes
configure:4593: checking whether gcc accepts -g
configure:4654: result: yes
configure:4671: checking for gcc option to accept ISO C89
configure:4747: result: none needed
configure:4825: checking for g++
configure:4841: found /usr/bin/g++
configure:4852: result: g++
configure:4879: checking for C++ compiler version
configure:4888: g++ --version >&5
g++ (Gentoo 10.2.0-r1 p2) 10.2.0
Copyright (C) 2020 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:4899: $? = 0
configure:4888: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/10.2.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /var/tmp/portage/sys-devel/gcc-10.2.0-r1/work/gcc-10.2.0/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/10.2.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/10.2.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/10.2.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/10.2.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/include/g++-v10 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/10.2.0/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 10.2.0-r1 p2' --disable-esp --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-fixed-point --enable-targets=all --enable-libgomp --disable-libssp --disable-libada --disable-systemtap --enable-vtable-verify --with-zstd --enable-lto --without-isl --enable-default-pie --enable-default-ssp
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 10.2.0 (Gentoo 10.2.0-r1 p2)
configure:4899: $? = 0
configure:4888: g++ -V >&5
g++: error: unrecognized command-line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:4899: $? = 1
configure:4888: g++ -qversion >&5
g++: error: unrecognized command-line option '-qversion'; did you mean '--version'?
g++: fatal error: no input files
compilation terminated.
configure:4899: $? = 1
configure:4903: checking whether we are using the GNU C++ compiler
configure:4922: g++ -c conftest.cpp >&5
configure:4922: $? = 0
configure:4931: result: yes
configure:4940: checking whether g++ accepts -g
configure:4960: g++ -c -g conftest.cpp >&5
configure:4960: $? = 0
configure:5001: result: yes
configure:5047: checking for a BSD-compatible install
configure:5115: result: /usr/bin/install -c
configure:5169: checking for ranlib
configure:5185: found /usr/bin/ranlib
configure:5196: result: ranlib
configure:5272: checking for pkg-config
configure:5290: found /usr/bin/pkg-config
configure:5302: result: /usr/bin/pkg-config
configure:5327: checking pkg-config is at least version 0.20
configure:5330: result: yes
configure:5342: checking for version
## ---------------- ##
## Cache variables. ##
## ---------------- ##
_cv_gnu_make_command='make'
ac_cv_build='x86_64-pc-linux-gnu'
ac_cv_c_compiler_gnu='yes'
ac_cv_cxx_compiler_gnu='yes'
ac_cv_env_ALSA_CFLAGS_set=''
ac_cv_env_ALSA_CFLAGS_value=''
ac_cv_env_ALSA_LIBS_set=''
ac_cv_env_ALSA_LIBS_value=''
ac_cv_env_CCC_set=''
ac_cv_env_CCC_value=''
ac_cv_env_CC_set=''
ac_cv_env_CC_value=''
ac_cv_env_CFLAGS_set=''
ac_cv_env_CFLAGS_value=''
ac_cv_env_CPPFLAGS_set=''
ac_cv_env_CPPFLAGS_value=''
ac_cv_env_CPP_set=''
ac_cv_env_CPP_value=''
ac_cv_env_CXXCPP_set=''
ac_cv_env_CXXCPP_value=''
ac_cv_env_CXXFLAGS_set=''
ac_cv_env_CXXFLAGS_value=''
ac_cv_env_CXX_set=''
ac_cv_env_CXX_value=''
ac_cv_env_FFMS2_CFLAGS_set=''
ac_cv_env_FFMS2_CFLAGS_value=''
ac_cv_env_FFMS2_LIBS_set=''
ac_cv_env_FFMS2_LIBS_value=''
ac_cv_env_FFTW3_CFLAGS_set=''
ac_cv_env_FFTW3_CFLAGS_value=''
ac_cv_env_FFTW3_LIBS_set=''
ac_cv_env_FFTW3_LIBS_value=''
ac_cv_env_FONTCONFIG_CFLAGS_set=''
ac_cv_env_FONTCONFIG_CFLAGS_value=''
ac_cv_env_FONTCONFIG_LIBS_set=''
ac_cv_env_FONTCONFIG_LIBS_value=''
ac_cv_env_FREETYPE_CFLAGS_set=''
ac_cv_env_FREETYPE_CFLAGS_value=''
ac_cv_env_FREETYPE_LIBS_set=''
ac_cv_env_FREETYPE_LIBS_value=''
ac_cv_env_GL_CFLAGS_set=''
ac_cv_env_GL_CFLAGS_value=''
ac_cv_env_GL_LIBS_set=''
ac_cv_env_GL_LIBS_value=''
ac_cv_env_HUNSPELL_CFLAGS_set=''
ac_cv_env_HUNSPELL_CFLAGS_value=''
ac_cv_env_HUNSPELL_LIBS_set=''
ac_cv_env_HUNSPELL_LIBS_value=''
ac_cv_env_ICONV_CFLAGS_set=''
ac_cv_env_ICONV_CFLAGS_value=''
ac_cv_env_ICONV_LIBS_set=''
ac_cv_env_ICONV_LIBS_value=''
ac_cv_env_ICU_I18N_CFLAGS_set=''
ac_cv_env_ICU_I18N_CFLAGS_value=''
ac_cv_env_ICU_I18N_LIBS_set=''
ac_cv_env_ICU_I18N_LIBS_value=''
ac_cv_env_ICU_UC_CFLAGS_set=''
ac_cv_env_ICU_UC_CFLAGS_value=''
ac_cv_env_ICU_UC_LIBS_set=''
ac_cv_env_ICU_UC_LIBS_value=''
ac_cv_env_LDFLAGS_set=''
ac_cv_env_LDFLAGS_value=''
ac_cv_env_LIBASS_CFLAGS_set=''
ac_cv_env_LIBASS_CFLAGS_value=''
ac_cv_env_LIBASS_LIBS_set=''
ac_cv_env_LIBASS_LIBS_value=''
ac_cv_env_LIBPULSE_CFLAGS_set=''
ac_cv_env_LIBPULSE_CFLAGS_value=''
ac_cv_env_LIBPULSE_LIBS_set=''
ac_cv_env_LIBPULSE_LIBS_value=''
ac_cv_env_LIBS_set=''
ac_cv_env_LIBS_value=''
ac_cv_env_LUAJIT_CFLAGS_set=''
ac_cv_env_LUAJIT_CFLAGS_value=''
ac_cv_env_LUAJIT_LIBS_set=''
ac_cv_env_LUAJIT_LIBS_value=''
ac_cv_env_OPENAL_CFLAGS_set=''
ac_cv_env_OPENAL_CFLAGS_value=''
ac_cv_env_OPENAL_LIBS_set=''
ac_cv_env_OPENAL_LIBS_value=''
ac_cv_env_OSS_CFLAGS_set=''
ac_cv_env_OSS_CFLAGS_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_PORTAUDIO_CFLAGS_set=''
ac_cv_env_PORTAUDIO_CFLAGS_value=''
ac_cv_env_PORTAUDIO_LIBS_set=''
ac_cv_env_PORTAUDIO_LIBS_value=''
ac_cv_env_UCHARDET_CFLAGS_set=''
ac_cv_env_UCHARDET_CFLAGS_value=''
ac_cv_env_UCHARDET_LIBS_set=''
ac_cv_env_UCHARDET_LIBS_value=''
ac_cv_env_XMKMF_set=''
ac_cv_env_XMKMF_value=''
ac_cv_env_build_alias_set=''
ac_cv_env_build_alias_value=''
ac_cv_env_host_alias_set=''
ac_cv_env_host_alias_value=''
ac_cv_env_target_alias_set=''
ac_cv_env_target_alias_value=''
ac_cv_header_inttypes_h='yes'
ac_cv_header_memory_h='yes'
ac_cv_header_minix_config_h='no'
ac_cv_header_stdc='yes'
ac_cv_header_stdint_h='yes'
ac_cv_header_stdlib_h='yes'
ac_cv_header_string_h='yes'
ac_cv_header_strings_h='yes'
ac_cv_header_sys_stat_h='yes'
ac_cv_header_sys_types_h='yes'
ac_cv_header_unistd_h='yes'
ac_cv_host='x86_64-pc-linux-gnu'
ac_cv_objext='o'
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GREP='/bin/grep'
ac_cv_path_ac_pt_PKG_CONFIG='/usr/bin/pkg-config'
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC='gcc'
ac_cv_prog_ac_ct_CXX='g++'
ac_cv_prog_ac_ct_RANLIB='ranlib'
ac_cv_prog_cc_c89=''
ac_cv_prog_cc_g='yes'
ac_cv_prog_cxx_g='yes'
ac_cv_safe_to_define___extensions__='yes'
## ----------------- ##
## Output variables. ##
## ----------------- ##
AEGISUB_CATALOG=''
AEGISUB_COMMAND='aegisub'
ALSA_CFLAGS=''
ALSA_LIBS=''
BOOST_CHRONO_LIB=''
BOOST_CPPFLAGS=''
BOOST_FILESYSTEM_LIB=''
BOOST_LDFLAGS=''
BOOST_LOCALE_LIB=''
BOOST_REGEX_LIB=''
BOOST_SYSTEM_LIB=''
BOOST_THREAD_LIB=''
BUILD_DATE=''
BUILD_GIT_VERSION_STRING=''
CC='gcc'
CFLAGS=''
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP=''
CXXFLAGS=''
DEFAULT_PLAYER_AUDIO=''
DEFS=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
FFMS2_CFLAGS=''
FFMS2_LIBS=''
FFTW3_CFLAGS=''
FFTW3_LIBS=''
FONTCONFIG_CFLAGS=''
FONTCONFIG_CONF_DIR=''
FONTCONFIG_LIBS=''
FREETYPE_CFLAGS=''
FREETYPE_LIBS=''
GETTEXT_MACRO_VERSION=''
GL_CFLAGS=''
GL_LDFLAGS=''
GL_LIBS=''
GMSGFMT=''
GMSGFMT_015=''
GREP='/bin/grep'
HUNSPELL_CFLAGS=''
HUNSPELL_LIBS=''
ICONV_CFLAGS=''
ICONV_LIBS=''
ICU_I18N_CFLAGS=''
ICU_I18N_LIBS=''
ICU_UC_CFLAGS=''
ICU_UC_LIBS=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INTLLIBS=''
INTL_MACOSX_LIBS=''
LDFLAGS=''
LIBASS_CFLAGS=''
LIBASS_LIBS=''
LIBICONV=''
LIBINTL=''
LIBOBJS=''
LIBPULSE_CFLAGS=''
LIBPULSE_LIBS=''
LIBS=''
LTLIBICONV=''
LTLIBINTL=''
LTLIBOBJS=''
LUA=''
LUAJIT_CFLAGS=''
LUAJIT_LIBS=''
MKDIR_P=''
MSGFMT=''
MSGMERGE=''
MSGMERGE_FOR_MSGFMT_OPTION=''
OBJEXT='o'
OPENAL_CFLAGS=''
OPENAL_LIBS=''
OSS_CFLAGS=''
PACKAGE_BUGREPORT=''
PACKAGE_NAME='Aegisub'
PACKAGE_STRING='Aegisub aegisub_version'
PACKAGE_TARNAME='aegisub'
PACKAGE_URL=''
PACKAGE_VERSION='aegisub_version'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
PORTAUDIO_CFLAGS=''
PORTAUDIO_LIBS=''
POSUB=''
PTHREAD_CC=''
PTHREAD_CFLAGS=''
PTHREAD_LIBS=''
P_APPDATA='${prefix}/share/metainfo'
P_DATA=''
P_DESKTOP='${prefix}/share/applications'
P_ICON='${prefix}/share/icons'
RANLIB='ranlib'
SED=''
SET_MAKE=''
SHELL='/bin/sh'
UCHARDET_CFLAGS=''
UCHARDET_LIBS=''
USE_NLS=''
WX_CFLAGS=''
WX_CFLAGS_ONLY=''
WX_CONFIG_PATH=''
WX_CPPFLAGS=''
WX_CXXFLAGS=''
WX_CXXFLAGS_ONLY=''
WX_LIBS=''
WX_LIBS_STATIC=''
WX_RESCOMP=''
WX_VERSION=''
WX_VERSION_MAJOR=''
WX_VERSION_MICRO=''
WX_VERSION_MINOR=''
XGETTEXT=''
XGETTEXT_015=''
XGETTEXT_EXTRA_OPTIONS=''
XMKMF=''
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ax_pthread_config=''
bindir='${exec_prefix}/bin'
build='x86_64-pc-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_darwin='no'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
enable_gcc_prec=''
exec_prefix='NONE'
host='x86_64-pc-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
ifGNUmake=''
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
runstatedir='${localstatedir}/run'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
with_alsa=''
with_ffms2=''
with_fftw3=''
with_hunspell=''
with_libpulse=''
with_openal=''
with_oss=''
with_portaudio=''
with_uchardet=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "Aegisub"
#define PACKAGE_TARNAME "aegisub"
#define PACKAGE_VERSION "aegisub_version"
#define PACKAGE_STRING "Aegisub aegisub_version"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
#define AEGISUB_COMMAND "aegisub"
#define INSTALL_PREFIX "/usr/local"
configure: exit 2