Skip to content

Instantly share code, notes, and snippets.

@PacoH
Created July 5, 2017 15:46
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 PacoH/1c5820dd19c142a1c172159bf6307733 to your computer and use it in GitHub Desktop.
Save PacoH/1c5820dd19c142a1c172159bf6307733 to your computer and use it in GitHub Desktop.
mkvtoolnix on Mac OS X 10.8.5 - Homebrew build logs
Homebrew build logs for mkvtoolnix on Mac OS X 10.8.5
Build date: 2017-07-05 06:57:14
HOMEBREW_VERSION: 0.9.9
ORIGIN: https://github.com/Homebrew/brew.git
HEAD: 06fe347de97975dc01e726f87bf07a56a6fb713e
Last commit: 11 months ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: bcb5cf680ae83de77e0ab35657f6d7fd014b28a0
Core tap last commit: 11 months ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_REPOSITORY: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com
CPU: 16-core 64-bit arrandale
Homebrew Ruby: 1.8.7-p358
Clang: 5.1 build 503
Git: 2.8.4 => /usr/local/bin/git
Perl: /usr/bin/perl
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/bin/python2.7
Ruby: /usr/local/bin/ruby => /usr/local/Cellar/ruby/2.3.0/bin/ruby
Java: 1.6.0_65-b14-462
OS X: 10.8.5-x86_64
Xcode: N/A
CLT: 5.1.0.0.1.1396320587
X11: 2.7.8 => /opt/X11
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry and just ignore them. Thanks!
Warning: Your XQuartz (2.7.8) is outdated
Please install XQuartz 2.7.9:
https://xquartz.macosforge.org
Warning: You have unlinked kegs in your Cellar
Leaving kegs unlinked can lead to build-trouble and cause brews that depend on
those kegs to fail to run properly once built. Run `brew link` on these:
mupdf
pdf2image
pdftohtml
poppler
Warning: You are using OS X 10.8.
We (and Apple) do not provide support for this old version.
You may encounter build failures or other breakages.
Please create pull-requests instead of filing issues.
Wed Jul 05 06:56:43 -0700 2017
./configure
--disable-debug
--prefix=/usr/local/Cellar/mkvtoolnix/9.3.1_1
--without-curl
--with-boost=/usr/local/opt/boost
--with-extra-includes=/usr/local/opt/libogg/include;/usr/local/opt/libvorbis/include;/usr/local/opt/libebml/include;/usr/local/opt/libmatroska/include
--with-extra-libs=/usr/local/opt/libogg/lib;/usr/local/opt/libvorbis/lib;/usr/local/opt/libebml/lib;/usr/local/opt/libmatroska/lib
--disable-qt
checking build system type... x86_64-apple-darwin12.6.0
checking host system type... x86_64-apple-darwin12.6.0
checking target system type... x86_64-apple-darwin12.6.0
checking for gcc... clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking whether clang and cc understand -c and -o together... yes
checking how to run the C preprocessor... clang -E
checking whether we are using the GNU C++ compiler... yes
checking whether clang++ accepts -g... yes
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking for strip... strip
checking for ar... ar
checking for ld... ld
checking for pkg-config... /usr/local/opt/pkg-config/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for sys/types.h... (cached) yes
checking sys/syscall.h usability... yes
checking sys/syscall.h presence... yes
checking for sys/syscall.h... yes
checking stropts.h usability... no
checking stropts.h presence... no
checking for stropts.h... no
checking for vsscanf... yes
checking for syscall... yes
checking gcc version... 4.2.1
checking for support for the "-std=c++14" flag... -std=gnu++11
checking for support for C++11 feature "initializer lists"... yes
checking for support for C++11 feature "range-based 'for'"... yes
checking for support for C++11 feature "right angle brackets"... yes
checking for support for C++11 feature "'auto' keyword"... yes
checking for support for C++11 feature "lambda functions"... yes
checking for support for C++11 feature "nullptr"... yes
checking for support for C++11 feature "tuples"... yes
checking for support for C++11 feature "alias declarations"... yes
checking for support for C++14 feature "std::make_unique"... no
checking compiler is clang... yes
checking whether the byte order is big-endian... no
checking if being compiled with mingw32... no
checking for int64_t... yes
checking for uint64_t... yes
checking size of int... 4
checking size of long... 8
checking size of long long... 8
checking for PRId64 and PRIu64... yes
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking for iconv... yes
checking for iconv declaration...
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for nl_langinfo... yes
checking for ogg_sync_init in -logg... yes
checking ogg/ogg.h usability... yes
checking ogg/ogg.h presence... yes
checking for ogg/ogg.h... yes
checking for vorbis_synthesis_init in -lvorbis... yes
checking vorbis/codec.h usability... yes
checking vorbis/codec.h presence... yes
checking for vorbis/codec.h... yes
checking for FLAC__stream_decoder_new in -lFLAC... yes
checking for FLAC__StreamMetadata_StreamInfo.sample_rate... yes
checking for FLAC__stream_decoder_skip_single_frame in -lFLAC... yes
checking for EBML... yes
checking for MATROSKA... yes
checking how to run the C++ preprocessor... clang++ -E
checking pugixml.hpp usability... no
checking pugixml.hpp presence... no
checking for pugixml.hpp... no
configure: Using the internal version of the pugixml library
checking utf8.h usability... no
checking utf8.h presence... no
checking for utf8.h... no
configure: Using the internal version of UTF8-CPP
checking for ZLIB... yes
*** Not checking for Qt: disabled by user request
checking for magic_open in -lmagic... yes
checking magic.h usability... yes
checking magic.h presence... yes
checking for magic.h... yes
checking for boostlib >= 1.46.0... yes
checking whether the Boost::System library is available... yes
checking for exit in -lboost_system... yes
checking whether the Boost::Filesystem library is available... yes
checking for exit in -lboost_filesystem... yes
checking whether the Boost::Regex library is available... yes
checking for exit in -lboost_regex-mt... yes
checking whether the Boost::Date_Time library is available... yes
checking for exit in -lboost_date_time-mt... yes
checking boost/rational.hpp usability... yes
checking boost/rational.hpp presence... yes
checking for boost/rational.hpp... yes
checking boost/logic/tribool.hpp usability... yes
checking boost/logic/tribool.hpp presence... yes
checking for boost/logic/tribool.hpp... yes
checking boost/lexical_cast.hpp usability... yes
checking boost/lexical_cast.hpp presence... yes
checking for boost/lexical_cast.hpp... yes
checking boost/math/common_factor.hpp usability... yes
checking boost/math/common_factor.hpp presence... yes
checking for boost/math/common_factor.hpp... yes
checking boost/range.hpp usability... yes
checking boost/range.hpp presence... yes
checking for boost/range.hpp... yes
checking boost/variant.hpp usability... yes
checking boost/variant.hpp presence... yes
checking for boost/variant.hpp... yes
checking for main in -lgtest_main... no
checking gtest/gtest.h usability... no
checking gtest/gtest.h presence... no
checking for gtest/gtest.h... no
checking for etags... /usr/bin/etags
checking for ebrowse... /usr/local/bin/ebrowse
checking for pandoc... /usr/local/bin/pandoc
checking for xsltproc... /usr/bin/xsltproc
checking whether xsltproc works... no
checking POSIX termios... yes
checking whether termios.h defines TIOCGWINSZ... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking for po4a... no
checking for po4a-translate... no
checking for gettext... no
checking for gettext in -lintl... no
checking the manpage translation languages to install... ca de es ja ko nl pl uk zh_CN
configure: creating ./config.status
config.status: creating build-config
config.status: creating config.h
The mkvtoolnix configuration is complete.
Optional features that are built:
* compiler optimizations (-O1)
* pre-compiled headers
* FLAC audio
* libMagic file type detection
Optional features that are NOT built:
* debugging information
* full optimization: due to bug 11962 in LLVM/clang only -O1 will be used for optimization
* profiling support
* make a static build of the applications
* GUIs
* online update checks (via libcurl)
* translations (gettext)
clang called with: --version
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native --version -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -v
superenv executed: clang -v
clang called with: -V
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -V -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -qversion
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -qversion -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c conftest.c -o conftest2.o
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c conftest.c -o conftest2.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c conftest.c -o conftest2.o
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c conftest.c -o conftest2.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
cc called with: -c conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
cc called with: -c conftest.c -o conftest2.o
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c conftest.c -o conftest2.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
cc called with: -c conftest.c -o conftest2.o
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c conftest.c -o conftest2.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -E conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -E conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -E conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -E conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: --version
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ --version -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -v
superenv executed: clang++ -v
clang++ called with: -V
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -V -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -qversion
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -qversion -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -c conftest.cpp
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -c -g conftest.cpp
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -g conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -E conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -E conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -o conftest conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -E conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -E conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -o conftest conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -dumpversion
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -dumpversion -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -c -std=gnu++14 conftest.cpp
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -std=gnu++14 conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -c -std=c++14 conftest.cpp
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -std=c++14 conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -c -std=gnu++11 conftest.cpp
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -std=gnu++11 conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -c -std=gnu++11 conftest.cpp
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -std=gnu++11 conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -c -std=gnu++11 conftest.cpp
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -std=gnu++11 conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -c -std=gnu++11 conftest.cpp
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -std=gnu++11 conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -c -std=gnu++11 conftest.cpp
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -std=gnu++11 conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -c -std=gnu++11 conftest.cpp
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -std=gnu++11 conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -c -std=gnu++11 conftest.cpp
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -std=gnu++11 conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -c -std=gnu++11 conftest.cpp
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -std=gnu++11 conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -c -std=gnu++11 conftest.cpp
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -std=gnu++11 conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -c -std=gnu++11 conftest.cpp
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -std=gnu++11 conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: --version
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ --version -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -c -Werror -Wno-inconsistent-missing-override conftest.cpp
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -Werror -Wno-inconsistent-missing-override conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -c -Werror -Wno-potentially-evaluated-expression conftest.cpp
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -Werror -Wno-potentially-evaluated-expression conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c conftest.c -o conftest.o
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c conftest.c -o conftest.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.cpp
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.cpp
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/libebml/lib -L/usr/local/opt/libmatroska/lib conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/libebml/lib -L/usr/local/opt/libmatroska/lib conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/libebml/lib -L/usr/local/opt/libmatroska/lib conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/libebml/lib -L/usr/local/opt/libmatroska/lib conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/libebml/lib -L/usr/local/opt/libmatroska/lib conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/libebml/lib -L/usr/local/opt/libmatroska/lib conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/libebml/lib -L/usr/local/opt/libmatroska/lib conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/libebml/lib -L/usr/local/opt/libmatroska/lib conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/libebml/lib -L/usr/local/opt/libmatroska/lib conftest.c -liconv
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/libebml/lib -L/usr/local/opt/libmatroska/lib conftest.c -liconv -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/libebml/lib -L/usr/local/opt/libmatroska/lib conftest.c -logg
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/libebml/lib -L/usr/local/opt/libmatroska/lib conftest.c -logg -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/libebml/lib -L/usr/local/opt/libmatroska/lib conftest.c -lvorbis -logg -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/libebml/lib -L/usr/local/opt/libmatroska/lib conftest.c -lvorbis -logg -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/libebml/lib -L/usr/local/opt/libmatroska/lib conftest.c -lFLAC -logg -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/libebml/lib -L/usr/local/opt/libmatroska/lib conftest.c -lFLAC -logg -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/libebml/lib -L/usr/local/opt/libmatroska/lib conftest.c -lFLAC -lFLAC -logg -lm
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/libebml/lib -L/usr/local/opt/libmatroska/lib conftest.c -lFLAC -lFLAC -logg -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.cpp
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.cpp
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.cpp
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.cpp
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.cpp
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.cpp
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.cpp
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.cpp
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/libebml/lib -L/usr/local/opt/libmatroska/lib conftest.c -lmagic -lz
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/libebml/lib -L/usr/local/opt/libmatroska/lib conftest.c -lmagic -lz -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/boost/include conftest.cpp
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/boost/include conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/boost/include conftest.cpp
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/boost/include conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/boost/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/libebml/lib -L/usr/local/opt/libmatroska/lib -L/usr/local/opt/boost/lib conftest.c -lboost_system
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/boost/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/libebml/lib -L/usr/local/opt/libmatroska/lib -L/usr/local/opt/boost/lib conftest.c -lboost_system -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/boost/include conftest.cpp
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/boost/include conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/boost/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/libebml/lib -L/usr/local/opt/libmatroska/lib -L/usr/local/opt/boost/lib conftest.c -lboost_filesystem -lboost_system
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/boost/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/libebml/lib -L/usr/local/opt/libmatroska/lib -L/usr/local/opt/boost/lib conftest.c -lboost_filesystem -lboost_system -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/boost/include conftest.cpp
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/boost/include conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/boost/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/libebml/lib -L/usr/local/opt/libmatroska/lib -L/usr/local/opt/boost/lib conftest.c -lboost_regex-mt
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/boost/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/libebml/lib -L/usr/local/opt/libmatroska/lib -L/usr/local/opt/boost/lib conftest.c -lboost_regex-mt -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/boost/include conftest.cpp
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/boost/include conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/boost/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/libebml/lib -L/usr/local/opt/libmatroska/lib -L/usr/local/opt/boost/lib conftest.c -lboost_date_time-mt
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/boost/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/libebml/lib -L/usr/local/opt/libmatroska/lib -L/usr/local/opt/boost/lib conftest.c -lboost_date_time-mt -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/boost/include conftest.cpp
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/boost/include conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/boost/include conftest.cpp
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/boost/include conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/boost/include conftest.cpp
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/boost/include conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/boost/include conftest.cpp
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/boost/include conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/boost/include conftest.cpp
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/boost/include conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/boost/include conftest.cpp
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/boost/include conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/boost/include conftest.cpp
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/boost/include conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/boost/include conftest.cpp
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/boost/include conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/boost/include conftest.cpp
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/boost/include conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/boost/include conftest.cpp
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/boost/include conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/boost/include conftest.cpp
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/boost/include conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/boost/include conftest.cpp
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/boost/include conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/libebml/lib -L/usr/local/opt/libmatroska/lib conftest.cpp -lgtest_main
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/libebml/lib -L/usr/local/opt/libmatroska/lib conftest.cpp -lgtest_main -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.cpp
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.cpp
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/libebml/lib -L/usr/local/opt/libmatroska/lib conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/libebml/lib -L/usr/local/opt/libmatroska/lib conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/libebml/lib -L/usr/local/opt/libmatroska/lib conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/libebml/lib -L/usr/local/opt/libmatroska/lib conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/libebml/lib -L/usr/local/opt/libmatroska/lib conftest.c -lintl -liconv
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/libebml/lib -L/usr/local/opt/libmatroska/lib conftest.c -lintl -liconv -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
Wed Jul 05 06:57:07 -0700 2017
./drake
-j16
rake aborted!
/private/tmp/mkvtoolnix-20170705-48954-19og111/mkvtoolnix-9.3.1/Rakefile:51: odd number list for Hash
macos: %r{darwin}i.match(RbConfig::CONFIG['host_os']),
^
/private/tmp/mkvtoolnix-20170705-48954-19og111/mkvtoolnix-9.3.1/Rakefile:51: syntax error, unexpected ':', expecting '}'
macos: %r{darwin}i.match(RbConfig::CONFIG['host_os']),
^
/private/tmp/mkvtoolnix-20170705-48954-19og111/mkvtoolnix-9.3.1/Rakefile:51: syntax error, unexpected ',', expecting kEND
/private/tmp/mkvtoolnix-20170705-48954-19og111/mkvtoolnix-9.3.1/Rakefile:53: syntax error, unexpected '}', expecting kEND
/private/tmp/mkvtoolnix-20170705-48954-19og111/mkvtoolnix-9.3.1/Rakefile:248: syntax error, unexpected tASSOC, expecting ']'
:allow_failure => true
^
/private/tmp/mkvtoolnix-20170705-48954-19og111/mkvtoolnix-9.3.1/Rakefile:252: syntax error, unexpected tIDENTIFIER, expecting tAMPER
PCH.runq(*args[0..2], args[3].merge(pchi.pretty_flags))
^
/private/tmp/mkvtoolnix-20170705-48954-19og111/mkvtoolnix-9.3.1/Rakefile:252: syntax error, unexpected ')', expecting kEND
/private/tmp/mkvtoolnix-20170705-48954-19og111/mkvtoolnix-9.3.1/Rakefile:334: syntax error, unexpected ':', expecting ')'
IO.write(t.name, output, encoding: "UTF-8", mode: "w")
^
/private/tmp/mkvtoolnix-20170705-48954-19og111/mkvtoolnix-9.3.1/Rakefile:334: syntax error, unexpected ',', expecting kEND
IO.write(t.name, output, encoding: "UTF-8", mode: "w")
^
/private/tmp/mkvtoolnix-20170705-48954-19og111/mkvtoolnix-9.3.1/Rakefile:334: syntax error, unexpected ')', expecting kEND
(See full trace by running task with --trace)
HOMEBREW_VERSION: 0.9.9
ORIGIN: https://github.com/Homebrew/brew.git
HEAD: 06fe347de97975dc01e726f87bf07a56a6fb713e
Last commit: 11 months ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: bcb5cf680ae83de77e0ab35657f6d7fd014b28a0
Core tap last commit: 11 months ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_REPOSITORY: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com
CPU: 16-core 64-bit arrandale
Homebrew Ruby: 1.8.7-p358
Clang: 5.1 build 503
Git: 2.8.4 => /usr/local/bin/git
Perl: /usr/bin/perl
Python: /usr/bin/python
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
Java: 1.6.0_65-b14-462
OS X: 10.8.5-x86_64
Xcode: N/A
CLT: 5.1.0.0.1.1396320587
X11: 2.7.8 => /opt/X11
HOMEBREW_CC: clang
HOMEBREW_CXX: clang++
MAKEFLAGS: -j16
CMAKE_PREFIX_PATH: /usr/local
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
PKG_CONFIG_PATH: /usr/local/opt/xz/lib/pkgconfig:/usr/local/opt/libogg/lib/pkgconfig:/usr/local/opt/libvorbis/lib/pkgconfig:/usr/local/opt/flac/lib/pkgconfig:/usr/local/opt/libebml/lib/pkgconfig:/usr/local/opt/libmatroska/lib/pkgconfig
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/Homebrew/os/mac/pkgconfig/10.8
ACLOCAL_PATH: /usr/local/share/aclocal
PATH: /usr/local/Library/Homebrew/shims/super:/usr/local/opt/xz/bin:/usr/local/opt/pkg-config/bin:/usr/local/opt/flac/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin
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.3.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --disable-debug --prefix=/usr/local/Cellar/mkvtoolnix/9.3.1_1 --without-curl --with-boost=/usr/local/opt/boost --with-extra-includes=/usr/local/opt/libogg/include;/usr/local/opt/libvorbis/include;/usr/local/opt/libebml/include;/usr/local/opt/libmatroska/include --with-extra-libs=/usr/local/opt/libogg/lib;/usr/local/opt/libvorbis/lib;/usr/local/opt/libebml/lib;/usr/local/opt/libmatroska/lib --disable-qt
## --------- ##
## Platform. ##
## --------- ##
hostname = Mac-Pro-2010.local
uname -m = x86_64
uname -r = 12.6.0
uname -s = Darwin
uname -v = Darwin Kernel Version 12.6.0: Wed Mar 18 16:23:48 PDT 2015; root:xnu-2050.48.19~1/RELEASE_X86_64
/usr/bin/uname -p = i386
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = Mach kernel version:
Darwin Kernel Version 12.6.0: Wed Mar 18 16:23:48 PDT 2015; root:xnu-2050.48.19~1/RELEASE_X86_64
Kernel configured for up to 16 processors.
8 processors are physically available.
16 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Primary memory available: 16.00 gigabytes
Default processor set: 217 tasks, 1665 threads, 16 processors
Load average: 2.93, Mach factor: 13.06
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/Library/Homebrew/shims/super
PATH: /usr/local/opt/xz/bin
PATH: /usr/local/opt/pkg-config/bin
PATH: /usr/local/opt/flac/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/local/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2871: checking build system type
configure:2885: result: x86_64-apple-darwin12.6.0
configure:2905: checking host system type
configure:2918: result: x86_64-apple-darwin12.6.0
configure:2938: checking target system type
configure:2951: result: x86_64-apple-darwin12.6.0
configure:3026: checking for gcc
configure:3053: result: clang
configure:3282: checking for C compiler version
configure:3291: clang --version >&5
Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
Target: x86_64-apple-darwin12.6.0
Thread model: posix
configure:3302: $? = 0
configure:3291: clang -v >&5
Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
Target: x86_64-apple-darwin12.6.0
Thread model: posix
configure:3302: $? = 0
configure:3291: clang -V >&5
clang: error: unsupported option '-V -isystem/usr/local/include'
configure:3302: $? = 1
configure:3291: clang -qversion >&5
clang: error: unknown argument: '-qversion' [-Wunused-command-line-argument-hard-error-in-future]
clang: note: this will be a hard error (cannot be downgraded to a warning) in the future
configure:3302: $? = 1
configure:3322: checking whether the C compiler works
configure:3344: clang conftest.c >&5
configure:3348: $? = 0
configure:3396: result: yes
configure:3399: checking for C compiler default output file name
configure:3401: result: a.out
configure:3407: checking for suffix of executables
configure:3414: clang -o conftest conftest.c >&5
configure:3418: $? = 0
configure:3440: result:
configure:3462: checking whether we are cross compiling
configure:3470: clang -o conftest conftest.c >&5
configure:3474: $? = 0
configure:3481: ./conftest
configure:3485: $? = 0
configure:3500: result: no
configure:3505: checking for suffix of object files
configure:3527: clang -c conftest.c >&5
configure:3531: $? = 0
configure:3552: result: o
configure:3556: checking whether we are using the GNU C compiler
configure:3575: clang -c conftest.c >&5
configure:3575: $? = 0
configure:3584: result: yes
configure:3593: checking whether clang accepts -g
configure:3613: clang -c -g conftest.c >&5
configure:3613: $? = 0
configure:3654: result: yes
configure:3671: checking for clang option to accept ISO C89
configure:3734: clang -c -g -O2 conftest.c >&5
configure:3734: $? = 0
configure:3747: result: none needed
configure:3769: checking whether clang and cc understand -c and -o together
configure:3800: clang -c conftest.c -o conftest2.o >&5
configure:3804: $? = 0
configure:3810: clang -c conftest.c -o conftest2.o >&5
configure:3814: $? = 0
configure:3825: cc -c conftest.c >&5
configure:3829: $? = 0
configure:3837: cc -c conftest.c -o conftest2.o >&5
configure:3841: $? = 0
configure:3847: cc -c conftest.c -o conftest2.o >&5
configure:3851: $? = 0
configure:3869: result: yes
configure:3884: checking how to run the C preprocessor
configure:3915: clang -E conftest.c
configure:3915: $? = 0
configure:3929: clang -E conftest.c
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:3929: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MKVToolNix"
| #define PACKAGE_TARNAME "mkvtoolnix"
| #define PACKAGE_VERSION "9.3.1"
| #define PACKAGE_STRING "MKVToolNix 9.3.1"
| #define PACKAGE_BUGREPORT "https://github.com/mbunkus/mkvtoolnix/issues/"
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3954: result: clang -E
configure:3974: clang -E conftest.c
configure:3974: $? = 0
configure:3988: clang -E conftest.c
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:3988: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MKVToolNix"
| #define PACKAGE_TARNAME "mkvtoolnix"
| #define PACKAGE_VERSION "9.3.1"
| #define PACKAGE_STRING "MKVToolNix 9.3.1"
| #define PACKAGE_BUGREPORT "https://github.com/mbunkus/mkvtoolnix/issues/"
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4129: checking for C++ compiler version
configure:4138: clang++ --version >&5
Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
Target: x86_64-apple-darwin12.6.0
Thread model: posix
configure:4149: $? = 0
configure:4138: clang++ -v >&5
Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
Target: x86_64-apple-darwin12.6.0
Thread model: posix
configure:4149: $? = 0
configure:4138: clang++ -V >&5
clang: error: unsupported option '-V -isystem/usr/local/include'
configure:4149: $? = 1
configure:4138: clang++ -qversion >&5
clang: error: unknown argument: '-qversion' [-Wunused-command-line-argument-hard-error-in-future]
clang: note: this will be a hard error (cannot be downgraded to a warning) in the future
configure:4149: $? = 1
configure:4153: checking whether we are using the GNU C++ compiler
configure:4172: clang++ -c conftest.cpp >&5
configure:4172: $? = 0
configure:4181: result: yes
configure:4190: checking whether clang++ accepts -g
configure:4210: clang++ -c -g conftest.cpp >&5
configure:4210: $? = 0
configure:4251: result: yes
configure:4275: checking whether make sets $(MAKE)
configure:4297: result: yes
configure:4320: checking for a BSD-compatible install
configure:4388: result: /usr/bin/install -c
configure:4442: checking for ranlib
configure:4458: found /usr/bin/ranlib
configure:4469: result: ranlib
configure:4534: checking for strip
configure:4550: found /usr/bin/strip
configure:4561: result: strip
configure:4626: checking for ar
configure:4642: found /usr/bin/ar
configure:4653: result: ar
configure:4718: checking for ld
configure:4734: found /usr/local/Library/Homebrew/shims/super/ld
configure:4745: result: ld
configure:4821: checking for pkg-config
configure:4839: found /usr/local/opt/pkg-config/bin/pkg-config
configure:4851: result: /usr/local/opt/pkg-config/bin/pkg-config
configure:4876: checking pkg-config is at least version 0.9.0
configure:4879: result: yes
configure:4890: checking for grep that handles long lines and -e
configure:4948: result: /usr/bin/grep
configure:4953: checking for egrep
configure:5015: result: /usr/bin/grep -E
configure:5020: checking for ANSI C header files
configure:5040: clang -c conftest.c >&5
configure:5040: $? = 0
configure:5113: clang -o conftest conftest.c >&5
configure:5113: $? = 0
configure:5113: ./conftest
configure:5113: $? = 0
configure:5124: result: yes
configure:5137: checking for sys/types.h
configure:5137: clang -c conftest.c >&5
configure:5137: $? = 0
configure:5137: result: yes
configure:5137: checking for sys/stat.h
configure:5137: clang -c conftest.c >&5
configure:5137: $? = 0
configure:5137: result: yes
configure:5137: checking for stdlib.h
configure:5137: clang -c conftest.c >&5
configure:5137: $? = 0
configure:5137: result: yes
configure:5137: checking for string.h
configure:5137: clang -c conftest.c >&5
configure:5137: $? = 0
configure:5137: result: yes
configure:5137: checking for memory.h
configure:5137: clang -c conftest.c >&5
configure:5137: $? = 0
configure:5137: result: yes
configure:5137: checking for strings.h
configure:5137: clang -c conftest.c >&5
configure:5137: $? = 0
configure:5137: result: yes
configure:5137: checking for inttypes.h
configure:5137: clang -c conftest.c >&5
configure:5137: $? = 0
configure:5137: result: yes
configure:5137: checking for stdint.h
configure:5137: clang -c conftest.c >&5
configure:5137: $? = 0
configure:5137: result: yes
configure:5137: checking for unistd.h
configure:5137: clang -c conftest.c >&5
configure:5137: $? = 0
configure:5137: result: yes
configure:5152: checking for inttypes.h
configure:5152: result: yes
configure:5152: checking for stdint.h
configure:5152: result: yes
configure:5152: checking for sys/types.h
configure:5152: result: yes
configure:5152: checking sys/syscall.h usability
configure:5152: clang -c conftest.c >&5
configure:5152: $? = 0
configure:5152: result: yes
configure:5152: checking sys/syscall.h presence
configure:5152: clang -E conftest.c
configure:5152: $? = 0
configure:5152: result: yes
configure:5152: checking for sys/syscall.h
configure:5152: result: yes
configure:5152: checking stropts.h usability
configure:5152: clang -c conftest.c >&5
conftest.c:56:10: fatal error: 'stropts.h' file not found
#include <stropts.h>
^
1 error generated.
configure:5152: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MKVToolNix"
| #define PACKAGE_TARNAME "mkvtoolnix"
| #define PACKAGE_VERSION "9.3.1"
| #define PACKAGE_STRING "MKVToolNix 9.3.1"
| #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
| /* 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 <stropts.h>
configure:5152: result: no
configure:5152: checking stropts.h presence
configure:5152: clang -E conftest.c
conftest.c:23:10: fatal error: 'stropts.h' file not found
#include <stropts.h>
^
1 error generated.
configure:5152: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MKVToolNix"
| #define PACKAGE_TARNAME "mkvtoolnix"
| #define PACKAGE_VERSION "9.3.1"
| #define PACKAGE_STRING "MKVToolNix 9.3.1"
| #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
| /* end confdefs.h. */
| #include <stropts.h>
configure:5152: result: no
configure:5152: checking for stropts.h
configure:5152: result: no
configure:5165: checking for vsscanf
configure:5165: clang -o conftest conftest.c >&5
conftest.c:46:6: warning: incompatible redeclaration of library function 'vsscanf' [-Wincompatible-library-redeclaration]
char vsscanf ();
^
conftest.c:46:6: note: 'vsscanf' is a builtin with type 'int (const char *restrict, const char *restrict, __va_list_tag *)'
1 warning generated.
configure:5165: $? = 0
configure:5165: result: yes
configure:5165: checking for syscall
configure:5165: clang -o conftest conftest.c >&5
configure:5165: $? = 0
configure:5165: result: yes
configure:5204: checking gcc version
configure:5211: result: 4.2.1
configure:5237: checking for support for the "-std=c++14" flag
configure:5265: clang++ -c -std=gnu++14 conftest.cpp >&5
error: invalid value 'gnu++14' in '-std=gnu++14'
configure:5265: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MKVToolNix"
| #define PACKAGE_TARNAME "mkvtoolnix"
| #define PACKAGE_VERSION "9.3.1"
| #define PACKAGE_STRING "MKVToolNix 9.3.1"
| #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_VSSCANF 1
| #define HAVE_SYSCALL 1
| /* end confdefs.h. */
|
| int
| main ()
| {
| true;
| ;
| return 0;
| }
configure:5265: clang++ -c -std=c++14 conftest.cpp >&5
error: invalid value 'c++14' in '-std=c++14'
configure:5265: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MKVToolNix"
| #define PACKAGE_TARNAME "mkvtoolnix"
| #define PACKAGE_VERSION "9.3.1"
| #define PACKAGE_STRING "MKVToolNix 9.3.1"
| #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_VSSCANF 1
| #define HAVE_SYSCALL 1
| /* end confdefs.h. */
|
| int
| main ()
| {
| true;
| ;
| return 0;
| }
configure:5265: clang++ -c -std=gnu++11 conftest.cpp >&5
conftest.cpp:29:1: warning: expression result unused [-Wunused-value]
true;
^~~~
1 warning generated.
configure:5265: $? = 0
configure:5290: result: -std=gnu++11
configure:5301: checking for support for C++11 feature "initializer lists"
configure:5332: clang++ -c -std=gnu++11 conftest.cpp >&5
configure:5332: $? = 0
configure:5348: result: yes
configure:5356: checking for support for C++11 feature "range-based 'for'"
configure:5392: clang++ -c -std=gnu++11 conftest.cpp >&5
configure:5392: $? = 0
configure:5408: result: yes
configure:5416: checking for support for C++11 feature "right angle brackets"
configure:5449: clang++ -c -std=gnu++11 conftest.cpp >&5
configure:5449: $? = 0
configure:5465: result: yes
configure:5473: checking for support for C++11 feature "'auto' keyword"
configure:5508: clang++ -c -std=gnu++11 conftest.cpp >&5
configure:5508: $? = 0
configure:5524: result: yes
configure:5532: checking for support for C++11 feature "lambda functions"
configure:5567: clang++ -c -std=gnu++11 conftest.cpp >&5
configure:5567: $? = 0
configure:5583: result: yes
configure:5591: checking for support for C++11 feature "nullptr"
configure:5619: clang++ -c -std=gnu++11 conftest.cpp >&5
configure:5619: $? = 0
configure:5635: result: yes
configure:5643: checking for support for C++11 feature "tuples"
configure:5674: clang++ -c -std=gnu++11 conftest.cpp >&5
configure:5674: $? = 0
configure:5690: result: yes
configure:5698: checking for support for C++11 feature "alias declarations"
configure:5732: clang++ -c -std=gnu++11 conftest.cpp >&5
configure:5732: $? = 0
configure:5748: result: yes
configure:5756: checking for support for C++14 feature "std::make_unique"
configure:5784: clang++ -c -std=gnu++11 conftest.cpp >&5
conftest.cpp:29:17: error: no member named 'make_unique' in namespace 'std'
auto i_ptr{std::make_unique<int>(42)};
~~~~~^
conftest.cpp:29:32: error: expected '(' for function-style cast or type construction
auto i_ptr{std::make_unique<int>(42)};
~~~^
2 errors generated.
configure:5784: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MKVToolNix"
| #define PACKAGE_TARNAME "mkvtoolnix"
| #define PACKAGE_VERSION "9.3.1"
| #define PACKAGE_STRING "MKVToolNix 9.3.1"
| #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_VSSCANF 1
| #define HAVE_SYSCALL 1
| /* end confdefs.h. */
| #include <memory>
| int
| main ()
| {
| auto i_ptr{std::make_unique<int>(42)};
| ;
| return 0;
| }
configure:5800: result: no
configure:5820: checking compiler is clang
configure:5833: result: yes
configure:5874: clang++ -c -Werror -Wno-inconsistent-missing-override conftest.cpp >&5
error: unknown warning option '-Wno-inconsistent-missing-override' [-Werror,-Wunknown-warning-option]
configure:5874: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MKVToolNix"
| #define PACKAGE_TARNAME "mkvtoolnix"
| #define PACKAGE_VERSION "9.3.1"
| #define PACKAGE_STRING "MKVToolNix 9.3.1"
| #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_VSSCANF 1
| #define HAVE_SYSCALL 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:5891: clang++ -c -Werror -Wno-potentially-evaluated-expression conftest.cpp >&5
error: unknown warning option '-Wno-potentially-evaluated-expression' [-Werror,-Wunknown-warning-option]
configure:5891: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MKVToolNix"
| #define PACKAGE_TARNAME "mkvtoolnix"
| #define PACKAGE_VERSION "9.3.1"
| #define PACKAGE_STRING "MKVToolNix 9.3.1"
| #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_VSSCANF 1
| #define HAVE_SYSCALL 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:5939: checking whether the byte order is big-endian
configure:5972: result: no
configure:5987: checking if being compiled with mingw32
configure:6002: result: no
configure:6265: checking for int64_t
configure:6298: clang++ -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.cpp >&5
configure:6298: $? = 0
configure:6307: result: yes
configure:6310: checking for uint64_t
configure:6337: clang++ -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.cpp >&5
configure:6337: $? = 0
configure:6346: result: yes
configure:6359: checking size of int
configure:6364: clang -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/libebml/lib -L/usr/local/opt/libmatroska/lib conftest.c >&5
configure:6364: $? = 0
configure:6364: ./conftest
configure:6364: $? = 0
configure:6378: result: 4
configure:6392: checking size of long
configure:6397: clang -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/libebml/lib -L/usr/local/opt/libmatroska/lib conftest.c >&5
configure:6397: $? = 0
configure:6397: ./conftest
configure:6397: $? = 0
configure:6411: result: 8
configure:6425: checking size of long long
configure:6430: clang -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/libebml/lib -L/usr/local/opt/libmatroska/lib conftest.c >&5
configure:6430: $? = 0
configure:6430: ./conftest
configure:6430: $? = 0
configure:6444: result: 8
configure:6498: checking for PRId64 and PRIu64
configure:6526: clang -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.c >&5
configure:6526: $? = 0
configure:6535: result: yes
configure:6546: checking iconv.h usability
configure:6546: clang -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.c >&5
configure:6546: $? = 0
configure:6546: result: yes
configure:6546: checking iconv.h presence
configure:6546: clang -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.c
configure:6546: $? = 0
configure:6546: result: yes
configure:6546: checking for iconv.h
configure:6546: result: yes
configure:6556: checking for iconv
configure:6578: clang -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/libebml/lib -L/usr/local/opt/libmatroska/lib conftest.c >&5
Undefined symbols for architecture x86_64:
"_iconv", referenced from:
_main in conftest-73af42.o
"_iconv_close", referenced from:
_main in conftest-73af42.o
"_iconv_open", referenced from:
_main in conftest-73af42.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:6578: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MKVToolNix"
| #define PACKAGE_TARNAME "mkvtoolnix"
| #define PACKAGE_VERSION "9.3.1"
| #define PACKAGE_STRING "MKVToolNix 9.3.1"
| #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_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
| /* end confdefs.h. */
| #include <stdlib.h>
| #include <iconv.h>
| int
| main ()
| {
| iconv_t cd = iconv_open("","");
| iconv(cd,NULL,NULL,NULL,NULL);
| iconv_close(cd);
| ;
| return 0;
| }
configure:6600: clang -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/libebml/lib -L/usr/local/opt/libmatroska/lib conftest.c -liconv >&5
configure:6600: $? = 0
configure:6610: result: yes
configure:6613: checking for iconv declaration
configure:6642: clang -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.c >&5
configure:6642: $? = 0
configure:6653: result:
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
configure:6675: checking for nl_langinfo
configure:6694: clang -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.c >&5
configure:6694: $? = 0
configure:6703: result: yes
configure:6753: checking for ogg_sync_init in -logg
configure:6778: clang -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/libebml/lib -L/usr/local/opt/libmatroska/lib conftest.c -logg >&5
configure:6778: $? = 0
configure:6787: result: yes
configure:6801: checking ogg/ogg.h usability
configure:6801: clang -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.c >&5
configure:6801: $? = 0
configure:6801: result: yes
configure:6801: checking ogg/ogg.h presence
configure:6801: clang -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.c
configure:6801: $? = 0
configure:6801: result: yes
configure:6801: checking for ogg/ogg.h
configure:6801: result: yes
configure:6839: checking for vorbis_synthesis_init in -lvorbis
configure:6864: clang -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/libebml/lib -L/usr/local/opt/libmatroska/lib conftest.c -lvorbis -logg -lm >&5
configure:6864: $? = 0
configure:6873: result: yes
configure:6887: checking vorbis/codec.h usability
configure:6887: clang -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.c >&5
configure:6887: $? = 0
configure:6887: result: yes
configure:6887: checking vorbis/codec.h presence
configure:6887: clang -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.c
configure:6887: $? = 0
configure:6887: result: yes
configure:6887: checking for vorbis/codec.h
configure:6887: result: yes
configure:6921: checking for FLAC__stream_decoder_new in -lFLAC
configure:6946: clang -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/libebml/lib -L/usr/local/opt/libmatroska/lib conftest.c -lFLAC -logg -lm >&5
configure:6946: $? = 0
configure:6955: result: yes
configure:6968: checking for FLAC__StreamMetadata_StreamInfo.sample_rate
configure:6968: clang -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.c >&5
configure:6968: $? = 0
configure:6968: result: yes
configure:6979: checking for FLAC__stream_decoder_skip_single_frame in -lFLAC
configure:7004: clang -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/libebml/lib -L/usr/local/opt/libmatroska/lib conftest.c -lFLAC -lFLAC -logg -lm >&5
configure:7004: $? = 0
configure:7013: result: yes
configure:7044: checking for EBML
configure:7051: $PKG_CONFIG --exists --print-errors "libebml >= 1.3.4"
configure:7054: $? = 0
configure:7068: $PKG_CONFIG --exists --print-errors "libebml >= 1.3.4"
configure:7071: $? = 0
configure:7109: result: yes
configure:7115: checking for MATROSKA
configure:7122: $PKG_CONFIG --exists --print-errors "libmatroska >= 1.4.5"
configure:7125: $? = 0
configure:7139: $PKG_CONFIG --exists --print-errors "libmatroska >= 1.4.5"
configure:7142: $? = 0
configure:7180: result: yes
configure:7228: checking how to run the C++ preprocessor
configure:7255: clang++ -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.cpp
configure:7255: $? = 0
configure:7269: clang++ -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.cpp
conftest.cpp:36:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:7269: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MKVToolNix"
| #define PACKAGE_TARNAME "mkvtoolnix"
| #define PACKAGE_VERSION "9.3.1"
| #define PACKAGE_STRING "MKVToolNix 9.3.1"
| #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_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 <ac_nonexistent.h>
configure:7294: result: clang++ -E
configure:7314: clang++ -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.cpp
configure:7314: $? = 0
configure:7328: clang++ -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.cpp
conftest.cpp:36:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:7328: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MKVToolNix"
| #define PACKAGE_TARNAME "mkvtoolnix"
| #define PACKAGE_VERSION "9.3.1"
| #define PACKAGE_STRING "MKVToolNix 9.3.1"
| #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_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 <ac_nonexistent.h>
configure:7359: checking pugixml.hpp usability
configure:7359: clang++ -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.cpp >&5
conftest.cpp:69:10: fatal error: 'pugixml.hpp' file not found
#include <pugixml.hpp>
^
1 error generated.
configure:7359: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MKVToolNix"
| #define PACKAGE_TARNAME "mkvtoolnix"
| #define PACKAGE_VERSION "9.3.1"
| #define PACKAGE_STRING "MKVToolNix 9.3.1"
| #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_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:7359: result: no
configure:7359: checking pugixml.hpp presence
configure:7359: clang++ -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.cpp
conftest.cpp:36:10: fatal error: 'pugixml.hpp' file not found
#include <pugixml.hpp>
^
1 error generated.
configure:7359: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MKVToolNix"
| #define PACKAGE_TARNAME "mkvtoolnix"
| #define PACKAGE_VERSION "9.3.1"
| #define PACKAGE_STRING "MKVToolNix 9.3.1"
| #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_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:7359: result: no
configure:7359: checking for pugixml.hpp
configure:7359: result: no
configure:7424: Using the internal version of the pugixml library
configure:7441: checking utf8.h usability
configure:7441: clang++ -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.cpp >&5
conftest.cpp:69:10: fatal error: 'utf8.h' file not found
#include <utf8.h>
^
1 error generated.
configure:7441: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MKVToolNix"
| #define PACKAGE_TARNAME "mkvtoolnix"
| #define PACKAGE_VERSION "9.3.1"
| #define PACKAGE_STRING "MKVToolNix 9.3.1"
| #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_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:7441: result: no
configure:7441: checking utf8.h presence
configure:7441: clang++ -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.cpp
conftest.cpp:36:10: fatal error: 'utf8.h' file not found
#include <utf8.h>
^
1 error generated.
configure:7441: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MKVToolNix"
| #define PACKAGE_TARNAME "mkvtoolnix"
| #define PACKAGE_VERSION "9.3.1"
| #define PACKAGE_STRING "MKVToolNix 9.3.1"
| #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_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:7441: result: no
configure:7441: checking for utf8.h
configure:7441: result: no
configure:7493: Using the internal version of UTF8-CPP
configure:7502: $PKG_CONFIG --exists --print-errors "zlib"
configure:7505: $? = 0
configure:7514: checking for ZLIB
configure:7521: $PKG_CONFIG --exists --print-errors "zlib"
configure:7524: $? = 0
configure:7538: $PKG_CONFIG --exists --print-errors "zlib"
configure:7541: $? = 0
configure:7599: result: yes
configure:8322: checking for magic_open in -lmagic
configure:8347: clang -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/libebml/lib -L/usr/local/opt/libmatroska/lib conftest.c -lmagic -lz >&5
configure:8347: $? = 0
configure:8356: result: yes
configure:8369: checking magic.h usability
configure:8369: clang -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.c >&5
configure:8369: $? = 0
configure:8369: result: yes
configure:8369: checking magic.h presence
configure:8369: clang -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.c
configure:8369: $? = 0
configure:8369: result: yes
configure:8369: checking for magic.h
configure:8369: result: yes
configure:8855: checking for boostlib >= 1.46.0
configure:8938: clang++ -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/boost/include conftest.cpp >&5
configure:8938: $? = 0
configure:8940: result: yes
configure:9129: checking whether the Boost::System library is available
configure:9153: clang++ -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/boost/include conftest.cpp >&5
conftest.cpp:42:1: warning: expression result unused [-Wunused-value]
boost::system::system_category
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
configure:9153: $? = 0
configure:9168: result: yes
configure:9183: checking for exit in -lboost_system
configure:9208: clang -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/boost/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/libebml/lib -L/usr/local/opt/libmatroska/lib -L/usr/local/opt/boost/lib conftest.c -lboost_system >&5
conftest.c:46:6: warning: incompatible redeclaration of library function 'exit' [-Wincompatible-library-redeclaration]
char exit ();
^
conftest.c:46:6: note: 'exit' is a builtin with type 'void (int) __attribute__((noreturn))'
1 warning generated.
configure:9208: $? = 0
configure:9218: result: yes
configure:9375: checking whether the Boost::Filesystem library is available
configure:9399: clang++ -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/boost/include conftest.cpp >&5
configure:9399: $? = 0
configure:9413: result: yes
configure:9424: checking for exit in -lboost_filesystem
configure:9449: clang -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/boost/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/libebml/lib -L/usr/local/opt/libmatroska/lib -L/usr/local/opt/boost/lib conftest.c -lboost_filesystem -lboost_system >&5
conftest.c:47:6: warning: incompatible redeclaration of library function 'exit' [-Wincompatible-library-redeclaration]
char exit ();
^
conftest.c:47:6: note: 'exit' is a builtin with type 'void (int) __attribute__((noreturn))'
1 warning generated.
configure:9449: $? = 0
configure:9459: result: yes
configure:9616: checking whether the Boost::Regex library is available
configure:9639: clang++ -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/boost/include conftest.cpp >&5
In file included from conftest.cpp:40:
In file included from /usr/local/opt/boost/include/boost/regex.hpp:31:
In file included from /usr/local/opt/boost/include/boost/regex/v4/regex.hpp:97:
/usr/local/opt/boost/include/boost/regex/v4/instances.hpp:124:34: warning: unknown warning group '-Wkeyword-macro', ignored [-Wunknown-pragmas]
#pragma clang diagnostic ignored "-Wkeyword-macro"
^
In file included from conftest.cpp:40:
In file included from /usr/local/opt/boost/include/boost/regex.hpp:31:
In file included from /usr/local/opt/boost/include/boost/regex/v4/regex.hpp:108:
/usr/local/opt/boost/include/boost/regex/v4/instances.hpp:124:34: warning: unknown warning group '-Wkeyword-macro', ignored [-Wunknown-pragmas]
#pragma clang diagnostic ignored "-Wkeyword-macro"
^
conftest.cpp:45:15: warning: empty parentheses interpreted as a function declaration [-Wvexing-parse]
boost::regex r(); return 0;
^~
conftest.cpp:45:15: note: remove parentheses to declare a variable
boost::regex r(); return 0;
^~
3 warnings generated.
configure:9639: $? = 0
configure:9653: result: yes
configure:9664: checking for exit in -lboost_regex-mt
configure:9689: clang -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/boost/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/libebml/lib -L/usr/local/opt/libmatroska/lib -L/usr/local/opt/boost/lib conftest.c -lboost_regex-mt >&5
conftest.c:48:6: warning: incompatible redeclaration of library function 'exit' [-Wincompatible-library-redeclaration]
char exit ();
^
conftest.c:48:6: note: 'exit' is a builtin with type 'void (int) __attribute__((noreturn))'
1 warning generated.
configure:9689: $? = 0
configure:9699: result: yes
configure:9853: checking whether the Boost::Date_Time library is available
configure:9878: clang++ -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/boost/include conftest.cpp >&5
configure:9878: $? = 0
configure:9892: result: yes
configure:9904: checking for exit in -lboost_date_time-mt
configure:9929: clang -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/boost/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/libebml/lib -L/usr/local/opt/libmatroska/lib -L/usr/local/opt/boost/lib conftest.c -lboost_date_time-mt >&5
conftest.c:49:6: warning: incompatible redeclaration of library function 'exit' [-Wincompatible-library-redeclaration]
char exit ();
^
conftest.c:49:6: note: 'exit' is a builtin with type 'void (int) __attribute__((noreturn))'
1 warning generated.
configure:9929: $? = 0
configure:9939: result: yes
configure:10077: checking boost/rational.hpp usability
configure:10077: clang++ -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/boost/include conftest.cpp >&5
configure:10077: $? = 0
configure:10077: result: yes
configure:10077: checking boost/rational.hpp presence
configure:10077: clang++ -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/boost/include conftest.cpp
configure:10077: $? = 0
configure:10077: result: yes
configure:10077: checking for boost/rational.hpp
configure:10077: result: yes
configure:10119: checking boost/logic/tribool.hpp usability
configure:10119: clang++ -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/boost/include conftest.cpp >&5
configure:10119: $? = 0
configure:10119: result: yes
configure:10119: checking boost/logic/tribool.hpp presence
configure:10119: clang++ -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/boost/include conftest.cpp
configure:10119: $? = 0
configure:10119: result: yes
configure:10119: checking for boost/logic/tribool.hpp
configure:10119: result: yes
configure:10161: checking boost/lexical_cast.hpp usability
configure:10161: clang++ -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/boost/include conftest.cpp >&5
configure:10161: $? = 0
configure:10161: result: yes
configure:10161: checking boost/lexical_cast.hpp presence
configure:10161: clang++ -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/boost/include conftest.cpp
configure:10161: $? = 0
configure:10161: result: yes
configure:10161: checking for boost/lexical_cast.hpp
configure:10161: result: yes
configure:10203: checking boost/math/common_factor.hpp usability
configure:10203: clang++ -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/boost/include conftest.cpp >&5
configure:10203: $? = 0
configure:10203: result: yes
configure:10203: checking boost/math/common_factor.hpp presence
configure:10203: clang++ -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/boost/include conftest.cpp
configure:10203: $? = 0
configure:10203: result: yes
configure:10203: checking for boost/math/common_factor.hpp
configure:10203: result: yes
configure:10245: checking boost/range.hpp usability
configure:10245: clang++ -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/boost/include conftest.cpp >&5
configure:10245: $? = 0
configure:10245: result: yes
configure:10245: checking boost/range.hpp presence
configure:10245: clang++ -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/boost/include conftest.cpp
configure:10245: $? = 0
configure:10245: result: yes
configure:10245: checking for boost/range.hpp
configure:10245: result: yes
configure:10287: checking boost/variant.hpp usability
configure:10287: clang++ -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/boost/include conftest.cpp >&5
configure:10287: $? = 0
configure:10287: result: yes
configure:10287: checking boost/variant.hpp presence
configure:10287: clang++ -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/boost/include conftest.cpp
configure:10287: $? = 0
configure:10287: result: yes
configure:10287: checking for boost/variant.hpp
configure:10287: result: yes
configure:10325: checking for main in -lgtest_main
configure:10344: clang++ -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/libebml/lib -L/usr/local/opt/libmatroska/lib conftest.cpp -lgtest_main >&5
ld: library not found for -lgtest_main
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:10344: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MKVToolNix"
| #define PACKAGE_TARNAME "mkvtoolnix"
| #define PACKAGE_VERSION "9.3.1"
| #define PACKAGE_STRING "MKVToolNix 9.3.1"
| #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_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_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:10353: result: no
configure:10366: checking gtest/gtest.h usability
configure:10366: clang++ -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.cpp >&5
conftest.cpp:81:10: fatal error: 'gtest/gtest.h' file not found
#include <gtest/gtest.h>
^
1 error generated.
configure:10366: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MKVToolNix"
| #define PACKAGE_TARNAME "mkvtoolnix"
| #define PACKAGE_VERSION "9.3.1"
| #define PACKAGE_STRING "MKVToolNix 9.3.1"
| #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_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_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:10366: result: no
configure:10366: checking gtest/gtest.h presence
configure:10366: clang++ -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.cpp
conftest.cpp:48:10: fatal error: 'gtest/gtest.h' file not found
#include <gtest/gtest.h>
^
1 error generated.
configure:10366: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MKVToolNix"
| #define PACKAGE_TARNAME "mkvtoolnix"
| #define PACKAGE_VERSION "9.3.1"
| #define PACKAGE_STRING "MKVToolNix 9.3.1"
| #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_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_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:10366: result: no
configure:10366: checking for gtest/gtest.h
configure:10366: result: no
configure:10429: checking for etags
configure:10447: found /usr/bin/etags
configure:10459: result: /usr/bin/etags
configure:10471: checking for ebrowse
configure:10489: found /usr/local/bin/ebrowse
configure:10501: result: /usr/local/bin/ebrowse
configure:10513: checking for pandoc
configure:10531: found /usr/local/bin/pandoc
configure:10543: result: /usr/local/bin/pandoc
configure:10564: checking for xsltproc
configure:10582: found /usr/bin/xsltproc
configure:10594: result: /usr/bin/xsltproc
configure:10606: checking whether xsltproc works
configure:10624: result: no
configure:10637: checking POSIX termios
configure:10657: clang -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/libebml/lib -L/usr/local/opt/libmatroska/lib conftest.c >&5
configure:10657: $? = 0
configure:10665: result: yes
configure:10668: checking whether termios.h defines TIOCGWINSZ
configure:10691: result: yes
configure:10730: checking sys/ioctl.h usability
configure:10730: clang -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.c >&5
configure:10730: $? = 0
configure:10730: result: yes
configure:10730: checking sys/ioctl.h presence
configure:10730: clang -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include conftest.c
configure:10730: $? = 0
configure:10730: result: yes
configure:10730: checking for sys/ioctl.h
configure:10730: result: yes
configure:10752: checking for po4a
configure:10785: result: no
configure:10792: checking for po4a-translate
configure:10825: result: no
configure:10867: checking for gettext
configure:10867: clang -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/libebml/lib -L/usr/local/opt/libmatroska/lib conftest.c >&5
Undefined symbols for architecture x86_64:
"_gettext", referenced from:
_main in conftest-27b8f7.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:10867: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MKVToolNix"
| #define PACKAGE_TARNAME "mkvtoolnix"
| #define PACKAGE_VERSION "9.3.1"
| #define PACKAGE_STRING "MKVToolNix 9.3.1"
| #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_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_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 HAVE_SYS_IOCTL_H 1
| #define HAVE_TIOCGWINSZ 1
| /* end confdefs.h. */
| /* Define gettext to an innocuous variant, in case <limits.h> declares gettext.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define gettext innocuous_gettext
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char gettext (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef gettext
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char gettext ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_gettext || defined __stub___gettext
| choke me
| #endif
|
| int
| main ()
| {
| return gettext ();
| ;
| return 0;
| }
configure:10867: result: no
configure:10879: checking for gettext in -lintl
configure:10904: clang -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/libebml/lib -L/usr/local/opt/libmatroska/lib conftest.c -lintl -liconv >&5
ld: library not found for -lintl
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:10904: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MKVToolNix"
| #define PACKAGE_TARNAME "mkvtoolnix"
| #define PACKAGE_VERSION "9.3.1"
| #define PACKAGE_STRING "MKVToolNix 9.3.1"
| #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_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_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 HAVE_SYS_IOCTL_H 1
| #define HAVE_TIOCGWINSZ 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char gettext ();
| int
| main ()
| {
| return gettext ();
| ;
| return 0;
| }
configure:10913: result: no
configure:10965: checking the manpage translation languages to install
configure:10979: result: ca de es ja ko nl pl uk zh_CN
configure:11112: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by MKVToolNix config.status 9.3.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on Mac-Pro-2010.local
config.status:934: creating build-config
config.status:934: creating config.h
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-apple-darwin12.6.0
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_compiler_is_clang=yes
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=clang
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_CURL_CFLAGS_set=
ac_cv_env_CURL_CFLAGS_value=
ac_cv_env_CURL_LIBS_set=
ac_cv_env_CURL_LIBS_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=clang++
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=set
ac_cv_env_PKG_CONFIG_LIBDIR_value=/usr/lib/pkgconfig:/usr/local/Library/Homebrew/os/mac/pkgconfig/10.8
ac_cv_env_PKG_CONFIG_PATH_set=set
ac_cv_env_PKG_CONFIG_PATH_value=/usr/local/opt/xz/lib/pkgconfig:/usr/local/opt/libogg/lib/pkgconfig:/usr/local/opt/libvorbis/lib/pkgconfig:/usr/local/opt/flac/lib/pkgconfig:/usr/local/opt/libebml/lib/pkgconfig:/usr/local/opt/libmatroska/lib/pkgconfig
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_ZLIB_CFLAGS_set=
ac_cv_env_ZLIB_CFLAGS_value=
ac_cv_env_ZLIB_LIBS_set=
ac_cv_env_ZLIB_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_gettext=no
ac_cv_func_syscall=yes
ac_cv_func_vsscanf=yes
ac_cv_gcc_version=4.2.1
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_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=no
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-apple-darwin12.6.0
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_mt___exit=yes
ac_cv_lib_boost_filesystem___exit=yes
ac_cv_lib_boost_regex_mt___exit=yes
ac_cv_lib_boost_system___exit=yes
ac_cv_lib_gtest_main_main=no
ac_cv_lib_intl_gettext=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_objext=o
ac_cv_path_EBROWSE=/usr/local/bin/ebrowse
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_ETAGS=/usr/bin/etags
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_PANDOC=/usr/local/bin/pandoc
ac_cv_path_XSLTPROC=/usr/bin/xsltproc
ac_cv_path_ac_pt_PKG_CONFIG=/usr/local/opt/pkg-config/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_CPP='clang -E'
ac_cv_prog_CXXCPP='clang++ -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=clang
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_clang_c_o=yes
ac_cv_prog_cc_g=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_termios_h=yes
ac_cv_target=x86_64-apple-darwin12.6.0
ac_cv_xsltproc_works=no
am_cv_func_iconv=yes
am_cv_lib_iconv=yes
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_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_make_unique=no
ax_cv_std_cxx_flag=-std=gnu++11
pkg_cv_EBML_CFLAGS=-I/usr/local/Cellar/libebml/1.3.4/include
pkg_cv_EBML_LIBS='-L/usr/local/Cellar/libebml/1.3.4/lib -lebml'
pkg_cv_MATROSKA_CFLAGS='-I/usr/local/Cellar/libebml/1.3.4/include -I/usr/local/Cellar/libmatroska/1.4.5/include'
pkg_cv_MATROSKA_LIBS='-L/usr/local/Cellar/libmatroska/1.4.5/lib -lmatroska'
pkg_cv_ZLIB_CFLAGS=
pkg_cv_ZLIB_LIBS=-lz
## ----------------- ##
## Output variables. ##
## ----------------- ##
AR='ar'
BOOST_CPPFLAGS='-I/usr/local/opt/boost/include'
BOOST_DATE_TIME_LIB='-lboost_date_time-mt'
BOOST_FILESYSTEM_LIB='-lboost_filesystem'
BOOST_LDFLAGS='-L/usr/local/opt/boost/lib'
BOOST_REGEX_LIB='-lboost_regex-mt'
BOOST_SYSTEM_LIB='-lboost_system'
BUILD_TOOLS='no'
CC='clang'
CFLAGS=' -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include'
CPP='clang -E'
CPPFLAGS=' -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include'
CURL_CFLAGS=''
CURL_CONFIG=''
CURL_LIBS=''
CXX='clang++'
CXXCPP='clang++ -E'
CXXFLAGS=' -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include'
DEBUG_CFLAGS=''
DEFS='-DHAVE_CONFIG_H'
DOCBOOK_MANPAGES_STYLESHEET='/docbook.xsl'
DOCBOOK_ROOT=''
EBML_CFLAGS='-I/usr/local/Cellar/libebml/1.3.4/include'
EBML_LIBS='-L/usr/local/Cellar/libebml/1.3.4/lib -lebml'
EBML_MATROSKA_INTERNAL='no'
EBROWSE='/usr/local/bin/ebrowse'
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
ETAGS='/usr/bin/etags'
EXEEXT=''
EXTRA_CFLAGS='-I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/libebml/include -I/usr/local/opt/libmatroska/include'
EXTRA_LDFLAGS='-L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/libebml/lib -L/usr/local/opt/libmatroska/lib'
FLAC_LIBS='-lFLAC -logg -lm '
FSTACK_PROTECTOR=''
GNURX_LIBS=''
GREP='/usr/bin/grep'
GTEST_TYPE='no'
ICONV_LIBS='-liconv'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LCONVERT=''
LD='ld'
LDFLAGS=' -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/libebml/lib -L/usr/local/opt/libmatroska/lib'
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='-I/usr/local/Cellar/libebml/1.3.4/include -I/usr/local/Cellar/libmatroska/1.4.5/include'
MATROSKA_LIBS='-L/usr/local/Cellar/libmatroska/1.4.5/lib -lmatroska'
MINGW=''
MINGW_GUIAPP=''
MINGW_LIBS=''
MINGW_PROCESSOR_ARCH=''
MOC=''
OBJEXT='o'
OGG_LIBS='-logg'
OPTIMIZATION_CFLAGS='-O1'
PACKAGE_BUGREPORT='https://github.com/mbunkus/mkvtoolnix/issues/'
PACKAGE_NAME='MKVToolNix'
PACKAGE_STRING='MKVToolNix 9.3.1'
PACKAGE_TARNAME='mkvtoolnix'
PACKAGE_URL=''
PACKAGE_VERSION='9.3.1'
PANDOC='/usr/local/bin/pandoc'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/local/opt/pkg-config/bin/pkg-config'
PKG_CONFIG_LIBDIR='/usr/lib/pkgconfig:/usr/local/Library/Homebrew/os/mac/pkgconfig/10.8'
PKG_CONFIG_PATH='/usr/local/opt/xz/lib/pkgconfig:/usr/local/opt/libogg/lib/pkgconfig:/usr/local/opt/libvorbis/lib/pkgconfig:/usr/local/opt/flac/lib/pkgconfig:/usr/local/opt/libebml/lib/pkgconfig:/usr/local/opt/libmatroska/lib/pkgconfig'
PO4A=''
PO4A_FLAGS='-M utf-8 -k 0'
PO4A_TRANSLATE=''
PO4A_TRANSLATE_FLAGS='-M utf-8 -k 0 -f docbook'
PO4A_WORKS=''
PROFILING_CFLAGS=''
PROFILING_LIBS=''
PUGIXML_INTERNAL='yes'
QT_CFLAGS=''
QT_LIBS=''
QUNUSED_ARGUMENTS='-Qunused-arguments'
RANLIB='ranlib'
RCC=''
SET_MAKE=''
SHELL='/bin/sh'
STD_CXX='-std=gnu++11'
STRIP='strip'
TRANSLATIONS=''
UIC=''
USER_CFLAGS=''
USER_CPPFLAGS=''
USER_CXXFLAGS=''
USER_LDFLAGS=''
USE_CLANG='yes'
USE_PRECOMPILED_HEADERS='yes'
USE_QT=''
UTF8CPP_INTERNAL='yes'
VORBIS_LIBS='-lvorbis -lm'
WINDRES=''
WLOGICAL_OP=''
WNO_INCONSISTENT_MISSING_OVERRIDE=''
WNO_MAYBE_UNINITIALIZED=''
WNO_MISMATCHED_TAGS='-Wno-mismatched-tags'
WNO_POTENTIALLY_EVALUATED_EXPRESSION=''
WNO_SELF_ASSIGN='-Wno-self-assign'
XSLTPROC='/usr/bin/xsltproc'
XSLTPROC_FLAGS='--nonet'
XSLTPROC_WORKS='no'
ZLIB_CFLAGS=''
ZLIB_LIBS='-lz'
ac_ct_CC='clang'
ac_ct_CXX=''
bindir='${exec_prefix}/bin'
build='x86_64-apple-darwin12.6.0'
build_alias=''
build_cpu='x86_64'
build_os='darwin12.6.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-apple-darwin12.6.0'
host_alias=''
host_cpu='x86_64'
host_os='darwin12.6.0'
host_vendor='apple'
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/local/Cellar/mkvtoolnix/9.3.1_1'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='x86_64-apple-darwin12.6.0'
target_alias=''
target_cpu='x86_64'
target_os='darwin12.6.0'
target_vendor='apple'
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "MKVToolNix"
#define PACKAGE_TARNAME "mkvtoolnix"
#define PACKAGE_VERSION "9.3.1"
#define PACKAGE_STRING "MKVToolNix 9.3.1"
#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_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_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 HAVE_SYS_IOCTL_H 1
#define HAVE_TIOCGWINSZ 1
configure: exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment