Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- This file contains any messages produced by compilers while
- running configure, to aid debugging if configure makes a mistake.
- It was created by MKVToolNix configure 81.0, which was
- generated by GNU Autoconf 2.71. Invocation command line was
- $ ./configure --enable-qt6 --disable-qt5
- ## --------- ##
- ## Platform. ##
- ## --------- ##
- hostname = somehost
- uname -m = x86_64
- uname -r = 6.2.0-37-generic
- uname -s = Linux
- uname -v = #38~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Thu Nov 2 18:01:13 UTC 2
- /usr/bin/uname -p = x86_64
- /bin/uname -X = unknown
- /bin/arch = x86_64
- /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/user/Apps/jdk-18.0.1/bin/
- PATH: /home/user/.cargo/bin/
- PATH: /home/user/.local/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/
- PATH: /home/user/.dotnet/tools/
- ## ----------- ##
- ## Core tests. ##
- ## ----------- ##
- configure:3202: looking for aux files: install-sh config.guess config.sub
- configure:3215: trying ./
- configure:3226: ./install-sh found
- configure:3244: ./config.guess found
- configure:3244: ./config.sub found
- configure:3470: checking build system type
- configure:3485: result: x86_64-pc-linux-gnu
- configure:3505: checking host system type
- configure:3519: result: x86_64-pc-linux-gnu
- configure:3539: checking target system type
- configure:3553: result: x86_64-pc-linux-gnu
- configure:3642: checking for gcc
- configure:3663: found /usr/bin/gcc
- configure:3674: result: gcc
- configure:4027: checking for C compiler version
- configure:4036: gcc --version >&5
- gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
- Copyright (C) 2021 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:4047: $? = 0
- configure:4036: gcc -v >&5
- Using built-in specs.
- COLLECT_GCC=gcc
- COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper
- OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
- OFFLOAD_TARGET_DEFAULT=1
- Target: x86_64-linux-gnu
- Configured with: ../src/configure -v --with-pkgversion='Ubuntu 11.4.0-1ubuntu1~22.04' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-XeT9lY/gcc-11-11.4.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-11-XeT9lY/gcc-11-11.4.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2
- Thread model: posix
- Supported LTO compression algorithms: zlib zstd
- gcc version 11.4.0 (Ubuntu 11.4.0-1ubuntu1~22.04)
- ... rest of stderr output deleted ...
- configure:4047: $? = 0
- configure:4036: gcc -V >&5
- gcc: error: unrecognized command-line option '-V'
- gcc: fatal error: no input files
- compilation terminated.
- configure:4047: $? = 1
- configure:4036: gcc -qversion >&5
- gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
- gcc: fatal error: no input files
- compilation terminated.
- configure:4047: $? = 1
- configure:4036: gcc -version >&5
- gcc: error: unrecognized command-line option '-version'
- gcc: fatal error: no input files
- compilation terminated.
- configure:4047: $? = 1
- configure:4067: checking whether the C compiler works
- configure:4089: gcc conftest.c >&5
- configure:4093: $? = 0
- configure:4143: result: yes
- configure:4146: checking for C compiler default output file name
- configure:4148: result: a.out
- configure:4154: checking for suffix of executables
- configure:4161: gcc -o conftest conftest.c >&5
- configure:4165: $? = 0
- configure:4188: result:
- configure:4210: checking whether we are cross compiling
- configure:4218: gcc -o conftest conftest.c >&5
- configure:4222: $? = 0
- configure:4229: ./conftest
- configure:4233: $? = 0
- configure:4248: result: no
- configure:4253: checking for suffix of object files
- configure:4276: gcc -c conftest.c >&5
- configure:4280: $? = 0
- configure:4302: result: o
- configure:4306: checking whether the compiler supports GNU C
- configure:4326: gcc -c conftest.c >&5
- configure:4326: $? = 0
- configure:4336: result: yes
- configure:4347: checking whether gcc accepts -g
- configure:4368: gcc -c -g conftest.c >&5
- configure:4368: $? = 0
- configure:4412: result: yes
- configure:4432: checking for gcc option to enable C11 features
- configure:4447: gcc -c -g -O2 conftest.c >&5
- configure:4447: $? = 0
- configure:4465: result: none needed
- configure:4577: checking whether gcc and cc understand -c and -o together
- configure:4609: gcc -c conftest.c -o conftest2.o >&5
- configure:4613: $? = 0
- configure:4619: gcc -c conftest.c -o conftest2.o >&5
- configure:4623: $? = 0
- configure:4634: cc -c conftest.c >&5
- configure:4638: $? = 0
- configure:4646: cc -c conftest.c -o conftest2.o >&5
- configure:4650: $? = 0
- configure:4656: cc -c conftest.c -o conftest2.o >&5
- configure:4660: $? = 0
- configure:4678: result: yes
- configure:4693: checking how to run the C preprocessor
- configure:4719: gcc -E conftest.c
- configure:4719: $? = 0
- configure:4734: gcc -E conftest.c
- conftest.c:10:10: fatal error: ac_nonexistent.h: No such file or directory
- 10 | #include <ac_nonexistent.h>
- | ^~~~~~~~~~~~~~~~~~
- compilation terminated.
- configure:4734: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "MKVToolNix"
- | #define PACKAGE_TARNAME "mkvtoolnix"
- | #define PACKAGE_VERSION "81.0"
- | #define PACKAGE_STRING "MKVToolNix 81.0"
- | #define PACKAGE_BUGREPORT "https://gitlab.com/mbunkus/mkvtoolnix/issues/"
- | #define PACKAGE_URL ""
- | #define HAVE_UPDATE_CHECK 1
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:4761: result: gcc -E
- configure:4775: gcc -E conftest.c
- configure:4775: $? = 0
- configure:4790: gcc -E conftest.c
- conftest.c:10:10: fatal error: ac_nonexistent.h: No such file or directory
- 10 | #include <ac_nonexistent.h>
- | ^~~~~~~~~~~~~~~~~~
- compilation terminated.
- configure:4790: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "MKVToolNix"
- | #define PACKAGE_TARNAME "mkvtoolnix"
- | #define PACKAGE_VERSION "81.0"
- | #define PACKAGE_STRING "MKVToolNix 81.0"
- | #define PACKAGE_BUGREPORT "https://gitlab.com/mbunkus/mkvtoolnix/issues/"
- | #define PACKAGE_URL ""
- | #define HAVE_UPDATE_CHECK 1
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:4890: checking for g++
- configure:4911: found /usr/bin/g++
- configure:4922: result: g++
- configure:4949: checking for C++ compiler version
- configure:4958: g++ --version >&5
- g++ (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
- Copyright (C) 2021 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:4969: $? = 0
- configure:4958: g++ -v >&5
- Using built-in specs.
- COLLECT_GCC=g++
- COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper
- OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
- OFFLOAD_TARGET_DEFAULT=1
- Target: x86_64-linux-gnu
- Configured with: ../src/configure -v --with-pkgversion='Ubuntu 11.4.0-1ubuntu1~22.04' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-XeT9lY/gcc-11-11.4.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-11-XeT9lY/gcc-11-11.4.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2
- Thread model: posix
- Supported LTO compression algorithms: zlib zstd
- gcc version 11.4.0 (Ubuntu 11.4.0-1ubuntu1~22.04)
- ... rest of stderr output deleted ...
- configure:4969: $? = 0
- configure:4958: g++ -V >&5
- g++: error: unrecognized command-line option '-V'
- g++: fatal error: no input files
- compilation terminated.
- configure:4969: $? = 1
- configure:4958: g++ -qversion >&5
- g++: error: unrecognized command-line option '-qversion'; did you mean '--version'?
- g++: fatal error: no input files
- compilation terminated.
- configure:4969: $? = 1
- configure:4973: checking whether the compiler supports GNU C++
- configure:4993: g++ -c conftest.cpp >&5
- configure:4993: $? = 0
- configure:5003: result: yes
- configure:5014: checking whether g++ accepts -g
- configure:5035: g++ -c -g conftest.cpp >&5
- configure:5035: $? = 0
- configure:5079: result: yes
- configure:5099: checking for g++ option to enable C++11 features
- configure:5114: g++ -c -g -O2 conftest.cpp >&5
- conftest.cpp: In function 'int main(int, char**)':
- conftest.cpp:176:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse]
- 176 | cxx11test::delegate d2();
- | ^~
- conftest.cpp:176:25: note: remove parentheses to default-initialize a variable
- 176 | cxx11test::delegate d2();
- | ^~
- | --
- conftest.cpp:176:25: note: or replace parentheses with braces to value-initialize a variable
- configure:5114: $? = 0
- configure:5132: result: none needed
- configure:5201: checking how to run the C++ preprocessor
- configure:5223: g++ -E conftest.cpp
- configure:5223: $? = 0
- configure:5238: g++ -E conftest.cpp
- conftest.cpp:10:10: fatal error: ac_nonexistent.h: No such file or directory
- 10 | #include <ac_nonexistent.h>
- | ^~~~~~~~~~~~~~~~~~
- compilation terminated.
- configure:5238: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "MKVToolNix"
- | #define PACKAGE_TARNAME "mkvtoolnix"
- | #define PACKAGE_VERSION "81.0"
- | #define PACKAGE_STRING "MKVToolNix 81.0"
- | #define PACKAGE_BUGREPORT "https://gitlab.com/mbunkus/mkvtoolnix/issues/"
- | #define PACKAGE_URL ""
- | #define HAVE_UPDATE_CHECK 1
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:5265: result: g++ -E
- configure:5279: g++ -E conftest.cpp
- configure:5279: $? = 0
- configure:5294: g++ -E conftest.cpp
- conftest.cpp:10:10: fatal error: ac_nonexistent.h: No such file or directory
- 10 | #include <ac_nonexistent.h>
- | ^~~~~~~~~~~~~~~~~~
- compilation terminated.
- configure:5294: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "MKVToolNix"
- | #define PACKAGE_TARNAME "mkvtoolnix"
- | #define PACKAGE_VERSION "81.0"
- | #define PACKAGE_STRING "MKVToolNix 81.0"
- | #define PACKAGE_BUGREPORT "https://gitlab.com/mbunkus/mkvtoolnix/issues/"
- | #define PACKAGE_URL ""
- | #define HAVE_UPDATE_CHECK 1
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:5325: checking whether make sets $(MAKE)
- configure:5348: result: yes
- configure:5372: checking for a BSD-compatible install
- configure:5445: result: /usr/bin/install -c
- configure:5504: checking for ranlib
- configure:5525: found /usr/bin/ranlib
- configure:5536: result: ranlib
- configure:5606: checking for strip
- configure:5627: found /usr/bin/strip
- configure:5638: result: strip
- configure:5708: checking for ar
- configure:5729: found /usr/bin/ar
- configure:5740: result: ar
- configure:5810: checking for ld
- configure:5831: found /usr/bin/ld
- configure:5842: result: ld
- configure:5912: checking for strings
- configure:5933: found /usr/bin/strings
- configure:5944: result: strings
- configure:6014: checking for objdump
- configure:6035: found /usr/bin/objdump
- configure:6046: result: objdump
- configure:6127: checking for pkg-config
- configure:6150: found /usr/bin/pkg-config
- configure:6162: result: /usr/bin/pkg-config
- configure:6187: checking pkg-config is at least version 0.9.0
- configure:6190: result: yes
- configure:6198: checking for grep that handles long lines and -e
- configure:6262: result: /usr/bin/grep
- configure:6267: checking for egrep
- configure:6335: result: /usr/bin/grep -E
- configure:6345: checking for stdio.h
- configure:6345: gcc -c conftest.c >&5
- configure:6345: $? = 0
- configure:6345: result: yes
- configure:6345: checking for stdlib.h
- configure:6345: gcc -c conftest.c >&5
- configure:6345: $? = 0
- configure:6345: result: yes
- configure:6345: checking for string.h
- configure:6345: gcc -c conftest.c >&5
- configure:6345: $? = 0
- configure:6345: result: yes
- configure:6345: checking for inttypes.h
- configure:6345: gcc -c conftest.c >&5
- configure:6345: $? = 0
- configure:6345: result: yes
- configure:6345: checking for stdint.h
- configure:6345: gcc -c conftest.c >&5
- configure:6345: $? = 0
- configure:6345: result: yes
- configure:6345: checking for strings.h
- configure:6345: gcc -c conftest.c >&5
- configure:6345: $? = 0
- configure:6345: result: yes
- configure:6345: checking for sys/stat.h
- configure:6345: gcc -c conftest.c >&5
- configure:6345: $? = 0
- configure:6345: result: yes
- configure:6345: checking for sys/types.h
- configure:6345: gcc -c conftest.c >&5
- configure:6345: $? = 0
- configure:6345: result: yes
- configure:6345: checking for unistd.h
- configure:6345: gcc -c conftest.c >&5
- configure:6345: $? = 0
- configure:6345: result: yes
- configure:6370: checking for inttypes.h
- configure:6370: result: yes
- configure:6376: checking for stdint.h
- configure:6376: result: yes
- configure:6382: checking for sys/types.h
- configure:6382: result: yes
- configure:6388: checking for sys/syscall.h
- configure:6388: gcc -c conftest.c >&5
- configure:6388: $? = 0
- configure:6388: result: yes
- configure:6394: checking for stropts.h
- configure:6394: gcc -c conftest.c >&5
- conftest.c:52:10: fatal error: stropts.h: No such file or directory
- 52 | #include <stropts.h>
- | ^~~~~~~~~~~
- compilation terminated.
- configure:6394: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "MKVToolNix"
- | #define PACKAGE_TARNAME "mkvtoolnix"
- | #define PACKAGE_VERSION "81.0"
- | #define PACKAGE_STRING "MKVToolNix 81.0"
- | #define PACKAGE_BUGREPORT "https://gitlab.com/mbunkus/mkvtoolnix/issues/"
- | #define PACKAGE_URL ""
- | #define HAVE_UPDATE_CHECK 1
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_UNISTD_H 1
- | #define STDC_HEADERS 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_SYSCALL_H 1
- | /* end confdefs.h. */
- | #include <stddef.h>
- | #ifdef HAVE_STDIO_H
- | # include <stdio.h>
- | #endif
- | #ifdef HAVE_STDLIB_H
- | # include <stdlib.h>
- | #endif
- | #ifdef HAVE_STRING_H
- | # include <string.h>
- | #endif
- | #ifdef HAVE_INTTYPES_H
- | # include <inttypes.h>
- | #endif
- | #ifdef HAVE_STDINT_H
- | # include <stdint.h>
- | #endif
- | #ifdef HAVE_STRINGS_H
- | # include <strings.h>
- | #endif
- | #ifdef HAVE_SYS_TYPES_H
- | # include <sys/types.h>
- | #endif
- | #ifdef HAVE_SYS_STAT_H
- | # include <sys/stat.h>
- | #endif
- | #ifdef HAVE_UNISTD_H
- | # include <unistd.h>
- | #endif
- | #include <stropts.h>
- configure:6394: result: no
- configure:6401: checking for syscall
- configure:6401: gcc -o conftest conftest.c >&5
- configure:6401: $? = 0
- configure:6401: result: yes
- configure:6465: checking compiler type and version
- configure:6467: result: gcc 11.4.0
- configure:6475: checking for lld
- configure:6513: result: no
- configure:6538: checking for support for the "-std=c++17" flag
- configure:6567: g++ -c -std=c++17 conftest.cpp >&5
- configure:6567: $? = 0
- configure:6593: result: -std=c++17
- configure:6604: checking for support for C++17 feature "attribute 'maybe_unused'"
- configure:6637: g++ -c -std=c++17 conftest.cpp >&5
- configure:6637: $? = 0
- configure:6654: result: yes
- configure:6662: checking for support for C++17 feature "nested namespace definition"
- configure:6691: g++ -c -std=c++17 conftest.cpp >&5
- configure:6691: $? = 0
- configure:6708: result: yes
- configure:6716: checking for support for C++17 feature "structured bindings"
- configure:6753: g++ -c -std=c++17 conftest.cpp >&5
- configure:6753: $? = 0
- configure:6770: result: yes
- configure:6778: checking for support for C++17 feature "std::optional"
- configure:6811: g++ -c -std=c++17 conftest.cpp >&5
- configure:6811: $? = 0
- configure:6828: result: yes
- configure:6836: checking for support for C++17 feature "std::gcd"
- configure:6865: g++ -c -std=c++17 conftest.cpp >&5
- configure:6865: $? = 0
- configure:6882: result: yes
- configure:6890: checking for support for C++17 feature "constexpr if"
- configure:6919: g++ -c -std=c++17 conftest.cpp >&5
- configure:6919: $? = 0
- configure:6936: result: yes
- configure:6944: checking for libraries to link against for the file system library
- configure:6975: g++ -o conftest -std=c++17 conftest.cpp -lstdc++fs >&5
- configure:6975: $? = 0
- configure:6994: result: -lstdc++fs
- configure:7024: checking whether the byte order is big-endian
- configure:7058: result: no
- configure:7080: checking if being compiled with mingw32
- configure:7096: result: no
- configure:7516: checking for int64_t
- configure:7550: g++ -c conftest.cpp >&5
- configure:7550: $? = 0
- configure:7560: result: yes
- configure:7563: checking for uint64_t
- configure:7591: g++ -c conftest.cpp >&5
- configure:7591: $? = 0
- configure:7601: result: yes
- configure:7614: checking size of int
- configure:7620: gcc -o conftest conftest.c >&5
- configure:7620: $? = 0
- configure:7620: ./conftest
- configure:7620: $? = 0
- configure:7635: result: 4
- configure:7647: checking size of long
- configure:7653: gcc -o conftest conftest.c >&5
- configure:7653: $? = 0
- configure:7653: ./conftest
- configure:7653: $? = 0
- configure:7668: result: 8
- configure:7680: checking size of long long
- configure:7686: gcc -o conftest conftest.c >&5
- configure:7686: $? = 0
- configure:7686: ./conftest
- configure:7686: $? = 0
- configure:7701: result: 8
- configure:7749: checking for iconv.h
- configure:7749: gcc -c conftest.c >&5
- configure:7749: $? = 0
- configure:7749: result: yes
- configure:7756: checking for iconv
- configure:7779: gcc -o conftest conftest.c >&5
- configure:7779: $? = 0
- configure:7813: result: yes
- configure:7816: checking for iconv declaration
- configure:7846: gcc -c conftest.c >&5
- configure:7846: $? = 0
- configure:7857: result:
- extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
- configure:7878: checking for nl_langinfo
- configure:7898: gcc -c conftest.c >&5
- configure:7898: $? = 0
- configure:7908: result: yes
- configure:7960: checking for ogg_sync_init in -logg
- configure:7983: gcc -o conftest conftest.c -logg >&5
- configure:7983: $? = 0
- configure:7993: result: yes
- configure:8008: checking for ogg/ogg.h
- configure:8008: gcc -c conftest.c >&5
- configure:8008: $? = 0
- configure:8008: result: yes
- configure:8045: checking for vorbis_synthesis_init in -lvorbis
- configure:8068: gcc -o conftest conftest.c -lvorbis -logg -lm >&5
- configure:8068: $? = 0
- configure:8078: result: yes
- configure:8093: checking for vorbis/codec.h
- configure:8093: gcc -c conftest.c >&5
- configure:8093: $? = 0
- configure:8093: result: yes
- configure:8122: $PKG_CONFIG --exists --print-errors "flac"
- configure:8125: $? = 0
- configure:8134: checking for flac
- configure:8141: $PKG_CONFIG --exists --print-errors "flac"
- configure:8144: $? = 0
- configure:8158: $PKG_CONFIG --exists --print-errors "flac"
- configure:8161: $? = 0
- configure:8219: result: yes
- configure:8231: checking for FLAC__stream_decoder_skip_single_frame in -lFLAC
- configure:8254: gcc -o conftest conftest.c -lFLAC -lFLAC -logg >&5
- configure:8254: $? = 0
- configure:8264: result: yes
- configure:8299: checking for EBML
- configure:8306: $PKG_CONFIG --exists --print-errors "libebml >= 1.4.4"
- Package libebml was not found in the pkg-config search path.
- Perhaps you should add the directory containing `libebml.pc'
- to the PKG_CONFIG_PATH environment variable
- No package 'libebml' found
- configure:8309: $? = 1
- configure:8323: $PKG_CONFIG --exists --print-errors "libebml >= 1.4.4"
- Package libebml was not found in the pkg-config search path.
- Perhaps you should add the directory containing `libebml.pc'
- to the PKG_CONFIG_PATH environment variable
- No package 'libebml' found
- configure:8326: $? = 1
- configure:8340: result: no
- No package 'libebml' found
- configure:8370: checking for MATROSKA
- configure:8377: $PKG_CONFIG --exists --print-errors "libmatroska >= 1.7.1"
- Package libmatroska was not found in the pkg-config search path.
- Perhaps you should add the directory containing `libmatroska.pc'
- to the PKG_CONFIG_PATH environment variable
- No package 'libmatroska' found
- configure:8380: $? = 1
- configure:8394: $PKG_CONFIG --exists --print-errors "libmatroska >= 1.7.1"
- Package libmatroska was not found in the pkg-config search path.
- Perhaps you should add the directory containing `libmatroska.pc'
- to the PKG_CONFIG_PATH environment variable
- No package 'libmatroska' found
- configure:8397: $? = 1
- configure:8411: result: no
- No package 'libmatroska' found
- configure:8472: $PKG_CONFIG --exists --print-errors "pugixml"
- configure:8475: $? = 0
- configure:8485: checking for PUGIXML
- configure:8492: $PKG_CONFIG --exists --print-errors "pugixml"
- configure:8495: $? = 0
- configure:8509: $PKG_CONFIG --exists --print-errors "pugixml"
- configure:8512: $? = 0
- configure:8550: result: yes
- configure:8626: Using the system version of the pugixml library
- configure:8641: checking nlohmann's json-cpp
- configure:8682: g++ -c -std=c++17 conftest.cpp >&5
- conftest.cpp:41:14: fatal error: nlohmann/json.hpp: No such file or directory
- 41 | #include <nlohmann/json.hpp>
- | ^~~~~~~~~~~~~~~~~~~
- compilation terminated.
- configure:8682: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "MKVToolNix"
- | #define PACKAGE_TARNAME "mkvtoolnix"
- | #define PACKAGE_VERSION "81.0"
- | #define PACKAGE_STRING "MKVToolNix 81.0"
- | #define PACKAGE_BUGREPORT "https://gitlab.com/mbunkus/mkvtoolnix/issues/"
- | #define PACKAGE_URL ""
- | #define HAVE_UPDATE_CHECK 1
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_UNISTD_H 1
- | #define STDC_HEADERS 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_SYSCALL_H 1
- | #define HAVE_SYSCALL 1
- | #define USE_PRECOMPILED_HEADERS 1
- | #define SIZEOF_INT 4
- | #define SIZEOF_LONG 8
- | #define SIZEOF_LONG_LONG 8
- | #define HAVE_ICONV_H 1
- | #define ICONV_CONST
- | #define HAVE_NL_LANGINFO 1
- | #define HAVE_OGG_OGG_H 1
- | #define HAVE_VORBIS_CODEC_H 1
- | #define HAVE_FLAC_DECODER_SKIP 1
- | #define HAVE_FLAC_FORMAT_H 1
- | /* end confdefs.h. */
- |
- | #include <cstdint>
- | #include <iostream>
- | #include <limits>
- |
- | #include <nlohmann/json.hpp>
- |
- | int
- | main (void)
- | {
- |
- | nlohmann::json json{
- | { "unsigned_64bit_integer", std::numeric_limits<std::uint64_t>::max() },
- | { "signed_64bit_integer", std::numeric_limits<std::int64_t>::min() },
- | };
- |
- | std::cout << json.dump();
- |
- | ;
- | return 0;
- | }
- configure:8715: g++ -c -std=c++17 conftest.cpp >&5
- conftest.cpp:41:16: fatal error: json.hpp: No such file or directory
- 41 | #include <json.hpp>
- | ^~~~~~~~~~
- compilation terminated.
- configure:8715: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "MKVToolNix"
- | #define PACKAGE_TARNAME "mkvtoolnix"
- | #define PACKAGE_VERSION "81.0"
- | #define PACKAGE_STRING "MKVToolNix 81.0"
- | #define PACKAGE_BUGREPORT "https://gitlab.com/mbunkus/mkvtoolnix/issues/"
- | #define PACKAGE_URL ""
- | #define HAVE_UPDATE_CHECK 1
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_UNISTD_H 1
- | #define STDC_HEADERS 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_SYSCALL_H 1
- | #define HAVE_SYSCALL 1
- | #define USE_PRECOMPILED_HEADERS 1
- | #define SIZEOF_INT 4
- | #define SIZEOF_LONG 8
- | #define SIZEOF_LONG_LONG 8
- | #define HAVE_ICONV_H 1
- | #define ICONV_CONST
- | #define HAVE_NL_LANGINFO 1
- | #define HAVE_OGG_OGG_H 1
- | #define HAVE_VORBIS_CODEC_H 1
- | #define HAVE_FLAC_DECODER_SKIP 1
- | #define HAVE_FLAC_FORMAT_H 1
- | /* end confdefs.h. */
- |
- | #include <cstdint>
- | #include <iostream>
- | #include <limits>
- |
- | #include <json.hpp>
- |
- | int
- | main (void)
- | {
- |
- | nlohmann::json json{
- | { "unsigned_64bit_integer", std::numeric_limits<std::uint64_t>::max() },
- | { "signed_64bit_integer", std::numeric_limits<std::int64_t>::min() },
- | };
- |
- | std::cout << json.dump();
- |
- | ;
- | return 0;
- | }
- configure:8734: result: no
- configure:8738: Using the internal version of nlohmann json-cpp
- configure:8773: checking for utf8.h
- configure:8773: g++ -c conftest.cpp >&5
- conftest.cpp:65:10: fatal error: utf8.h: No such file or directory
- 65 | #include <utf8.h>
- | ^~~~~~~~
- compilation terminated.
- configure:8773: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "MKVToolNix"
- | #define PACKAGE_TARNAME "mkvtoolnix"
- | #define PACKAGE_VERSION "81.0"
- | #define PACKAGE_STRING "MKVToolNix 81.0"
- | #define PACKAGE_BUGREPORT "https://gitlab.com/mbunkus/mkvtoolnix/issues/"
- | #define PACKAGE_URL ""
- | #define HAVE_UPDATE_CHECK 1
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_UNISTD_H 1
- | #define STDC_HEADERS 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_SYSCALL_H 1
- | #define HAVE_SYSCALL 1
- | #define USE_PRECOMPILED_HEADERS 1
- | #define SIZEOF_INT 4
- | #define SIZEOF_LONG 8
- | #define SIZEOF_LONG_LONG 8
- | #define HAVE_ICONV_H 1
- | #define ICONV_CONST
- | #define HAVE_NL_LANGINFO 1
- | #define HAVE_OGG_OGG_H 1
- | #define HAVE_VORBIS_CODEC_H 1
- | #define HAVE_FLAC_DECODER_SKIP 1
- | #define HAVE_FLAC_FORMAT_H 1
- | #define HAVE_NLOHMANN_JSONCPP 0
- | /* end confdefs.h. */
- | #include <stddef.h>
- | #ifdef HAVE_STDIO_H
- | # include <stdio.h>
- | #endif
- | #ifdef HAVE_STDLIB_H
- | # include <stdlib.h>
- | #endif
- | #ifdef HAVE_STRING_H
- | # include <string.h>
- | #endif
- | #ifdef HAVE_INTTYPES_H
- | # include <inttypes.h>
- | #endif
- | #ifdef HAVE_STDINT_H
- | # include <stdint.h>
- | #endif
- | #ifdef HAVE_STRINGS_H
- | # include <strings.h>
- | #endif
- | #ifdef HAVE_SYS_TYPES_H
- | # include <sys/types.h>
- | #endif
- | #ifdef HAVE_SYS_STAT_H
- | # include <sys/stat.h>
- | #endif
- | #ifdef HAVE_UNISTD_H
- | # include <unistd.h>
- | #endif
- | #include <utf8.h>
- configure:8773: result: no
- configure:8825: Using the internal version of UTF8-CPP
- configure:8834: checking fmt
- configure:8873: g++ -c -std=c++17 conftest.cpp >&5
- conftest.cpp:38:14: fatal error: fmt/format.h: No such file or directory
- 38 | #include <fmt/format.h>
- | ^~~~~~~~~~~~~~
- compilation terminated.
- configure:8873: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "MKVToolNix"
- | #define PACKAGE_TARNAME "mkvtoolnix"
- | #define PACKAGE_VERSION "81.0"
- | #define PACKAGE_STRING "MKVToolNix 81.0"
- | #define PACKAGE_BUGREPORT "https://gitlab.com/mbunkus/mkvtoolnix/issues/"
- | #define PACKAGE_URL ""
- | #define HAVE_UPDATE_CHECK 1
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_UNISTD_H 1
- | #define STDC_HEADERS 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_SYSCALL_H 1
- | #define HAVE_SYSCALL 1
- | #define USE_PRECOMPILED_HEADERS 1
- | #define SIZEOF_INT 4
- | #define SIZEOF_LONG 8
- | #define SIZEOF_LONG_LONG 8
- | #define HAVE_ICONV_H 1
- | #define ICONV_CONST
- | #define HAVE_NL_LANGINFO 1
- | #define HAVE_OGG_OGG_H 1
- | #define HAVE_VORBIS_CODEC_H 1
- | #define HAVE_FLAC_DECODER_SKIP 1
- | #define HAVE_FLAC_FORMAT_H 1
- | #define HAVE_NLOHMANN_JSONCPP 0
- | /* end confdefs.h. */
- |
- | #include <fmt/format.h>
- | #include <fmt/ostream.h>
- |
- | #if !defined(FMT_VERSION) || (FMT_VERSION < 60100)
- | #error fmtlib is too old, need 6.1.0 or later
- | #endif
- |
- | int
- | main (void)
- | {
- |
- | fmt::format("{0:02}", fmt::to_string(4254));
- |
- | ;
- | return 0;
- | }
- configure:8907: g++ -c -std=c++17 conftest.cpp >&5
- conftest.cpp:38:18: fatal error: fmt/format.h: No such file or directory
- 38 | #include <fmt/format.h>
- | ^~~~~~~~~~~~~~
- compilation terminated.
- configure:8907: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "MKVToolNix"
- | #define PACKAGE_TARNAME "mkvtoolnix"
- | #define PACKAGE_VERSION "81.0"
- | #define PACKAGE_STRING "MKVToolNix 81.0"
- | #define PACKAGE_BUGREPORT "https://gitlab.com/mbunkus/mkvtoolnix/issues/"
- | #define PACKAGE_URL ""
- | #define HAVE_UPDATE_CHECK 1
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_UNISTD_H 1
- | #define STDC_HEADERS 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_SYSCALL_H 1
- | #define HAVE_SYSCALL 1
- | #define USE_PRECOMPILED_HEADERS 1
- | #define SIZEOF_INT 4
- | #define SIZEOF_LONG 8
- | #define SIZEOF_LONG_LONG 8
- | #define HAVE_ICONV_H 1
- | #define ICONV_CONST
- | #define HAVE_NL_LANGINFO 1
- | #define HAVE_OGG_OGG_H 1
- | #define HAVE_VORBIS_CODEC_H 1
- | #define HAVE_FLAC_DECODER_SKIP 1
- | #define HAVE_FLAC_FORMAT_H 1
- | #define HAVE_NLOHMANN_JSONCPP 0
- | /* end confdefs.h. */
- |
- | #include <fmt/format.h>
- | #include <fmt/ostream.h>
- |
- | #if !defined(FMT_VERSION) || (FMT_VERSION < 80000)
- | #error fmt is older than v8
- | #endif
- |
- | int
- | main (void)
- | {
- |
- | fmt::format("{0:02}", fmt::to_string(4254));
- |
- | ;
- | return 0;
- | }
- configure:8930: result: no
- configure:8936: Using the internal version of fmt
- configure:8951: $PKG_CONFIG --exists --print-errors "zlib"
- configure:8954: $? = 0
- configure:8963: checking for ZLIB
- configure:8970: $PKG_CONFIG --exists --print-errors "zlib"
- configure:8973: $? = 0
- configure:8987: $PKG_CONFIG --exists --print-errors "zlib"
- configure:8990: $? = 0
- configure:9048: result: yes
- configure:9155: checking for qmake6
- configure:9176: found /usr/bin/qmake6
- configure:9187: result: qmake6
- configure:9335: checking for Qt 6
- configure:9337: result: no: qmake6 couldn't be run for a dummy project
- configure:10506: checking for Qt 5
- configure:10508: result: no: disabled by user request
- configure:10516: error: The Qt library is required for building MKVToolNix.
- ## ---------------- ##
- ## Cache variables. ##
- ## ---------------- ##
- ac_cv_build=x86_64-pc-linux-gnu
- ac_cv_c_bigendian=no
- ac_cv_c_compiler_gnu=yes
- ac_cv_compiler_version_line='g++ (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0'
- ac_cv_cxx_compiler_gnu=yes
- 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_EBML_CFLAGS_set=
- ac_cv_env_EBML_CFLAGS_value=
- ac_cv_env_EBML_LIBS_set=
- ac_cv_env_EBML_LIBS_value=
- ac_cv_env_LDFLAGS_set=
- ac_cv_env_LDFLAGS_value=
- ac_cv_env_LIBS_set=
- ac_cv_env_LIBS_value=
- ac_cv_env_MATROSKA_CFLAGS_set=
- ac_cv_env_MATROSKA_CFLAGS_value=
- ac_cv_env_MATROSKA_LIBS_set=
- ac_cv_env_MATROSKA_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_PUGIXML_CFLAGS_set=
- ac_cv_env_PUGIXML_CFLAGS_value=
- ac_cv_env_PUGIXML_LIBS_set=
- ac_cv_env_PUGIXML_LIBS_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_dvdread_CFLAGS_set=
- ac_cv_env_dvdread_CFLAGS_value=
- ac_cv_env_dvdread_LIBS_set=
- ac_cv_env_dvdread_LIBS_value=
- ac_cv_env_flac_CFLAGS_set=
- ac_cv_env_flac_CFLAGS_value=
- ac_cv_env_flac_LIBS_set=
- ac_cv_env_flac_LIBS_value=
- ac_cv_env_host_alias_set=
- ac_cv_env_host_alias_value=
- ac_cv_env_libcmark_CFLAGS_set=
- ac_cv_env_libcmark_CFLAGS_value=
- ac_cv_env_libcmark_LIBS_set=
- ac_cv_env_libcmark_LIBS_value=
- ac_cv_env_target_alias_set=
- ac_cv_env_target_alias_value=
- ac_cv_fmt=no
- ac_cv_fmt_v8=yes
- ac_cv_func_syscall=yes
- ac_cv_has_int64_t=yes
- ac_cv_has_nl_langinfo=yes
- ac_cv_has_uint64_t=yes
- ac_cv_header_iconv_h=yes
- ac_cv_header_inttypes_h=yes
- ac_cv_header_ogg_ogg_h=yes
- ac_cv_header_stdint_h=yes
- ac_cv_header_stdio_h=yes
- ac_cv_header_stdlib_h=yes
- ac_cv_header_string_h=yes
- ac_cv_header_strings_h=yes
- ac_cv_header_stropts_h=no
- ac_cv_header_sys_stat_h=yes
- ac_cv_header_sys_syscall_h=yes
- ac_cv_header_sys_types_h=yes
- ac_cv_header_unistd_h=yes
- ac_cv_header_utf8_h=no
- ac_cv_header_vorbis_codec_h=yes
- ac_cv_host=x86_64-pc-linux-gnu
- ac_cv_lib_FLAC_FLAC__stream_decoder_skip_single_frame=yes
- ac_cv_lib_ogg_ogg_sync_init=yes
- ac_cv_lib_vorbis_vorbis_synthesis_init=yes
- ac_cv_mingw32=no
- ac_cv_nlohmann_jsoncpp=no
- ac_cv_objext=o
- ac_cv_path_EGREP='/usr/bin/grep -E'
- ac_cv_path_GREP=/usr/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_CXXCPP='g++ -E'
- ac_cv_prog_ac_ct_AR=ar
- ac_cv_prog_ac_ct_CC=gcc
- ac_cv_prog_ac_ct_CXX=g++
- ac_cv_prog_ac_ct_LD=ld
- ac_cv_prog_ac_ct_OBJDUMP=objdump
- ac_cv_prog_ac_ct_QMAKE6=qmake6
- ac_cv_prog_ac_ct_RANLIB=ranlib
- ac_cv_prog_ac_ct_STRINGS=strings
- ac_cv_prog_ac_ct_STRIP=strip
- ac_cv_prog_cc_c11=
- ac_cv_prog_cc_g=yes
- ac_cv_prog_cc_gcc_c_o=yes
- ac_cv_prog_cc_stdc=
- ac_cv_prog_cxx_11=no
- ac_cv_prog_cxx_cxx11=
- ac_cv_prog_cxx_g=yes
- ac_cv_prog_cxx_stdcxx=
- ac_cv_prog_make_make_set=yes
- ac_cv_sizeof_int=4
- ac_cv_sizeof_long=8
- ac_cv_sizeof_long_long=8
- ac_cv_target=x86_64-pc-linux-gnu
- am_cv_func_iconv=yes
- am_cv_lib_iconv=no
- am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
- am_cv_proto_iconv_arg1=
- ax_cv_cxx17_attribute_maybe_unused=yes
- ax_cv_cxx17_constexpr_if=yes
- ax_cv_cxx17_libstdcppfs=-lstdc++fs
- ax_cv_cxx17_nested_namespace_definition=yes
- ax_cv_cxx17_std_gcd=yes
- ax_cv_cxx17_std_optional=yes
- ax_cv_cxx17_structured_bindings=yes
- ax_cv_std_cxx_flag=-std=c++17
- pkg_cv_PUGIXML_CFLAGS=
- pkg_cv_PUGIXML_LIBS=-lpugixml
- pkg_cv_ZLIB_CFLAGS=
- pkg_cv_ZLIB_LIBS=-lz
- pkg_cv_flac_CFLAGS=
- pkg_cv_flac_LIBS=-lFLAC
- ## ----------------- ##
- ## Output variables. ##
- ## ----------------- ##
- AR='ar'
- BOOST_CPPFLAGS=''
- BOOST_FILESYSTEM_LIB=''
- BOOST_LDFLAGS=''
- BOOST_SYSTEM_LIB=''
- BUILD_GUI=''
- BUILD_MKVTOOLNIX='no'
- CC='gcc'
- CFLAGS=''
- CMARK_CFLAGS=''
- CMARK_LIBS=''
- COMPILER_TYPE='gcc'
- COMPILER_VERSION='11.4.0'
- CONVERT=''
- CPP='gcc -E'
- CPPFLAGS=''
- CXX='g++'
- CXXCPP='g++ -E'
- CXXFLAGS=''
- DEFS=''
- DOCBOOK_ROOT=''
- DRMINGW_PATH=''
- DVDREAD_CFLAGS=''
- DVDREAD_LIBS=''
- EBML_CFLAGS=''
- EBML_LIBS=''
- EBML_MATROSKA_INTERNAL='yes'
- ECHO_C=''
- ECHO_N='-n'
- ECHO_T=''
- EGREP='/usr/bin/grep -E'
- EXEEXT=''
- EXTRA_CFLAGS=''
- EXTRA_LDFLAGS=''
- FLAC_CFLAGS=''
- FLAC_LIBS='-lFLAC'
- FMT_INTERNAL='yes'
- GNURX_LIBS=''
- GOOGLE_BENCHMARK=''
- GREP='/usr/bin/grep'
- GTEST_TYPE=''
- ICONV_LIBS=''
- INSTALL_DATA='${INSTALL} -m 644'
- INSTALL_PROGRAM='${INSTALL}'
- INSTALL_SCRIPT='${INSTALL}'
- LCONVERT=''
- LD='ld'
- LDFLAGS=''
- LDFLAGS_RPATHS=''
- LIBINTL_LIBS=''
- LIBOBJS=''
- LIBS=''
- LINK_STATICALLY=''
- LLVM_LLD=''
- LTLIBOBJS=''
- MANPAGES_TRANSLATIONS=''
- MATROSKA_CFLAGS=''
- MATROSKA_LIBS=''
- MINGW=''
- MINGW_GUIAPP=''
- MINGW_LIBS=''
- MINGW_PROCESSOR_ARCH=''
- MOC=''
- MSGFMT=''
- NLOHMANN_JSON_INTERNAL='yes'
- OBJDUMP='objdump'
- OBJEXT='o'
- OGG_LIBS='-logg'
- PACKAGE_BUGREPORT='https://gitlab.com/mbunkus/mkvtoolnix/issues/'
- PACKAGE_NAME='MKVToolNix'
- PACKAGE_STRING='MKVToolNix 81.0'
- PACKAGE_TARNAME='mkvtoolnix'
- PACKAGE_URL=''
- PACKAGE_VERSION='81.0'
- PANDOC=''
- PATH_SEPARATOR=':'
- PKG_CONFIG='/usr/bin/pkg-config'
- PKG_CONFIG_LIBDIR=''
- PKG_CONFIG_PATH=''
- PO4A=''
- PO4A_FLAGS=''
- PUGIXML_CFLAGS=''
- PUGIXML_INTERNAL='no'
- PUGIXML_LIBS='-lpugixml'
- QMAKE6='qmake6'
- QMAKE=''
- QT_CFLAGS=''
- QT_LIBS=''
- QT_LIBS_NON_GUI=''
- RANLIB='ranlib'
- RCC=''
- SET_MAKE=''
- SHELL='/bin/bash'
- STDCPPFS_LIBS='-lstdc++fs'
- STD_CXX='-std=c++17'
- STRINGS='strings'
- STRIP='strip'
- TRANSLATIONS=''
- UIC=''
- USER_CFLAGS=''
- USER_CPPFLAGS=''
- USER_CXXFLAGS=''
- USER_LDFLAGS=''
- USE_ADDRSAN='no'
- USE_DEBUG='no'
- USE_DRMINGW='no'
- USE_DVDREAD=''
- USE_OPTIMIZATION='yes'
- USE_PRECOMPILED_HEADERS='yes'
- USE_PROFILING='no'
- USE_UBSAN='no'
- UTF8CPP_INTERNAL='yes'
- VALGRIND=''
- VORBIS_LIBS='-lvorbis -lm'
- WINDRES=''
- XSLTPROC=''
- XSLTPROC_FLAGS=''
- ZLIB_CFLAGS=''
- ZLIB_LIBS='-lz'
- ac_ct_CC='gcc'
- ac_ct_CXX='g++'
- ac_ct_QMAKE6='qmake6'
- bindir='${exec_prefix}/bin'
- build='x86_64-pc-linux-gnu'
- build_alias=''
- build_cpu='x86_64'
- build_os='linux-gnu'
- build_vendor='pc'
- datadir='${datarootdir}'
- datarootdir='${prefix}/share'
- docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
- dvdread_CFLAGS=''
- dvdread_LIBS=''
- dvidir='${docdir}'
- exec_prefix='NONE'
- flac_CFLAGS=''
- flac_LIBS='-lFLAC'
- host='x86_64-pc-linux-gnu'
- host_alias=''
- host_cpu='x86_64'
- host_os='linux-gnu'
- host_vendor='pc'
- htmldir='${docdir}'
- includedir='${prefix}/include'
- infodir='${datarootdir}/info'
- libcmark_CFLAGS=''
- libcmark_LIBS=''
- libdir='${exec_prefix}/lib'
- libexecdir='${exec_prefix}/libexec'
- localedir='${datarootdir}/locale'
- localstatedir='${prefix}/var'
- mandir='${datarootdir}/man'
- oldincludedir='/usr/include'
- pdfdir='${docdir}'
- prefix='NONE'
- program_transform_name='s,x,x,'
- psdir='${docdir}'
- runstatedir='${localstatedir}/run'
- sbindir='${exec_prefix}/sbin'
- sharedstatedir='${prefix}/com'
- sysconfdir='${prefix}/etc'
- target='x86_64-pc-linux-gnu'
- target_alias=''
- target_cpu='x86_64'
- target_os='linux-gnu'
- target_vendor='pc'
- ## ----------- ##
- ## confdefs.h. ##
- ## ----------- ##
- /* confdefs.h */
- #define PACKAGE_NAME "MKVToolNix"
- #define PACKAGE_TARNAME "mkvtoolnix"
- #define PACKAGE_VERSION "81.0"
- #define PACKAGE_STRING "MKVToolNix 81.0"
- #define PACKAGE_BUGREPORT "https://gitlab.com/mbunkus/mkvtoolnix/issues/"
- #define PACKAGE_URL ""
- #define HAVE_UPDATE_CHECK 1
- #define HAVE_STDIO_H 1
- #define HAVE_STDLIB_H 1
- #define HAVE_STRING_H 1
- #define HAVE_INTTYPES_H 1
- #define HAVE_STDINT_H 1
- #define HAVE_STRINGS_H 1
- #define HAVE_SYS_STAT_H 1
- #define HAVE_SYS_TYPES_H 1
- #define HAVE_UNISTD_H 1
- #define STDC_HEADERS 1
- #define HAVE_INTTYPES_H 1
- #define HAVE_STDINT_H 1
- #define HAVE_SYS_TYPES_H 1
- #define HAVE_SYS_SYSCALL_H 1
- #define HAVE_SYSCALL 1
- #define USE_PRECOMPILED_HEADERS 1
- #define SIZEOF_INT 4
- #define SIZEOF_LONG 8
- #define SIZEOF_LONG_LONG 8
- #define HAVE_ICONV_H 1
- #define ICONV_CONST
- #define HAVE_NL_LANGINFO 1
- #define HAVE_OGG_OGG_H 1
- #define HAVE_VORBIS_CODEC_H 1
- #define HAVE_FLAC_DECODER_SKIP 1
- #define HAVE_FLAC_FORMAT_H 1
- #define HAVE_NLOHMANN_JSONCPP 0
- #define HAVE_FMT_V8 1
- configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment