Skip to content

Instantly share code, notes, and snippets.

@kode54
Created July 25, 2019 01:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kode54/a8d630fbc3a54c1dbb6293da825c7f54 to your computer and use it in GitHub Desktop.
Save kode54/a8d630fbc3a54c1dbb6293da825c7f54 to your computer and use it in GitHub Desktop.
ffmpeg-windows-build-helpers win32 freetype build error
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by FreeType configure 2.8, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --host=i686-w64-mingw32 --prefix=/home/chris/Source/Repos/ffmpeg-windows-build-helpers/sandbox/cross_compilers/mingw-w64-i686/i686-w64-mingw32 --disable-shared --enable-static --with-bzip2 --without-harfbuzz
## --------- ##
## Platform. ##
## --------- ##
hostname = buildbot
uname -m = x86_64
uname -r = 4.15.0-55-generic
uname -s = Linux
uname -v = #60-Ubuntu SMP Tue Jul 2 18:22:20 UTC 2019
/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: /home/chris/Source/Repos/ffmpeg-windows-build-helpers/sandbox/cross_compilers/mingw-w64-i686/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
PATH: /usr/local/games
PATH: /snap/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2539: checking build system type
configure:2553: result: x86_64-pc-linux-gnu
configure:2573: checking host system type
configure:2586: result: i686-w64-mingw32
configure:2618: checking for i686-w64-mingw32-gcc
configure:2634: found /home/chris/Source/Repos/ffmpeg-windows-build-helpers/sandbox/cross_compilers/mingw-w64-i686/bin/i686-w64-mingw32-gcc
configure:2645: result: i686-w64-mingw32-gcc
configure:2914: checking for C compiler version
configure:2923: i686-w64-mingw32-gcc --version >&5
i686-w64-mingw32-gcc (GCC) 8.2.0
Copyright (C) 2018 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:2934: $? = 0
configure:2923: i686-w64-mingw32-gcc -v >&5
Using built-in specs.
COLLECT_GCC=i686-w64-mingw32-gcc
COLLECT_LTO_WRAPPER=/home/chris/Source/Repos/ffmpeg-windows-build-helpers/sandbox/cross_compilers/mingw-w64-i686/libexec/gcc/i686-w64-mingw32/8.2.0/lto-wrapper
Target: i686-w64-mingw32
Configured with: ../source/gcc-8.2.0/configure --build=x86_64-pc-linux-gnu --target=i686-w64-mingw32 --disable-shared --enable-static --disable-nls --disable-multilib --prefix=/home/chris/Source/Repos/ffmpeg-windows-build-helpers/sandbox/cross_compilers/mingw-w64-i686 --with-sysroot=/home/chris/Source/Repos/ffmpeg-windows-build-helpers/sandbox/cross_compilers/mingw-w64-i686 --with-mpc=/home/chris/Source/Repos/ffmpeg-windows-build-helpers/sandbox/cross_compilers/pkgs/mpc/mpc-1.0.3-x86_64 --with-mpfr=/home/chris/Source/Repos/ffmpeg-windows-build-helpers/sandbox/cross_compilers/pkgs/mpfr/mpfr-3.1.5-x86_64 --with-gmp=/home/chris/Source/Repos/ffmpeg-windows-build-helpers/sandbox/cross_compilers/pkgs/gmp/gmp-6.1.2-x86_64 --with-isl=/home/chris/Source/Repos/ffmpeg-windows-build-helpers/sandbox/cross_compilers/pkgs/isl/isl-0.18-x86_64 --enable-languages=c,c++ --enable-fully-dynamic-string --enable-lto
Thread model: win32
gcc version 8.2.0 (GCC)
configure:2934: $? = 0
configure:2923: i686-w64-mingw32-gcc -V >&5
i686-w64-mingw32-gcc: error: unrecognized command line option '-V'
i686-w64-mingw32-gcc: fatal error: no input files
compilation terminated.
configure:2934: $? = 1
configure:2923: i686-w64-mingw32-gcc -qversion >&5
i686-w64-mingw32-gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
i686-w64-mingw32-gcc: fatal error: no input files
compilation terminated.
configure:2934: $? = 1
configure:2954: checking whether the C compiler works
configure:2976: i686-w64-mingw32-gcc -mtune=generic -O3 conftest.c >&5
configure:2980: $? = 0
configure:3028: result: yes
configure:3031: checking for C compiler default output file name
configure:3033: result: a.exe
configure:3039: checking for suffix of executables
configure:3046: i686-w64-mingw32-gcc -o conftest.exe -mtune=generic -O3 conftest.c >&5
configure:3050: $? = 0
configure:3072: result: .exe
configure:3094: checking whether we are cross compiling
configure:3102: i686-w64-mingw32-gcc -o conftest.exe -mtune=generic -O3 conftest.c >&5
configure:3106: $? = 0
configure:3113: ./conftest.exe
./configure: line 3115: ./conftest.exe: cannot execute binary file: Exec format error
configure:3117: $? = 126
configure:3132: result: yes
configure:3137: checking for suffix of object files
configure:3159: i686-w64-mingw32-gcc -c -mtune=generic -O3 conftest.c >&5
configure:3163: $? = 0
configure:3184: result: o
configure:3188: checking whether we are using the GNU C compiler
configure:3207: i686-w64-mingw32-gcc -c -mtune=generic -O3 conftest.c >&5
configure:3207: $? = 0
configure:3216: result: yes
configure:3225: checking whether i686-w64-mingw32-gcc accepts -g
configure:3245: i686-w64-mingw32-gcc -c -g conftest.c >&5
configure:3245: $? = 0
configure:3286: result: yes
configure:3303: checking for i686-w64-mingw32-gcc option to accept ISO C89
configure:3366: i686-w64-mingw32-gcc -c -mtune=generic -O3 conftest.c >&5
configure:3366: $? = 0
configure:3379: result: none needed
configure:3404: checking how to run the C preprocessor
configure:3435: i686-w64-mingw32-gcc -E conftest.c
configure:3435: $? = 0
configure:3449: i686-w64-mingw32-gcc -E conftest.c
conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:3449: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "FreeType"
| #define PACKAGE_TARNAME "freetype"
| #define PACKAGE_VERSION "2.8"
| #define PACKAGE_STRING "FreeType 2.8"
| #define PACKAGE_BUGREPORT "freetype@nongnu.org"
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3474: result: i686-w64-mingw32-gcc -E
configure:3494: i686-w64-mingw32-gcc -E conftest.c
configure:3494: $? = 0
configure:3508: i686-w64-mingw32-gcc -E conftest.c
conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:3508: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "FreeType"
| #define PACKAGE_TARNAME "freetype"
| #define PACKAGE_VERSION "2.8"
| #define PACKAGE_STRING "FreeType 2.8"
| #define PACKAGE_BUGREPORT "freetype@nongnu.org"
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3549: checking for i686-w64-mingw32-pkg-config
configure:3582: result: no
configure:3592: checking for pkg-config
configure:3610: found /usr/bin/pkg-config
configure:3622: result: /usr/bin/pkg-config
configure:3634: WARNING: using cross tools not prefixed with host triplet
configure:3647: checking pkg-config is at least version 0.24
configure:3650: result: yes
configure:3705: checking how to print strings
configure:3732: result: printf
configure:3753: checking for a sed that does not truncate output
configure:3817: result: /bin/sed
configure:3835: checking for grep that handles long lines and -e
configure:3893: result: /bin/grep
configure:3898: checking for egrep
configure:3960: result: /bin/grep -E
configure:3965: checking for fgrep
configure:4027: result: /bin/grep -F
configure:4062: checking for ld used by i686-w64-mingw32-gcc
configure:4129: result: /home/chris/Source/Repos/ffmpeg-windows-build-helpers/sandbox/cross_compilers/mingw-w64-i686/i686-w64-mingw32/bin/ld
configure:4136: checking if the linker (/home/chris/Source/Repos/ffmpeg-windows-build-helpers/sandbox/cross_compilers/mingw-w64-i686/i686-w64-mingw32/bin/ld) is GNU ld
configure:4151: result: yes
configure:4163: checking for BSD- or MS-compatible name lister (nm)
configure:4217: result: /home/chris/Source/Repos/ffmpeg-windows-build-helpers/sandbox/cross_compilers/mingw-w64-i686/bin/i686-w64-mingw32-nm -B
configure:4347: checking the name lister (/home/chris/Source/Repos/ffmpeg-windows-build-helpers/sandbox/cross_compilers/mingw-w64-i686/bin/i686-w64-mingw32-nm -B) interface
configure:4354: i686-w64-mingw32-gcc -c -mtune=generic -O3 conftest.c >&5
configure:4357: /home/chris/Source/Repos/ffmpeg-windows-build-helpers/sandbox/cross_compilers/mingw-w64-i686/bin/i686-w64-mingw32-nm -B "conftest.o"
configure:4360: output
00000000 b .bss
00000000 d .data
00000000 r .rdata$zzz
00000000 t .text
00000000 B _some_variable
configure:4367: result: BSD nm
configure:4370: checking whether ln -s works
configure:4374: result: yes
configure:4382: checking the maximum length of command line arguments
configure:4513: result: 1572864
configure:4561: checking how to convert x86_64-pc-linux-gnu file names to i686-w64-mingw32 format
configure:4601: result: func_convert_file_nix_to_w32
configure:4608: checking how to convert x86_64-pc-linux-gnu file names to toolchain format
configure:4628: result: func_convert_file_noop
configure:4635: checking for /home/chris/Source/Repos/ffmpeg-windows-build-helpers/sandbox/cross_compilers/mingw-w64-i686/i686-w64-mingw32/bin/ld option to reload object files
configure:4642: result: -r
configure:4676: checking for i686-w64-mingw32-objdump
configure:4692: found /home/chris/Source/Repos/ffmpeg-windows-build-helpers/sandbox/cross_compilers/mingw-w64-i686/bin/i686-w64-mingw32-objdump
configure:4703: result: i686-w64-mingw32-objdump
configure:4772: checking how to recognize dependent libraries
configure:4972: result: file_magic ^x86 archive import|^x86 DLL
configure:5017: checking for i686-w64-mingw32-dlltool
configure:5033: found /home/chris/Source/Repos/ffmpeg-windows-build-helpers/sandbox/cross_compilers/mingw-w64-i686/bin/i686-w64-mingw32-dlltool
configure:5044: result: i686-w64-mingw32-dlltool
configure:5114: checking how to associate runtime and link libraries
configure:5141: result: func_cygming_dll_for_implib
configure:5158: checking for i686-w64-mingw32-ar
configure:5174: found /home/chris/Source/Repos/ffmpeg-windows-build-helpers/sandbox/cross_compilers/mingw-w64-i686/bin/i686-w64-mingw32-ar
configure:5185: result: i686-w64-mingw32-ar
configure:5266: checking for archiver @FILE support
configure:5283: i686-w64-mingw32-gcc -c -mtune=generic -O3 conftest.c >&5
configure:5283: $? = 0
configure:5286: i686-w64-mingw32-ar cru libconftest.a @conftest.lst >&5
configure:5289: $? = 0
configure:5294: i686-w64-mingw32-ar cru libconftest.a @conftest.lst >&5
i686-w64-mingw32-ar: conftest.o: No such file or directory
configure:5297: $? = 1
configure:5309: result: @
configure:5327: checking for i686-w64-mingw32-strip
configure:5343: found /home/chris/Source/Repos/ffmpeg-windows-build-helpers/sandbox/cross_compilers/mingw-w64-i686/bin/i686-w64-mingw32-strip
configure:5354: result: i686-w64-mingw32-strip
configure:5426: checking for i686-w64-mingw32-ranlib
configure:5442: found /home/chris/Source/Repos/ffmpeg-windows-build-helpers/sandbox/cross_compilers/mingw-w64-i686/bin/i686-w64-mingw32-ranlib
configure:5453: result: i686-w64-mingw32-ranlib
configure:5570: checking for gawk
configure:5586: found /usr/bin/gawk
configure:5597: result: gawk
configure:5637: checking command to parse /home/chris/Source/Repos/ffmpeg-windows-build-helpers/sandbox/cross_compilers/mingw-w64-i686/bin/i686-w64-mingw32-nm -B output from i686-w64-mingw32-gcc object
configure:5790: i686-w64-mingw32-gcc -c -mtune=generic -O3 conftest.c >&5
configure:5793: $? = 0
configure:5797: /home/chris/Source/Repos/ffmpeg-windows-build-helpers/sandbox/cross_compilers/mingw-w64-i686/bin/i686-w64-mingw32-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:5800: $? = 0
cannot find nm_test_var in conftest.nm
configure:5790: i686-w64-mingw32-gcc -c -mtune=generic -O3 conftest.c >&5
configure:5793: $? = 0
configure:5797: /home/chris/Source/Repos/ffmpeg-windows-build-helpers/sandbox/cross_compilers/mingw-w64-i686/bin/i686-w64-mingw32-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:5800: $? = 0
configure:5866: i686-w64-mingw32-gcc -o conftest.exe -mtune=generic -O3 conftest.c conftstm.o >&5
configure:5869: $? = 0
configure:5907: result: ok
configure:5954: checking for sysroot
configure:5984: result: no
configure:5991: checking for a working dd
configure:6029: result: /bin/dd
configure:6033: checking how to truncate binary pipes
configure:6048: result: /bin/dd bs=4096 count=1
configure:6337: checking for i686-w64-mingw32-mt
configure:6367: result: no
configure:6377: checking for mt
configure:6393: found /bin/mt
configure:6404: result: mt
configure:6427: checking if mt is a manifest tool
configure:6433: mt '-?'
configure:6441: result: no
configure:7114: checking for ANSI C header files
configure:7134: i686-w64-mingw32-gcc -c -mtune=generic -O3 conftest.c >&5
configure:7134: $? = 0
configure:7218: result: yes
configure:7231: checking for sys/types.h
configure:7231: i686-w64-mingw32-gcc -c -mtune=generic -O3 conftest.c >&5
configure:7231: $? = 0
configure:7231: result: yes
configure:7231: checking for sys/stat.h
configure:7231: i686-w64-mingw32-gcc -c -mtune=generic -O3 conftest.c >&5
configure:7231: $? = 0
configure:7231: result: yes
configure:7231: checking for stdlib.h
configure:7231: i686-w64-mingw32-gcc -c -mtune=generic -O3 conftest.c >&5
configure:7231: $? = 0
configure:7231: result: yes
configure:7231: checking for string.h
configure:7231: i686-w64-mingw32-gcc -c -mtune=generic -O3 conftest.c >&5
configure:7231: $? = 0
configure:7231: result: yes
configure:7231: checking for memory.h
configure:7231: i686-w64-mingw32-gcc -c -mtune=generic -O3 conftest.c >&5
configure:7231: $? = 0
configure:7231: result: yes
configure:7231: checking for strings.h
configure:7231: i686-w64-mingw32-gcc -c -mtune=generic -O3 conftest.c >&5
configure:7231: $? = 0
configure:7231: result: yes
configure:7231: checking for inttypes.h
configure:7231: i686-w64-mingw32-gcc -c -mtune=generic -O3 conftest.c >&5
configure:7231: $? = 0
configure:7231: result: yes
configure:7231: checking for stdint.h
configure:7231: i686-w64-mingw32-gcc -c -mtune=generic -O3 conftest.c >&5
configure:7231: $? = 0
configure:7231: result: yes
configure:7231: checking for unistd.h
configure:7231: i686-w64-mingw32-gcc -c -mtune=generic -O3 conftest.c >&5
configure:7231: $? = 0
configure:7231: result: yes
configure:7245: checking for dlfcn.h
configure:7245: i686-w64-mingw32-gcc -c -mtune=generic -O3 conftest.c >&5
configure:7245: $? = 0
configure:7245: result: yes
configure:7268: checking for i686-w64-mingw32-as
configure:7284: found /home/chris/Source/Repos/ffmpeg-windows-build-helpers/sandbox/cross_compilers/mingw-w64-i686/bin/i686-w64-mingw32-as
configure:7295: result: i686-w64-mingw32-as
configure:7360: checking for i686-w64-mingw32-dlltool
configure:7387: result: i686-w64-mingw32-dlltool
configure:7452: checking for i686-w64-mingw32-objdump
configure:7479: result: i686-w64-mingw32-objdump
configure:7799: checking for objdir
configure:7814: result: .libs
configure:8074: checking if i686-w64-mingw32-gcc supports -fno-rtti -fno-exceptions
configure:8092: i686-w64-mingw32-gcc -c -mtune=generic -O3 -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
configure:8096: $? = 0
configure:8109: result: no
configure:8467: checking for i686-w64-mingw32-gcc option to produce PIC
configure:8474: result: -DDLL_EXPORT -DPIC
configure:8482: checking if i686-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works
configure:8500: i686-w64-mingw32-gcc -c -mtune=generic -O3 -DDLL_EXPORT -DPIC -DPIC conftest.c >&5
configure:8504: $? = 0
configure:8517: result: yes
configure:8546: checking if i686-w64-mingw32-gcc static flag -static works
configure:8574: result: yes
configure:8589: checking if i686-w64-mingw32-gcc supports -c -o file.o
configure:8610: i686-w64-mingw32-gcc -c -mtune=generic -O3 -o out/conftest2.o conftest.c >&5
configure:8614: $? = 0
configure:8636: result: yes
configure:8644: checking if i686-w64-mingw32-gcc supports -c -o file.o
configure:8691: result: yes
configure:8724: checking whether the i686-w64-mingw32-gcc linker (/home/chris/Source/Repos/ffmpeg-windows-build-helpers/sandbox/cross_compilers/mingw-w64-i686/i686-w64-mingw32/bin/ld) supports shared libraries
configure:9983: result: yes
configure:10223: checking dynamic linker characteristics
configure:11041: result: Win32 ld.exe
configure:11163: checking how to hardcode library paths into programs
configure:11188: result: immediate
configure:11736: checking whether stripping libraries is possible
configure:11741: result: yes
configure:11776: checking if libtool supports shared libraries
configure:11778: result: yes
configure:11781: checking whether to build shared libraries
configure:11806: result: no
configure:11809: checking whether to build static libraries
configure:11813: result: yes
configure:11857: checking for x86_64-pc-linux-gnu-gcc
configure:11887: result: no
configure:11894: checking for gcc
configure:11910: found /usr/bin/gcc
configure:11921: result: gcc
configure:11931: checking for gcc
configure:11975: result: gcc
configure:11985: checking for suffix of native executables
configure:11999: result:
configure:12029: checking for a BSD-compatible install
configure:12097: result: /usr/bin/install -c
configure:12116: checking for a thread-safe mkdir -p
configure:12155: result: /bin/mkdir -p
configure:12169: checking for ANSI C header files
configure:12273: result: yes
configure:12284: checking fcntl.h usability
configure:12284: i686-w64-mingw32-gcc -c -mtune=generic -O3 conftest.c >&5
configure:12284: $? = 0
configure:12284: result: yes
configure:12284: checking fcntl.h presence
configure:12284: i686-w64-mingw32-gcc -E conftest.c
configure:12284: $? = 0
configure:12284: result: yes
configure:12284: checking for fcntl.h
configure:12284: result: yes
configure:12284: checking for unistd.h
configure:12284: result: yes
configure:12298: checking for an ANSI C-conforming const
configure:12364: i686-w64-mingw32-gcc -c -mtune=generic -O3 conftest.c >&5
configure:12364: $? = 0
configure:12371: result: yes
configure:12383: checking size of int
configure:12388: i686-w64-mingw32-gcc -c -mtune=generic -O3 conftest.c >&5
configure:12388: $? = 0
configure:12388: i686-w64-mingw32-gcc -c -mtune=generic -O3 conftest.c >&5
conftest.c: In function 'main':
conftest.c:60:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 0)];
^~~~~~~~~~
configure:12388: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "FreeType"
| #define PACKAGE_TARNAME "freetype"
| #define PACKAGE_VERSION "2.8"
| #define PACKAGE_STRING "FreeType 2.8"
| #define PACKAGE_BUGREPORT "freetype@nongnu.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 STDC_HEADERS 1
| #define HAVE_FCNTL_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
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 0)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:12388: i686-w64-mingw32-gcc -c -mtune=generic -O3 conftest.c >&5
conftest.c: In function 'main':
conftest.c:60:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 1)];
^~~~~~~~~~
configure:12388: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "FreeType"
| #define PACKAGE_TARNAME "freetype"
| #define PACKAGE_VERSION "2.8"
| #define PACKAGE_STRING "FreeType 2.8"
| #define PACKAGE_BUGREPORT "freetype@nongnu.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 STDC_HEADERS 1
| #define HAVE_FCNTL_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
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 1)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:12388: i686-w64-mingw32-gcc -c -mtune=generic -O3 conftest.c >&5
conftest.c: In function 'main':
conftest.c:60:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 3)];
^~~~~~~~~~
configure:12388: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "FreeType"
| #define PACKAGE_TARNAME "freetype"
| #define PACKAGE_VERSION "2.8"
| #define PACKAGE_STRING "FreeType 2.8"
| #define PACKAGE_BUGREPORT "freetype@nongnu.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 STDC_HEADERS 1
| #define HAVE_FCNTL_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
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 3)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:12388: i686-w64-mingw32-gcc -c -mtune=generic -O3 conftest.c >&5
configure:12388: $? = 0
configure:12388: i686-w64-mingw32-gcc -c -mtune=generic -O3 conftest.c >&5
configure:12388: $? = 0
configure:12388: i686-w64-mingw32-gcc -c -mtune=generic -O3 conftest.c >&5
configure:12388: $? = 0
configure:12402: result: 4
configure:12416: checking size of long
configure:12421: i686-w64-mingw32-gcc -c -mtune=generic -O3 conftest.c >&5
configure:12421: $? = 0
configure:12421: i686-w64-mingw32-gcc -c -mtune=generic -O3 conftest.c >&5
conftest.c: In function 'main':
conftest.c:61:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 0)];
^~~~~~~~~~
configure:12421: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "FreeType"
| #define PACKAGE_TARNAME "freetype"
| #define PACKAGE_VERSION "2.8"
| #define PACKAGE_STRING "FreeType 2.8"
| #define PACKAGE_BUGREPORT "freetype@nongnu.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 STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_INT 4
| /* 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
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 0)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:12421: i686-w64-mingw32-gcc -c -mtune=generic -O3 conftest.c >&5
conftest.c: In function 'main':
conftest.c:61:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 1)];
^~~~~~~~~~
configure:12421: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "FreeType"
| #define PACKAGE_TARNAME "freetype"
| #define PACKAGE_VERSION "2.8"
| #define PACKAGE_STRING "FreeType 2.8"
| #define PACKAGE_BUGREPORT "freetype@nongnu.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 STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_INT 4
| /* 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
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 1)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:12421: i686-w64-mingw32-gcc -c -mtune=generic -O3 conftest.c >&5
conftest.c: In function 'main':
conftest.c:61:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 3)];
^~~~~~~~~~
configure:12421: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "FreeType"
| #define PACKAGE_TARNAME "freetype"
| #define PACKAGE_VERSION "2.8"
| #define PACKAGE_STRING "FreeType 2.8"
| #define PACKAGE_BUGREPORT "freetype@nongnu.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 STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_INT 4
| /* 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
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 3)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:12421: i686-w64-mingw32-gcc -c -mtune=generic -O3 conftest.c >&5
configure:12421: $? = 0
configure:12421: i686-w64-mingw32-gcc -c -mtune=generic -O3 conftest.c >&5
configure:12421: $? = 0
configure:12421: i686-w64-mingw32-gcc -c -mtune=generic -O3 conftest.c >&5
configure:12421: $? = 0
configure:12435: result: 4
configure:12446: checking for unsigned long long int
configure:12485: i686-w64-mingw32-gcc -o conftest.exe -mtune=generic -O3 conftest.c >&5
configure:12485: $? = 0
configure:12494: result: yes
configure:12504: checking for long long int
configure:12554: result: yes
configure:12566: checking whether cpp computation of bit length in ftconfig.in works
configure:12623: result: yes
configure:12652: checking for special C compiler options needed for large files
configure:12697: result: no
configure:12703: checking for _FILE_OFFSET_BITS value needed for large files
configure:12728: i686-w64-mingw32-gcc -c -mtune=generic -O3 conftest.c >&5
conftest.c:33:33: warning: left shift count >= width of type [-Wshift-count-overflow]
#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
^~
conftest.c:34:23: note: in expansion of macro 'LARGE_OFF_T'
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
^~~~~~~~~~~
conftest.c:33:57: warning: left shift count >= width of type [-Wshift-count-overflow]
#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
^~
conftest.c:34:23: note: in expansion of macro 'LARGE_OFF_T'
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
^~~~~~~~~~~
conftest.c:33:33: warning: left shift count >= width of type [-Wshift-count-overflow]
#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
^~
conftest.c:35:13: note: in expansion of macro 'LARGE_OFF_T'
&& LARGE_OFF_T % 2147483647 == 1)
^~~~~~~~~~~
conftest.c:33:57: warning: left shift count >= width of type [-Wshift-count-overflow]
#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
^~
conftest.c:35:13: note: in expansion of macro 'LARGE_OFF_T'
&& LARGE_OFF_T % 2147483647 == 1)
^~~~~~~~~~~
conftest.c:34:7: error: variably modified 'off_t_is_large' at file scope
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
^~~~~~~~~~~~~~
configure:12728: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "FreeType"
| #define PACKAGE_TARNAME "freetype"
| #define PACKAGE_VERSION "2.8"
| #define PACKAGE_STRING "FreeType 2.8"
| #define PACKAGE_BUGREPORT "freetype@nongnu.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 STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| /* end confdefs.h. */
| #include <sys/types.h>
| /* Check that off_t can represent 2**63 - 1 correctly.
| We can't simply define LARGE_OFF_T to be 9223372036854775807,
| since some C++ compilers masquerading as C compilers
| incorrectly reject 9223372036854775807. */
| #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
| int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
| && LARGE_OFF_T % 2147483647 == 1)
| ? 1 : -1];
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:12752: i686-w64-mingw32-gcc -c -mtune=generic -O3 conftest.c >&5
configure:12752: $? = 0
configure:12760: result: 64
configure:12862: checking for stdlib.h
configure:12862: result: yes
configure:12862: checking for unistd.h
configure:12862: result: yes
configure:12862: checking for sys/param.h
configure:12862: i686-w64-mingw32-gcc -c -mtune=generic -O3 conftest.c >&5
configure:12862: $? = 0
configure:12862: result: yes
configure:12882: checking for getpagesize
configure:12882: i686-w64-mingw32-gcc -o conftest.exe -mtune=generic -O3 conftest.c >&5
configure:12882: $? = 0
configure:12882: result: yes
configure:12891: checking for working mmap
configure:13048: result: no
configure:13116: checking for memcpy
configure:13116: i686-w64-mingw32-gcc -o conftest.exe -mtune=generic -O3 conftest.c >&5
conftest.c:56:6: warning: conflicting types for built-in function 'memcpy' [-Wbuiltin-declaration-mismatch]
char memcpy ();
^~~~~~
configure:13116: $? = 0
configure:13116: result: yes
configure:13116: checking for memmove
configure:13116: i686-w64-mingw32-gcc -o conftest.exe -mtune=generic -O3 conftest.c >&5
conftest.c:57:6: warning: conflicting types for built-in function 'memmove' [-Wbuiltin-declaration-mismatch]
char memmove ();
^~~~~~~
configure:13116: $? = 0
configure:13116: result: yes
configure:13260: $PKG_CONFIG --exists --print-errors "$zlib_pkg"
configure:13263: $? = 0
configure:13270: checking for ZLIB
configure:13277: $PKG_CONFIG --exists --print-errors "$zlib_pkg"
configure:13280: $? = 0
configure:13294: $PKG_CONFIG --exists --print-errors "$zlib_pkg"
configure:13297: $? = 0
configure:13335: result: yes
configure:13430: $PKG_CONFIG --exists --print-errors "$bzip2_pkg"
Package bzip2 was not found in the pkg-config search path.
Perhaps you should add the directory containing `bzip2.pc'
to the PKG_CONFIG_PATH environment variable
No package 'bzip2' found
configure:13433: $? = 1
configure:13440: checking for BZIP2
configure:13447: $PKG_CONFIG --exists --print-errors "$bzip2_pkg"
Package bzip2 was not found in the pkg-config search path.
Perhaps you should add the directory containing `bzip2.pc'
to the PKG_CONFIG_PATH environment variable
No package 'bzip2' found
configure:13450: $? = 1
configure:13464: $PKG_CONFIG --exists --print-errors "$bzip2_pkg"
Package bzip2 was not found in the pkg-config search path.
Perhaps you should add the directory containing `bzip2.pc'
to the PKG_CONFIG_PATH environment variable
No package 'bzip2' found
configure:13467: $? = 1
configure:13481: result: no
No package 'bzip2' found
configure:13525: checking for BZ2_bzDecompress in -lbz2
configure:13550: i686-w64-mingw32-gcc -o conftest.exe -mtune=generic -O3 conftest.c -lbz2 >&5
/home/chris/Source/Repos/ffmpeg-windows-build-helpers/sandbox/cross_compilers/mingw-w64-i686/lib/gcc/i686-w64-mingw32/8.2.0/../../../../i686-w64-mingw32/bin/ld: /tmp/ccOL2TAg.o:conftest.c:(.text.startup+0xc): undefined reference to `BZ2_bzDecompress'
collect2: error: ld returned 1 exit status
configure:13550: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "FreeType"
| #define PACKAGE_TARNAME "freetype"
| #define PACKAGE_VERSION "2.8"
| #define PACKAGE_STRING "FreeType 2.8"
| #define PACKAGE_BUGREPORT "freetype@nongnu.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 STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char BZ2_bzDecompress ();
| int
| main ()
| {
| return BZ2_bzDecompress ();
| ;
| return 0;
| }
configure:13559: result: no
configure:13578: error: bzip2 support requested but library not found
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_env_BZIP2_CFLAGS_set=
ac_cv_env_BZIP2_CFLAGS_value=
ac_cv_env_BZIP2_LIBS_set=
ac_cv_env_BZIP2_LIBS_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-mtune=generic -O3'
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_HARFBUZZ_CFLAGS_set=
ac_cv_env_HARFBUZZ_CFLAGS_value=
ac_cv_env_HARFBUZZ_LIBS_set=
ac_cv_env_HARFBUZZ_LIBS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBPNG_CFLAGS_set=
ac_cv_env_LIBPNG_CFLAGS_value=
ac_cv_env_LIBPNG_LIBS_set=
ac_cv_env_LIBPNG_LIBS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LT_SYS_LIBRARY_PATH_set=
ac_cv_env_LT_SYS_LIBRARY_PATH_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=set
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=set
ac_cv_env_PKG_CONFIG_PATH_value=/home/chris/Source/Repos/ffmpeg-windows-build-helpers/sandbox/cross_compilers/mingw-w64-i686/i686-w64-mingw32/lib/pkgconfig
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_ZLIB_CFLAGS_set=
ac_cv_env_ZLIB_CFLAGS_value=
ac_cv_env_ZLIB_LIBS_set=
ac_cv_env_ZLIB_LIBS_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=i686-w64-mingw32
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=.exe
ac_cv_func_getpagesize=yes
ac_cv_func_memcpy=yes
ac_cv_func_memmove=yes
ac_cv_func_mmap_fixed_mapped=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_fcntl_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_param_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=i686-w64-mingw32
ac_cv_lib_bz2_BZ2_bzDecompress=no
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FGREP='/bin/grep -F'
ac_cv_path_GREP=/bin/grep
ac_cv_path_SED=/bin/sed
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_lt_DD=/bin/dd
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AR=i686-w64-mingw32-ar
ac_cv_prog_AS=i686-w64-mingw32-as
ac_cv_prog_AWK=gawk
ac_cv_prog_CC=i686-w64-mingw32-gcc
ac_cv_prog_CC_BUILD=gcc
ac_cv_prog_CPP='i686-w64-mingw32-gcc -E'
ac_cv_prog_DLLTOOL=i686-w64-mingw32-dlltool
ac_cv_prog_OBJDUMP=i686-w64-mingw32-objdump
ac_cv_prog_RANLIB=i686-w64-mingw32-ranlib
ac_cv_prog_STRIP=i686-w64-mingw32-strip
ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_sizeof_int=4
ac_cv_sizeof_long=4
ac_cv_sys_file_offset_bits=64
ac_cv_sys_largefile_CC=no
ac_cv_type_long_long_int=yes
ac_cv_type_unsigned_long_long_int=yes
lt_cv_ar_at_file=@
lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
lt_cv_file_magic_cmd=func_win32_libid
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=/home/chris/Source/Repos/ffmpeg-windows-build-helpers/sandbox/cross_compilers/mingw-w64-i686/i686-w64-mingw32/bin/ld
lt_cv_path_NM='/home/chris/Source/Repos/ffmpeg-windows-build-helpers/sandbox/cross_compilers/mingw-w64-i686/bin/i686-w64-mingw32-nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_pic='-DDLL_EXPORT -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_gnu_ld=yes
lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib
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][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_global_symbol_to_import=
lt_cv_sys_max_cmd_len=1572864
lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32
lt_cv_to_tool_file_cmd=func_convert_file_noop
lt_cv_truncate_bin='/bin/dd bs=4096 count=1'
pkg_cv_ZLIB_CFLAGS=-I/home/chris/Source/Repos/ffmpeg-windows-build-helpers/sandbox/cross_compilers/mingw-w64-i686/i686-w64-mingw32/include
pkg_cv_ZLIB_LIBS='-L/home/chris/Source/Repos/ffmpeg-windows-build-helpers/sandbox/cross_compilers/mingw-w64-i686/i686-w64-mingw32/lib -lz'
## ----------------- ##
## Output variables. ##
## ----------------- ##
AR='i686-w64-mingw32-ar'
AS='i686-w64-mingw32-as'
AWK='gawk'
BZIP2_CFLAGS=''
BZIP2_LIBS=''
CC='i686-w64-mingw32-gcc'
CC_BUILD='gcc'
CFLAGS='-mtune=generic -O3'
CPP='i686-w64-mingw32-gcc -E'
CPPFLAGS=''
DEFS=''
DLLTOOL='i686-w64-mingw32-dlltool'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT='.exe'
EXEEXT_BUILD=''
FGREP='/bin/grep -F'
FTSYS_SRC='$(BASE_DIR)/ftsystem.c'
GREP='/bin/grep'
HARFBUZZ_CFLAGS=''
HARFBUZZ_LIBS=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LD='/home/chris/Source/Repos/ffmpeg-windows-build-helpers/sandbox/cross_compilers/mingw-w64-i686/i686-w64-mingw32/bin/ld'
LDFLAGS=''
LIBOBJS=''
LIBPNG_CFLAGS=''
LIBPNG_LIBS=''
LIBS=''
LIBSSTATIC_CONFIG=''
LIBS_PRIVATE=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
LT_SYS_LIBRARY_PATH=''
MANIFEST_TOOL=':'
MKDIR_P='/bin/mkdir -p'
NM='/home/chris/Source/Repos/ffmpeg-windows-build-helpers/sandbox/cross_compilers/mingw-w64-i686/bin/i686-w64-mingw32-nm -B'
NMEDIT=''
OBJDUMP='i686-w64-mingw32-objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE_BUGREPORT='freetype@nongnu.org'
PACKAGE_NAME='FreeType'
PACKAGE_STRING='FreeType 2.8'
PACKAGE_TARNAME='freetype'
PACKAGE_URL=''
PACKAGE_VERSION='2.8'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH='/home/chris/Source/Repos/ffmpeg-windows-build-helpers/sandbox/cross_compilers/mingw-w64-i686/i686-w64-mingw32/lib/pkgconfig'
RANLIB='i686-w64-mingw32-ranlib'
REQUIRES_PRIVATE=''
SED='/bin/sed'
SHELL='/bin/bash'
STRIP='i686-w64-mingw32-strip'
XX_ANSIFLAGS='-pedantic'
XX_CFLAGS='-Wall'
ZLIB_CFLAGS='-I/home/chris/Source/Repos/ffmpeg-windows-build-helpers/sandbox/cross_compilers/mingw-w64-i686/i686-w64-mingw32/include'
ZLIB_LIBS='-L/home/chris/Source/Repos/ffmpeg-windows-build-helpers/sandbox/cross_compilers/mingw-w64-i686/i686-w64-mingw32/lib -lz'
ac_ct_AR=''
ac_ct_CC=''
ac_ct_DUMPBIN=''
bindir='${exec_prefix}/bin'
build='x86_64-pc-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_libtool_libs=''
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
ft_version='20.0.14'
ftmac_c=''
hardcode_libdir_flag_spec='-L$libdir'
host='i686-w64-mingw32'
host_alias='i686-w64-mingw32'
host_cpu='i686'
host_os='mingw32'
host_vendor='w64'
htmldir='${docdir}'
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='/home/chris/Source/Repos/ffmpeg-windows-build-helpers/sandbox/cross_compilers/mingw-w64-i686/i686-w64-mingw32'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
version_info='20:0:14'
wl='-Wl,'
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "FreeType"
#define PACKAGE_TARNAME "freetype"
#define PACKAGE_VERSION "2.8"
#define PACKAGE_STRING "FreeType 2.8"
#define PACKAGE_BUGREPORT "freetype@nongnu.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 STDC_HEADERS 1
#define HAVE_FCNTL_H 1
#define HAVE_UNISTD_H 1
#define SIZEOF_INT 4
#define SIZEOF_LONG 4
#define HAVE_UNSIGNED_LONG_LONG_INT 1
#define HAVE_LONG_LONG_INT 1
#define _FILE_OFFSET_BITS 64
#define HAVE_STDLIB_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_GETPAGESIZE 1
#define HAVE_MEMCPY 1
#define HAVE_MEMMOVE 1
configure: exit 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment