Skip to content

Instantly share code, notes, and snippets.

Created December 2, 2015 08:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/f9097fb7f380994d7508 to your computer and use it in GitHub Desktop.
Save anonymous/f9097fb7f380994d7508 to your computer and use it in GitHub Desktop.
work/src/mkvtoolnix-7.8.0/config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by MKVToolNix configure 7.8.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --prefix=/usr --mandir=/usr/man --disable-precompiled-headers --with-boost-libdir=/usr/lib
## --------- ##
## Platform. ##
## --------- ##
hostname = b02a768a95ce
uname -m = x86_64
uname -r = 3.18.23
uname -s = Linux
uname -v = #1 SMP PREEMPT Tue Nov 3 16:42:24 AEDT 2015
/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: /usr/lib/ccache/
PATH: /bin
PATH: /usr/bin
PATH: /opt/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2865: checking build system type
configure:2879: result: x86_64-unknown-linux-gnu
configure:2899: checking host system type
configure:2912: result: x86_64-unknown-linux-gnu
configure:2932: checking target system type
configure:2945: result: x86_64-unknown-linux-gnu
configure:3020: checking for gcc
configure:3036: found /usr/lib/ccache//gcc
configure:3047: result: gcc
configure:3276: checking for C compiler version
configure:3285: gcc --version >&5
gcc (CRUX-x86_64-multilib) 5.2.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:3296: $? = 0
configure:3285: gcc -v >&5
Using built-in specs.
COLLECT_GCC=/usr/bin/gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: ../gcc-5.2.0/configure --prefix=/usr --libexecdir=/usr/lib --enable-languages=c,c++,objc --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-shared --disable-nls --with-x=no --with-system-zlib --enable-multilib --with-pkgversion=CRUX-x86_64-multilib
Thread model: posix
gcc version 5.2.0 (CRUX-x86_64-multilib)
configure:3296: $? = 0
configure:3285: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3296: $? = 1
configure:3285: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:3296: $? = 1
configure:3316: checking whether the C compiler works
configure:3338: gcc -O2 -march=x86-64 -pipe -DBOOST_FILESYSTEM_VERSION=3 conftest.c >&5
configure:3342: $? = 0
configure:3390: result: yes
configure:3393: checking for C compiler default output file name
configure:3395: result: a.out
configure:3401: checking for suffix of executables
configure:3408: gcc -o conftest -O2 -march=x86-64 -pipe -DBOOST_FILESYSTEM_VERSION=3 conftest.c >&5
configure:3412: $? = 0
configure:3434: result:
configure:3456: checking whether we are cross compiling
configure:3464: gcc -o conftest -O2 -march=x86-64 -pipe -DBOOST_FILESYSTEM_VERSION=3 conftest.c >&5
configure:3468: $? = 0
configure:3475: ./conftest
configure:3479: $? = 0
configure:3494: result: no
configure:3499: checking for suffix of object files
configure:3521: gcc -c -O2 -march=x86-64 -pipe -DBOOST_FILESYSTEM_VERSION=3 conftest.c >&5
configure:3525: $? = 0
configure:3546: result: o
configure:3550: checking whether we are using the GNU C compiler
configure:3569: gcc -c -O2 -march=x86-64 -pipe -DBOOST_FILESYSTEM_VERSION=3 conftest.c >&5
configure:3569: $? = 0
configure:3578: result: yes
configure:3587: checking whether gcc accepts -g
configure:3607: gcc -c -g conftest.c >&5
configure:3607: $? = 0
configure:3648: result: yes
configure:3665: checking for gcc option to accept ISO C89
configure:3728: gcc -c -O2 -march=x86-64 -pipe -DBOOST_FILESYSTEM_VERSION=3 conftest.c >&5
configure:3728: $? = 0
configure:3741: result: none needed
configure:3763: checking whether gcc and cc understand -c and -o together
configure:3794: gcc -c conftest.c -o conftest2.o >&5
configure:3798: $? = 0
configure:3804: gcc -c conftest.c -o conftest2.o >&5
configure:3808: $? = 0
configure:3819: cc -c conftest.c >&5
configure:3823: $? = 0
configure:3831: cc -c conftest.c -o conftest2.o >&5
configure:3835: $? = 0
configure:3841: cc -c conftest.c -o conftest2.o >&5
configure:3845: $? = 0
configure:3863: result: yes
configure:3878: checking how to run the C preprocessor
configure:3909: gcc -E conftest.c
configure:3909: $? = 0
configure:3923: gcc -E conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:3923: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MKVToolNix"
| #define PACKAGE_TARNAME "mkvtoolnix"
| #define PACKAGE_VERSION "7.8.0"
| #define PACKAGE_STRING "MKVToolNix 7.8.0"
| #define PACKAGE_BUGREPORT "https://github.com/mbunkus/mkvtoolnix/issues/"
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3948: result: gcc -E
configure:3968: gcc -E conftest.c
configure:3968: $? = 0
configure:3982: gcc -E conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:3982: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MKVToolNix"
| #define PACKAGE_TARNAME "mkvtoolnix"
| #define PACKAGE_VERSION "7.8.0"
| #define PACKAGE_STRING "MKVToolNix 7.8.0"
| #define PACKAGE_BUGREPORT "https://github.com/mbunkus/mkvtoolnix/issues/"
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4069: checking for g++
configure:4085: found /usr/lib/ccache//g++
configure:4096: result: g++
configure:4123: checking for C++ compiler version
configure:4132: g++ --version >&5
g++ (CRUX-x86_64-multilib) 5.2.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:4143: $? = 0
configure:4132: g++ -v >&5
Using built-in specs.
COLLECT_GCC=/usr/bin/g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: ../gcc-5.2.0/configure --prefix=/usr --libexecdir=/usr/lib --enable-languages=c,c++,objc --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-shared --disable-nls --with-x=no --with-system-zlib --enable-multilib --with-pkgversion=CRUX-x86_64-multilib
Thread model: posix
gcc version 5.2.0 (CRUX-x86_64-multilib)
configure:4143: $? = 0
configure:4132: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:4143: $? = 1
configure:4132: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'
g++: fatal error: no input files
compilation terminated.
configure:4143: $? = 1
configure:4147: checking whether we are using the GNU C++ compiler
configure:4166: g++ -c -O2 -march=x86-64 -pipe -DBOOST_FILESYSTEM_VERSION=3 conftest.cpp >&5
configure:4166: $? = 0
configure:4175: result: yes
configure:4184: checking whether g++ accepts -g
configure:4204: g++ -c -g conftest.cpp >&5
configure:4204: $? = 0
configure:4245: result: yes
configure:4269: checking whether make sets $(MAKE)
configure:4291: result: yes
configure:4314: checking for a BSD-compatible install
configure:4382: result: /usr/bin/install -c
configure:4436: checking for ranlib
configure:4452: found /usr/bin/ranlib
configure:4463: result: ranlib
configure:4528: checking for strip
configure:4544: found /usr/bin/strip
configure:4555: result: strip
configure:4620: checking for ar
configure:4636: found /usr/bin/ar
configure:4647: result: ar
configure:4712: checking for ld
configure:4728: found /usr/bin/ld
configure:4739: result: ld
configure:4815: checking for pkg-config
configure:4833: found /usr/bin/pkg-config
configure:4845: result: /usr/bin/pkg-config
configure:4870: checking pkg-config is at least version 0.9.0
configure:4873: result: yes
configure:4884: checking for grep that handles long lines and -e
configure:4942: result: /usr/bin/grep
configure:4947: checking for egrep
configure:5009: result: /usr/bin/grep -E
configure:5014: checking for ANSI C header files
configure:5034: gcc -c -O2 -march=x86-64 -pipe -DBOOST_FILESYSTEM_VERSION=3 conftest.c >&5
configure:5034: $? = 0
configure:5107: gcc -o conftest -O2 -march=x86-64 -pipe -DBOOST_FILESYSTEM_VERSION=3 conftest.c >&5
configure:5107: $? = 0
configure:5107: ./conftest
configure:5107: $? = 0
configure:5118: result: yes
configure:5131: checking for sys/types.h
configure:5131: gcc -c -O2 -march=x86-64 -pipe -DBOOST_FILESYSTEM_VERSION=3 conftest.c >&5
configure:5131: $? = 0
configure:5131: result: yes
configure:5131: checking for sys/stat.h
configure:5131: gcc -c -O2 -march=x86-64 -pipe -DBOOST_FILESYSTEM_VERSION=3 conftest.c >&5
configure:5131: $? = 0
configure:5131: result: yes
configure:5131: checking for stdlib.h
configure:5131: gcc -c -O2 -march=x86-64 -pipe -DBOOST_FILESYSTEM_VERSION=3 conftest.c >&5
configure:5131: $? = 0
configure:5131: result: yes
configure:5131: checking for string.h
configure:5131: gcc -c -O2 -march=x86-64 -pipe -DBOOST_FILESYSTEM_VERSION=3 conftest.c >&5
configure:5131: $? = 0
configure:5131: result: yes
configure:5131: checking for memory.h
configure:5131: gcc -c -O2 -march=x86-64 -pipe -DBOOST_FILESYSTEM_VERSION=3 conftest.c >&5
configure:5131: $? = 0
configure:5131: result: yes
configure:5131: checking for strings.h
configure:5131: gcc -c -O2 -march=x86-64 -pipe -DBOOST_FILESYSTEM_VERSION=3 conftest.c >&5
configure:5131: $? = 0
configure:5131: result: yes
configure:5131: checking for inttypes.h
configure:5131: gcc -c -O2 -march=x86-64 -pipe -DBOOST_FILESYSTEM_VERSION=3 conftest.c >&5
configure:5131: $? = 0
configure:5131: result: yes
configure:5131: checking for stdint.h
configure:5131: gcc -c -O2 -march=x86-64 -pipe -DBOOST_FILESYSTEM_VERSION=3 conftest.c >&5
configure:5131: $? = 0
configure:5131: result: yes
configure:5131: checking for unistd.h
configure:5131: gcc -c -O2 -march=x86-64 -pipe -DBOOST_FILESYSTEM_VERSION=3 conftest.c >&5
configure:5131: $? = 0
configure:5131: result: yes
configure:5146: checking for inttypes.h
configure:5146: result: yes
configure:5146: checking for stdint.h
configure:5146: result: yes
configure:5146: checking for sys/types.h
configure:5146: result: yes
configure:5146: checking sys/syscall.h usability
configure:5146: gcc -c -O2 -march=x86-64 -pipe -DBOOST_FILESYSTEM_VERSION=3 conftest.c >&5
configure:5146: $? = 0
configure:5146: result: yes
configure:5146: checking sys/syscall.h presence
configure:5146: gcc -E conftest.c
configure:5146: $? = 0
configure:5146: result: yes
configure:5146: checking for sys/syscall.h
configure:5146: result: yes
configure:5146: checking stropts.h usability
configure:5146: gcc -c -O2 -march=x86-64 -pipe -DBOOST_FILESYSTEM_VERSION=3 conftest.c >&5
configure:5146: $? = 0
configure:5146: result: yes
configure:5146: checking stropts.h presence
configure:5146: gcc -E conftest.c
configure:5146: $? = 0
configure:5146: result: yes
configure:5146: checking for stropts.h
configure:5146: result: yes
configure:5159: checking for vsscanf
configure:5159: gcc -o conftest -O2 -march=x86-64 -pipe -DBOOST_FILESYSTEM_VERSION=3 conftest.c >&5
conftest.c:47:6: warning: conflicting types for built-in function 'vsscanf'
char vsscanf ();
^
configure:5159: $? = 0
configure:5159: result: yes
configure:5159: checking for syscall
configure:5159: gcc -o conftest -O2 -march=x86-64 -pipe -DBOOST_FILESYSTEM_VERSION=3 conftest.c >&5
configure:5159: $? = 0
configure:5159: result: yes
configure:5198: checking gcc version
configure:5205: result: 5.2.0
configure:5231: checking for support for the "-std=c++14" flag
configure:5258: g++ -c -O2 -march=x86-64 -pipe -DBOOST_FILESYSTEM_VERSION=3 -std=c++14 conftest.cpp >&5
configure:5258: $? = 0
configure:5316: result: -std=c++14
configure:5327: checking for support for C++11 feature "initializer lists"
configure:5358: g++ -c -O2 -march=x86-64 -pipe -DBOOST_FILESYSTEM_VERSION=3 -std=c++14 conftest.cpp >&5
configure:5358: $? = 0
configure:5374: result: yes
configure:5382: checking for support for C++11 feature "range-based 'for'"
configure:5418: g++ -c -O2 -march=x86-64 -pipe -DBOOST_FILESYSTEM_VERSION=3 -std=c++14 conftest.cpp >&5
configure:5418: $? = 0
configure:5434: result: yes
configure:5442: checking for support for C++11 feature "right angle brackets"
configure:5475: g++ -c -O2 -march=x86-64 -pipe -DBOOST_FILESYSTEM_VERSION=3 -std=c++14 conftest.cpp >&5
configure:5475: $? = 0
configure:5491: result: yes
configure:5499: checking for support for C++11 feature "'auto' keyword"
configure:5534: g++ -c -O2 -march=x86-64 -pipe -DBOOST_FILESYSTEM_VERSION=3 -std=c++14 conftest.cpp >&5
configure:5534: $? = 0
configure:5550: result: yes
configure:5558: checking for support for C++11 feature "lambda functions"
configure:5593: g++ -c -O2 -march=x86-64 -pipe -DBOOST_FILESYSTEM_VERSION=3 -std=c++14 conftest.cpp >&5
configure:5593: $? = 0
configure:5609: result: yes
configure:5617: checking for support for C++11 feature "nullptr"
configure:5645: g++ -c -O2 -march=x86-64 -pipe -DBOOST_FILESYSTEM_VERSION=3 -std=c++14 conftest.cpp >&5
configure:5645: $? = 0
configure:5661: result: yes
configure:5669: checking for support for C++11 feature "tuples"
configure:5700: g++ -c -O2 -march=x86-64 -pipe -DBOOST_FILESYSTEM_VERSION=3 -std=c++14 conftest.cpp >&5
configure:5700: $? = 0
configure:5716: result: yes
configure:5724: checking for support for C++11 feature "alias declarations"
configure:5758: g++ -c -O2 -march=x86-64 -pipe -DBOOST_FILESYSTEM_VERSION=3 -std=c++14 conftest.cpp >&5
configure:5758: $? = 0
configure:5774: result: yes
configure:5782: checking for support for C++14 feature "std::make_unique"
configure:5810: g++ -c -O2 -march=x86-64 -pipe -DBOOST_FILESYSTEM_VERSION=3 -std=c++14 conftest.cpp >&5
configure:5810: $? = 0
configure:5826: result: yes
configure:5846: checking compiler is clang
configure:5859: result: no
configure:5954: checking whether the byte order is big-endian
configure:5987: result: no
configure:6002: checking if being compiled with mingw32
configure:6017: result: no
configure:6292: checking for int64_t
configure:6325: g++ -c -O2 -march=x86-64 -pipe -DBOOST_FILESYSTEM_VERSION=3 conftest.cpp >&5
configure:6325: $? = 0
configure:6334: result: yes
configure:6337: checking for uint64_t
configure:6364: g++ -c -O2 -march=x86-64 -pipe -DBOOST_FILESYSTEM_VERSION=3 conftest.cpp >&5
configure:6364: $? = 0
configure:6373: result: yes
configure:6386: checking size of int
configure:6391: gcc -o conftest -O2 -march=x86-64 -pipe -DBOOST_FILESYSTEM_VERSION=3 conftest.c >&5
configure:6391: $? = 0
configure:6391: ./conftest
configure:6391: $? = 0
configure:6405: result: 4
configure:6419: checking size of long
configure:6424: gcc -o conftest -O2 -march=x86-64 -pipe -DBOOST_FILESYSTEM_VERSION=3 conftest.c >&5
configure:6424: $? = 0
configure:6424: ./conftest
configure:6424: $? = 0
configure:6438: result: 8
configure:6452: checking size of long long
configure:6457: gcc -o conftest -O2 -march=x86-64 -pipe -DBOOST_FILESYSTEM_VERSION=3 conftest.c >&5
configure:6457: $? = 0
configure:6457: ./conftest
configure:6457: $? = 0
configure:6471: result: 8
configure:6525: checking for PRId64 and PRIu64
configure:6553: gcc -c -O2 -march=x86-64 -pipe -DBOOST_FILESYSTEM_VERSION=3 conftest.c >&5
configure:6553: $? = 0
configure:6562: result: yes
configure:6573: checking iconv.h usability
configure:6573: gcc -c -O2 -march=x86-64 -pipe -DBOOST_FILESYSTEM_VERSION=3 conftest.c >&5
configure:6573: $? = 0
configure:6573: result: yes
configure:6573: checking iconv.h presence
configure:6573: gcc -E conftest.c
configure:6573: $? = 0
configure:6573: result: yes
configure:6573: checking for iconv.h
configure:6573: result: yes
configure:6583: checking for iconv
configure:6605: gcc -o conftest -O2 -march=x86-64 -pipe -DBOOST_FILESYSTEM_VERSION=3 conftest.c >&5
configure:6605: $? = 0
configure:6637: result: yes
configure:6640: checking for iconv declaration
configure:6669: gcc -c -O2 -march=x86-64 -pipe -DBOOST_FILESYSTEM_VERSION=3 conftest.c >&5
configure:6669: $? = 0
configure:6679: result:
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
configure:6702: checking for nl_langinfo
configure:6721: gcc -c -O2 -march=x86-64 -pipe -DBOOST_FILESYSTEM_VERSION=3 conftest.c >&5
configure:6721: $? = 0
configure:6730: result: yes
configure:6780: checking for ogg_sync_init in -logg
configure:6805: gcc -o conftest -O2 -march=x86-64 -pipe -DBOOST_FILESYSTEM_VERSION=3 conftest.c -logg >&5
configure:6805: $? = 0
configure:6814: result: yes
configure:6828: checking ogg/ogg.h usability
configure:6828: gcc -c -O2 -march=x86-64 -pipe -DBOOST_FILESYSTEM_VERSION=3 conftest.c >&5
configure:6828: $? = 0
configure:6828: result: yes
configure:6828: checking ogg/ogg.h presence
configure:6828: gcc -E conftest.c
configure:6828: $? = 0
configure:6828: result: yes
configure:6828: checking for ogg/ogg.h
configure:6828: result: yes
configure:6866: checking for vorbis_synthesis_init in -lvorbis
configure:6891: gcc -o conftest -O2 -march=x86-64 -pipe -DBOOST_FILESYSTEM_VERSION=3 conftest.c -lvorbis -logg -lm >&5
configure:6891: $? = 0
configure:6900: result: yes
configure:6914: checking vorbis/codec.h usability
configure:6914: gcc -c -O2 -march=x86-64 -pipe -DBOOST_FILESYSTEM_VERSION=3 conftest.c >&5
configure:6914: $? = 0
configure:6914: result: yes
configure:6914: checking vorbis/codec.h presence
configure:6914: gcc -E conftest.c
configure:6914: $? = 0
configure:6914: result: yes
configure:6914: checking for vorbis/codec.h
configure:6914: result: yes
configure:6948: checking for FLAC__stream_decoder_new in -lFLAC
configure:6973: gcc -o conftest -O2 -march=x86-64 -pipe -DBOOST_FILESYSTEM_VERSION=3 conftest.c -lFLAC -logg -lm >&5
configure:6973: $? = 0
configure:6982: result: yes
configure:6995: checking for FLAC__StreamMetadata_StreamInfo.sample_rate
configure:6995: gcc -c -O2 -march=x86-64 -pipe -DBOOST_FILESYSTEM_VERSION=3 conftest.c >&5
configure:6995: $? = 0
configure:6995: result: yes
configure:7006: checking for FLAC__stream_decoder_skip_single_frame in -lFLAC
configure:7031: gcc -o conftest -O2 -march=x86-64 -pipe -DBOOST_FILESYSTEM_VERSION=3 conftest.c -lFLAC -lFLAC -logg -lm >&5
configure:7031: $? = 0
configure:7040: result: yes
configure:7071: checking for EBML
configure:7078: $PKG_CONFIG --exists --print-errors "libebml >= 1.3.1"
configure:7081: $? = 0
configure:7095: $PKG_CONFIG --exists --print-errors "libebml >= 1.3.1"
configure:7098: $? = 0
configure:7136: result: yes
configure:7142: checking for MATROSKA
configure:7149: $PKG_CONFIG --exists --print-errors "libmatroska >= 1.4.2"
configure:7152: $? = 0
configure:7166: $PKG_CONFIG --exists --print-errors "libmatroska >= 1.4.2"
configure:7169: $? = 0
configure:7207: result: yes
configure:7260: checking how to run the C++ preprocessor
configure:7287: g++ -E conftest.cpp
configure:7287: $? = 0
configure:7301: g++ -E conftest.cpp
conftest.cpp:38:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:7301: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MKVToolNix"
| #define PACKAGE_TARNAME "mkvtoolnix"
| #define PACKAGE_VERSION "7.8.0"
| #define PACKAGE_STRING "MKVToolNix 7.8.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 HAVE_STD_MAKE_UNIQUE 1
| #define HAVE_BUILD_TIMESTAMP 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 <ac_nonexistent.h>
configure:7326: result: g++ -E
configure:7346: g++ -E conftest.cpp
configure:7346: $? = 0
configure:7360: g++ -E conftest.cpp
conftest.cpp:38:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:7360: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MKVToolNix"
| #define PACKAGE_TARNAME "mkvtoolnix"
| #define PACKAGE_VERSION "7.8.0"
| #define PACKAGE_STRING "MKVToolNix 7.8.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 HAVE_STD_MAKE_UNIQUE 1
| #define HAVE_BUILD_TIMESTAMP 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 <ac_nonexistent.h>
configure:7391: checking pugixml.hpp usability
configure:7391: g++ -c -O2 -march=x86-64 -pipe -DBOOST_FILESYSTEM_VERSION=3 conftest.cpp >&5
conftest.cpp:71:23: fatal error: pugixml.hpp: No such file or directory
compilation terminated.
configure:7391: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MKVToolNix"
| #define PACKAGE_TARNAME "mkvtoolnix"
| #define PACKAGE_VERSION "7.8.0"
| #define PACKAGE_STRING "MKVToolNix 7.8.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 HAVE_STD_MAKE_UNIQUE 1
| #define HAVE_BUILD_TIMESTAMP 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:7391: result: no
configure:7391: checking pugixml.hpp presence
configure:7391: g++ -E conftest.cpp
conftest.cpp:38:23: fatal error: pugixml.hpp: No such file or directory
compilation terminated.
configure:7391: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MKVToolNix"
| #define PACKAGE_TARNAME "mkvtoolnix"
| #define PACKAGE_VERSION "7.8.0"
| #define PACKAGE_STRING "MKVToolNix 7.8.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 HAVE_STD_MAKE_UNIQUE 1
| #define HAVE_BUILD_TIMESTAMP 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:7391: result: no
configure:7391: checking for pugixml.hpp
configure:7391: result: no
configure:7456: Using the internal version of the pugixml library
configure:7466: checking for ZLIB
configure:7473: $PKG_CONFIG --exists --print-errors "zlib"
configure:7476: $? = 0
configure:7490: $PKG_CONFIG --exists --print-errors "zlib"
configure:7493: $? = 0
configure:7551: result: yes
configure:7590: checking for wx-config
configure:7622: result: no
configure:8558: checking for magic_open in -lmagic
configure:8583: gcc -o conftest -O2 -march=x86-64 -pipe -DBOOST_FILESYSTEM_VERSION=3 conftest.c -lmagic -lz >&5
configure:8583: $? = 0
configure:8592: result: yes
configure:8604: checking magic.h usability
configure:8604: gcc -c -O2 -march=x86-64 -pipe -DBOOST_FILESYSTEM_VERSION=3 conftest.c >&5
configure:8604: $? = 0
configure:8604: result: yes
configure:8604: checking magic.h presence
configure:8604: gcc -E conftest.c
configure:8604: $? = 0
configure:8604: result: yes
configure:8604: checking for magic.h
configure:8604: result: yes
configure:8862: checking for boostlib >= 1.46.0
configure:8934: g++ -c -O2 -march=x86-64 -pipe -DBOOST_FILESYSTEM_VERSION=3 -I/usr/include conftest.cpp >&5
configure:8934: $? = 0
configure:8936: result: yes
configure:9116: checking whether the Boost::System library is available
configure:9140: g++ -c -O2 -march=x86-64 -pipe -DBOOST_FILESYSTEM_VERSION=3 -I/usr/include conftest.cpp >&5
configure:9140: $? = 0
configure:9155: result: yes
configure:9314: error: Could not find a version of the library!
## ---------------- ##
## 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=''
ac_cv_env_CC_value=''
ac_cv_env_CFLAGS_set='set'
ac_cv_env_CFLAGS_value='-O2 -march=x86-64 -pipe -DBOOST_FILESYSTEM_VERSION=3'
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='set'
ac_cv_env_CXXFLAGS_value='-O2 -march=x86-64 -pipe -DBOOST_FILESYSTEM_VERSION=3'
ac_cv_env_CXX_set=''
ac_cv_env_CXX_value=''
ac_cv_env_EBML_CFLAGS_set=''
ac_cv_env_EBML_CFLAGS_value=''
ac_cv_env_EBML_LIBS_set=''
ac_cv_env_EBML_LIBS_value=''
ac_cv_env_LDFLAGS_set=''
ac_cv_env_LDFLAGS_value=''
ac_cv_env_LIBS_set=''
ac_cv_env_LIBS_value=''
ac_cv_env_MATROSKA_CFLAGS_set=''
ac_cv_env_MATROSKA_CFLAGS_value=''
ac_cv_env_MATROSKA_LIBS_set=''
ac_cv_env_MATROSKA_LIBS_value=''
ac_cv_env_PKG_CONFIG_LIBDIR_set=''
ac_cv_env_PKG_CONFIG_LIBDIR_value=''
ac_cv_env_PKG_CONFIG_PATH_set=''
ac_cv_env_PKG_CONFIG_PATH_value=''
ac_cv_env_PKG_CONFIG_set=''
ac_cv_env_PKG_CONFIG_value=''
ac_cv_env_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_syscall='yes'
ac_cv_func_vsscanf='yes'
ac_cv_gcc_version='5.2.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_iconv_h='yes'
ac_cv_header_inttypes_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_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_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_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_objext='o'
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GREP='/usr/bin/grep'
ac_cv_path_WX_CONFIG='no'
ac_cv_path_ac_pt_PKG_CONFIG='/usr/bin/pkg-config'
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_AR='ar'
ac_cv_prog_ac_ct_CC='gcc'
ac_cv_prog_ac_ct_CXX='g++'
ac_cv_prog_ac_ct_LD='ld'
ac_cv_prog_ac_ct_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_target='x86_64-unknown-linux-gnu'
am_cv_func_iconv='yes'
am_cv_lib_iconv='no'
am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
am_cv_proto_iconv_arg1=''
ax_cv_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_make_unique='yes'
ax_cv_std_cxx_flag='-std=c++14'
pkg_cv_EBML_CFLAGS=''
pkg_cv_EBML_LIBS='-lebml'
pkg_cv_MATROSKA_CFLAGS=''
pkg_cv_MATROSKA_LIBS='-lmatroska'
pkg_cv_ZLIB_CFLAGS=''
pkg_cv_ZLIB_LIBS='-lz'
## ----------------- ##
## Output variables. ##
## ----------------- ##
AR='ar'
BOOST_CPPFLAGS='-I/usr/include'
BOOST_DATE_TIME_LIB=''
BOOST_FILESYSTEM_LIB=''
BOOST_LDFLAGS='-L/usr/lib'
BOOST_REGEX_LIB=''
BOOST_SYSTEM_LIB=''
BUILD_MKVTOOLNIX_GUI=''
BUILD_TOOLS=''
CC='gcc'
CFLAGS='-O2 -march=x86-64 -pipe -DBOOST_FILESYSTEM_VERSION=3'
CPP='gcc -E'
CPPFLAGS=' -I/usr/include'
CXX='g++'
CXXCPP='g++ -E'
CXXFLAGS='-O2 -march=x86-64 -pipe -DBOOST_FILESYSTEM_VERSION=3'
DEBUG_CFLAGS=''
DEFS=''
DOCBOOK_MANPAGES_STYLESHEET=''
DOCBOOK_ROOT=''
EBML_CFLAGS=''
EBML_LIBS='-lebml'
EBML_MATROSKA_INTERNAL='no'
EBROWSE=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
ETAGS=''
EXEEXT=''
EXTRA_CFLAGS=''
EXTRA_LDFLAGS=''
FLAC_LIBS='-lFLAC -logg -lm '
GNURX_LIBS=''
GREP='/usr/bin/grep'
GTEST_TYPE=''
GUIDE_TRANSLATIONS=''
ICONV_LIBS=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LD='ld'
LDFLAGS=' -L/usr/lib'
LDFLAGS_RPATHS=''
LIBINTL_LIBS=''
LIBOBJS=''
LIBS=''
LINK_STATICALLY=''
LTLIBOBJS=''
MAGIC_LIBS='-lmagic -lz '
MANPAGES_TRANSLATIONS=''
MATROSKA_CFLAGS=''
MATROSKA_LIBS='-lmatroska'
MINGW=''
MINGW_GUIAPP=''
MINGW_LIBS=''
MINGW_PROCESSOR_ARCH=''
MOC=''
OBJEXT='o'
OGG_LIBS='-logg'
OPTIMIZATION_CFLAGS='-O3'
PACKAGE_BUGREPORT='https://github.com/mbunkus/mkvtoolnix/issues/'
PACKAGE_NAME='MKVToolNix'
PACKAGE_STRING='MKVToolNix 7.8.0'
PACKAGE_TARNAME='mkvtoolnix'
PACKAGE_URL=''
PACKAGE_VERSION='7.8.0'
PANDOC=''
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
PO4A=''
PO4A_FLAGS=''
PO4A_TRANSLATE=''
PO4A_TRANSLATE_FLAGS=''
PO4A_WORKS=''
PROFILING_CFLAGS=''
PROFILING_LIBS=''
PUGIXML_INTERNAL='yes'
QT_CFLAGS=''
QT_LIBS=''
QT_PLUGINS_DIR=''
QUNUSED_ARGUMENTS=''
RANLIB='ranlib'
RCC=''
SET_MAKE=''
SHELL='/bin/sh'
STD_CXX='-std=c++14'
STRIP='strip'
TRANSLATIONS=''
UIC=''
USER_CFLAGS='-O2 -march=x86-64 -pipe -DBOOST_FILESYSTEM_VERSION=3'
USER_CPPFLAGS=''
USER_CXXFLAGS='-O2 -march=x86-64 -pipe -DBOOST_FILESYSTEM_VERSION=3'
USER_LDFLAGS=''
USE_CLANG=''
USE_PRECOMPILED_HEADERS=''
USE_QT=''
USE_WXWIDGETS=''
VORBIS_LIBS='-lvorbis -lm'
WINDRES=''
WLOGICAL_OP='-Wlogical-op'
WNO_INCONSISTENT_MISSING_OVERRIDE=''
WNO_MISMATCHED_TAGS=''
WNO_POTENTIALLY_EVALUATED_EXPRESSION=''
WNO_SELF_ASSIGN=''
WXWIDGETS_CFLAGS=''
WXWIDGETS_INCLUDES=''
WXWIDGETS_LIBS=''
WX_CONFIG='no'
XSLTPROC=''
XSLTPROC_FLAGS=''
XSLTPROC_WORKS=''
ZLIB_CFLAGS=''
ZLIB_LIBS='-lz'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
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='NONE'
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='/usr/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 "7.8.0"
#define PACKAGE_STRING "MKVToolNix 7.8.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 HAVE_STD_MAKE_UNIQUE 1
#define HAVE_BUILD_TIMESTAMP 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_MAGIC_H 1
#define HAVE_BOOST /**/
#define HAVE_BOOST_SYSTEM /**/
configure: exit 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment