Skip to content

Instantly share code, notes, and snippets.

@darealshinji
Created March 20, 2017 16:33
Show Gist options
  • Save darealshinji/8a89317bf488981e92f4aedeee396d07 to your computer and use it in GitHub Desktop.
Save darealshinji/8a89317bf488981e92f4aedeee396d07 to your computer and use it in GitHub Desktop.
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 9.9.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --prefix=/usr --with-boost=/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/libs --enable-qt --enable-static-qt --enable-debug --disable-optimization
## --------- ##
## Platform. ##
## --------- ##
hostname = djcj
uname -m = x86_64
uname -r = 4.4.0-67-generic
uname -s = Linux
uname -v = #88-Ubuntu SMP Wed Mar 8 16:34:45 UTC 2017
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/bin
PATH: /home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/gcc
PATH: /home/djcj/bin
PATH: /home/djcj/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:2879: checking build system type
configure:2893: result: x86_64-unknown-linux-gnu
configure:2913: checking host system type
configure:2926: result: x86_64-unknown-linux-gnu
configure:2946: checking target system type
configure:2959: result: x86_64-unknown-linux-gnu
configure:3034: checking for gcc
configure:3061: result: gcc
configure:3290: checking for C compiler version
configure:3299: gcc --version >&5
gcc (GCC) 5.4.0
Copyright (C) 2015 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:3310: $? = 0
configure:3299: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc5opt/libexec/gcc/x86_64-pc-linux-gnu/5.4.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: ./configure --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --target=x86_64-pc-linux-gnu --prefix=/usr/share/gcc5opt --exec-prefix=/usr/lib/gcc5opt --bindir=/usr/bin --datarootdir=/usr/share/gcc5opt --mandir=/usr/share/man --program-prefix=gcc5opt- --enable-languages=c,c++,objc --enable-lto --enable-vtable-verify --disable-bootstrap --with-system-zlib --with-pic=yes
Thread model: posix
gcc version 5.4.0 (GCC)
configure:3310: $? = 0
configure:3299: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3310: $? = 1
configure:3299: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:3310: $? = 1
configure:3330: checking whether the C compiler works
configure:3352: gcc -L/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/libs/lib -static-libstdc++ -static-libgcc -Wl,-z,relro -Wl,--gc-sections -Wl,--as-needed conftest.c >&5
configure:3356: $? = 0
configure:3404: result: yes
configure:3407: checking for C compiler default output file name
configure:3409: result: a.out
configure:3415: checking for suffix of executables
configure:3422: gcc -o conftest -L/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/libs/lib -static-libstdc++ -static-libgcc -Wl,-z,relro -Wl,--gc-sections -Wl,--as-needed conftest.c >&5
configure:3426: $? = 0
configure:3448: result:
configure:3470: checking whether we are cross compiling
configure:3478: gcc -o conftest -L/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/libs/lib -static-libstdc++ -static-libgcc -Wl,-z,relro -Wl,--gc-sections -Wl,--as-needed conftest.c >&5
configure:3482: $? = 0
configure:3489: ./conftest
configure:3493: $? = 0
configure:3508: result: no
configure:3513: checking for suffix of object files
configure:3535: gcc -c conftest.c >&5
configure:3539: $? = 0
configure:3560: result: o
configure:3564: checking whether we are using the GNU C compiler
configure:3583: gcc -c conftest.c >&5
configure:3583: $? = 0
configure:3592: result: yes
configure:3601: checking whether gcc accepts -g
configure:3621: gcc -c -g conftest.c >&5
configure:3621: $? = 0
configure:3662: result: yes
configure:3679: checking for gcc option to accept ISO C89
configure:3742: gcc -c -g -O2 conftest.c >&5
configure:3742: $? = 0
configure:3755: result: none needed
configure:3777: checking whether gcc and cc understand -c and -o together
configure:3808: gcc -c conftest.c -o conftest2.o >&5
configure:3812: $? = 0
configure:3818: gcc -c conftest.c -o conftest2.o >&5
configure:3822: $? = 0
configure:3833: cc -c conftest.c >&5
configure:3837: $? = 0
configure:3845: cc -c conftest.c -o conftest2.o >&5
configure:3849: $? = 0
configure:3855: cc -c conftest.c -o conftest2.o >&5
configure:3859: $? = 0
configure:3877: result: yes
configure:3892: checking how to run the C preprocessor
configure:3923: gcc -E conftest.c
configure:3923: $? = 0
configure:3937: gcc -E conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:3937: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MKVToolNix"
| #define PACKAGE_TARNAME "mkvtoolnix"
| #define PACKAGE_VERSION "9.9.0"
| #define PACKAGE_STRING "MKVToolNix 9.9.0"
| #define PACKAGE_BUGREPORT "https://github.com/mbunkus/mkvtoolnix/issues/"
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3962: result: gcc -E
configure:3982: gcc -E conftest.c
configure:3982: $? = 0
configure:3996: gcc -E conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:3996: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MKVToolNix"
| #define PACKAGE_TARNAME "mkvtoolnix"
| #define PACKAGE_VERSION "9.9.0"
| #define PACKAGE_STRING "MKVToolNix 9.9.0"
| #define PACKAGE_BUGREPORT "https://github.com/mbunkus/mkvtoolnix/issues/"
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4137: checking for C++ compiler version
configure:4146: g++ --version >&5
g++ (GCC) 5.4.0
Copyright (C) 2015 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:4157: $? = 0
configure:4146: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc5opt/libexec/gcc/x86_64-pc-linux-gnu/5.4.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: ./configure --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --target=x86_64-pc-linux-gnu --prefix=/usr/share/gcc5opt --exec-prefix=/usr/lib/gcc5opt --bindir=/usr/bin --datarootdir=/usr/share/gcc5opt --mandir=/usr/share/man --program-prefix=gcc5opt- --enable-languages=c,c++,objc --enable-lto --enable-vtable-verify --disable-bootstrap --with-system-zlib --with-pic=yes
Thread model: posix
gcc version 5.4.0 (GCC)
configure:4157: $? = 0
configure:4146: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:4157: $? = 1
configure:4146: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'
g++: fatal error: no input files
compilation terminated.
configure:4157: $? = 1
configure:4161: checking whether we are using the GNU C++ compiler
configure:4180: g++ -c conftest.cpp >&5
configure:4180: $? = 0
configure:4189: result: yes
configure:4198: checking whether g++ accepts -g
configure:4218: g++ -c -g conftest.cpp >&5
configure:4218: $? = 0
configure:4259: result: yes
configure:4287: checking how to run the C++ preprocessor
configure:4314: g++ -E conftest.cpp
configure:4314: $? = 0
configure:4328: g++ -E conftest.cpp
conftest.cpp:9:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:4328: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MKVToolNix"
| #define PACKAGE_TARNAME "mkvtoolnix"
| #define PACKAGE_VERSION "9.9.0"
| #define PACKAGE_STRING "MKVToolNix 9.9.0"
| #define PACKAGE_BUGREPORT "https://github.com/mbunkus/mkvtoolnix/issues/"
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4353: result: g++ -E
configure:4373: g++ -E conftest.cpp
configure:4373: $? = 0
configure:4387: g++ -E conftest.cpp
conftest.cpp:9:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:4387: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MKVToolNix"
| #define PACKAGE_TARNAME "mkvtoolnix"
| #define PACKAGE_VERSION "9.9.0"
| #define PACKAGE_STRING "MKVToolNix 9.9.0"
| #define PACKAGE_BUGREPORT "https://github.com/mbunkus/mkvtoolnix/issues/"
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4416: checking whether make sets $(MAKE)
configure:4438: result: yes
configure:4461: checking for a BSD-compatible install
configure:4529: result: /usr/bin/install -c
configure:4583: checking for ranlib
configure:4599: found /usr/bin/ranlib
configure:4610: result: ranlib
configure:4675: checking for strip
configure:4691: found /usr/bin/strip
configure:4702: result: strip
configure:4767: checking for ar
configure:4783: found /usr/bin/ar
configure:4794: result: ar
configure:4859: checking for ld
configure:4875: found /usr/bin/ld
configure:4886: result: ld
configure:4962: checking for pkg-config
configure:4980: found /usr/bin/pkg-config
configure:4992: result: /usr/bin/pkg-config
configure:5017: checking pkg-config is at least version 0.9.0
configure:5020: result: yes
configure:5031: checking for grep that handles long lines and -e
configure:5089: result: /bin/grep
configure:5094: checking for egrep
configure:5156: result: /bin/grep -E
configure:5161: checking for ANSI C header files
configure:5181: gcc -c conftest.c >&5
configure:5181: $? = 0
configure:5254: gcc -o conftest -L/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/libs/lib -static-libstdc++ -static-libgcc -Wl,-z,relro -Wl,--gc-sections -Wl,--as-needed conftest.c >&5
configure:5254: $? = 0
configure:5254: ./conftest
configure:5254: $? = 0
configure:5265: result: yes
configure:5278: checking for sys/types.h
configure:5278: gcc -c conftest.c >&5
configure:5278: $? = 0
configure:5278: result: yes
configure:5278: checking for sys/stat.h
configure:5278: gcc -c conftest.c >&5
configure:5278: $? = 0
configure:5278: result: yes
configure:5278: checking for stdlib.h
configure:5278: gcc -c conftest.c >&5
configure:5278: $? = 0
configure:5278: result: yes
configure:5278: checking for string.h
configure:5278: gcc -c conftest.c >&5
configure:5278: $? = 0
configure:5278: result: yes
configure:5278: checking for memory.h
configure:5278: gcc -c conftest.c >&5
configure:5278: $? = 0
configure:5278: result: yes
configure:5278: checking for strings.h
configure:5278: gcc -c conftest.c >&5
configure:5278: $? = 0
configure:5278: result: yes
configure:5278: checking for inttypes.h
configure:5278: gcc -c conftest.c >&5
configure:5278: $? = 0
configure:5278: result: yes
configure:5278: checking for stdint.h
configure:5278: gcc -c conftest.c >&5
configure:5278: $? = 0
configure:5278: result: yes
configure:5278: checking for unistd.h
configure:5278: gcc -c conftest.c >&5
configure:5278: $? = 0
configure:5278: result: yes
configure:5293: checking for inttypes.h
configure:5293: result: yes
configure:5293: checking for stdint.h
configure:5293: result: yes
configure:5293: checking for sys/types.h
configure:5293: result: yes
configure:5293: checking sys/syscall.h usability
configure:5293: gcc -c conftest.c >&5
configure:5293: $? = 0
configure:5293: result: yes
configure:5293: checking sys/syscall.h presence
configure:5293: gcc -E conftest.c
configure:5293: $? = 0
configure:5293: result: yes
configure:5293: checking for sys/syscall.h
configure:5293: result: yes
configure:5293: checking stropts.h usability
configure:5293: gcc -c conftest.c >&5
configure:5293: $? = 0
configure:5293: result: yes
configure:5293: checking stropts.h presence
configure:5293: gcc -E conftest.c
configure:5293: $? = 0
configure:5293: result: yes
configure:5293: checking for stropts.h
configure:5293: result: yes
configure:5306: checking for vsscanf
configure:5306: gcc -o conftest -L/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/libs/lib -static-libstdc++ -static-libgcc -Wl,-z,relro -Wl,--gc-sections -Wl,--as-needed conftest.c >&5
conftest.c:47:6: warning: conflicting types for built-in function 'vsscanf'
char vsscanf ();
^
configure:5306: $? = 0
configure:5306: result: yes
configure:5306: checking for syscall
configure:5306: gcc -o conftest -L/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/libs/lib -static-libstdc++ -static-libgcc -Wl,-z,relro -Wl,--gc-sections -Wl,--as-needed conftest.c >&5
configure:5306: $? = 0
configure:5306: result: yes
configure:5345: checking gcc version
configure:5352: result: 5.4.0
configure:5384: checking for support for the "-std=c++14" flag
configure:5412: g++ -c -std=gnu++14 conftest.cpp >&5
configure:5412: $? = 0
configure:5437: result: -std=gnu++14
configure:5448: checking for support for C++11 feature "initializer lists"
configure:5479: g++ -c -std=gnu++14 conftest.cpp >&5
configure:5479: $? = 0
configure:5495: result: yes
configure:5503: checking for support for C++11 feature "range-based 'for'"
configure:5539: g++ -c -std=gnu++14 conftest.cpp >&5
configure:5539: $? = 0
configure:5555: result: yes
configure:5563: checking for support for C++11 feature "right angle brackets"
configure:5596: g++ -c -std=gnu++14 conftest.cpp >&5
configure:5596: $? = 0
configure:5612: result: yes
configure:5620: checking for support for C++11 feature "'auto' keyword"
configure:5655: g++ -c -std=gnu++14 conftest.cpp >&5
configure:5655: $? = 0
configure:5671: result: yes
configure:5679: checking for support for C++11 feature "lambda functions"
configure:5714: g++ -c -std=gnu++14 conftest.cpp >&5
configure:5714: $? = 0
configure:5730: result: yes
configure:5738: checking for support for C++11 feature "nullptr"
configure:5766: g++ -c -std=gnu++14 conftest.cpp >&5
configure:5766: $? = 0
configure:5782: result: yes
configure:5790: checking for support for C++11 feature "tuples"
configure:5821: g++ -c -std=gnu++14 conftest.cpp >&5
configure:5821: $? = 0
configure:5837: result: yes
configure:5845: checking for support for C++11 feature "alias declarations"
configure:5879: g++ -c -std=gnu++14 conftest.cpp >&5
configure:5879: $? = 0
configure:5895: result: yes
configure:5903: checking for support for C++14 feature "std::make_unique"
configure:5931: g++ -c -std=gnu++14 conftest.cpp >&5
configure:5931: $? = 0
configure:5947: result: yes
configure:5955: checking for support for C++14 feature "digit separators"
configure:5983: g++ -c -std=gnu++14 conftest.cpp >&5
configure:5983: $? = 0
configure:5999: result: yes
configure:6007: checking for support for C++14 feature "binary literals"
configure:6037: g++ -c -std=gnu++14 conftest.cpp >&5
configure:6037: $? = 0
configure:6053: result: yes
configure:6061: checking for support for C++14 feature "generic lambdas"
configure:6095: g++ -c -std=gnu++14 conftest.cpp >&5
configure:6095: $? = 0
configure:6111: result: yes
configure:6129: checking compiler is clang
configure:6142: result: no
configure:6248: checking whether the byte order is big-endian
configure:6281: result: no
configure:6296: checking if being compiled with mingw32
configure:6311: result: no
configure:6573: checking for int64_t
configure:6606: g++ -c conftest.cpp >&5
configure:6606: $? = 0
configure:6615: result: yes
configure:6618: checking for uint64_t
configure:6645: g++ -c conftest.cpp >&5
configure:6645: $? = 0
configure:6654: result: yes
configure:6667: checking size of int
configure:6672: gcc -o conftest -L/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/libs/lib -static-libstdc++ -static-libgcc -Wl,-z,relro -Wl,--gc-sections -Wl,--as-needed conftest.c >&5
configure:6672: $? = 0
configure:6672: ./conftest
configure:6672: $? = 0
configure:6686: result: 4
configure:6700: checking size of long
configure:6705: gcc -o conftest -L/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/libs/lib -static-libstdc++ -static-libgcc -Wl,-z,relro -Wl,--gc-sections -Wl,--as-needed conftest.c >&5
configure:6705: $? = 0
configure:6705: ./conftest
configure:6705: $? = 0
configure:6719: result: 8
configure:6733: checking size of long long
configure:6738: gcc -o conftest -L/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/libs/lib -static-libstdc++ -static-libgcc -Wl,-z,relro -Wl,--gc-sections -Wl,--as-needed conftest.c >&5
configure:6738: $? = 0
configure:6738: ./conftest
configure:6738: $? = 0
configure:6752: result: 8
configure:6806: checking for PRId64 and PRIu64
configure:6834: gcc -c conftest.c >&5
configure:6834: $? = 0
configure:6843: result: yes
configure:6854: checking iconv.h usability
configure:6854: gcc -c conftest.c >&5
configure:6854: $? = 0
configure:6854: result: yes
configure:6854: checking iconv.h presence
configure:6854: gcc -E conftest.c
configure:6854: $? = 0
configure:6854: result: yes
configure:6854: checking for iconv.h
configure:6854: result: yes
configure:6864: checking for iconv
configure:6886: gcc -o conftest -L/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/libs/lib -static-libstdc++ -static-libgcc -Wl,-z,relro -Wl,--gc-sections -Wl,--as-needed conftest.c >&5
configure:6886: $? = 0
configure:6918: result: yes
configure:6921: checking for iconv declaration
configure:6950: gcc -c conftest.c >&5
configure:6950: $? = 0
configure:6961: result:
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
configure:6983: checking for nl_langinfo
configure:7002: gcc -c conftest.c >&5
configure:7002: $? = 0
configure:7011: result: yes
configure:7061: checking for ogg_sync_init in -logg
configure:7086: gcc -o conftest -L/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/libs/lib -static-libstdc++ -static-libgcc -Wl,-z,relro -Wl,--gc-sections -Wl,--as-needed conftest.c -logg >&5
configure:7086: $? = 0
configure:7095: result: yes
configure:7109: checking ogg/ogg.h usability
configure:7109: gcc -c conftest.c >&5
configure:7109: $? = 0
configure:7109: result: yes
configure:7109: checking ogg/ogg.h presence
configure:7109: gcc -E conftest.c
configure:7109: $? = 0
configure:7109: result: yes
configure:7109: checking for ogg/ogg.h
configure:7109: result: yes
configure:7147: checking for vorbis_synthesis_init in -lvorbis
configure:7172: gcc -o conftest -L/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/libs/lib -static-libstdc++ -static-libgcc -Wl,-z,relro -Wl,--gc-sections -Wl,--as-needed conftest.c -lvorbis -logg -lm >&5
configure:7172: $? = 0
configure:7181: result: yes
configure:7195: checking vorbis/codec.h usability
configure:7195: gcc -c conftest.c >&5
configure:7195: $? = 0
configure:7195: result: yes
configure:7195: checking vorbis/codec.h presence
configure:7195: gcc -E conftest.c
configure:7195: $? = 0
configure:7195: result: yes
configure:7195: checking for vorbis/codec.h
configure:7195: result: yes
configure:7229: checking for FLAC__stream_decoder_new in -lFLAC
configure:7254: gcc -o conftest -L/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/libs/lib -static-libstdc++ -static-libgcc -Wl,-z,relro -Wl,--gc-sections -Wl,--as-needed conftest.c -lFLAC -logg -lm >&5
configure:7254: $? = 0
configure:7263: result: yes
configure:7276: checking for FLAC__StreamMetadata_StreamInfo.sample_rate
configure:7276: gcc -c conftest.c >&5
configure:7276: $? = 0
configure:7276: result: yes
configure:7287: checking for FLAC__stream_decoder_skip_single_frame in -lFLAC
configure:7312: gcc -o conftest -L/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/libs/lib -static-libstdc++ -static-libgcc -Wl,-z,relro -Wl,--gc-sections -Wl,--as-needed conftest.c -lFLAC -lFLAC -logg -lm >&5
configure:7312: $? = 0
configure:7321: result: yes
configure:7352: checking for EBML
configure:7359: $PKG_CONFIG --exists --print-errors "libebml >= 1.3.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:7362: $? = 1
configure:7376: $PKG_CONFIG --exists --print-errors "libebml >= 1.3.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:7379: $? = 1
configure:7393: result: no
No package 'libebml' found
configure:7423: checking for MATROSKA
configure:7430: $PKG_CONFIG --exists --print-errors "libmatroska >= 1.4.5"
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:7433: $? = 1
configure:7447: $PKG_CONFIG --exists --print-errors "libmatroska >= 1.4.5"
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:7450: $? = 1
configure:7464: result: no
No package 'libmatroska' found
configure:7525: $PKG_CONFIG --exists --print-errors "pugixml"
Package pugixml was not found in the pkg-config search path.
Perhaps you should add the directory containing `pugixml.pc'
to the PKG_CONFIG_PATH environment variable
No package 'pugixml' found
configure:7528: $? = 1
configure:7620: checking pugixml.hpp usability
configure:7620: g++ -c conftest.cpp >&5
conftest.cpp:70:23: fatal error: pugixml.hpp: No such file or directory
compilation terminated.
configure:7620: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MKVToolNix"
| #define PACKAGE_TARNAME "mkvtoolnix"
| #define PACKAGE_VERSION "9.9.0"
| #define PACKAGE_STRING "MKVToolNix 9.9.0"
| #define PACKAGE_BUGREPORT "https://github.com/mbunkus/mkvtoolnix/issues/"
| #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_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_VSSCANF 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 <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 <pugixml.hpp>
configure:7620: result: no
configure:7620: checking pugixml.hpp presence
configure:7620: g++ -E conftest.cpp
conftest.cpp:37:23: fatal error: pugixml.hpp: No such file or directory
compilation terminated.
configure:7620: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MKVToolNix"
| #define PACKAGE_TARNAME "mkvtoolnix"
| #define PACKAGE_VERSION "9.9.0"
| #define PACKAGE_STRING "MKVToolNix 9.9.0"
| #define PACKAGE_BUGREPORT "https://github.com/mbunkus/mkvtoolnix/issues/"
| #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_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_VSSCANF 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 <pugixml.hpp>
configure:7620: result: no
configure:7620: checking for pugixml.hpp
configure:7620: result: no
configure:7684: Using the internal version of the pugixml library
configure:7695: checking nlohmann's json-cpp
configure:7735: g++ -c -std=gnu++14 conftest.cpp >&5
conftest.cpp:42:24: fatal error: json.hpp: No such file or directory
compilation terminated.
configure:7735: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MKVToolNix"
| #define PACKAGE_TARNAME "mkvtoolnix"
| #define PACKAGE_VERSION "9.9.0"
| #define PACKAGE_STRING "MKVToolNix 9.9.0"
| #define PACKAGE_BUGREPORT "https://github.com/mbunkus/mkvtoolnix/issues/"
| #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_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_VSSCANF 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 ()
| {
|
| 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:7752: result: no
configure:7762: Using the internal version of nlohmann json-cpp
configure:7776: checking utf8.h usability
configure:7776: g++ -c conftest.cpp >&5
conftest.cpp:70:18: fatal error: utf8.h: No such file or directory
compilation terminated.
configure:7776: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MKVToolNix"
| #define PACKAGE_TARNAME "mkvtoolnix"
| #define PACKAGE_VERSION "9.9.0"
| #define PACKAGE_STRING "MKVToolNix 9.9.0"
| #define PACKAGE_BUGREPORT "https://github.com/mbunkus/mkvtoolnix/issues/"
| #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_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_VSSCANF 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 <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 <utf8.h>
configure:7776: result: no
configure:7776: checking utf8.h presence
configure:7776: g++ -E conftest.cpp
conftest.cpp:37:18: fatal error: utf8.h: No such file or directory
compilation terminated.
configure:7776: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MKVToolNix"
| #define PACKAGE_TARNAME "mkvtoolnix"
| #define PACKAGE_VERSION "9.9.0"
| #define PACKAGE_STRING "MKVToolNix 9.9.0"
| #define PACKAGE_BUGREPORT "https://github.com/mbunkus/mkvtoolnix/issues/"
| #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_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_VSSCANF 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 <utf8.h>
configure:7776: result: no
configure:7776: checking for utf8.h
configure:7776: result: no
configure:7828: Using the internal version of UTF8-CPP
configure:7837: $PKG_CONFIG --exists --print-errors "zlib"
configure:7840: $? = 0
configure:7849: checking for ZLIB
configure:7856: $PKG_CONFIG --exists --print-errors "zlib"
configure:7859: $? = 0
configure:7873: $PKG_CONFIG --exists --print-errors "zlib"
configure:7876: $? = 0
configure:7934: result: yes
configure:8023: checking for moc-qt5
configure:8056: result: no
configure:8064: checking for moc
configure:8082: found /home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/bin/moc
configure:8094: result: /home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/bin/moc
configure:8106: checking for the Qt version /home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/bin/moc uses
configure:8118: result: 5.7.1
configure:8139: checking for uic-qt5
configure:8172: result: no
configure:8180: checking for uic
configure:8198: found /home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/bin/uic
configure:8210: result: /home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/bin/uic
configure:8222: checking for the Qt version /home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/bin/uic uses
configure:8234: result: 5.7.1
configure:8255: checking for rcc-qt5
configure:8288: result: no
configure:8296: checking for rcc
configure:8314: found /home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/bin/rcc
configure:8326: result: /home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/bin/rcc
configure:8338: checking for the Qt version /home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/bin/rcc uses
configure:8350: result: 5.7.1
configure:8415: checking for qmake-qt5
configure:8448: result: no
configure:8514: checking for qmake
configure:8532: found /home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/bin/qmake
configure:8544: result: /home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/bin/qmake
configure:8570: checking for the Qt version /home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/bin/qmake uses
configure:8582: result: 5.7.1
configure:8589: checking for Qt 5.3.0 or newer
configure:8620: $PKG_CONFIG --exists --print-errors "$with_qt_pkg_config_modules"
configure:8623: $? = 0
configure:8630: $PKG_CONFIG --exists --print-errors "Qt5PlatformSupport"
Package Qt5PlatformSupport was not found in the pkg-config search path.
Perhaps you should add the directory containing `Qt5PlatformSupport.pc'
to the PKG_CONFIG_PATH environment variable
No package 'Qt5PlatformSupport' found
configure:8633: $? = 1
configure:8693: g++ -o conftest -std=gnu++14 -I/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/include/QtCore -I/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/include -I/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/include/QtGui -I/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/include/QtWidgets -I/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/include/QtNetwork -I/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/include/QtConcurrent -fPIC -L/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/libs/lib -static-libstdc++ -static-libgcc -Wl,-z,relro -Wl,--gc-sections -Wl,--as-needed conftest.cpp -L/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/libs/lib -static-libstdc++ -static-libgcc -Wl,-z,relro -Wl,--gc-sections -Wl,--as-needed -pthread -L/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/lib -lQt5Widgets -lQt5Gui -ljpeg -lqtharfbuzzng -lGL -lpng12 -lQt5Network -lQt5Concurrent -lQt5Core -lpthread -lz -licui18n -licuuc -licudata -lqtpcre -ldouble-conversion -lm -ldl -lgthread-2.0 -lglib-2.0 -lrt >&5
/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/lib/libQt5Core.a(qicucodec.o): In function `QIcuCodec::mibEnum() const':
qicucodec.cpp:(.text._ZNK9QIcuCodec7mibEnumEv+0x4c): undefined reference to `ucnv_compareNames_52'
/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/lib/libQt5Core.a(qicucodec.o): In function `qIcuCodecStateFree(QTextCodec::ConverterState*)':
qicucodec.cpp:(.text._ZL18qIcuCodecStateFreePN10QTextCodec14ConverterStateE+0x5): undefined reference to `ucnv_close_52'
/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/lib/libQt5Core.a(qicucodec.o): In function `qTextCodecNameMatch(char const*, char const*)':
qicucodec.cpp:(.text._Z19qTextCodecNameMatchPKcS0_+0x5): undefined reference to `ucnv_compareNames_52'
/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/lib/libQt5Core.a(qicucodec.o): In function `QIcuCodec::getConverter(QTextCodec::ConverterState*) const':
qicucodec.cpp:(.text._ZNK9QIcuCodec12getConverterEPN10QTextCodec14ConverterStateE+0x86): undefined reference to `ucnv_open_52'
qicucodec.cpp:(.text._ZNK9QIcuCodec12getConverterEPN10QTextCodec14ConverterStateE+0xa0): undefined reference to `ucnv_setSubstChars_52'
qicucodec.cpp:(.text._ZNK9QIcuCodec12getConverterEPN10QTextCodec14ConverterStateE+0xb7): undefined reference to `u_errorName_52'
qicucodec.cpp:(.text._ZNK9QIcuCodec12getConverterEPN10QTextCodec14ConverterStateE+0x23b): undefined reference to `ucnv_open_52'
qicucodec.cpp:(.text._ZNK9QIcuCodec12getConverterEPN10QTextCodec14ConverterStateE+0x265): undefined reference to `ucnv_setSubstChars_52'
qicucodec.cpp:(.text._ZNK9QIcuCodec12getConverterEPN10QTextCodec14ConverterStateE+0x280): undefined reference to `u_errorName_52'
/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/lib/libQt5Core.a(qicucodec.o): In function `QIcuCodec::convertFromUnicode(QChar const*, int, QTextCodec::ConverterState*) const':
qicucodec.cpp:(.text._ZNK9QIcuCodec18convertFromUnicodeEPK5QChariPN10QTextCodec14ConverterStateE+0x50): undefined reference to `ucnv_getMaxCharSize_52'
qicucodec.cpp:(.text._ZNK9QIcuCodec18convertFromUnicodeEPK5QChariPN10QTextCodec14ConverterStateE+0x1f5): undefined reference to `ucnv_fromUnicode_52'
qicucodec.cpp:(.text._ZNK9QIcuCodec18convertFromUnicodeEPK5QChariPN10QTextCodec14ConverterStateE+0x20a): undefined reference to `u_errorName_52'
qicucodec.cpp:(.text._ZNK9QIcuCodec18convertFromUnicodeEPK5QChariPN10QTextCodec14ConverterStateE+0x36b): undefined reference to `ucnv_close_52'
/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/lib/libQt5Core.a(qicucodec.o): In function `QIcuCodec::convertToUnicode(char const*, int, QTextCodec::ConverterState*) const':
qicucodec.cpp:(.text._ZNK9QIcuCodec16convertToUnicodeEPKciPN10QTextCodec14ConverterStateE+0xdf): undefined reference to `ucnv_toUnicode_52'
qicucodec.cpp:(.text._ZNK9QIcuCodec16convertToUnicodeEPKciPN10QTextCodec14ConverterStateE+0x191): undefined reference to `u_errorName_52'
qicucodec.cpp:(.text._ZNK9QIcuCodec16convertToUnicodeEPKciPN10QTextCodec14ConverterStateE+0x33c): undefined reference to `ucnv_close_52'
/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/lib/libQt5Core.a(qicucodec.o): In function `QIcuCodec::codecForNameUnlocked(char const*)':
qicucodec.cpp:(.text._ZN9QIcuCodec20codecForNameUnlockedEPKc+0x80): undefined reference to `ucnv_getStandardName_52'
qicucodec.cpp:(.text._ZN9QIcuCodec20codecForNameUnlockedEPKc+0xd8): undefined reference to `ucnv_getStandardName_52'
qicucodec.cpp:(.text._ZN9QIcuCodec20codecForNameUnlockedEPKc+0x210): undefined reference to `ucnv_compareNames_52'
qicucodec.cpp:(.text._ZN9QIcuCodec20codecForNameUnlockedEPKc+0x288): undefined reference to `ucnv_compareNames_52'
qicucodec.cpp:(.text._ZN9QIcuCodec20codecForNameUnlockedEPKc+0xb7a): undefined reference to `ucnv_open_52'
qicucodec.cpp:(.text._ZN9QIcuCodec20codecForNameUnlockedEPKc+0xb8b): undefined reference to `ucnv_close_52'
qicucodec.cpp:(.text._ZN9QIcuCodec20codecForNameUnlockedEPKc+0xc2b): undefined reference to `u_errorName_52'
/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/lib/libQt5Core.a(qicucodec.o): In function `QIcuCodec::defaultCodecUnlocked()':
qicucodec.cpp:(.text._ZN9QIcuCodec20defaultCodecUnlockedEv+0x21): undefined reference to `ucnv_getDefaultName_52'
/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/lib/libQt5Core.a(qicucodec.o): In function `QIcuCodec::aliases() const':
qicucodec.cpp:(.text._ZNK9QIcuCodec7aliasesEv+0x3e): undefined reference to `ucnv_countAliases_52'
qicucodec.cpp:(.text._ZNK9QIcuCodec7aliasesEv+0x93): undefined reference to `ucnv_getAlias_52'
/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/lib/libQt5Core.a(qtimezoneprivate_icu.o): In function `QIcuTimeZonePrivate::~QIcuTimeZonePrivate()':
qtimezoneprivate_icu.cpp:(.text._ZN19QIcuTimeZonePrivateD2Ev+0x13): undefined reference to `ucal_close_52'
/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/lib/libQt5Core.a(qtimezoneprivate_icu.o): In function `QIcuTimeZonePrivate::~QIcuTimeZonePrivate()':
qtimezoneprivate_icu.cpp:(.text._ZN19QIcuTimeZonePrivateD0Ev+0x13): undefined reference to `ucal_close_52'
/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/lib/libQt5Core.a(qtimezoneprivate_icu.o): In function `QIcuTimeZonePrivate::isDaylightTime(long long) const':
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate14isDaylightTimeEx+0x30): undefined reference to `ucal_clone_52'
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate14isDaylightTimeEx+0x7d): undefined reference to `ucal_setMillis_52'
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate14isDaylightTimeEx+0x8d): undefined reference to `ucal_close_52'
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate14isDaylightTimeEx+0xa7): undefined reference to `ucal_inDaylightTime_52'
/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/lib/libQt5Core.a(qtimezoneprivate_icu.o): In function `QIcuTimeZonePrivate::hasDaylightTime() const':
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate15hasDaylightTimeEv+0x2a): undefined reference to `ucal_getDSTSavings_52'
/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/lib/libQt5Core.a(qtimezoneprivate_icu.o): In function `QIcuTimeZonePrivate::clone()':
qtimezoneprivate_icu.cpp:(.text._ZN19QIcuTimeZonePrivate5cloneEv+0x55): undefined reference to `ucal_clone_52'
/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/lib/libQt5Core.a(qtimezoneprivate_icu.o): In function `QIcuTimeZonePrivate::standardTimeOffset(long long) const':
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate18standardTimeOffsetEx+0x30): undefined reference to `ucal_clone_52'
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate18standardTimeOffsetEx+0x7d): undefined reference to `ucal_setMillis_52'
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate18standardTimeOffsetEx+0x8d): undefined reference to `ucal_close_52'
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate18standardTimeOffsetEx+0xb4): undefined reference to `ucal_get_52'
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate18standardTimeOffsetEx+0xe7): undefined reference to `ucal_get_52'
/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/lib/libQt5Core.a(qtimezoneprivate_icu.o): In function `QIcuTimeZonePrivate::daylightTimeOffset(long long) const':
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate18daylightTimeOffsetEx+0x30): undefined reference to `ucal_clone_52'
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate18daylightTimeOffsetEx+0x7b): undefined reference to `ucal_setMillis_52'
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate18daylightTimeOffsetEx+0x91): undefined reference to `ucal_close_52'
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate18daylightTimeOffsetEx+0xbc): undefined reference to `ucal_get_52'
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate18daylightTimeOffsetEx+0xdc): undefined reference to `ucal_get_52'
/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/lib/libQt5Core.a(qtimezoneprivate_icu.o): In function `QIcuTimeZonePrivate::offsetFromUtc(long long) const':
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate13offsetFromUtcEx+0x34): undefined reference to `ucal_clone_52'
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate13offsetFromUtcEx+0x88): undefined reference to `ucal_setMillis_52'
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate13offsetFromUtcEx+0x98): undefined reference to `ucal_close_52'
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate13offsetFromUtcEx+0xca): undefined reference to `ucal_get_52'
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate13offsetFromUtcEx+0xfb): undefined reference to `ucal_get_52'
/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/lib/libQt5Core.a(qtimezoneprivate_icu.o): In function `ucalTimeZoneDisplayName(void**, QTimeZone::TimeType, QTimeZone::NameType, QString const&)':
qtimezoneprivate_icu.cpp:(.text._ZL23ucalTimeZoneDisplayNamePPvN9QTimeZone8TimeTypeENS1_8NameTypeERK7QString+0xc4): undefined reference to `ucal_getTimeZoneDisplayName_52'
qtimezoneprivate_icu.cpp:(.text._ZL23ucalTimeZoneDisplayNamePPvN9QTimeZone8TimeTypeENS1_8NameTypeERK7QString+0x224): undefined reference to `ucal_getTimeZoneDisplayName_52'
/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/lib/libQt5Core.a(qtimezoneprivate_icu.o): In function `QIcuTimeZonePrivate::abbreviation(long long) const':
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate12abbreviationEx+0x3a): undefined reference to `ucal_clone_52'
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate12abbreviationEx+0x133): undefined reference to `ucal_setMillis_52'
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate12abbreviationEx+0x143): undefined reference to `ucal_close_52'
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate12abbreviationEx+0x15f): undefined reference to `ucal_inDaylightTime_52'
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate12abbreviationEx+0x169): undefined reference to `ucal_close_52'
/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/lib/libQt5Core.a(qtimezoneprivate_icu.o): In function `QIcuTimeZonePrivate::data(long long) const':
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate4dataEx+0x50): undefined reference to `ucal_clone_52'
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate4dataEx+0x108): undefined reference to `ucal_setMillis_52'
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate4dataEx+0x123): undefined reference to `ucal_close_52'
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate4dataEx+0x15c): undefined reference to `ucal_get_52'
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate4dataEx+0x191): undefined reference to `ucal_get_52'
/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/lib/libQt5Core.a(qtimezoneprivate_icu.o): In function `QIcuTimeZonePrivate::displayName(QTimeZone::TimeType, QTimeZone::NameType, QLocale const&) const':
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate11displayNameEN9QTimeZone8TimeTypeENS0_8NameTypeERK7QLocale+0xf3): undefined reference to `ucal_clone_52'
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate11displayNameEN9QTimeZone8TimeTypeENS0_8NameTypeERK7QLocale+0x1aa): undefined reference to `ucal_getDSTSavings_52'
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate11displayNameEN9QTimeZone8TimeTypeENS0_8NameTypeERK7QLocale+0x1e8): undefined reference to `ucal_setMillis_52'
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate11displayNameEN9QTimeZone8TimeTypeENS0_8NameTypeERK7QLocale+0x209): undefined reference to `ucal_close_52'
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate11displayNameEN9QTimeZone8TimeTypeENS0_8NameTypeERK7QLocale+0x25b): undefined reference to `ucal_get_52'
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate11displayNameEN9QTimeZone8TimeTypeENS0_8NameTypeERK7QLocale+0x291): undefined reference to `ucal_get_52'
/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/lib/libQt5Core.a(qtimezoneprivate_icu.o): In function `QIcuTimeZonePrivate::systemTimeZoneId() const':
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate16systemTimeZoneIdEv+0x73): undefined reference to `ucal_getDefaultTimeZone_52'
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate16systemTimeZoneIdEv+0x152): undefined reference to `ucal_getDefaultTimeZone_52'
/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/lib/libQt5Core.a(qtimezoneprivate_icu.o): In function `QIcuTimeZonePrivate::init(QByteArray const&)':
qtimezoneprivate_icu.cpp:(.text._ZN19QIcuTimeZonePrivate4initERK10QByteArray+0xb7): undefined reference to `ucal_open_52'
/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/lib/libQt5Core.a(qtimezoneprivate_icu.o): In function `uenumToIdList(UEnumeration*)':
qtimezoneprivate_icu.cpp:(.text._ZL13uenumToIdListP12UEnumeration+0x52): undefined reference to `uenum_next_52'
qtimezoneprivate_icu.cpp:(.text._ZL13uenumToIdListP12UEnumeration+0x4a9): undefined reference to `uenum_next_52'
/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/lib/libQt5Core.a(qtimezoneprivate_icu.o): In function `QIcuTimeZonePrivate::availableTimeZoneIds() const':
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate20availableTimeZoneIdsEv+0x2b): undefined reference to `ucal_openTimeZones_52'
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate20availableTimeZoneIdsEv+0x48): undefined reference to `uenum_close_52'
/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/lib/libQt5Core.a(qtimezoneprivate_icu.o): In function `QIcuTimeZonePrivate::availableTimeZoneIds(QLocale::Country) const':
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate20availableTimeZoneIdsEN7QLocale7CountryE+0x71): undefined reference to `ucal_openCountryTimeZones_52'
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate20availableTimeZoneIdsEN7QLocale7CountryE+0x92): undefined reference to `uenum_close_52'
/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/lib/libQt5Core.a(qtimezoneprivate_icu.o): In function `QIcuTimeZonePrivate::availableTimeZoneIds(int) const':
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate20availableTimeZoneIdsEi+0x38): undefined reference to `ucal_openTimeZoneIDEnumeration_52'
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate20availableTimeZoneIdsEi+0x55): undefined reference to `uenum_close_52'
/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/lib/libQt5Core.a(qtimezoneprivate_icu.o): In function `QIcuTimeZonePrivate::QIcuTimeZonePrivate(QByteArray const&)':
qtimezoneprivate_icu.cpp:(.text._ZN19QIcuTimeZonePrivateC2ERK10QByteArray+0x47): undefined reference to `ucal_openTimeZones_52'
qtimezoneprivate_icu.cpp:(.text._ZN19QIcuTimeZonePrivateC2ERK10QByteArray+0x66): undefined reference to `uenum_close_52'
collect2: error: ld returned 1 exit status
configure:8693: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MKVToolNix"
| #define PACKAGE_TARNAME "mkvtoolnix"
| #define PACKAGE_VERSION "9.9.0"
| #define PACKAGE_STRING "MKVToolNix 9.9.0"
| #define PACKAGE_BUGREPORT "https://github.com/mbunkus/mkvtoolnix/issues/"
| #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_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_VSSCANF 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_STATIC_QT /**/
| /* end confdefs.h. */
|
| #include <QtCore>
| #include <QCoreApplication>
| class Config : public QCoreApplication {
| public:
| Config(int &argc, char **argv);
| };
| Config::Config(int &argc, char **argv)
| : QCoreApplication(argc,argv) {setApplicationName("config");}
|
| int
| main ()
| {
|
| int ai = 0;
| char **ac = 0;
| Config app(ai,ac);
| return 0;
|
| ;
| return 0;
| }
configure:8693: g++ -o conftest -std=gnu++14 -I/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/include/QtCore -I/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/include -I/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/include/QtGui -I/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/include/QtWidgets -I/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/include/QtNetwork -I/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/include/QtConcurrent -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtWidgets -I/usr/local/include/QtCore -I/usr/local/include/QtGui -I/usr/local/include/QtWidgets -I/usr/local/include/QtNetwork -I/usr/local/include/QtPlatformSupport -fPIC -L/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/libs/lib -static-libstdc++ -static-libgcc -Wl,-z,relro -Wl,--gc-sections -Wl,--as-needed conftest.cpp -L/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/libs/lib -static-libstdc++ -static-libgcc -Wl,-z,relro -Wl,--gc-sections -Wl,--as-needed -pthread -L/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/lib -lQt5Widgets -lQt5Gui -ljpeg -lqtharfbuzzng -lGL -lpng12 -lQt5Network -lQt5Concurrent -lQt5Core -lpthread -lz -licui18n -licuuc -licudata -lqtpcre -ldouble-conversion -lm -ldl -lgthread-2.0 -lglib-2.0 -lrt >&5
/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/lib/libQt5Core.a(qicucodec.o): In function `QIcuCodec::mibEnum() const':
qicucodec.cpp:(.text._ZNK9QIcuCodec7mibEnumEv+0x4c): undefined reference to `ucnv_compareNames_52'
/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/lib/libQt5Core.a(qicucodec.o): In function `qIcuCodecStateFree(QTextCodec::ConverterState*)':
qicucodec.cpp:(.text._ZL18qIcuCodecStateFreePN10QTextCodec14ConverterStateE+0x5): undefined reference to `ucnv_close_52'
/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/lib/libQt5Core.a(qicucodec.o): In function `qTextCodecNameMatch(char const*, char const*)':
qicucodec.cpp:(.text._Z19qTextCodecNameMatchPKcS0_+0x5): undefined reference to `ucnv_compareNames_52'
/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/lib/libQt5Core.a(qicucodec.o): In function `QIcuCodec::getConverter(QTextCodec::ConverterState*) const':
qicucodec.cpp:(.text._ZNK9QIcuCodec12getConverterEPN10QTextCodec14ConverterStateE+0x86): undefined reference to `ucnv_open_52'
qicucodec.cpp:(.text._ZNK9QIcuCodec12getConverterEPN10QTextCodec14ConverterStateE+0xa0): undefined reference to `ucnv_setSubstChars_52'
qicucodec.cpp:(.text._ZNK9QIcuCodec12getConverterEPN10QTextCodec14ConverterStateE+0xb7): undefined reference to `u_errorName_52'
qicucodec.cpp:(.text._ZNK9QIcuCodec12getConverterEPN10QTextCodec14ConverterStateE+0x23b): undefined reference to `ucnv_open_52'
qicucodec.cpp:(.text._ZNK9QIcuCodec12getConverterEPN10QTextCodec14ConverterStateE+0x265): undefined reference to `ucnv_setSubstChars_52'
qicucodec.cpp:(.text._ZNK9QIcuCodec12getConverterEPN10QTextCodec14ConverterStateE+0x280): undefined reference to `u_errorName_52'
/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/lib/libQt5Core.a(qicucodec.o): In function `QIcuCodec::convertFromUnicode(QChar const*, int, QTextCodec::ConverterState*) const':
qicucodec.cpp:(.text._ZNK9QIcuCodec18convertFromUnicodeEPK5QChariPN10QTextCodec14ConverterStateE+0x50): undefined reference to `ucnv_getMaxCharSize_52'
qicucodec.cpp:(.text._ZNK9QIcuCodec18convertFromUnicodeEPK5QChariPN10QTextCodec14ConverterStateE+0x1f5): undefined reference to `ucnv_fromUnicode_52'
qicucodec.cpp:(.text._ZNK9QIcuCodec18convertFromUnicodeEPK5QChariPN10QTextCodec14ConverterStateE+0x20a): undefined reference to `u_errorName_52'
qicucodec.cpp:(.text._ZNK9QIcuCodec18convertFromUnicodeEPK5QChariPN10QTextCodec14ConverterStateE+0x36b): undefined reference to `ucnv_close_52'
/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/lib/libQt5Core.a(qicucodec.o): In function `QIcuCodec::convertToUnicode(char const*, int, QTextCodec::ConverterState*) const':
qicucodec.cpp:(.text._ZNK9QIcuCodec16convertToUnicodeEPKciPN10QTextCodec14ConverterStateE+0xdf): undefined reference to `ucnv_toUnicode_52'
qicucodec.cpp:(.text._ZNK9QIcuCodec16convertToUnicodeEPKciPN10QTextCodec14ConverterStateE+0x191): undefined reference to `u_errorName_52'
qicucodec.cpp:(.text._ZNK9QIcuCodec16convertToUnicodeEPKciPN10QTextCodec14ConverterStateE+0x33c): undefined reference to `ucnv_close_52'
/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/lib/libQt5Core.a(qicucodec.o): In function `QIcuCodec::codecForNameUnlocked(char const*)':
qicucodec.cpp:(.text._ZN9QIcuCodec20codecForNameUnlockedEPKc+0x80): undefined reference to `ucnv_getStandardName_52'
qicucodec.cpp:(.text._ZN9QIcuCodec20codecForNameUnlockedEPKc+0xd8): undefined reference to `ucnv_getStandardName_52'
qicucodec.cpp:(.text._ZN9QIcuCodec20codecForNameUnlockedEPKc+0x210): undefined reference to `ucnv_compareNames_52'
qicucodec.cpp:(.text._ZN9QIcuCodec20codecForNameUnlockedEPKc+0x288): undefined reference to `ucnv_compareNames_52'
qicucodec.cpp:(.text._ZN9QIcuCodec20codecForNameUnlockedEPKc+0xb7a): undefined reference to `ucnv_open_52'
qicucodec.cpp:(.text._ZN9QIcuCodec20codecForNameUnlockedEPKc+0xb8b): undefined reference to `ucnv_close_52'
qicucodec.cpp:(.text._ZN9QIcuCodec20codecForNameUnlockedEPKc+0xc2b): undefined reference to `u_errorName_52'
/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/lib/libQt5Core.a(qicucodec.o): In function `QIcuCodec::defaultCodecUnlocked()':
qicucodec.cpp:(.text._ZN9QIcuCodec20defaultCodecUnlockedEv+0x21): undefined reference to `ucnv_getDefaultName_52'
/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/lib/libQt5Core.a(qicucodec.o): In function `QIcuCodec::aliases() const':
qicucodec.cpp:(.text._ZNK9QIcuCodec7aliasesEv+0x3e): undefined reference to `ucnv_countAliases_52'
qicucodec.cpp:(.text._ZNK9QIcuCodec7aliasesEv+0x93): undefined reference to `ucnv_getAlias_52'
/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/lib/libQt5Core.a(qtimezoneprivate_icu.o): In function `QIcuTimeZonePrivate::~QIcuTimeZonePrivate()':
qtimezoneprivate_icu.cpp:(.text._ZN19QIcuTimeZonePrivateD2Ev+0x13): undefined reference to `ucal_close_52'
/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/lib/libQt5Core.a(qtimezoneprivate_icu.o): In function `QIcuTimeZonePrivate::~QIcuTimeZonePrivate()':
qtimezoneprivate_icu.cpp:(.text._ZN19QIcuTimeZonePrivateD0Ev+0x13): undefined reference to `ucal_close_52'
/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/lib/libQt5Core.a(qtimezoneprivate_icu.o): In function `QIcuTimeZonePrivate::isDaylightTime(long long) const':
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate14isDaylightTimeEx+0x30): undefined reference to `ucal_clone_52'
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate14isDaylightTimeEx+0x7d): undefined reference to `ucal_setMillis_52'
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate14isDaylightTimeEx+0x8d): undefined reference to `ucal_close_52'
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate14isDaylightTimeEx+0xa7): undefined reference to `ucal_inDaylightTime_52'
/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/lib/libQt5Core.a(qtimezoneprivate_icu.o): In function `QIcuTimeZonePrivate::hasDaylightTime() const':
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate15hasDaylightTimeEv+0x2a): undefined reference to `ucal_getDSTSavings_52'
/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/lib/libQt5Core.a(qtimezoneprivate_icu.o): In function `QIcuTimeZonePrivate::clone()':
qtimezoneprivate_icu.cpp:(.text._ZN19QIcuTimeZonePrivate5cloneEv+0x55): undefined reference to `ucal_clone_52'
/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/lib/libQt5Core.a(qtimezoneprivate_icu.o): In function `QIcuTimeZonePrivate::standardTimeOffset(long long) const':
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate18standardTimeOffsetEx+0x30): undefined reference to `ucal_clone_52'
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate18standardTimeOffsetEx+0x7d): undefined reference to `ucal_setMillis_52'
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate18standardTimeOffsetEx+0x8d): undefined reference to `ucal_close_52'
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate18standardTimeOffsetEx+0xb4): undefined reference to `ucal_get_52'
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate18standardTimeOffsetEx+0xe7): undefined reference to `ucal_get_52'
/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/lib/libQt5Core.a(qtimezoneprivate_icu.o): In function `QIcuTimeZonePrivate::daylightTimeOffset(long long) const':
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate18daylightTimeOffsetEx+0x30): undefined reference to `ucal_clone_52'
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate18daylightTimeOffsetEx+0x7b): undefined reference to `ucal_setMillis_52'
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate18daylightTimeOffsetEx+0x91): undefined reference to `ucal_close_52'
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate18daylightTimeOffsetEx+0xbc): undefined reference to `ucal_get_52'
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate18daylightTimeOffsetEx+0xdc): undefined reference to `ucal_get_52'
/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/lib/libQt5Core.a(qtimezoneprivate_icu.o): In function `QIcuTimeZonePrivate::offsetFromUtc(long long) const':
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate13offsetFromUtcEx+0x34): undefined reference to `ucal_clone_52'
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate13offsetFromUtcEx+0x88): undefined reference to `ucal_setMillis_52'
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate13offsetFromUtcEx+0x98): undefined reference to `ucal_close_52'
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate13offsetFromUtcEx+0xca): undefined reference to `ucal_get_52'
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate13offsetFromUtcEx+0xfb): undefined reference to `ucal_get_52'
/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/lib/libQt5Core.a(qtimezoneprivate_icu.o): In function `ucalTimeZoneDisplayName(void**, QTimeZone::TimeType, QTimeZone::NameType, QString const&)':
qtimezoneprivate_icu.cpp:(.text._ZL23ucalTimeZoneDisplayNamePPvN9QTimeZone8TimeTypeENS1_8NameTypeERK7QString+0xc4): undefined reference to `ucal_getTimeZoneDisplayName_52'
qtimezoneprivate_icu.cpp:(.text._ZL23ucalTimeZoneDisplayNamePPvN9QTimeZone8TimeTypeENS1_8NameTypeERK7QString+0x224): undefined reference to `ucal_getTimeZoneDisplayName_52'
/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/lib/libQt5Core.a(qtimezoneprivate_icu.o): In function `QIcuTimeZonePrivate::abbreviation(long long) const':
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate12abbreviationEx+0x3a): undefined reference to `ucal_clone_52'
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate12abbreviationEx+0x133): undefined reference to `ucal_setMillis_52'
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate12abbreviationEx+0x143): undefined reference to `ucal_close_52'
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate12abbreviationEx+0x15f): undefined reference to `ucal_inDaylightTime_52'
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate12abbreviationEx+0x169): undefined reference to `ucal_close_52'
/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/lib/libQt5Core.a(qtimezoneprivate_icu.o): In function `QIcuTimeZonePrivate::data(long long) const':
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate4dataEx+0x50): undefined reference to `ucal_clone_52'
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate4dataEx+0x108): undefined reference to `ucal_setMillis_52'
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate4dataEx+0x123): undefined reference to `ucal_close_52'
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate4dataEx+0x15c): undefined reference to `ucal_get_52'
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate4dataEx+0x191): undefined reference to `ucal_get_52'
/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/lib/libQt5Core.a(qtimezoneprivate_icu.o): In function `QIcuTimeZonePrivate::displayName(QTimeZone::TimeType, QTimeZone::NameType, QLocale const&) const':
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate11displayNameEN9QTimeZone8TimeTypeENS0_8NameTypeERK7QLocale+0xf3): undefined reference to `ucal_clone_52'
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate11displayNameEN9QTimeZone8TimeTypeENS0_8NameTypeERK7QLocale+0x1aa): undefined reference to `ucal_getDSTSavings_52'
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate11displayNameEN9QTimeZone8TimeTypeENS0_8NameTypeERK7QLocale+0x1e8): undefined reference to `ucal_setMillis_52'
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate11displayNameEN9QTimeZone8TimeTypeENS0_8NameTypeERK7QLocale+0x209): undefined reference to `ucal_close_52'
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate11displayNameEN9QTimeZone8TimeTypeENS0_8NameTypeERK7QLocale+0x25b): undefined reference to `ucal_get_52'
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate11displayNameEN9QTimeZone8TimeTypeENS0_8NameTypeERK7QLocale+0x291): undefined reference to `ucal_get_52'
/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/lib/libQt5Core.a(qtimezoneprivate_icu.o): In function `QIcuTimeZonePrivate::systemTimeZoneId() const':
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate16systemTimeZoneIdEv+0x73): undefined reference to `ucal_getDefaultTimeZone_52'
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate16systemTimeZoneIdEv+0x152): undefined reference to `ucal_getDefaultTimeZone_52'
/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/lib/libQt5Core.a(qtimezoneprivate_icu.o): In function `QIcuTimeZonePrivate::init(QByteArray const&)':
qtimezoneprivate_icu.cpp:(.text._ZN19QIcuTimeZonePrivate4initERK10QByteArray+0xb7): undefined reference to `ucal_open_52'
/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/lib/libQt5Core.a(qtimezoneprivate_icu.o): In function `uenumToIdList(UEnumeration*)':
qtimezoneprivate_icu.cpp:(.text._ZL13uenumToIdListP12UEnumeration+0x52): undefined reference to `uenum_next_52'
qtimezoneprivate_icu.cpp:(.text._ZL13uenumToIdListP12UEnumeration+0x4a9): undefined reference to `uenum_next_52'
/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/lib/libQt5Core.a(qtimezoneprivate_icu.o): In function `QIcuTimeZonePrivate::availableTimeZoneIds() const':
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate20availableTimeZoneIdsEv+0x2b): undefined reference to `ucal_openTimeZones_52'
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate20availableTimeZoneIdsEv+0x48): undefined reference to `uenum_close_52'
/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/lib/libQt5Core.a(qtimezoneprivate_icu.o): In function `QIcuTimeZonePrivate::availableTimeZoneIds(QLocale::Country) const':
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate20availableTimeZoneIdsEN7QLocale7CountryE+0x71): undefined reference to `ucal_openCountryTimeZones_52'
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate20availableTimeZoneIdsEN7QLocale7CountryE+0x92): undefined reference to `uenum_close_52'
/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/lib/libQt5Core.a(qtimezoneprivate_icu.o): In function `QIcuTimeZonePrivate::availableTimeZoneIds(int) const':
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate20availableTimeZoneIdsEi+0x38): undefined reference to `ucal_openTimeZoneIDEnumeration_52'
qtimezoneprivate_icu.cpp:(.text._ZNK19QIcuTimeZonePrivate20availableTimeZoneIdsEi+0x55): undefined reference to `uenum_close_52'
/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/lib/libQt5Core.a(qtimezoneprivate_icu.o): In function `QIcuTimeZonePrivate::QIcuTimeZonePrivate(QByteArray const&)':
qtimezoneprivate_icu.cpp:(.text._ZN19QIcuTimeZonePrivateC2ERK10QByteArray+0x47): undefined reference to `ucal_openTimeZones_52'
qtimezoneprivate_icu.cpp:(.text._ZN19QIcuTimeZonePrivateC2ERK10QByteArray+0x66): undefined reference to `uenum_close_52'
collect2: error: ld returned 1 exit status
configure:8693: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MKVToolNix"
| #define PACKAGE_TARNAME "mkvtoolnix"
| #define PACKAGE_VERSION "9.9.0"
| #define PACKAGE_STRING "MKVToolNix 9.9.0"
| #define PACKAGE_BUGREPORT "https://github.com/mbunkus/mkvtoolnix/issues/"
| #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_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_VSSCANF 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_STATIC_QT /**/
| /* end confdefs.h. */
|
| #include <QtCore>
| #include <QCoreApplication>
| class Config : public QCoreApplication {
| public:
| Config(int &argc, char **argv);
| };
| Config::Config(int &argc, char **argv)
| : QCoreApplication(argc,argv) {setApplicationName("config");}
|
| int
| main ()
| {
|
| int ai = 0;
| char **ac = 0;
| Config app(ai,ac);
| return 0;
|
| ;
| return 0;
| }
configure:8762: result: no: test program could not be compiled
configure:8769: checking for lconvert
configure:8802: result: no
configure:8891: checking for magic_open in -lmagic
configure:8916: gcc -o conftest -L/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/libs/lib -static-libstdc++ -static-libgcc -Wl,-z,relro -Wl,--gc-sections -Wl,--as-needed conftest.c -lmagic -lz >&5
configure:8916: $? = 0
configure:8925: result: yes
configure:8938: checking magic.h usability
configure:8938: gcc -c conftest.c >&5
configure:8938: $? = 0
configure:8938: result: yes
configure:8938: checking magic.h presence
configure:8938: gcc -E conftest.c
configure:8938: $? = 0
configure:8938: result: yes
configure:8938: checking for magic.h
configure:8938: result: yes
configure:9196: checking for boostlib >= 1.46.0
configure:9279: g++ -c -I/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/libs/include conftest.cpp >&5
configure:9279: $? = 0
configure:9281: result: yes
configure:9470: checking whether the Boost::System library is available
configure:9494: g++ -c -I/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/libs/include conftest.cpp >&5
configure:9494: $? = 0
configure:9509: result: yes
configure:9524: checking for exit in -lboost_system
configure:9549: gcc -o conftest -I/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/libs/include -L/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/libs/lib -static-libstdc++ -static-libgcc -Wl,-z,relro -Wl,--gc-sections -Wl,--as-needed -L/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/libs/lib conftest.c -lboost_system >&5
conftest.c:48:6: warning: conflicting types for built-in function 'exit'
char exit ();
^
configure:9549: $? = 0
configure:9559: result: yes
configure:9716: checking whether the Boost::Filesystem library is available
configure:9740: g++ -c -I/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/libs/include conftest.cpp >&5
configure:9740: $? = 0
configure:9754: result: yes
configure:9765: checking for exit in -lboost_filesystem
configure:9790: gcc -o conftest -I/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/libs/include -L/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/libs/lib -static-libstdc++ -static-libgcc -Wl,-z,relro -Wl,--gc-sections -Wl,--as-needed -L/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/libs/lib conftest.c -lboost_filesystem -lboost_system >&5
conftest.c:49:6: warning: conflicting types for built-in function 'exit'
char exit ();
^
configure:9790: $? = 0
configure:9800: result: yes
configure:9957: checking whether the Boost::Regex library is available
configure:9980: g++ -c -I/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/libs/include conftest.cpp >&5
configure:9980: $? = 0
configure:9994: result: yes
configure:10005: checking for exit in -lboost_regex
configure:10030: gcc -o conftest -I/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/libs/include -L/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/libs/lib -static-libstdc++ -static-libgcc -Wl,-z,relro -Wl,--gc-sections -Wl,--as-needed -L/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/libs/lib conftest.c -lboost_regex >&5
conftest.c:50:6: warning: conflicting types for built-in function 'exit'
char exit ();
^
configure:10030: $? = 0
configure:10040: result: yes
configure:10194: checking whether the Boost::Date_Time library is available
configure:10219: g++ -c -I/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/libs/include conftest.cpp >&5
configure:10219: $? = 0
configure:10233: result: yes
configure:10245: checking for exit in -lboost_date_time
configure:10270: gcc -o conftest -I/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/libs/include -L/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/libs/lib -static-libstdc++ -static-libgcc -Wl,-z,relro -Wl,--gc-sections -Wl,--as-needed -L/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/libs/lib conftest.c -lboost_date_time >&5
conftest.c:51:6: warning: conflicting types for built-in function 'exit'
char exit ();
^
configure:10270: $? = 0
configure:10280: result: yes
configure:10418: checking boost/rational.hpp usability
configure:10418: g++ -c -I/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/libs/include conftest.cpp >&5
configure:10418: $? = 0
configure:10418: result: yes
configure:10418: checking boost/rational.hpp presence
configure:10418: g++ -E -I/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/libs/include conftest.cpp
configure:10418: $? = 0
configure:10418: result: yes
configure:10418: checking for boost/rational.hpp
configure:10418: result: yes
configure:10460: checking boost/logic/tribool.hpp usability
configure:10460: g++ -c -I/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/libs/include conftest.cpp >&5
configure:10460: $? = 0
configure:10460: result: yes
configure:10460: checking boost/logic/tribool.hpp presence
configure:10460: g++ -E -I/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/libs/include conftest.cpp
configure:10460: $? = 0
configure:10460: result: yes
configure:10460: checking for boost/logic/tribool.hpp
configure:10460: result: yes
configure:10502: checking boost/lexical_cast.hpp usability
configure:10502: g++ -c -I/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/libs/include conftest.cpp >&5
configure:10502: $? = 0
configure:10502: result: yes
configure:10502: checking boost/lexical_cast.hpp presence
configure:10502: g++ -E -I/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/libs/include conftest.cpp
configure:10502: $? = 0
configure:10502: result: yes
configure:10502: checking for boost/lexical_cast.hpp
configure:10502: result: yes
configure:10544: checking boost/math/common_factor.hpp usability
configure:10544: g++ -c -I/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/libs/include conftest.cpp >&5
configure:10544: $? = 0
configure:10544: result: yes
configure:10544: checking boost/math/common_factor.hpp presence
configure:10544: g++ -E -I/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/libs/include conftest.cpp
configure:10544: $? = 0
configure:10544: result: yes
configure:10544: checking for boost/math/common_factor.hpp
configure:10544: result: yes
configure:10586: checking boost/range.hpp usability
configure:10586: g++ -c -I/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/libs/include conftest.cpp >&5
configure:10586: $? = 0
configure:10586: result: yes
configure:10586: checking boost/range.hpp presence
configure:10586: g++ -E -I/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/libs/include conftest.cpp
configure:10586: $? = 0
configure:10586: result: yes
configure:10586: checking for boost/range.hpp
configure:10586: result: yes
configure:10628: checking boost/variant.hpp usability
configure:10628: g++ -c -I/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/libs/include conftest.cpp >&5
configure:10628: $? = 0
configure:10628: result: yes
configure:10628: checking boost/variant.hpp presence
configure:10628: g++ -E -I/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/libs/include conftest.cpp
configure:10628: $? = 0
configure:10628: result: yes
configure:10628: checking for boost/variant.hpp
configure:10628: result: yes
configure:10666: checking for main in -lgtest_main
configure:10685: g++ -o conftest -L/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/libs/lib -static-libstdc++ -static-libgcc -Wl,-z,relro -Wl,--gc-sections -Wl,--as-needed conftest.cpp -lgtest_main >&5
/usr/lib/gcc5opt/libexec/gcc/x86_64-pc-linux-gnu/5.4.0/ld: cannot find -lgtest_main
collect2: error: ld returned 1 exit status
configure:10685: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MKVToolNix"
| #define PACKAGE_TARNAME "mkvtoolnix"
| #define PACKAGE_VERSION "9.9.0"
| #define PACKAGE_STRING "MKVToolNix 9.9.0"
| #define PACKAGE_BUGREPORT "https://github.com/mbunkus/mkvtoolnix/issues/"
| #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_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_VSSCANF 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_STATIC_QT /**/
| #define HAVE_MAGIC_H 1
| #define HAVE_BOOST /**/
| #define HAVE_BOOST_SYSTEM /**/
| #define HAVE_BOOST_FILESYSTEM /**/
| #define HAVE_BOOST_REGEX /**/
| #define HAVE_BOOST_DATE_TIME /**/
| #define HAVE_BOOST_RATIONAL_HPP 1
| #define HAVE_BOOST_LOGIC_TRIBOOL_HPP 1
| #define HAVE_BOOST_LEXICAL_CAST_HPP 1
| #define HAVE_BOOST_MATH_COMMON_FACTOR_HPP 1
| #define HAVE_BOOST_RANGE_HPP 1
| #define HAVE_BOOST_VARIANT_HPP 1
| /* end confdefs.h. */
|
|
| int
| main ()
| {
| return main ();
| ;
| return 0;
| }
configure:10694: result: no
configure:10707: checking gtest/gtest.h usability
configure:10707: g++ -c conftest.cpp >&5
conftest.cpp:83:25: fatal error: gtest/gtest.h: No such file or directory
compilation terminated.
configure:10707: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MKVToolNix"
| #define PACKAGE_TARNAME "mkvtoolnix"
| #define PACKAGE_VERSION "9.9.0"
| #define PACKAGE_STRING "MKVToolNix 9.9.0"
| #define PACKAGE_BUGREPORT "https://github.com/mbunkus/mkvtoolnix/issues/"
| #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_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_VSSCANF 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_STATIC_QT /**/
| #define HAVE_MAGIC_H 1
| #define HAVE_BOOST /**/
| #define HAVE_BOOST_SYSTEM /**/
| #define HAVE_BOOST_FILESYSTEM /**/
| #define HAVE_BOOST_REGEX /**/
| #define HAVE_BOOST_DATE_TIME /**/
| #define HAVE_BOOST_RATIONAL_HPP 1
| #define HAVE_BOOST_LOGIC_TRIBOOL_HPP 1
| #define HAVE_BOOST_LEXICAL_CAST_HPP 1
| #define HAVE_BOOST_MATH_COMMON_FACTOR_HPP 1
| #define HAVE_BOOST_RANGE_HPP 1
| #define HAVE_BOOST_VARIANT_HPP 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 <gtest/gtest.h>
configure:10707: result: no
configure:10707: checking gtest/gtest.h presence
configure:10707: g++ -E conftest.cpp
conftest.cpp:50:25: fatal error: gtest/gtest.h: No such file or directory
compilation terminated.
configure:10707: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MKVToolNix"
| #define PACKAGE_TARNAME "mkvtoolnix"
| #define PACKAGE_VERSION "9.9.0"
| #define PACKAGE_STRING "MKVToolNix 9.9.0"
| #define PACKAGE_BUGREPORT "https://github.com/mbunkus/mkvtoolnix/issues/"
| #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_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_VSSCANF 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_STATIC_QT /**/
| #define HAVE_MAGIC_H 1
| #define HAVE_BOOST /**/
| #define HAVE_BOOST_SYSTEM /**/
| #define HAVE_BOOST_FILESYSTEM /**/
| #define HAVE_BOOST_REGEX /**/
| #define HAVE_BOOST_DATE_TIME /**/
| #define HAVE_BOOST_RATIONAL_HPP 1
| #define HAVE_BOOST_LOGIC_TRIBOOL_HPP 1
| #define HAVE_BOOST_LEXICAL_CAST_HPP 1
| #define HAVE_BOOST_MATH_COMMON_FACTOR_HPP 1
| #define HAVE_BOOST_RANGE_HPP 1
| #define HAVE_BOOST_VARIANT_HPP 1
| /* end confdefs.h. */
| #include <gtest/gtest.h>
configure:10707: result: no
configure:10707: checking for gtest/gtest.h
configure:10707: result: no
configure:10770: checking for pandoc
configure:10803: result: no
configure:10824: checking for DocBook XSL root directory
configure:10841: result: /usr/share/xml/docbook/stylesheet/nwalsh
configure:10864: checking for xsltproc
configure:10882: found /usr/bin/xsltproc
configure:10894: result: /usr/bin/xsltproc
configure:10908: checking whether xsltproc works
configure:10926: result: yes
configure:10937: checking POSIX termios
configure:10957: gcc -o conftest -L/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/libs/lib -static-libstdc++ -static-libgcc -Wl,-z,relro -Wl,--gc-sections -Wl,--as-needed conftest.c >&5
configure:10957: $? = 0
configure:10965: result: yes
configure:10968: checking whether termios.h defines TIOCGWINSZ
configure:10991: result: no
configure:10995: checking whether sys/ioctl.h defines TIOCGWINSZ
configure:11018: result: yes
configure:11030: checking sys/ioctl.h usability
configure:11030: gcc -c conftest.c >&5
configure:11030: $? = 0
configure:11030: result: yes
configure:11030: checking sys/ioctl.h presence
configure:11030: gcc -E conftest.c
configure:11030: $? = 0
configure:11030: result: yes
configure:11030: checking for sys/ioctl.h
configure:11030: result: yes
configure:11066: checking for po4a
configure:11084: found /usr/bin/po4a
configure:11096: result: /usr/bin/po4a
configure:11121: checking for po4a-translate
configure:11139: found /usr/bin/po4a-translate
configure:11151: result: /usr/bin/po4a-translate
configure:11162: checking whether po4a-translate works
configure:11175: result: yes
configure:11203: checking for gettext
configure:11203: gcc -o conftest -L/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/libs/lib -static-libstdc++ -static-libgcc -Wl,-z,relro -Wl,--gc-sections -Wl,--as-needed conftest.c >&5
conftest.c:76:6: warning: conflicting types for built-in function 'gettext'
char gettext ();
^
configure:11203: $? = 0
configure:11203: result: yes
configure:11264: checking libintl.h usability
configure:11264: gcc -c conftest.c >&5
configure:11264: $? = 0
configure:11264: result: yes
configure:11264: checking libintl.h presence
configure:11264: gcc -E conftest.c
configure:11264: $? = 0
configure:11264: result: yes
configure:11264: checking for libintl.h
configure:11264: result: yes
configure:11277: checking the translations to install
configure:11290: result: ca cs de es eu fr it ja ko lt nl pl pt pt_BR ru sr_RS sr_RS@latin sv tr uk zh_CN zh_TW
configure:11301: checking the manpage translation languages to install
configure:11315: result: ca de es ja ko nl pl uk zh_CN
configure:11448: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by MKVToolNix config.status 9.9.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on djcj
config.status:935: creating build-config
config.status:935: creating config.h
config.status:1110: config.h is unchanged
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_compiler_is_clang=no
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value=gcc
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=set
ac_cv_env_CXX_value=g++
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=set
ac_cv_env_LDFLAGS_value='-L/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/libs/lib -static-libstdc++ -static-libgcc -Wl,-z,relro -Wl,--gc-sections -Wl,--as-needed'
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=set
ac_cv_env_PKG_CONFIG_PATH_value=/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/libs/lib/pkgconfig:/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/lib/pkgconfig:
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_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_gettext=yes
ac_cv_func_syscall=yes
ac_cv_func_vsscanf=yes
ac_cv_gcc_version=5.4.0
ac_cv_has_int64_t=yes
ac_cv_has_nl_langinfo=yes
ac_cv_has_prix64=yes
ac_cv_has_uint64_t=yes
ac_cv_header_boost_lexical_cast_hpp=yes
ac_cv_header_boost_logic_tribool_hpp=yes
ac_cv_header_boost_math_common_factor_hpp=yes
ac_cv_header_boost_range_hpp=yes
ac_cv_header_boost_rational_hpp=yes
ac_cv_header_boost_variant_hpp=yes
ac_cv_header_gtest_gtest_h=no
ac_cv_header_iconv_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_libintl_h=yes
ac_cv_header_magic_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_ogg_ogg_h=yes
ac_cv_header_pugixml_hpp=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_stropts_h=yes
ac_cv_header_sys_ioctl_h=yes
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-unknown-linux-gnu
ac_cv_lib_FLAC_FLAC__stream_decoder_new=yes
ac_cv_lib_FLAC_FLAC__stream_decoder_skip_single_frame=yes
ac_cv_lib_boost_date_time___exit=yes
ac_cv_lib_boost_filesystem___exit=yes
ac_cv_lib_boost_regex___exit=yes
ac_cv_lib_boost_system___exit=yes
ac_cv_lib_gtest_main_main=no
ac_cv_lib_magic_magic_open=yes
ac_cv_lib_ogg_ogg_sync_init=yes
ac_cv_lib_vorbis_vorbis_synthesis_init=yes
ac_cv_member_FLAC__StreamMetadata_StreamInfo_sample_rate=yes
ac_cv_mingw32=no
ac_cv_nlohmann_jsoncpp=no
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
ac_cv_path_MOC=/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/bin/moc
ac_cv_path_PO4A=/usr/bin/po4a
ac_cv_path_PO4A_TRANSLATE=/usr/bin/po4a-translate
ac_cv_path_RCC=/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/bin/rcc
ac_cv_path_UIC=/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/bin/uic
ac_cv_path_XSLTPROC=/usr/bin/xsltproc
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_ac_pt_QMAKE=/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/bin/qmake
ac_cv_path_install='/usr/bin/install -c'
ac_cv_po4a_works=yes
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_LD=ld
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_gcc_c_o=yes
ac_cv_prog_cxx_g=yes
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_sys_posix_termios=yes
ac_cv_sys_tiocgwinsz_in_sys_ioctl_h=yes
ac_cv_sys_tiocgwinsz_in_termios_h=no
ac_cv_target=x86_64-unknown-linux-gnu
ac_cv_xsltproc_works=yes
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=
am_cv_qt_compilation=0
ax_cv_boost_date_time=yes
ax_cv_boost_filesystem=yes
ax_cv_boost_regex=yes
ax_cv_boost_system=yes
ax_cv_cxx11_alias_declarations=yes
ax_cv_cxx11_auto_keyword=yes
ax_cv_cxx11_initializer_lists=yes
ax_cv_cxx11_lambda_functions=yes
ax_cv_cxx11_nullptr=yes
ax_cv_cxx11_range_based_for=yes
ax_cv_cxx11_right_angle_brackets=yes
ax_cv_cxx11_tuples=yes
ax_cv_cxx14_binary_literals=yes
ax_cv_cxx14_digit_separators=yes
ax_cv_cxx14_generic_lambdas=yes
ax_cv_cxx14_make_unique=yes
ax_cv_std_cxx_flag=-std=gnu++14
pkg_cv_ZLIB_CFLAGS=' '
pkg_cv_ZLIB_LIBS='-lz '
## ----------------- ##
## Output variables. ##
## ----------------- ##
AR='ar'
BOOST_CPPFLAGS='-I/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/libs/include'
BOOST_DATE_TIME_LIB='-lboost_date_time'
BOOST_FILESYSTEM_LIB='-lboost_filesystem'
BOOST_LDFLAGS='-L/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/libs/lib'
BOOST_REGEX_LIB='-lboost_regex'
BOOST_SYSTEM_LIB='-lboost_system'
BUILD_TOOLS='no'
CC='gcc'
CFLAGS=''
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='g++ -E'
CXXFLAGS=''
DEBUG_CFLAGS='-g -DDEBUG'
DEFS='-DHAVE_CONFIG_H'
DOCBOOK_ROOT='/usr/share/xml/docbook/stylesheet/nwalsh'
EBML_CFLAGS=''
EBML_LIBS=''
EBML_MATROSKA_INTERNAL='yes'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
EXTRA_CFLAGS=''
EXTRA_LDFLAGS=''
FLAC_LIBS='-lFLAC -logg -lm '
FSTACK_PROTECTOR='-fstack-protector-strong'
GNURX_LIBS=''
GREP='/bin/grep'
GTEST_TYPE='no'
ICONV_LIBS=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LCONVERT=''
LD='ld'
LDFLAGS='-L/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/libs/lib -static-libstdc++ -static-libgcc -Wl,-z,relro -Wl,--gc-sections -Wl,--as-needed'
LDFLAGS_RPATHS=''
LIBINTL_LIBS=''
LIBOBJS=''
LIBS=''
LINK_STATICALLY=''
LTLIBOBJS=''
MAGIC_LIBS='-lmagic -lz '
MANPAGES_TRANSLATIONS='ca de es ja ko nl pl uk zh_CN '
MATROSKA_CFLAGS=''
MATROSKA_LIBS=''
MINGW=''
MINGW_GUIAPP=''
MINGW_LIBS=''
MINGW_PROCESSOR_ARCH=''
MOC=''
OBJEXT='o'
OGG_LIBS='-logg'
OPTIMIZATION_CFLAGS=''
PACKAGE_BUGREPORT='https://github.com/mbunkus/mkvtoolnix/issues/'
PACKAGE_NAME='MKVToolNix'
PACKAGE_STRING='MKVToolNix 9.9.0'
PACKAGE_TARNAME='mkvtoolnix'
PACKAGE_URL=''
PACKAGE_VERSION='9.9.0'
PANDOC=''
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH='/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/libs/lib/pkgconfig:/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/lib/pkgconfig:'
PO4A='/usr/bin/po4a'
PO4A_FLAGS='-M utf-8 -k 0'
PO4A_TRANSLATE='/usr/bin/po4a-translate'
PO4A_TRANSLATE_FLAGS='-M utf-8 -k 0 -f docbook'
PO4A_WORKS='yes'
PROFILING_CFLAGS=''
PROFILING_LIBS=''
PUGIXML_CFLAGS=''
PUGIXML_INTERNAL='yes'
PUGIXML_LIBS=''
QMAKE='/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/bin/qmake'
QT_CFLAGS=''
QT_LIBS=''
QUNUSED_ARGUMENTS=''
RANLIB='ranlib'
RCC='/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/qt5-static-c++14/bin/rcc'
SET_MAKE=''
SHELL='/bin/bash'
STD_CXX='-std=gnu++14'
STRIP='strip'
TRANSLATIONS='ca cs de es eu fr it ja ko lt nl pl pt pt_BR ru sr_RS sr_RS@latin sv tr uk zh_CN zh_TW'
UIC=''
USER_CFLAGS=''
USER_CPPFLAGS=''
USER_CXXFLAGS=''
USER_LDFLAGS='-L/home/djcj/Downloads/mkvtoolnix-9.9.0~ubuntu14.04/libs/lib -static-libstdc++ -static-libgcc -Wl,-z,relro -Wl,--gc-sections -Wl,--as-needed'
USE_CLANG=''
USE_PRECOMPILED_HEADERS='yes'
USE_QT=''
UTF8CPP_INTERNAL='yes'
VORBIS_LIBS='-lvorbis -lm'
WINDRES=''
WLOGICAL_OP=''
WNO_INCONSISTENT_MISSING_OVERRIDE=''
WNO_MAYBE_UNINITIALIZED='-Wno-maybe-uninitialized'
WNO_MISMATCHED_TAGS=''
WNO_POTENTIALLY_EVALUATED_EXPRESSION=''
WNO_SELF_ASSIGN=''
XSLTPROC='/usr/bin/xsltproc'
XSLTPROC_FLAGS='--nonet'
ZLIB_CFLAGS=' '
ZLIB_LIBS='-lz '
ac_ct_CC='gcc'
ac_ct_CXX=''
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
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='/usr'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='x86_64-unknown-linux-gnu'
target_alias=''
target_cpu='x86_64'
target_os='linux-gnu'
target_vendor='unknown'
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "MKVToolNix"
#define PACKAGE_TARNAME "mkvtoolnix"
#define PACKAGE_VERSION "9.9.0"
#define PACKAGE_STRING "MKVToolNix 9.9.0"
#define PACKAGE_BUGREPORT "https://github.com/mbunkus/mkvtoolnix/issues/"
#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_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_SYSCALL_H 1
#define HAVE_STROPTS_H 1
#define HAVE_VSSCANF 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_STATIC_QT /**/
#define HAVE_MAGIC_H 1
#define HAVE_BOOST /**/
#define HAVE_BOOST_SYSTEM /**/
#define HAVE_BOOST_FILESYSTEM /**/
#define HAVE_BOOST_REGEX /**/
#define HAVE_BOOST_DATE_TIME /**/
#define HAVE_BOOST_RATIONAL_HPP 1
#define HAVE_BOOST_LOGIC_TRIBOOL_HPP 1
#define HAVE_BOOST_LEXICAL_CAST_HPP 1
#define HAVE_BOOST_MATH_COMMON_FACTOR_HPP 1
#define HAVE_BOOST_RANGE_HPP 1
#define HAVE_BOOST_VARIANT_HPP 1
#define GWINSZ_IN_SYS_IOCTL 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_TIOCGWINSZ 1
#define HAVE_GETTEXT 1
#define HAVE_LIBINTL_H 1
configure: exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment