Created
December 16, 2018 05:03
-
-
Save pmrowla/9d8a30defaf329922f013842ed548021 to your computer and use it in GitHub Desktop.
mkvtoolnix on macOS 10.14.2 - Homebrew build logs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Homebrew build logs for mkvtoolnix on macOS 10.14.2 | |
Build date: 2018-12-16 13:55:52 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HOMEBREW_VERSION: 1.8.5-32-ge5df649 | |
ORIGIN: https://github.com/Homebrew/brew.git | |
HEAD: e5df6499aba08ef2b585fc38bae85b7290a2f944 | |
Last commit: 2 days ago | |
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core | |
Core tap HEAD: 5075bdd22b1ecbe50f30b5dce520c2cda8a38995 | |
Core tap last commit: 19 hours ago | |
HOMEBREW_PREFIX: /opt/boxen/homebrew | |
HOMEBREW_REPOSITORY: /opt/boxen/homebrew | |
HOMEBREW_CELLAR: /opt/boxen/homebrew/Cellar | |
HOMEBREW_DEV_CMD_RUN: 1 | |
HOMEBREW_GITHUB_API_TOKEN: set | |
CPU: quad-core 64-bit broadwell | |
Homebrew Ruby: 2.3.7 => /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/bin/ruby | |
Clang: 10.0 build 1000 | |
Git: 2.20.1 => /opt/boxen/homebrew/bin/git | |
Curl: 7.54.0 => /usr/bin/curl | |
Java: 1.8.0_121 | |
macOS: 10.14.2-x86_64 | |
CLT: N/A | |
Xcode: 10.1 | |
XQuartz: 2.7.11 => /opt/X11 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 or file an issue; just ignore this. Thanks! | |
Warning: Unbrewed dylibs were found in /usr/local/lib. | |
If you didn't put them there on purpose they could cause problems when | |
building Homebrew formulae, and may need to be deleted. | |
Unexpected dylibs: | |
/usr/local/lib/libbmd.0.dylib | |
Warning: Unbrewed header files were found in /usr/local/include. | |
If you didn't put them there on purpose they could cause problems when | |
building Homebrew formulae, and may need to be deleted. | |
Unexpected header files: | |
/usr/local/include/libbmd/decklink_capture.h | |
Warning: Unbrewed .la files were found in /usr/local/lib. | |
If you didn't put them there on purpose they could cause problems when | |
building Homebrew formulae, and may need to be deleted. | |
Unexpected .la files: | |
/usr/local/lib/libbmd.la | |
Warning: Unbrewed .pc files were found in /usr/local/lib/pkgconfig. | |
If you didn't put them there on purpose they could cause problems when | |
building Homebrew formulae, and may need to be deleted. | |
Unexpected .pc files: | |
/usr/local/lib/pkgconfig/libbmd.pc | |
Warning: Unbrewed static libraries were found in /usr/local/lib. | |
If you didn't put them there on purpose they could cause problems when | |
building Homebrew formulae, and may need to be deleted. | |
Unexpected static libraries: | |
/usr/local/lib/libbmd.a | |
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: | |
oppai | |
Warning: Your Homebrew's prefix is not /usr/local. | |
You can install Homebrew anywhere you want but some bottles (binary packages) | |
can only be used with a /usr/local prefix and some formulae (packages) | |
may not build correctly with a non-/usr/local prefix. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkvtoolnix --with-qt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2018-12-16 13:43:58 +0900 | |
./configure | |
--disable-debug | |
--prefix=/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0 | |
--with-boost=/opt/boxen/homebrew/opt/boost | |
--with-docbook-xsl-root=/opt/boxen/homebrew/opt/docbook-xsl/docbook-xsl | |
--with-extra-includes=/opt/boxen/homebrew/opt/flac/include;/opt/boxen/homebrew/opt/libmagic/include;/opt/boxen/homebrew/opt/libogg/include;/opt/boxen/homebrew/opt/libvorbis/include;/opt/boxen/homebrew/opt/libebml/include;/opt/boxen/homebrew/opt/libmatroska/include | |
--with-extra-libs=/opt/boxen/homebrew/opt/flac/lib;/opt/boxen/homebrew/opt/libmagic/lib;/opt/boxen/homebrew/opt/libogg/lib;/opt/boxen/homebrew/opt/libvorbis/lib;/opt/boxen/homebrew/opt/libebml/lib;/opt/boxen/homebrew/opt/libmatroska/lib | |
--with-moc=/opt/boxen/homebrew/opt/qt/bin/moc | |
--with-uic=/opt/boxen/homebrew/opt/qt/bin/uic | |
--with-rcc=/opt/boxen/homebrew/opt/qt/bin/rcc | |
--enable-qt | |
checking build system type... x86_64-apple-darwin18.2.0 | |
checking host system type... x86_64-apple-darwin18.2.0 | |
checking target system type... x86_64-apple-darwin18.2.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 how to run the C++ preprocessor... clang++ -E | |
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 strings... strings | |
checking for objdump... objdump | |
checking for pkg-config... /opt/boxen/homebrew/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 compiler type and version... clang 10.0.0 | |
checking for support for the "-std=c++14" flag... -std=gnu++14 | |
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"... yes | |
checking for support for C++14 feature "digit separators"... yes | |
checking for support for C++14 feature "binary literals"... yes | |
checking for support for C++14 feature "generic lambdas"... yes | |
checking for support for C++14 feature "User-defined literals for std::string"... yes | |
checking for lld... no | |
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 if libEBML contains FindNextChild... yes | |
checking for PUGIXML... yes | |
configure: Using the system version of the pugixml library | |
checking nlohmann's json-cpp... no | |
configure: Using the internal version of nlohmann json-cpp | |
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 | |
checking for moc... using supplied /opt/boxen/homebrew/opt/qt/bin/moc | |
checking for the Qt version /opt/boxen/homebrew/opt/qt/bin/moc uses... 5.12.0 | |
checking for uic... using supplied /opt/boxen/homebrew/opt/qt/bin/uic | |
checking for the Qt version /opt/boxen/homebrew/opt/qt/bin/uic uses... 5.12.0 | |
checking for rcc... using supplied /opt/boxen/homebrew/opt/qt/bin/rcc | |
checking for the Qt version /opt/boxen/homebrew/opt/qt/bin/rcc uses... 5.12.0 | |
checking for qmake-qt5... no | |
checking for qmake... /opt/boxen/homebrew/opt/qt/bin/qmake | |
checking for the Qt version /opt/boxen/homebrew/opt/qt/bin/qmake uses... 5.12.0 | |
checking for Qt 5.3.0 or newer... yes | |
checking for lconvert... /opt/boxen/homebrew/opt/qt/bin/lconvert | |
checking for libcmark... yes | |
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.49.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/integer/common_factor.hpp usability... yes | |
checking boost/integer/common_factor.hpp presence... yes | |
checking for boost/integer/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 valgrind... no | |
checking for main in -lbenchmark... no | |
checking benchmark/benchmark.h usability... no | |
checking benchmark/benchmark.h presence... no | |
checking for benchmark/benchmark.h... no | |
checking for pandoc... no | |
checking for DocBook XSL root directory... using supplied /opt/boxen/homebrew/opt/docbook-xsl/docbook-xsl | |
checking for xsltproc... /usr/bin/xsltproc | |
checking whether xsltproc works... yes | |
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 for msgfmt... 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: | |
* online update check in the GUI | |
* compiler optimizations (-O3) | |
* pre-compiled headers | |
* FLAC audio | |
* GUIs | |
* libMagic file type detection | |
Optional features that are NOT built: | |
* AppImage compatibility | |
* debugging information | |
* profiling support | |
* development technique 'address sanitizer' | |
* development technique 'undefined behavior sanitizer' | |
* make a static build of the applications | |
* man page translations (po4a) | |
* translations (gettext) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clang called with: --version | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include -L/opt/boxen/homebrew/opt/qt/lib -L/opt/boxen/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native --version -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include -L/opt/boxen/homebrew/opt/qt/lib -L/opt/boxen/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include -L/opt/boxen/homebrew/opt/qt/lib -L/opt/boxen/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -V -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include -L/opt/boxen/homebrew/opt/qt/lib -L/opt/boxen/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -qversion | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include -L/opt/boxen/homebrew/opt/qt/lib -L/opt/boxen/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -qversion -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include -L/opt/boxen/homebrew/opt/qt/lib -L/opt/boxen/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: conftest.c | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include -L/opt/boxen/homebrew/opt/qt/lib -L/opt/boxen/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include -L/opt/boxen/homebrew/opt/qt/lib -L/opt/boxen/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include -L/opt/boxen/homebrew/opt/qt/lib -L/opt/boxen/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include -L/opt/boxen/homebrew/opt/qt/lib -L/opt/boxen/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include -L/opt/boxen/homebrew/opt/qt/lib -L/opt/boxen/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include -L/opt/boxen/homebrew/opt/qt/lib -L/opt/boxen/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang called with: -c conftest.c | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang called with: -c -g conftest.c | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang -pipe -Os -march=native -c -g conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang called with: -c conftest.c -o conftest2.o | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -o conftest2.o -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang called with: -c conftest.c -o conftest2.o | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -o conftest2.o -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
cc called with: -c conftest.c | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
cc called with: -c conftest.c -o conftest2.o | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -o conftest2.o -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
cc called with: -c conftest.c -o conftest2.o | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -o conftest2.o -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang called with: -E conftest.c | |
superenv added: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang -E conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang called with: -E conftest.c | |
superenv added: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang -E conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang called with: -E conftest.c | |
superenv added: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang -E conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang called with: -E conftest.c | |
superenv added: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang -E conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: --version | |
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include -L/opt/boxen/homebrew/opt/qt/lib -L/opt/boxen/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include -L/opt/boxen/homebrew/opt/qt/lib -L/opt/boxen/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/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++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include -L/opt/boxen/homebrew/opt/qt/lib -L/opt/boxen/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include -L/opt/boxen/homebrew/opt/qt/lib -L/opt/boxen/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/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++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include -L/opt/boxen/homebrew/opt/qt/lib -L/opt/boxen/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include -L/opt/boxen/homebrew/opt/qt/lib -L/opt/boxen/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/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++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c conftest.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -c -g conftest.cpp | |
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -g conftest.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -E conftest.cpp | |
superenv added: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -E conftest.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -E conftest.cpp | |
superenv added: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -E conftest.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -E conftest.cpp | |
superenv added: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -E conftest.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -E conftest.cpp | |
superenv added: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -E conftest.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang called with: -c conftest.c | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang called with: -E conftest.c | |
superenv added: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang -E conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang called with: -E conftest.c | |
superenv added: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang -E conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang called with: -o conftest conftest.c | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include -L/opt/boxen/homebrew/opt/qt/lib -L/opt/boxen/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include -L/opt/boxen/homebrew/opt/qt/lib -L/opt/boxen/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang called with: -c conftest.c | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang called with: -c conftest.c | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang called with: -c conftest.c | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang called with: -c conftest.c | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang called with: -c conftest.c | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang called with: -c conftest.c | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang called with: -c conftest.c | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang called with: -c conftest.c | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang called with: -c conftest.c | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang called with: -E conftest.c | |
superenv added: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang -E conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang called with: -c conftest.c | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang called with: -E conftest.c | |
superenv added: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang -E conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang called with: -o conftest conftest.c | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include -L/opt/boxen/homebrew/opt/qt/lib -L/opt/boxen/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include -L/opt/boxen/homebrew/opt/qt/lib -L/opt/boxen/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include -L/opt/boxen/homebrew/opt/qt/lib -L/opt/boxen/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include -L/opt/boxen/homebrew/opt/qt/lib -L/opt/boxen/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: --version | |
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include -L/opt/boxen/homebrew/opt/qt/lib -L/opt/boxen/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include -L/opt/boxen/homebrew/opt/qt/lib -L/opt/boxen/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/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++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -std=gnu++14 conftest.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -c -std=gnu++14 conftest.cpp | |
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -std=gnu++14 conftest.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -c -std=gnu++14 conftest.cpp | |
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -std=gnu++14 conftest.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -c -std=gnu++14 conftest.cpp | |
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -std=gnu++14 conftest.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -c -std=gnu++14 conftest.cpp | |
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -std=gnu++14 conftest.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -c -std=gnu++14 conftest.cpp | |
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -std=gnu++14 conftest.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -c -std=gnu++14 conftest.cpp | |
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -std=gnu++14 conftest.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -c -std=gnu++14 conftest.cpp | |
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -std=gnu++14 conftest.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -c -std=gnu++14 conftest.cpp | |
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -std=gnu++14 conftest.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -c -std=gnu++14 conftest.cpp | |
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -std=gnu++14 conftest.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -c -std=gnu++14 conftest.cpp | |
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -std=gnu++14 conftest.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -c -std=gnu++14 conftest.cpp | |
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -std=gnu++14 conftest.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -c -std=gnu++14 conftest.cpp | |
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -std=gnu++14 conftest.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -c -std=gnu++14 conftest.cpp | |
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -std=gnu++14 conftest.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -c -Werror -Wno-inconsistent-missing-override conftest.cpp | |
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -Werror -Wno-inconsistent-missing-override conftest.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -c -Werror -Wno-potentially-evaluated-expression conftest.cpp | |
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -Werror -Wno-potentially-evaluated-expression conftest.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang called with: -c conftest.c -o conftest.o | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -o conftest.o -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -c -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include conftest.cpp | |
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include conftest.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -c -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include conftest.cpp | |
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include conftest.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang called with: -o conftest -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -L/opt/boxen/homebrew/opt/flac/lib -L/opt/boxen/homebrew/opt/libmagic/lib -L/opt/boxen/homebrew/opt/libogg/lib -L/opt/boxen/homebrew/opt/libvorbis/lib -L/opt/boxen/homebrew/opt/libebml/lib -L/opt/boxen/homebrew/opt/libmatroska/lib conftest.c | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include -L/opt/boxen/homebrew/opt/qt/lib -L/opt/boxen/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -L/opt/boxen/homebrew/opt/flac/lib -L/opt/boxen/homebrew/opt/libmagic/lib -L/opt/boxen/homebrew/opt/libogg/lib -L/opt/boxen/homebrew/opt/libvorbis/lib -L/opt/boxen/homebrew/opt/libebml/lib -L/opt/boxen/homebrew/opt/libmatroska/lib conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include -L/opt/boxen/homebrew/opt/qt/lib -L/opt/boxen/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -L/opt/boxen/homebrew/opt/flac/lib -L/opt/boxen/homebrew/opt/libmagic/lib -L/opt/boxen/homebrew/opt/libogg/lib -L/opt/boxen/homebrew/opt/libvorbis/lib -L/opt/boxen/homebrew/opt/libebml/lib -L/opt/boxen/homebrew/opt/libmatroska/lib conftest.c | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include -L/opt/boxen/homebrew/opt/qt/lib -L/opt/boxen/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -L/opt/boxen/homebrew/opt/flac/lib -L/opt/boxen/homebrew/opt/libmagic/lib -L/opt/boxen/homebrew/opt/libogg/lib -L/opt/boxen/homebrew/opt/libvorbis/lib -L/opt/boxen/homebrew/opt/libebml/lib -L/opt/boxen/homebrew/opt/libmatroska/lib conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include -L/opt/boxen/homebrew/opt/qt/lib -L/opt/boxen/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -L/opt/boxen/homebrew/opt/flac/lib -L/opt/boxen/homebrew/opt/libmagic/lib -L/opt/boxen/homebrew/opt/libogg/lib -L/opt/boxen/homebrew/opt/libvorbis/lib -L/opt/boxen/homebrew/opt/libebml/lib -L/opt/boxen/homebrew/opt/libmatroska/lib conftest.c | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include -L/opt/boxen/homebrew/opt/qt/lib -L/opt/boxen/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -L/opt/boxen/homebrew/opt/flac/lib -L/opt/boxen/homebrew/opt/libmagic/lib -L/opt/boxen/homebrew/opt/libogg/lib -L/opt/boxen/homebrew/opt/libvorbis/lib -L/opt/boxen/homebrew/opt/libebml/lib -L/opt/boxen/homebrew/opt/libmatroska/lib conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include -L/opt/boxen/homebrew/opt/qt/lib -L/opt/boxen/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include conftest.c | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang -pipe -Os -march=native -c -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang called with: -c -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include conftest.c | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang -pipe -Os -march=native -c -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang called with: -E -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include conftest.c | |
superenv added: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang -E -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang called with: -o conftest -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -L/opt/boxen/homebrew/opt/flac/lib -L/opt/boxen/homebrew/opt/libmagic/lib -L/opt/boxen/homebrew/opt/libogg/lib -L/opt/boxen/homebrew/opt/libvorbis/lib -L/opt/boxen/homebrew/opt/libebml/lib -L/opt/boxen/homebrew/opt/libmatroska/lib conftest.c | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include -L/opt/boxen/homebrew/opt/qt/lib -L/opt/boxen/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -L/opt/boxen/homebrew/opt/flac/lib -L/opt/boxen/homebrew/opt/libmagic/lib -L/opt/boxen/homebrew/opt/libogg/lib -L/opt/boxen/homebrew/opt/libvorbis/lib -L/opt/boxen/homebrew/opt/libebml/lib -L/opt/boxen/homebrew/opt/libmatroska/lib conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include -L/opt/boxen/homebrew/opt/qt/lib -L/opt/boxen/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -L/opt/boxen/homebrew/opt/flac/lib -L/opt/boxen/homebrew/opt/libmagic/lib -L/opt/boxen/homebrew/opt/libogg/lib -L/opt/boxen/homebrew/opt/libvorbis/lib -L/opt/boxen/homebrew/opt/libebml/lib -L/opt/boxen/homebrew/opt/libmatroska/lib conftest.c -liconv | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include -L/opt/boxen/homebrew/opt/qt/lib -L/opt/boxen/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -L/opt/boxen/homebrew/opt/flac/lib -L/opt/boxen/homebrew/opt/libmagic/lib -L/opt/boxen/homebrew/opt/libogg/lib -L/opt/boxen/homebrew/opt/libvorbis/lib -L/opt/boxen/homebrew/opt/libebml/lib -L/opt/boxen/homebrew/opt/libmatroska/lib conftest.c -liconv -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include -L/opt/boxen/homebrew/opt/qt/lib -L/opt/boxen/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include conftest.c | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang -pipe -Os -march=native -c -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang called with: -c -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include conftest.c | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang -pipe -Os -march=native -c -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang called with: -o conftest -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -L/opt/boxen/homebrew/opt/flac/lib -L/opt/boxen/homebrew/opt/libmagic/lib -L/opt/boxen/homebrew/opt/libogg/lib -L/opt/boxen/homebrew/opt/libvorbis/lib -L/opt/boxen/homebrew/opt/libebml/lib -L/opt/boxen/homebrew/opt/libmatroska/lib conftest.c -logg | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include -L/opt/boxen/homebrew/opt/qt/lib -L/opt/boxen/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -L/opt/boxen/homebrew/opt/flac/lib -L/opt/boxen/homebrew/opt/libmagic/lib -L/opt/boxen/homebrew/opt/libogg/lib -L/opt/boxen/homebrew/opt/libvorbis/lib -L/opt/boxen/homebrew/opt/libebml/lib -L/opt/boxen/homebrew/opt/libmatroska/lib conftest.c -logg -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include -L/opt/boxen/homebrew/opt/qt/lib -L/opt/boxen/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include conftest.c | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang -pipe -Os -march=native -c -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang called with: -E -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include conftest.c | |
superenv added: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang -E -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang called with: -o conftest -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -L/opt/boxen/homebrew/opt/flac/lib -L/opt/boxen/homebrew/opt/libmagic/lib -L/opt/boxen/homebrew/opt/libogg/lib -L/opt/boxen/homebrew/opt/libvorbis/lib -L/opt/boxen/homebrew/opt/libebml/lib -L/opt/boxen/homebrew/opt/libmatroska/lib conftest.c -lvorbis -logg -lm | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include -L/opt/boxen/homebrew/opt/qt/lib -L/opt/boxen/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -L/opt/boxen/homebrew/opt/flac/lib -L/opt/boxen/homebrew/opt/libmagic/lib -L/opt/boxen/homebrew/opt/libogg/lib -L/opt/boxen/homebrew/opt/libvorbis/lib -L/opt/boxen/homebrew/opt/libebml/lib -L/opt/boxen/homebrew/opt/libmatroska/lib conftest.c -lvorbis -logg -lm -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include -L/opt/boxen/homebrew/opt/qt/lib -L/opt/boxen/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include conftest.c | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang -pipe -Os -march=native -c -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang called with: -E -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include conftest.c | |
superenv added: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang -E -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang called with: -o conftest -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -L/opt/boxen/homebrew/opt/flac/lib -L/opt/boxen/homebrew/opt/libmagic/lib -L/opt/boxen/homebrew/opt/libogg/lib -L/opt/boxen/homebrew/opt/libvorbis/lib -L/opt/boxen/homebrew/opt/libebml/lib -L/opt/boxen/homebrew/opt/libmatroska/lib conftest.c -lFLAC -logg -lm | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include -L/opt/boxen/homebrew/opt/qt/lib -L/opt/boxen/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -L/opt/boxen/homebrew/opt/flac/lib -L/opt/boxen/homebrew/opt/libmagic/lib -L/opt/boxen/homebrew/opt/libogg/lib -L/opt/boxen/homebrew/opt/libvorbis/lib -L/opt/boxen/homebrew/opt/libebml/lib -L/opt/boxen/homebrew/opt/libmatroska/lib conftest.c -lFLAC -logg -lm -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include -L/opt/boxen/homebrew/opt/qt/lib -L/opt/boxen/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include conftest.c | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang -pipe -Os -march=native -c -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang called with: -o conftest -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -L/opt/boxen/homebrew/opt/flac/lib -L/opt/boxen/homebrew/opt/libmagic/lib -L/opt/boxen/homebrew/opt/libogg/lib -L/opt/boxen/homebrew/opt/libvorbis/lib -L/opt/boxen/homebrew/opt/libebml/lib -L/opt/boxen/homebrew/opt/libmatroska/lib conftest.c -lFLAC -lFLAC -logg -lm | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include -L/opt/boxen/homebrew/opt/qt/lib -L/opt/boxen/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -L/opt/boxen/homebrew/opt/flac/lib -L/opt/boxen/homebrew/opt/libmagic/lib -L/opt/boxen/homebrew/opt/libogg/lib -L/opt/boxen/homebrew/opt/libvorbis/lib -L/opt/boxen/homebrew/opt/libebml/lib -L/opt/boxen/homebrew/opt/libmatroska/lib conftest.c -lFLAC -lFLAC -logg -lm -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include -L/opt/boxen/homebrew/opt/qt/lib -L/opt/boxen/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -c -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include conftest.cpp | |
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include conftest.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -c -std=gnu++14 -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include conftest.cpp | |
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -std=gnu++14 -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include conftest.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -c -std=gnu++14 -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include conftest.cpp | |
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -std=gnu++14 -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include conftest.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -c -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include conftest.cpp | |
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include conftest.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -E -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include conftest.cpp | |
superenv added: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -E -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include conftest.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -o conftest -std=gnu++14 -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -fPIC -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -L/opt/boxen/homebrew/opt/flac/lib -L/opt/boxen/homebrew/opt/libmagic/lib -L/opt/boxen/homebrew/opt/libogg/lib -L/opt/boxen/homebrew/opt/libvorbis/lib -L/opt/boxen/homebrew/opt/libebml/lib -L/opt/boxen/homebrew/opt/libmatroska/lib conftest.cpp -L/opt/boxen/homebrew/opt/flac/lib -L/opt/boxen/homebrew/opt/libmagic/lib -L/opt/boxen/homebrew/opt/libogg/lib -L/opt/boxen/homebrew/opt/libvorbis/lib -L/opt/boxen/homebrew/opt/libebml/lib -L/opt/boxen/homebrew/opt/libmatroska/lib -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -framework QtWidgets -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -framework QtMultimedia -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -framework QtGui -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -framework QtNetwork -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -framework QtConcurrent -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -framework QtCore | |
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include -L/opt/boxen/homebrew/opt/qt/lib -L/opt/boxen/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/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 -std=gnu++14 -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -fPIC -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -L/opt/boxen/homebrew/opt/flac/lib -L/opt/boxen/homebrew/opt/libmagic/lib -L/opt/boxen/homebrew/opt/libogg/lib -L/opt/boxen/homebrew/opt/libvorbis/lib -L/opt/boxen/homebrew/opt/libebml/lib -L/opt/boxen/homebrew/opt/libmatroska/lib conftest.cpp -L/opt/boxen/homebrew/opt/flac/lib -L/opt/boxen/homebrew/opt/libmagic/lib -L/opt/boxen/homebrew/opt/libogg/lib -L/opt/boxen/homebrew/opt/libvorbis/lib -L/opt/boxen/homebrew/opt/libebml/lib -L/opt/boxen/homebrew/opt/libmatroska/lib -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -framework QtWidgets -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -framework QtMultimedia -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -framework QtGui -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -framework QtNetwork -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -framework QtConcurrent -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -framework QtCore -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include -L/opt/boxen/homebrew/opt/qt/lib -L/opt/boxen/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -L/opt/boxen/homebrew/opt/flac/lib -L/opt/boxen/homebrew/opt/libmagic/lib -L/opt/boxen/homebrew/opt/libogg/lib -L/opt/boxen/homebrew/opt/libvorbis/lib -L/opt/boxen/homebrew/opt/libebml/lib -L/opt/boxen/homebrew/opt/libmatroska/lib conftest.c -lmagic -lz | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include -L/opt/boxen/homebrew/opt/qt/lib -L/opt/boxen/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -L/opt/boxen/homebrew/opt/flac/lib -L/opt/boxen/homebrew/opt/libmagic/lib -L/opt/boxen/homebrew/opt/libogg/lib -L/opt/boxen/homebrew/opt/libvorbis/lib -L/opt/boxen/homebrew/opt/libebml/lib -L/opt/boxen/homebrew/opt/libmatroska/lib conftest.c -lmagic -lz -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include -L/opt/boxen/homebrew/opt/qt/lib -L/opt/boxen/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include conftest.c | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang -pipe -Os -march=native -c -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang called with: -E -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include conftest.c | |
superenv added: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang -E -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -c -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/boost/include conftest.cpp | |
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/boost/include conftest.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -c -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/boost/include conftest.cpp | |
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/boost/include conftest.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang called with: -o conftest -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/boost/include -L/opt/boxen/homebrew/opt/flac/lib -L/opt/boxen/homebrew/opt/libmagic/lib -L/opt/boxen/homebrew/opt/libogg/lib -L/opt/boxen/homebrew/opt/libvorbis/lib -L/opt/boxen/homebrew/opt/libebml/lib -L/opt/boxen/homebrew/opt/libmatroska/lib -L/opt/boxen/homebrew/opt/boost/lib conftest.c -lboost_system | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include -L/opt/boxen/homebrew/opt/qt/lib -L/opt/boxen/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/boost/include -L/opt/boxen/homebrew/opt/flac/lib -L/opt/boxen/homebrew/opt/libmagic/lib -L/opt/boxen/homebrew/opt/libogg/lib -L/opt/boxen/homebrew/opt/libvorbis/lib -L/opt/boxen/homebrew/opt/libebml/lib -L/opt/boxen/homebrew/opt/libmatroska/lib -L/opt/boxen/homebrew/opt/boost/lib conftest.c -lboost_system -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include -L/opt/boxen/homebrew/opt/qt/lib -L/opt/boxen/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -c -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/boost/include conftest.cpp | |
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/boost/include conftest.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang called with: -o conftest -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/boost/include -L/opt/boxen/homebrew/opt/flac/lib -L/opt/boxen/homebrew/opt/libmagic/lib -L/opt/boxen/homebrew/opt/libogg/lib -L/opt/boxen/homebrew/opt/libvorbis/lib -L/opt/boxen/homebrew/opt/libebml/lib -L/opt/boxen/homebrew/opt/libmatroska/lib -L/opt/boxen/homebrew/opt/boost/lib conftest.c -lboost_filesystem -lboost_system | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include -L/opt/boxen/homebrew/opt/qt/lib -L/opt/boxen/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/boost/include -L/opt/boxen/homebrew/opt/flac/lib -L/opt/boxen/homebrew/opt/libmagic/lib -L/opt/boxen/homebrew/opt/libogg/lib -L/opt/boxen/homebrew/opt/libvorbis/lib -L/opt/boxen/homebrew/opt/libebml/lib -L/opt/boxen/homebrew/opt/libmatroska/lib -L/opt/boxen/homebrew/opt/boost/lib conftest.c -lboost_filesystem -lboost_system -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include -L/opt/boxen/homebrew/opt/qt/lib -L/opt/boxen/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -c -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/boost/include conftest.cpp | |
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/boost/include conftest.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang called with: -o conftest -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/boost/include -L/opt/boxen/homebrew/opt/flac/lib -L/opt/boxen/homebrew/opt/libmagic/lib -L/opt/boxen/homebrew/opt/libogg/lib -L/opt/boxen/homebrew/opt/libvorbis/lib -L/opt/boxen/homebrew/opt/libebml/lib -L/opt/boxen/homebrew/opt/libmatroska/lib -L/opt/boxen/homebrew/opt/boost/lib conftest.c -lboost_regex-mt | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include -L/opt/boxen/homebrew/opt/qt/lib -L/opt/boxen/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/boost/include -L/opt/boxen/homebrew/opt/flac/lib -L/opt/boxen/homebrew/opt/libmagic/lib -L/opt/boxen/homebrew/opt/libogg/lib -L/opt/boxen/homebrew/opt/libvorbis/lib -L/opt/boxen/homebrew/opt/libebml/lib -L/opt/boxen/homebrew/opt/libmatroska/lib -L/opt/boxen/homebrew/opt/boost/lib conftest.c -lboost_regex-mt -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include -L/opt/boxen/homebrew/opt/qt/lib -L/opt/boxen/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -c -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/boost/include conftest.cpp | |
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/boost/include conftest.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang called with: -o conftest -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/boost/include -L/opt/boxen/homebrew/opt/flac/lib -L/opt/boxen/homebrew/opt/libmagic/lib -L/opt/boxen/homebrew/opt/libogg/lib -L/opt/boxen/homebrew/opt/libvorbis/lib -L/opt/boxen/homebrew/opt/libebml/lib -L/opt/boxen/homebrew/opt/libmatroska/lib -L/opt/boxen/homebrew/opt/boost/lib conftest.c -lboost_date_time-mt | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include -L/opt/boxen/homebrew/opt/qt/lib -L/opt/boxen/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/boost/include -L/opt/boxen/homebrew/opt/flac/lib -L/opt/boxen/homebrew/opt/libmagic/lib -L/opt/boxen/homebrew/opt/libogg/lib -L/opt/boxen/homebrew/opt/libvorbis/lib -L/opt/boxen/homebrew/opt/libebml/lib -L/opt/boxen/homebrew/opt/libmatroska/lib -L/opt/boxen/homebrew/opt/boost/lib conftest.c -lboost_date_time-mt -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include -L/opt/boxen/homebrew/opt/qt/lib -L/opt/boxen/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -c -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/boost/include conftest.cpp | |
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/boost/include conftest.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -E -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/boost/include conftest.cpp | |
superenv added: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -E -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/boost/include conftest.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -c -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/boost/include conftest.cpp | |
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/boost/include conftest.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -E -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/boost/include conftest.cpp | |
superenv added: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -E -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/boost/include conftest.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -c -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/boost/include conftest.cpp | |
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/boost/include conftest.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -E -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/boost/include conftest.cpp | |
superenv added: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -E -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/boost/include conftest.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -c -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/boost/include conftest.cpp | |
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/boost/include conftest.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -E -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/boost/include conftest.cpp | |
superenv added: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -E -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/boost/include conftest.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -c -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/boost/include conftest.cpp | |
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/boost/include conftest.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -E -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/boost/include conftest.cpp | |
superenv added: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -E -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/boost/include conftest.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -c -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/boost/include conftest.cpp | |
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/boost/include conftest.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -E -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/boost/include conftest.cpp | |
superenv added: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -E -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/boost/include conftest.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -o conftest -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -L/opt/boxen/homebrew/opt/flac/lib -L/opt/boxen/homebrew/opt/libmagic/lib -L/opt/boxen/homebrew/opt/libogg/lib -L/opt/boxen/homebrew/opt/libvorbis/lib -L/opt/boxen/homebrew/opt/libebml/lib -L/opt/boxen/homebrew/opt/libmatroska/lib conftest.cpp -lgtest_main -lpthread | |
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include -L/opt/boxen/homebrew/opt/qt/lib -L/opt/boxen/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/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/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -L/opt/boxen/homebrew/opt/flac/lib -L/opt/boxen/homebrew/opt/libmagic/lib -L/opt/boxen/homebrew/opt/libogg/lib -L/opt/boxen/homebrew/opt/libvorbis/lib -L/opt/boxen/homebrew/opt/libebml/lib -L/opt/boxen/homebrew/opt/libmatroska/lib conftest.cpp -lgtest_main -lpthread -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include -L/opt/boxen/homebrew/opt/qt/lib -L/opt/boxen/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -c -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include conftest.cpp | |
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include conftest.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -E -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include conftest.cpp | |
superenv added: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -E -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include conftest.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -o conftest -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -L/opt/boxen/homebrew/opt/flac/lib -L/opt/boxen/homebrew/opt/libmagic/lib -L/opt/boxen/homebrew/opt/libogg/lib -L/opt/boxen/homebrew/opt/libvorbis/lib -L/opt/boxen/homebrew/opt/libebml/lib -L/opt/boxen/homebrew/opt/libmatroska/lib conftest.cpp -lbenchmark | |
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include -L/opt/boxen/homebrew/opt/qt/lib -L/opt/boxen/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/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/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -L/opt/boxen/homebrew/opt/flac/lib -L/opt/boxen/homebrew/opt/libmagic/lib -L/opt/boxen/homebrew/opt/libogg/lib -L/opt/boxen/homebrew/opt/libvorbis/lib -L/opt/boxen/homebrew/opt/libebml/lib -L/opt/boxen/homebrew/opt/libmatroska/lib conftest.cpp -lbenchmark -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include -L/opt/boxen/homebrew/opt/qt/lib -L/opt/boxen/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -c -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include conftest.cpp | |
superenv added: -pipe -Os -march=native -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include conftest.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -E -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include conftest.cpp | |
superenv added: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -E -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include conftest.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang called with: -o conftest -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -L/opt/boxen/homebrew/opt/flac/lib -L/opt/boxen/homebrew/opt/libmagic/lib -L/opt/boxen/homebrew/opt/libogg/lib -L/opt/boxen/homebrew/opt/libvorbis/lib -L/opt/boxen/homebrew/opt/libebml/lib -L/opt/boxen/homebrew/opt/libmatroska/lib conftest.c | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include -L/opt/boxen/homebrew/opt/qt/lib -L/opt/boxen/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -L/opt/boxen/homebrew/opt/flac/lib -L/opt/boxen/homebrew/opt/libmagic/lib -L/opt/boxen/homebrew/opt/libogg/lib -L/opt/boxen/homebrew/opt/libvorbis/lib -L/opt/boxen/homebrew/opt/libebml/lib -L/opt/boxen/homebrew/opt/libmatroska/lib conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include -L/opt/boxen/homebrew/opt/qt/lib -L/opt/boxen/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -E -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include conftest.c | |
superenv added: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang -E -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang called with: -c -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include conftest.c | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang -pipe -Os -march=native -c -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang called with: -E -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include conftest.c | |
superenv added: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang -E -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang called with: -o conftest -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -L/opt/boxen/homebrew/opt/flac/lib -L/opt/boxen/homebrew/opt/libmagic/lib -L/opt/boxen/homebrew/opt/libogg/lib -L/opt/boxen/homebrew/opt/libvorbis/lib -L/opt/boxen/homebrew/opt/libebml/lib -L/opt/boxen/homebrew/opt/libmatroska/lib conftest.c | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include -L/opt/boxen/homebrew/opt/qt/lib -L/opt/boxen/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -L/opt/boxen/homebrew/opt/flac/lib -L/opt/boxen/homebrew/opt/libmagic/lib -L/opt/boxen/homebrew/opt/libogg/lib -L/opt/boxen/homebrew/opt/libvorbis/lib -L/opt/boxen/homebrew/opt/libebml/lib -L/opt/boxen/homebrew/opt/libmatroska/lib conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include -L/opt/boxen/homebrew/opt/qt/lib -L/opt/boxen/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -L/opt/boxen/homebrew/opt/flac/lib -L/opt/boxen/homebrew/opt/libmagic/lib -L/opt/boxen/homebrew/opt/libogg/lib -L/opt/boxen/homebrew/opt/libvorbis/lib -L/opt/boxen/homebrew/opt/libebml/lib -L/opt/boxen/homebrew/opt/libmatroska/lib conftest.c -lintl -liconv | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include -L/opt/boxen/homebrew/opt/qt/lib -L/opt/boxen/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -L/opt/boxen/homebrew/opt/flac/lib -L/opt/boxen/homebrew/opt/libmagic/lib -L/opt/boxen/homebrew/opt/libogg/lib -L/opt/boxen/homebrew/opt/libvorbis/lib -L/opt/boxen/homebrew/opt/libebml/lib -L/opt/boxen/homebrew/opt/libmatroska/lib conftest.c -lintl -liconv -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include -L/opt/boxen/homebrew/opt/qt/lib -L/opt/boxen/homebrew/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2018-12-16 13:44:49 +0900 | |
rake | |
-j4 | |
SCAN pch candidates (total=472, .c=4, .cpp=386, .moc=82) | |
CXX src/common/common_pch.h | |
CXX src/info/info_cli_parser.cpp | |
CXX src/merge/mkvmerge.cpp | |
CXX src/extract/mkvextract.cpp | |
CXX src/propedit/propedit.cpp | |
CXX src/info/mkvinfo.cpp | |
CXX src/extract/attachments.cpp | |
CXX src/propedit/attachment_target.cpp | |
CXX src/common/aac.cpp | |
CXX src/extract/chapters.cpp | |
CXX src/extract/cues.cpp | |
CXX src/common/ac3.cpp | |
CXX src/propedit/change.cpp | |
CXX src/extract/cuesheets.cpp | |
CXX src/common/amf.cpp | |
CXX src/extract/extract_cli_parser.cpp | |
CXX src/propedit/chapter_target.cpp | |
CXX src/common/ape.cpp | |
CXX src/common/av1.cpp | |
src/common/av1.cpp:423:60: warning: lambda capture 'start_bit_position' is not used [-Wunused-lambda-capture] | |
at_scope_exit_c copy_current_and_seek_to_next_obu([this, start_bit_position, next_obu_bit_position, &obu, &keep_obu]() { | |
^ | |
CXX src/propedit/options.cpp | |
1 warning generated. | |
CXX src/common/avc.cpp | |
CXX src/extract/options.cpp | |
CXX src/propedit/propedit_cli_parser.cpp | |
CXX src/extract/tags.cpp | |
CXX src/common/avc_es_parser.cpp | |
CXX src/extract/track_spec.cpp | |
CXX src/merge/cluster_helper.cpp | |
CXX src/extract/tracks.cpp | |
CXX src/propedit/segment_info_target.cpp | |
CXX src/propedit/tag_target.cpp | |
CXX src/merge/cues.cpp | |
CXX src/extract/xtr_aac.cpp | |
CXX src/common/avcc.cpp | |
CXX src/common/base64.cpp | |
CXX src/extract/xtr_alac.cpp | |
CXX src/common/bitvalue.cpp | |
CXX src/propedit/target.cpp | |
CXX src/merge/generic_packetizer.cpp | |
CXX src/common/bswap.cpp | |
CXX src/extract/xtr_avc.cpp | |
CXX src/propedit/track_target.cpp | |
CXX src/common/cli_parser.cpp | |
CXX src/extract/xtr_avi.cpp | |
AR src/propedit/libmtxpropedit.a | |
CXX src/common/clpi.cpp | |
CXX src/extract/xtr_base.cpp | |
RANLIB src/propedit/libmtxpropedit.a | |
CXX src/merge/generic_reader.cpp | |
CXX src/common/codec.cpp | |
CXX src/extract/xtr_hdmv_pgs.cpp | |
CXX src/extract/xtr_hdmv_textst.cpp | |
CXX src/extract/xtr_hevc.cpp | |
CXX src/merge/id_result.cpp | |
CXX src/common/command_line.cpp | |
CXX src/extract/xtr_ivf.cpp | |
CXX src/merge/libmatroska_extensions.cpp | |
CXX src/merge/output_control.cpp | |
CXX src/common/common.cpp | |
CXX src/extract/xtr_mpeg1_2.cpp | |
CXX src/common/compression.cpp | |
CXX src/extract/xtr_ogg.cpp | |
CXX src/common/content_decoder.cpp | |
CXX src/extract/xtr_rmff.cpp | |
CXX src/common/date_time.cpp | |
CXX src/extract/xtr_textsubs.cpp | |
CXX src/merge/packet.cpp | |
CXX src/merge/reader_detection_and_creation.cpp | |
CXX src/common/debugging.cpp | |
CXX src/extract/xtr_tta.cpp | |
CXX src/common/dirac.cpp | |
CXX src/merge/timestamp_calculator.cpp | |
CXX src/extract/xtr_vobsub.cpp | |
CXX src/common/doc_type_version_handler.cpp | |
CXX src/merge/timestamp_factory.cpp | |
CXX src/extract/xtr_wav.cpp | |
CXX src/common/doc_type_version_handler_p.cpp | |
CXX src/common/dts.cpp | |
CXX src/extract/xtr_webvtt.cpp | |
CXX src/common/dts_parser.cpp | |
AR src/extract/libmtxextract.a | |
RANLIB src/extract/libmtxextract.a | |
CXX src/merge/track_info.cpp | |
CXX src/common/ebml.cpp | |
CXX src/merge/webm.cpp | |
AR src/merge/libmtxmerge.a | |
RANLIB src/merge/libmtxmerge.a | |
CXX src/input/aac_framing_packet_converter.cpp | |
CXX src/common/endian.cpp | |
CXX src/common/extern_data.cpp | |
CXX src/input/bluray_pcm_channel_removal_packet_converter.cpp | |
CXX src/input/dvbsub_pes_framing_removal_packet_converter.cpp | |
CXX src/common/file.cpp | |
CXX src/input/r_aac.cpp | |
CXX src/common/file_types.cpp | |
CXX src/common/flac.cpp | |
CXX src/input/r_ac3.cpp | |
CXX src/common/fourcc.cpp | |
CXX src/common/frame_timing.cpp | |
CXX src/input/r_avc.cpp | |
CXX src/common/hacks.cpp | |
CXX src/input/r_avi.cpp | |
CXX src/common/hdmv_textst.cpp | |
CXX src/common/hevc.cpp | |
CXX src/common/hevc_es_parser.cpp | |
CXX src/input/r_coreaudio.cpp | |
CXX src/input/r_dirac.cpp | |
CXX src/common/hevcc.cpp | |
CXX src/common/id3.cpp | |
CXX src/input/r_dts.cpp | |
CXX src/common/iso639.cpp | |
CXX src/input/r_dv.cpp | |
CXX src/input/r_flac.cpp | |
CXX src/common/ivf.cpp | |
CXX src/common/json.cpp | |
CXX src/input/r_flv.cpp | |
CXX src/common/kate.cpp | |
CXX src/common/kax_analyzer.cpp | |
CXX src/input/r_hdmv_textst.cpp | |
CXX src/common/kax_element_names.cpp | |
CXX src/input/r_hevc.cpp | |
CXX src/input/r_ivf.cpp | |
CXX src/input/r_matroska.cpp | |
CXX src/common/kax_file.cpp | |
CXX src/common/kax_info.cpp | |
CXX src/input/r_microdvd.cpp | |
CXX src/input/r_mp3.cpp | |
CXX src/input/r_mpeg_es.cpp | |
CXX src/common/locale.cpp | |
CXX src/input/r_mpeg_ps.cpp | |
CXX src/common/locale_string.cpp | |
CXX src/common/logger.cpp | |
CXX src/common/logger_win.cpp | |
CXX src/common/markdown.cpp | |
CXX src/input/r_mpeg_ts.cpp | |
CXX src/common/math.cpp | |
CXX src/common/memory.cpp | |
CXX src/common/mime.cpp | |
CXX src/common/mime_types.cpp | |
CXX src/common/mm_io.cpp | |
CXX src/input/r_obu.cpp | |
CXX src/common/mm_io_x.cpp | |
CXX src/input/r_ogm.cpp | |
CXX src/common/mm_mem_io.cpp | |
CXX src/common/mm_mpls_multi_file_io.cpp | |
CXX src/common/mm_multi_file_io.cpp | |
CXX src/input/r_ogm_flac.cpp | |
CXX src/input/r_pgssup.cpp | |
CXX src/common/mm_null_io.cpp | |
CXX src/common/mm_proxy_io.cpp | |
CXX src/common/mm_read_buffer_io.cpp | |
CXX src/input/r_qtmp4.cpp | |
CXX src/common/mm_stdio.cpp | |
CXX src/common/mm_text_io.cpp | |
CXX src/common/mm_write_buffer_io.cpp | |
CXX src/common/mp3.cpp | |
CXX src/common/mpeg.cpp | |
CXX src/common/mpeg1_2.cpp | |
CXX src/common/mpeg4_p2.cpp | |
CXX src/input/r_real.cpp | |
CXX src/common/mpls.cpp | |
CXX src/common/opus.cpp | |
CXX src/input/r_srt.cpp | |
CXX src/common/output.cpp | |
CXX src/input/r_ssa.cpp | |
CXX src/common/property_element.cpp | |
CXX src/input/r_truehd.cpp | |
CXX src/common/qt_kax_analyzer.cpp | |
CXX src/input/r_tta.cpp | |
CXX src/common/random.cpp | |
CXX src/common/samples_to_timestamp_converter.cpp | |
CXX src/common/split_arg_parsing.cpp | |
CXX src/input/r_usf.cpp | |
CXX src/common/split_point.cpp | |
CXX src/common/spu.cpp | |
CXX src/input/r_vc1.cpp | |
CXX src/common/stereo_mode.cpp | |
CXX src/common/terminal.cpp | |
CXX src/input/r_vobbtn.cpp | |
CXX src/common/theora.cpp | |
CXX src/common/track_statistics.cpp | |
CXX src/input/r_vobsub.cpp | |
CXX src/common/translation.cpp | |
CXX src/common/truehd.cpp | |
CXX src/input/r_wav.cpp | |
CXX src/common/unique_numbers.cpp | |
CXX src/common/utf8_codecvt_facet.cpp | |
CXX src/common/vc1.cpp | |
CXX src/input/r_wavpack.cpp | |
CXX src/common/version.cpp | |
CXX src/input/r_webvtt.cpp | |
CXX src/input/subtitles.cpp | |
CXX src/common/vint.cpp | |
CXX src/common/vobsub.cpp | |
CXX src/common/vp9.cpp | |
CXX src/common/wavpack.cpp | |
CXX src/common/webm.cpp | |
CXX src/input/teletext_to_srt_packet_converter.cpp | |
CXX src/common/webvtt.cpp | |
CXX src/input/truehd_ac3_splitting_packet_converter.cpp | |
CXX src/common/win_itaskbarlist3.cpp | |
CXX src/common/chapters/chapters.cpp | |
CXX src/input/unsupported_types_signature_prober.cpp | |
CXX src/input/wav_ac3acm_demuxer.cpp | |
CXX src/common/chapters/cue_parser.cpp | |
CXX src/input/wav_ac3wav_demuxer.cpp | |
CXX src/input/wav_dts_demuxer.cpp | |
CXX src/common/chapters/writer.cpp | |
CXX src/common/checksums/adler32.cpp | |
CXX src/input/wav_pcm_demuxer.cpp | |
CXX src/common/checksums/base.cpp | |
CXX src/common/checksums/crc.cpp | |
AR src/input/libmtxinput.a | |
RANLIB src/input/libmtxinput.a | |
CXX src/output/p_aac.cpp | |
CXX src/common/checksums/md5.cpp | |
CXX src/common/compression/header_removal.cpp | |
CXX src/output/p_ac3.cpp | |
CXX src/common/compression/zlib.cpp | |
CXX src/common/fs_sys_helpers/common.cpp | |
CXX src/output/p_alac.cpp | |
CXX src/common/fs_sys_helpers/unix.cpp | |
src/common/fs_sys_helpers/unix.cpp:81:41: warning: unused parameter 'argv0' [-Wunused-parameter] | |
get_current_exe_path(std::string const &argv0) { | |
^ | |
1 warning generated. | |
CXX src/common/fs_sys_helpers/windows.cpp | |
CXX src/common/mm_file_io/common.cpp | |
CXX src/output/p_av1.cpp | |
CXX src/common/mm_file_io/unix.cpp | |
CXX src/common/mm_file_io/windows.cpp | |
CXX src/output/p_avc.cpp | |
CXX src/common/mm_stdio/windows.cpp | |
CXX src/common/strings/editing.cpp | |
CXX src/output/p_avc_es.cpp | |
CXX src/common/strings/formatting.cpp | |
CXX src/output/p_dirac.cpp | |
CXX src/common/strings/parsing.cpp | |
CXX src/output/p_dts.cpp | |
CXX src/common/strings/utf8.cpp | |
CXX src/common/tags/tags.cpp | |
CXX src/output/p_dvbsub.cpp | |
CXX src/common/xml/ebml_chapters_converter.cpp | |
CXX src/output/p_flac.cpp | |
CXX src/common/xml/ebml_converter.cpp | |
CXX src/output/p_generic_video.cpp | |
CXX src/output/p_hdmv_pgs.cpp | |
CXX src/output/p_hdmv_textst.cpp | |
CXX src/common/xml/ebml_segmentinfo_converter.cpp | |
CXX src/output/p_hevc.cpp | |
CXX src/common/xml/ebml_tags_converter.cpp | |
CXX src/output/p_hevc_es.cpp | |
CXX src/common/xml/xml.cpp | |
AR src/common/libmtxcommon.a | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: src/common/libmtxcommon.a(logger_win.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: src/common/libmtxcommon.a(win_itaskbarlist3.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: src/common/libmtxcommon.a(windows.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: src/common/libmtxcommon.a(windows.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: src/common/libmtxcommon.a(windows.o) has no symbols | |
RANLIB src/common/libmtxcommon.a | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: src/common/libmtxcommon.a(logger_win.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: src/common/libmtxcommon.a(win_itaskbarlist3.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: src/common/libmtxcommon.a(windows.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: src/common/libmtxcommon.a(windows.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: src/common/libmtxcommon.a(windows.o) has no symbols | |
LINK src/mkvpropedit | |
LINK src/mkvinfo | |
CC lib/avilib-0.6.10/avilib.c | |
ld: warning: object file (/opt/boxen/homebrew/Cellar/pugixml/1.9/lib/pugixml-1.9/libpugixml.a(pugixml.cpp.o)) was built for newer OSX version (10.13) than being linked (10.9) | |
ld: warning: object file (/opt/boxen/homebrew/Cellar/pugixml/1.9/lib/pugixml-1.9/libpugixml.a(pugixml.cpp.o)) was built for newer OSX version (10.13) than being linked (10.9) | |
CXX src/output/p_kate.cpp | |
UIC src/mkvtoolnix-gui/forms/chapter_editor/generate_sub_chapters_parameters_dialog.ui | |
UIC src/mkvtoolnix-gui/forms/chapter_editor/mass_modification_dialog.ui | |
XSLTPROC doc/man/mkvmerge.xml | |
UIC src/mkvtoolnix-gui/forms/chapter_editor/renumber_sub_chapters_parameters_dialog.ui | |
UIC src/mkvtoolnix-gui/forms/chapter_editor/tab.ui | |
UIC src/mkvtoolnix-gui/forms/chapter_editor/tool.ui | |
UIC src/mkvtoolnix-gui/forms/header_editor/action_for_dropped_files_dialog.ui | |
UIC src/mkvtoolnix-gui/forms/header_editor/attached_file_page.ui | |
UIC src/mkvtoolnix-gui/forms/header_editor/attachments_page.ui | |
UIC src/mkvtoolnix-gui/forms/header_editor/tab.ui | |
UIC src/mkvtoolnix-gui/forms/header_editor/tool.ui | |
UIC src/mkvtoolnix-gui/forms/header_editor/track_type_page.ui | |
UIC src/mkvtoolnix-gui/forms/header_editor/value_page.ui | |
UIC src/mkvtoolnix-gui/forms/info/element_viewer_dialog.ui | |
UIC src/mkvtoolnix-gui/forms/info/job_settings_dialog.ui | |
UIC src/mkvtoolnix-gui/forms/info/job_settings_widget.ui | |
UIC src/mkvtoolnix-gui/forms/info/tab.ui | |
UIC src/mkvtoolnix-gui/forms/info/tool.ui | |
UIC src/mkvtoolnix-gui/forms/jobs/tool.ui | |
UIC src/mkvtoolnix-gui/forms/main_window/available_update_info_dialog.ui | |
UIC src/mkvtoolnix-gui/forms/main_window/main_window.ui | |
UIC src/mkvtoolnix-gui/forms/main_window/preferences_dialog.ui | |
UIC src/mkvtoolnix-gui/forms/main_window/prefs_run_program_widget.ui | |
UIC src/mkvtoolnix-gui/forms/main_window/select_character_set_dialog.ui | |
UIC src/mkvtoolnix-gui/forms/main_window/status_bar_progress_widget.ui | |
UIC src/mkvtoolnix-gui/forms/merge/adding_appending_files_dialog.ui | |
UIC src/mkvtoolnix-gui/forms/merge/additional_command_line_options_dialog.ui | |
UIC src/mkvtoolnix-gui/forms/merge/ask_scan_for_playlists_dialog.ui | |
UIC src/mkvtoolnix-gui/forms/merge/command_line_dialog.ui | |
UIC src/mkvtoolnix-gui/forms/merge/executable_location_dialog.ui | |
UIC src/mkvtoolnix-gui/forms/merge/select_playlist_dialog.ui | |
UIC src/mkvtoolnix-gui/forms/merge/tab.ui | |
UIC src/mkvtoolnix-gui/forms/merge/tool.ui | |
UIC src/mkvtoolnix-gui/forms/util/side_by_side_multi_select.ui | |
CC lib/avilib-0.6.10/avimisc.c | |
UIC src/mkvtoolnix-gui/forms/util/text_display_dialog.ui | |
UIC src/mkvtoolnix-gui/forms/watch_jobs/tab.ui | |
UIC src/mkvtoolnix-gui/forms/watch_jobs/tool.ui | |
MOC src/mkvtoolnix-gui/app.h | |
CXX src/mkvtoolnix-gui/app.moc | |
CXX lib/avilib-0.6.10/xio.cpp | |
XSLTPROC doc/man/mkvinfo.xml | |
XSLTPROC doc/man/mkvextract.xml | |
XSLTPROC doc/man/mkvpropedit.xml | |
AR lib/avilib-0.6.10/libavi.a | |
RANLIB lib/avilib-0.6.10/libavi.a | |
CC lib/librmff/mb_file_io.c | |
CC lib/librmff/rmff.c | |
XSLTPROC doc/man/mkvtoolnix-gui.xml | |
MOC src/mkvtoolnix-gui/chapter_editor/chapter_model.h | |
CXX src/mkvtoolnix-gui/chapter_editor/chapter_model.moc | |
CXX src/tools/ebml_validator.cpp | |
AR lib/librmff/librmff.a | |
RANLIB lib/librmff/librmff.a | |
LINK src/mkvextract | |
CXX src/output/p_mp3.cpp | |
ld: warning: object file (/opt/boxen/homebrew/Cellar/pugixml/1.9/lib/pugixml-1.9/libpugixml.a(pugixml.cpp.o)) was built for newer OSX version (10.13) than being linked (10.9) | |
CXX src/mpegparser/CircBuffer.cpp | |
CXX src/mpegparser/M2VParser.cpp | |
MOC src/mkvtoolnix-gui/chapter_editor/generate_sub_chapters_parameters_dialog.h | |
CXX src/mkvtoolnix-gui/chapter_editor/generate_sub_chapters_parameters_dialog.moc | |
MOC src/mkvtoolnix-gui/chapter_editor/mass_modification_dialog.h | |
CXX src/mpegparser/MPEGVideoBuffer.cpp | |
CXX src/mkvtoolnix-gui/chapter_editor/mass_modification_dialog.moc | |
CXX src/output/p_mpeg1_2.cpp | |
AR src/mpegparser/libmpegparser.a | |
RANLIB src/mpegparser/libmpegparser.a | |
CXX src/output/p_mpeg4_p2.cpp | |
MOC src/mkvtoolnix-gui/chapter_editor/name_model.h | |
CXX src/mkvtoolnix-gui/chapter_editor/name_model.moc | |
CXX src/tools/element_info.cpp | |
MOC src/mkvtoolnix-gui/chapter_editor/renumber_sub_chapters_parameters_dialog.h | |
CXX src/mkvtoolnix-gui/chapter_editor/renumber_sub_chapters_parameters_dialog.moc | |
CXX src/output/p_opus.cpp | |
CXX src/output/p_passthrough.cpp | |
MOC src/mkvtoolnix-gui/chapter_editor/tab.h | |
CXX src/mkvtoolnix-gui/chapter_editor/tab.moc | |
LINK src/tools/ebml_validator | |
CXX src/output/p_pcm.cpp | |
MOC src/mkvtoolnix-gui/chapter_editor/tool.h | |
CXX src/mkvtoolnix-gui/chapter_editor/tool.moc | |
CXX src/output/p_quicktime.cpp | |
MOC src/mkvtoolnix-gui/header_editor/action_for_dropped_files_dialog.h | |
CXX src/mkvtoolnix-gui/header_editor/action_for_dropped_files_dialog.moc | |
CXX src/output/p_realaudio.cpp | |
CXX src/output/p_textsubs.cpp | |
MOC src/mkvtoolnix-gui/header_editor/attached_file_page.h | |
CXX src/mkvtoolnix-gui/header_editor/attached_file_page.moc | |
CXX src/output/p_theora.cpp | |
MOC src/mkvtoolnix-gui/header_editor/attachments_page.h | |
CXX src/mkvtoolnix-gui/header_editor/attachments_page.moc | |
CXX src/output/p_truehd.cpp | |
MOC src/mkvtoolnix-gui/header_editor/empty_page.h | |
CXX src/mkvtoolnix-gui/header_editor/empty_page.moc | |
CXX src/output/p_tta.cpp | |
MOC src/mkvtoolnix-gui/header_editor/page_base.h | |
CXX src/mkvtoolnix-gui/header_editor/page_base.moc | |
CXX src/output/p_vc1.cpp | |
CXX src/output/p_video_for_windows.cpp | |
MOC src/mkvtoolnix-gui/header_editor/page_model.h | |
CXX src/mkvtoolnix-gui/header_editor/page_model.moc | |
CXX src/output/p_vobbtn.cpp | |
CXX src/output/p_vobsub.cpp | |
MOC src/mkvtoolnix-gui/header_editor/tab.h | |
CXX src/mkvtoolnix-gui/header_editor/tab.moc | |
MOC src/mkvtoolnix-gui/header_editor/tool.h | |
CXX src/mkvtoolnix-gui/header_editor/tool.moc | |
CXX src/output/p_vorbis.cpp | |
CXX src/output/p_vpx.cpp | |
MOC src/mkvtoolnix-gui/header_editor/top_level_page.h | |
CXX src/mkvtoolnix-gui/header_editor/top_level_page.moc | |
CXX src/output/p_wavpack.cpp | |
MOC src/mkvtoolnix-gui/header_editor/track_name_page.h | |
CXX src/mkvtoolnix-gui/header_editor/track_name_page.moc | |
CXX src/output/p_webvtt.cpp | |
MOC src/mkvtoolnix-gui/header_editor/track_type_page.h | |
CXX src/mkvtoolnix-gui/header_editor/track_type_page.moc | |
MOC src/mkvtoolnix-gui/header_editor/value_page.h | |
CXX src/mkvtoolnix-gui/header_editor/value_page.moc | |
AR src/output/libmtxoutput.a | |
MOC src/mkvtoolnix-gui/info/element_reader.h | |
RANLIB src/output/libmtxoutput.a | |
CXX src/mkvtoolnix-gui/info/element_reader.moc | |
LINK src/mkvmerge | |
ld: warning: object file (/opt/boxen/homebrew/Cellar/pugixml/1.9/lib/pugixml-1.9/libpugixml.a(pugixml.cpp.o)) was built for newer OSX version (10.13) than being linked (10.9) | |
MOC src/mkvtoolnix-gui/info/element_viewer_dialog.h | |
CXX src/mkvtoolnix-gui/info/element_viewer_dialog.moc | |
MOC src/mkvtoolnix-gui/info/job_settings_dialog.h | |
CXX src/mkvtoolnix-gui/info/job_settings_dialog.moc | |
MOC src/mkvtoolnix-gui/info/job_settings_widget.h | |
CXX src/mkvtoolnix-gui/info/job_settings_widget.moc | |
MOC src/mkvtoolnix-gui/info/model.h | |
CXX src/mkvtoolnix-gui/info/model.moc | |
MOC src/mkvtoolnix-gui/info/tab.h | |
CXX src/mkvtoolnix-gui/info/tab.moc | |
MOC src/mkvtoolnix-gui/info/tool.h | |
CXX src/mkvtoolnix-gui/info/tool.moc | |
MOC src/mkvtoolnix-gui/jobs/info_job.h | |
CXX src/mkvtoolnix-gui/jobs/info_job.moc | |
MOC src/mkvtoolnix-gui/jobs/job.h | |
CXX src/mkvtoolnix-gui/jobs/job.moc | |
MOC src/mkvtoolnix-gui/jobs/model.h | |
CXX src/mkvtoolnix-gui/jobs/model.moc | |
MOC src/mkvtoolnix-gui/jobs/mux_job.h | |
CXX src/mkvtoolnix-gui/jobs/mux_job.moc | |
MOC src/mkvtoolnix-gui/jobs/program_runner.h | |
CXX src/mkvtoolnix-gui/jobs/program_runner.moc | |
MOC src/mkvtoolnix-gui/jobs/program_runner/macos_program_runner.h | |
CXX src/mkvtoolnix-gui/jobs/program_runner/macos_program_runner.moc | |
MOC src/mkvtoolnix-gui/jobs/tool.h | |
CXX src/mkvtoolnix-gui/jobs/tool.moc | |
MOC src/mkvtoolnix-gui/main_window/available_update_info_dialog.h | |
CXX src/mkvtoolnix-gui/main_window/available_update_info_dialog.moc | |
MOC src/mkvtoolnix-gui/main_window/main_window.h | |
CXX src/mkvtoolnix-gui/main_window/main_window.moc | |
MOC src/mkvtoolnix-gui/main_window/preferences_dialog.h | |
CXX src/mkvtoolnix-gui/main_window/preferences_dialog.moc | |
MOC src/mkvtoolnix-gui/main_window/prefs_run_program_widget.h | |
MOC src/mkvtoolnix-gui/main_window/select_character_set_dialog.h | |
CXX src/mkvtoolnix-gui/main_window/prefs_run_program_widget.moc | |
CXX src/mkvtoolnix-gui/main_window/select_character_set_dialog.moc | |
MOC src/mkvtoolnix-gui/main_window/status_bar_progress_widget.h | |
MOC src/mkvtoolnix-gui/main_window/taskbar_progress.h | |
CXX src/mkvtoolnix-gui/main_window/taskbar_progress.moc | |
CXX src/mkvtoolnix-gui/main_window/status_bar_progress_widget.moc | |
MOC src/mkvtoolnix-gui/main_window/tool_base.h | |
CXX src/mkvtoolnix-gui/main_window/tool_base.moc | |
MOC src/mkvtoolnix-gui/main_window/update_checker.h | |
CXX src/mkvtoolnix-gui/main_window/update_checker.moc | |
MOC src/mkvtoolnix-gui/merge/adding_appending_files_dialog.h | |
CXX src/mkvtoolnix-gui/merge/adding_appending_files_dialog.moc | |
MOC src/mkvtoolnix-gui/merge/additional_command_line_options_dialog.h | |
CXX src/mkvtoolnix-gui/merge/additional_command_line_options_dialog.moc | |
MOC src/mkvtoolnix-gui/merge/ask_scan_for_playlists_dialog.h | |
CXX src/mkvtoolnix-gui/merge/ask_scan_for_playlists_dialog.moc | |
MOC src/mkvtoolnix-gui/merge/attached_file_model.h | |
CXX src/mkvtoolnix-gui/merge/attached_file_model.moc | |
MOC src/mkvtoolnix-gui/merge/attachment_model.h | |
CXX src/mkvtoolnix-gui/merge/attachment_model.moc | |
MOC src/mkvtoolnix-gui/merge/command_line_dialog.h | |
CXX src/mkvtoolnix-gui/merge/command_line_dialog.moc | |
MOC src/mkvtoolnix-gui/merge/executable_location_dialog.h | |
CXX src/mkvtoolnix-gui/merge/executable_location_dialog.moc | |
MOC src/mkvtoolnix-gui/merge/file_identification_thread.h | |
CXX src/mkvtoolnix-gui/merge/file_identification_thread.moc | |
MOC src/mkvtoolnix-gui/merge/select_playlist_dialog.h | |
CXX src/mkvtoolnix-gui/merge/select_playlist_dialog.moc | |
MOC src/mkvtoolnix-gui/merge/source_file_model.h | |
CXX src/mkvtoolnix-gui/merge/source_file_model.moc | |
MOC src/mkvtoolnix-gui/merge/tab.h | |
CXX src/mkvtoolnix-gui/merge/tab.moc | |
MOC src/mkvtoolnix-gui/merge/tool.h | |
CXX src/mkvtoolnix-gui/merge/tool.moc | |
MOC src/mkvtoolnix-gui/merge/track_model.h | |
CXX src/mkvtoolnix-gui/merge/track_model.moc | |
MOC src/mkvtoolnix-gui/util/basic_line_edit.h | |
CXX src/mkvtoolnix-gui/util/basic_line_edit.moc | |
MOC src/mkvtoolnix-gui/util/basic_tab_widget.h | |
CXX src/mkvtoolnix-gui/util/basic_tab_widget.moc | |
MOC src/mkvtoolnix-gui/util/basic_tree_view.h | |
CXX src/mkvtoolnix-gui/util/basic_tree_view.moc | |
MOC src/mkvtoolnix-gui/util/character_set_combo_box.h | |
CXX src/mkvtoolnix-gui/util/character_set_combo_box.moc | |
MOC src/mkvtoolnix-gui/util/combo_box_base.h | |
CXX src/mkvtoolnix-gui/util/combo_box_base.moc | |
MOC src/mkvtoolnix-gui/util/config_file.h | |
CXX src/mkvtoolnix-gui/util/config_file.moc | |
MOC src/mkvtoolnix-gui/util/country_combo_box.h | |
CXX src/mkvtoolnix-gui/util/country_combo_box.moc | |
MOC src/mkvtoolnix-gui/util/elide_label.h | |
CXX src/mkvtoolnix-gui/util/elide_label.moc | |
MOC src/mkvtoolnix-gui/util/fancy_tab_widget.h | |
CXX src/mkvtoolnix-gui/util/fancy_tab_widget.moc | |
MOC src/mkvtoolnix-gui/util/file_identifier.h | |
CXX src/mkvtoolnix-gui/util/file_identifier.moc | |
MOC src/mkvtoolnix-gui/util/files_drag_drop_handler.h | |
MOC src/mkvtoolnix-gui/util/files_drag_drop_widget.h | |
CXX src/mkvtoolnix-gui/util/files_drag_drop_handler.moc | |
CXX src/mkvtoolnix-gui/util/files_drag_drop_widget.moc | |
MOC src/mkvtoolnix-gui/util/header_view_manager.h | |
CXX src/mkvtoolnix-gui/util/header_view_manager.moc | |
MOC src/mkvtoolnix-gui/util/installation_checker.h | |
CXX src/mkvtoolnix-gui/util/installation_checker.moc | |
MOC src/mkvtoolnix-gui/util/kax_info.h | |
CXX src/mkvtoolnix-gui/util/kax_info.moc | |
MOC src/mkvtoolnix-gui/util/language_combo_box.h | |
CXX src/mkvtoolnix-gui/util/language_combo_box.moc | |
MOC src/mkvtoolnix-gui/util/media_player.h | |
CXX src/mkvtoolnix-gui/util/media_player.moc | |
MOC src/mkvtoolnix-gui/util/network_access_manager.h | |
CXX src/mkvtoolnix-gui/util/network_access_manager.moc | |
MOC src/mkvtoolnix-gui/util/process.h | |
CXX src/mkvtoolnix-gui/util/process.moc | |
MOC src/mkvtoolnix-gui/util/serial_worker_queue.h | |
CXX src/mkvtoolnix-gui/util/serial_worker_queue.moc | |
MOC src/mkvtoolnix-gui/util/settings.h | |
CXX src/mkvtoolnix-gui/util/settings.moc | |
MOC src/mkvtoolnix-gui/util/side_by_side_multi_select.h | |
CXX src/mkvtoolnix-gui/util/side_by_side_multi_select.moc | |
MOC src/mkvtoolnix-gui/util/text_display_dialog.h | |
CXX src/mkvtoolnix-gui/util/text_display_dialog.moc | |
MOC src/mkvtoolnix-gui/util/waiting_spinner_widget.h | |
CXX src/mkvtoolnix-gui/util/waiting_spinner_widget.moc | |
MOC src/mkvtoolnix-gui/watch_jobs/tab.h | |
MOC src/mkvtoolnix-gui/watch_jobs/tool.h | |
CXX src/mkvtoolnix-gui/watch_jobs/tool.moc | |
CXX src/mkvtoolnix-gui/watch_jobs/tab.moc | |
CXX src/mkvtoolnix-gui/app.cpp | |
CXX src/mkvtoolnix-gui/chapter_editor/chapter_model.cpp | |
CXX src/mkvtoolnix-gui/chapter_editor/generate_sub_chapters_parameters_dialog.cpp | |
CXX src/mkvtoolnix-gui/chapter_editor/mass_modification_dialog.cpp | |
CXX src/mkvtoolnix-gui/chapter_editor/name_model.cpp | |
CXX src/mkvtoolnix-gui/chapter_editor/renumber_sub_chapters_parameters_dialog.cpp | |
CXX src/mkvtoolnix-gui/chapter_editor/tab.cpp | |
CXX src/mkvtoolnix-gui/chapter_editor/tool.cpp | |
CXX src/mkvtoolnix-gui/gui_cli_parser.cpp | |
CXX src/mkvtoolnix-gui/header_editor/action_for_dropped_files_dialog.cpp | |
CXX src/mkvtoolnix-gui/header_editor/ascii_string_value_page.cpp | |
CXX src/mkvtoolnix-gui/header_editor/attached_file_page.cpp | |
CXX src/mkvtoolnix-gui/header_editor/attachments_page.cpp | |
CXX src/mkvtoolnix-gui/header_editor/bit_value_page.cpp | |
CXX src/mkvtoolnix-gui/header_editor/bool_value_page.cpp | |
CXX src/mkvtoolnix-gui/header_editor/empty_page.cpp | |
CXX src/mkvtoolnix-gui/header_editor/float_value_page.cpp | |
CXX src/mkvtoolnix-gui/header_editor/language_value_page.cpp | |
CXX src/mkvtoolnix-gui/header_editor/page_base.cpp | |
CXX src/mkvtoolnix-gui/header_editor/page_model.cpp | |
CXX src/mkvtoolnix-gui/header_editor/string_value_page.cpp | |
CXX src/mkvtoolnix-gui/header_editor/tab.cpp | |
CXX src/mkvtoolnix-gui/header_editor/time_value_page.cpp | |
CXX src/mkvtoolnix-gui/header_editor/tool.cpp | |
CXX src/mkvtoolnix-gui/header_editor/top_level_page.cpp | |
CXX src/mkvtoolnix-gui/header_editor/track_name_page.cpp | |
CXX src/mkvtoolnix-gui/header_editor/track_type_page.cpp | |
CXX src/mkvtoolnix-gui/header_editor/unsigned_integer_value_page.cpp | |
CXX src/mkvtoolnix-gui/header_editor/value_page.cpp | |
CXX src/mkvtoolnix-gui/info/element_highlighter.cpp | |
CXX src/mkvtoolnix-gui/info/element_reader.cpp | |
CXX src/mkvtoolnix-gui/info/element_viewer_dialog.cpp | |
CXX src/mkvtoolnix-gui/info/info_config.cpp | |
CXX src/mkvtoolnix-gui/info/initial_scan.cpp | |
CXX src/mkvtoolnix-gui/info/job_settings_dialog.cpp | |
CXX src/mkvtoolnix-gui/info/job_settings_widget.cpp | |
CXX src/mkvtoolnix-gui/info/model.cpp | |
CXX src/mkvtoolnix-gui/info/tab.cpp | |
CXX src/mkvtoolnix-gui/info/tool.cpp | |
CXX src/mkvtoolnix-gui/jobs/info_job.cpp | |
CXX src/mkvtoolnix-gui/jobs/job.cpp | |
CXX src/mkvtoolnix-gui/jobs/model.cpp | |
CXX src/mkvtoolnix-gui/jobs/mux_job.cpp | |
CXX src/mkvtoolnix-gui/jobs/program_runner.cpp | |
CXX src/mkvtoolnix-gui/jobs/program_runner/macos_program_runner.cpp | |
CXX src/mkvtoolnix-gui/jobs/tool.cpp | |
CXX src/mkvtoolnix-gui/main_window/available_update_info_dialog.cpp | |
CXX src/mkvtoolnix-gui/main_window/main_window.cpp | |
CXX src/mkvtoolnix-gui/main_window/preferences_dialog.cpp | |
CXX src/mkvtoolnix-gui/main_window/prefs_run_program_widget.cpp | |
CXX src/mkvtoolnix-gui/main_window/select_character_set_dialog.cpp | |
CXX src/mkvtoolnix-gui/main_window/status_bar_progress_widget.cpp | |
CXX src/mkvtoolnix-gui/main_window/taskbar_progress.cpp | |
CXX src/mkvtoolnix-gui/main_window/update_checker.cpp | |
CXX src/mkvtoolnix-gui/merge/adding_appending_files_dialog.cpp | |
CXX src/mkvtoolnix-gui/merge/additional_command_line_options_dialog.cpp | |
CXX src/mkvtoolnix-gui/merge/ask_scan_for_playlists_dialog.cpp | |
CXX src/mkvtoolnix-gui/merge/attached_file_model.cpp | |
CXX src/mkvtoolnix-gui/merge/attachment.cpp | |
CXX src/mkvtoolnix-gui/merge/attachment_model.cpp | |
CXX src/mkvtoolnix-gui/merge/attachments.cpp | |
CXX src/mkvtoolnix-gui/merge/command_line_dialog.cpp | |
CXX src/mkvtoolnix-gui/merge/executable_location_dialog.cpp | |
CXX src/mkvtoolnix-gui/merge/file_identification_thread.cpp | |
CXX src/mkvtoolnix-gui/merge/input.cpp | |
CXX src/mkvtoolnix-gui/merge/mux_config.cpp | |
CXX src/mkvtoolnix-gui/merge/output.cpp | |
CXX src/mkvtoolnix-gui/merge/select_playlist_dialog.cpp | |
CXX src/mkvtoolnix-gui/merge/source_file.cpp | |
CXX src/mkvtoolnix-gui/merge/source_file_model.cpp | |
CXX src/mkvtoolnix-gui/merge/tab.cpp | |
CXX src/mkvtoolnix-gui/merge/tool.cpp | |
CXX src/mkvtoolnix-gui/merge/track.cpp | |
CXX src/mkvtoolnix-gui/merge/track_model.cpp | |
CXX src/mkvtoolnix-gui/mime_types.cpp | |
CXX src/mkvtoolnix-gui/mkvtoolnix_gui.cpp | |
CXX src/mkvtoolnix-gui/util/basic_line_edit.cpp | |
CXX src/mkvtoolnix-gui/util/basic_tab_widget.cpp | |
CXX src/mkvtoolnix-gui/util/basic_tree_view.cpp | |
CXX src/mkvtoolnix-gui/util/cache.cpp | |
CXX src/mkvtoolnix-gui/util/character_set_combo_box.cpp | |
CXX src/mkvtoolnix-gui/util/combo_box_base.cpp | |
CXX src/mkvtoolnix-gui/util/config_file.cpp | |
CXX src/mkvtoolnix-gui/util/container.cpp | |
CXX src/mkvtoolnix-gui/util/country_combo_box.cpp | |
CXX src/mkvtoolnix-gui/util/elide_label.cpp | |
CXX src/mkvtoolnix-gui/util/fancy_tab_widget.cpp | |
CXX src/mkvtoolnix-gui/util/file.cpp | |
CXX src/mkvtoolnix-gui/util/file_dialog.cpp | |
CXX src/mkvtoolnix-gui/util/file_identifier.cpp | |
CXX src/mkvtoolnix-gui/util/file_type_filter.cpp | |
CXX src/mkvtoolnix-gui/util/files_drag_drop_handler.cpp | |
CXX src/mkvtoolnix-gui/util/files_drag_drop_widget.cpp | |
CXX src/mkvtoolnix-gui/util/header_view_manager.cpp | |
CXX src/mkvtoolnix-gui/util/ini_config_file.cpp | |
CXX src/mkvtoolnix-gui/util/installation_checker.cpp | |
CXX src/mkvtoolnix-gui/util/json.cpp | |
CXX src/mkvtoolnix-gui/util/json_config_file.cpp | |
CXX src/mkvtoolnix-gui/util/kax_info.cpp | |
CXX src/mkvtoolnix-gui/util/language_combo_box.cpp | |
CXX src/mkvtoolnix-gui/util/media_player.cpp | |
CXX src/mkvtoolnix-gui/util/message_box.cpp | |
CXX src/mkvtoolnix-gui/util/model.cpp | |
CXX src/mkvtoolnix-gui/util/network_access_manager.cpp | |
CXX src/mkvtoolnix-gui/util/option_file.cpp | |
CXX src/mkvtoolnix-gui/util/process.cpp | |
CXX src/mkvtoolnix-gui/util/serial_worker_queue.cpp | |
CXX src/mkvtoolnix-gui/util/settings.cpp | |
CXX src/mkvtoolnix-gui/util/side_by_side_multi_select.cpp | |
CXX src/mkvtoolnix-gui/util/string.cpp | |
CXX src/mkvtoolnix-gui/util/style_helper.cpp | |
CXX src/mkvtoolnix-gui/util/system_information.cpp | |
CXX src/mkvtoolnix-gui/util/text_display_dialog.cpp | |
CXX src/mkvtoolnix-gui/util/tree.cpp | |
CXX src/mkvtoolnix-gui/util/unix_widget.cpp | |
CXX src/mkvtoolnix-gui/util/waiting_spinner_widget.cpp | |
CXX src/mkvtoolnix-gui/util/widget.cpp | |
CXX src/mkvtoolnix-gui/watch_jobs/tab.cpp | |
CXX src/mkvtoolnix-gui/watch_jobs/tool.cpp | |
RCC src/mkvtoolnix-gui/qt_resources.qrc | |
CXX src/mkvtoolnix-gui/qt_resources.cpp | |
LINK src/mkvtoolnix-gui/mkvtoolnix-gui | |
ld: warning: object file (/opt/boxen/homebrew/Cellar/pugixml/1.9/lib/pugixml-1.9/libpugixml.a(pugixml.cpp.o)) was built for newer OSX version (10.13) than being linked (10.9) | |
Done. Enjoy :) |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_common_common_pch_h_pch.d -o src/common/common_pch.h.pch -x c++-header src/common/common_pch.h | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_common_common_pch_h_pch.d -o src/common/common_pch.h.pch -x c++-header src/common/common_pch.h -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_merge_mkvmerge_o.d -o src/merge/mkvmerge.o -x c++ src/merge/mkvmerge.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_merge_mkvmerge_o.d -o src/merge/mkvmerge.o -x c++ src/merge/mkvmerge.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_extract_mkvextract_o.d -o src/extract/mkvextract.o -x c++ src/extract/mkvextract.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_extract_mkvextract_o.d -o src/extract/mkvextract.o -x c++ src/extract/mkvextract.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_info_info_cli_parser_o.d -o src/info/info_cli_parser.o -x c++ src/info/info_cli_parser.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_info_info_cli_parser_o.d -o src/info/info_cli_parser.o -x c++ src/info/info_cli_parser.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_propedit_propedit_o.d -o src/propedit/propedit.o -x c++ src/propedit/propedit.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_propedit_propedit_o.d -o src/propedit/propedit.o -x c++ src/propedit/propedit.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_info_mkvinfo_o.d -o src/info/mkvinfo.o -x c++ src/info/mkvinfo.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_info_mkvinfo_o.d -o src/info/mkvinfo.o -x c++ src/info/mkvinfo.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_extract_attachments_o.d -o src/extract/attachments.o -x c++ src/extract/attachments.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_extract_attachments_o.d -o src/extract/attachments.o -x c++ src/extract/attachments.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_propedit_attachment_target_o.d -o src/propedit/attachment_target.o -x c++ src/propedit/attachment_target.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_propedit_attachment_target_o.d -o src/propedit/attachment_target.o -x c++ src/propedit/attachment_target.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_common_aac_o.d -o src/common/aac.o -x c++ src/common/aac.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_common_aac_o.d -o src/common/aac.o -x c++ src/common/aac.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_extract_chapters_o.d -o src/extract/chapters.o -x c++ src/extract/chapters.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_extract_chapters_o.d -o src/extract/chapters.o -x c++ src/extract/chapters.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_extract_cues_o.d -o src/extract/cues.o -x c++ src/extract/cues.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_extract_cues_o.d -o src/extract/cues.o -x c++ src/extract/cues.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_common_ac3_o.d -o src/common/ac3.o -x c++ src/common/ac3.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_common_ac3_o.d -o src/common/ac3.o -x c++ src/common/ac3.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_propedit_change_o.d -o src/propedit/change.o -x c++ src/propedit/change.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_propedit_change_o.d -o src/propedit/change.o -x c++ src/propedit/change.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_extract_cuesheets_o.d -o src/extract/cuesheets.o -x c++ src/extract/cuesheets.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_extract_cuesheets_o.d -o src/extract/cuesheets.o -x c++ src/extract/cuesheets.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_common_amf_o.d -o src/common/amf.o -x c++ src/common/amf.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_common_amf_o.d -o src/common/amf.o -x c++ src/common/amf.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_extract_extract_cli_parser_o.d -o src/extract/extract_cli_parser.o -x c++ src/extract/extract_cli_parser.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_extract_extract_cli_parser_o.d -o src/extract/extract_cli_parser.o -x c++ src/extract/extract_cli_parser.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_propedit_chapter_target_o.d -o src/propedit/chapter_target.o -x c++ src/propedit/chapter_target.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_propedit_chapter_target_o.d -o src/propedit/chapter_target.o -x c++ src/propedit/chapter_target.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_common_ape_o.d -o src/common/ape.o -x c++ src/common/ape.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_common_ape_o.d -o src/common/ape.o -x c++ src/common/ape.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_common_av1_o.d -o src/common/av1.o -x c++ src/common/av1.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_common_av1_o.d -o src/common/av1.o -x c++ src/common/av1.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_propedit_options_o.d -o src/propedit/options.o -x c++ src/propedit/options.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_propedit_options_o.d -o src/propedit/options.o -x c++ src/propedit/options.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_common_avc_o.d -o src/common/avc.o -x c++ src/common/avc.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_common_avc_o.d -o src/common/avc.o -x c++ src/common/avc.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_extract_options_o.d -o src/extract/options.o -x c++ src/extract/options.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_extract_options_o.d -o src/extract/options.o -x c++ src/extract/options.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_propedit_propedit_cli_parser_o.d -o src/propedit/propedit_cli_parser.o -x c++ src/propedit/propedit_cli_parser.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_propedit_propedit_cli_parser_o.d -o src/propedit/propedit_cli_parser.o -x c++ src/propedit/propedit_cli_parser.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_extract_tags_o.d -o src/extract/tags.o -x c++ src/extract/tags.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_extract_tags_o.d -o src/extract/tags.o -x c++ src/extract/tags.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_common_avc_es_parser_o.d -o src/common/avc_es_parser.o -x c++ src/common/avc_es_parser.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_common_avc_es_parser_o.d -o src/common/avc_es_parser.o -x c++ src/common/avc_es_parser.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_extract_track_spec_o.d -o src/extract/track_spec.o -x c++ src/extract/track_spec.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_extract_track_spec_o.d -o src/extract/track_spec.o -x c++ src/extract/track_spec.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_merge_cluster_helper_o.d -o src/merge/cluster_helper.o -x c++ src/merge/cluster_helper.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_merge_cluster_helper_o.d -o src/merge/cluster_helper.o -x c++ src/merge/cluster_helper.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_extract_tracks_o.d -o src/extract/tracks.o -x c++ src/extract/tracks.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_extract_tracks_o.d -o src/extract/tracks.o -x c++ src/extract/tracks.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_propedit_segment_info_target_o.d -o src/propedit/segment_info_target.o -x c++ src/propedit/segment_info_target.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_propedit_segment_info_target_o.d -o src/propedit/segment_info_target.o -x c++ src/propedit/segment_info_target.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_propedit_tag_target_o.d -o src/propedit/tag_target.o -x c++ src/propedit/tag_target.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_propedit_tag_target_o.d -o src/propedit/tag_target.o -x c++ src/propedit/tag_target.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_merge_cues_o.d -o src/merge/cues.o -x c++ src/merge/cues.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_merge_cues_o.d -o src/merge/cues.o -x c++ src/merge/cues.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_extract_xtr_aac_o.d -o src/extract/xtr_aac.o -x c++ src/extract/xtr_aac.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_extract_xtr_aac_o.d -o src/extract/xtr_aac.o -x c++ src/extract/xtr_aac.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_common_avcc_o.d -o src/common/avcc.o -x c++ src/common/avcc.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_common_avcc_o.d -o src/common/avcc.o -x c++ src/common/avcc.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_common_base64_o.d -o src/common/base64.o -x c++ src/common/base64.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/ho | |
[...snip...] | |
xen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_util_process_moco.d -o src/mkvtoolnix-gui/util/process.moco -x c++ src/mkvtoolnix-gui/util/process.moc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_util_serial_worker_queue_moco.d -o src/mkvtoolnix-gui/util/serial_worker_queue.moco -x c++ src/mkvtoolnix-gui/util/serial_worker_queue.moc | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_util_serial_worker_queue_moco.d -o src/mkvtoolnix-gui/util/serial_worker_queue.moco -x c++ src/mkvtoolnix-gui/util/serial_worker_queue.moc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_util_settings_moco.d -o src/mkvtoolnix-gui/util/settings.moco -x c++ src/mkvtoolnix-gui/util/settings.moc | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_util_settings_moco.d -o src/mkvtoolnix-gui/util/settings.moco -x c++ src/mkvtoolnix-gui/util/settings.moc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_util_side_by_side_multi_select_moco.d -o src/mkvtoolnix-gui/util/side_by_side_multi_select.moco -x c++ src/mkvtoolnix-gui/util/side_by_side_multi_select.moc | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_util_side_by_side_multi_select_moco.d -o src/mkvtoolnix-gui/util/side_by_side_multi_select.moco -x c++ src/mkvtoolnix-gui/util/side_by_side_multi_select.moc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_util_text_display_dialog_moco.d -o src/mkvtoolnix-gui/util/text_display_dialog.moco -x c++ src/mkvtoolnix-gui/util/text_display_dialog.moc | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_util_text_display_dialog_moco.d -o src/mkvtoolnix-gui/util/text_display_dialog.moco -x c++ src/mkvtoolnix-gui/util/text_display_dialog.moc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_util_waiting_spinner_widget_moco.d -o src/mkvtoolnix-gui/util/waiting_spinner_widget.moco -x c++ src/mkvtoolnix-gui/util/waiting_spinner_widget.moc | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_util_waiting_spinner_widget_moco.d -o src/mkvtoolnix-gui/util/waiting_spinner_widget.moco -x c++ src/mkvtoolnix-gui/util/waiting_spinner_widget.moc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_watch_jobs_tool_moco.d -o src/mkvtoolnix-gui/watch_jobs/tool.moco -x c++ src/mkvtoolnix-gui/watch_jobs/tool.moc | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_watch_jobs_tool_moco.d -o src/mkvtoolnix-gui/watch_jobs/tool.moco -x c++ src/mkvtoolnix-gui/watch_jobs/tool.moc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_watch_jobs_tab_moco.d -o src/mkvtoolnix-gui/watch_jobs/tab.moco -x c++ src/mkvtoolnix-gui/watch_jobs/tab.moc | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_watch_jobs_tab_moco.d -o src/mkvtoolnix-gui/watch_jobs/tab.moco -x c++ src/mkvtoolnix-gui/watch_jobs/tab.moc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_app_o.d -o src/mkvtoolnix-gui/app.o -x c++ src/mkvtoolnix-gui/app.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_app_o.d -o src/mkvtoolnix-gui/app.o -x c++ src/mkvtoolnix-gui/app.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_chapter_editor_chapter_model_o.d -o src/mkvtoolnix-gui/chapter_editor/chapter_model.o -x c++ src/mkvtoolnix-gui/chapter_editor/chapter_model.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_chapter_editor_chapter_model_o.d -o src/mkvtoolnix-gui/chapter_editor/chapter_model.o -x c++ src/mkvtoolnix-gui/chapter_editor/chapter_model.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_chapter_editor_generate_sub_chapters_parameters_dialog_o.d -o src/mkvtoolnix-gui/chapter_editor/generate_sub_chapters_parameters_dialog.o -x c++ src/mkvtoolnix-gui/chapter_editor/generate_sub_chapters_parameters_dialog.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_chapter_editor_generate_sub_chapters_parameters_dialog_o.d -o src/mkvtoolnix-gui/chapter_editor/generate_sub_chapters_parameters_dialog.o -x c++ src/mkvtoolnix-gui/chapter_editor/generate_sub_chapters_parameters_dialog.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_chapter_editor_mass_modification_dialog_o.d -o src/mkvtoolnix-gui/chapter_editor/mass_modification_dialog.o -x c++ src/mkvtoolnix-gui/chapter_editor/mass_modification_dialog.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_chapter_editor_mass_modification_dialog_o.d -o src/mkvtoolnix-gui/chapter_editor/mass_modification_dialog.o -x c++ src/mkvtoolnix-gui/chapter_editor/mass_modification_dialog.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_chapter_editor_name_model_o.d -o src/mkvtoolnix-gui/chapter_editor/name_model.o -x c++ src/mkvtoolnix-gui/chapter_editor/name_model.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_chapter_editor_name_model_o.d -o src/mkvtoolnix-gui/chapter_editor/name_model.o -x c++ src/mkvtoolnix-gui/chapter_editor/name_model.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_chapter_editor_renumber_sub_chapters_parameters_dialog_o.d -o src/mkvtoolnix-gui/chapter_editor/renumber_sub_chapters_parameters_dialog.o -x c++ src/mkvtoolnix-gui/chapter_editor/renumber_sub_chapters_parameters_dialog.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_chapter_editor_renumber_sub_chapters_parameters_dialog_o.d -o src/mkvtoolnix-gui/chapter_editor/renumber_sub_chapters_parameters_dialog.o -x c++ src/mkvtoolnix-gui/chapter_editor/renumber_sub_chapters_parameters_dialog.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_chapter_editor_tab_o.d -o src/mkvtoolnix-gui/chapter_editor/tab.o -x c++ src/mkvtoolnix-gui/chapter_editor/tab.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_chapter_editor_tab_o.d -o src/mkvtoolnix-gui/chapter_editor/tab.o -x c++ src/mkvtoolnix-gui/chapter_editor/tab.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_chapter_editor_tool_o.d -o src/mkvtoolnix-gui/chapter_editor/tool.o -x c++ src/mkvtoolnix-gui/chapter_editor/tool.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_chapter_editor_tool_o.d -o src/mkvtoolnix-gui/chapter_editor/tool.o -x c++ src/mkvtoolnix-gui/chapter_editor/tool.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_gui_cli_parser_o.d -o src/mkvtoolnix-gui/gui_cli_parser.o -x c++ src/mkvtoolnix-gui/gui_cli_parser.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_gui_cli_parser_o.d -o src/mkvtoolnix-gui/gui_cli_parser.o -x c++ src/mkvtoolnix-gui/gui_cli_parser.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_header_editor_action_for_dropped_files_dialog_o.d -o src/mkvtoolnix-gui/header_editor/action_for_dropped_files_dialog.o -x c++ src/mkvtoolnix-gui/header_editor/action_for_dropped_files_dialog.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_header_editor_action_for_dropped_files_dialog_o.d -o src/mkvtoolnix-gui/header_editor/action_for_dropped_files_dialog.o -x c++ src/mkvtoolnix-gui/header_editor/action_for_dropped_files_dialog.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_header_editor_ascii_string_value_page_o.d -o src/mkvtoolnix-gui/header_editor/ascii_string_value_page.o -x c++ src/mkvtoolnix-gui/header_editor/ascii_string_value_page.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_header_editor_ascii_string_value_page_o.d -o src/mkvtoolnix-gui/header_editor/ascii_string_value_page.o -x c++ src/mkvtoolnix-gui/header_editor/ascii_string_value_page.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_header_editor_attached_file_page_o.d -o src/mkvtoolnix-gui/header_editor/attached_file_page.o -x c++ src/mkvtoolnix-gui/header_editor/attached_file_page.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_header_editor_attached_file_page_o.d -o src/mkvtoolnix-gui/header_editor/attached_file_page.o -x c++ src/mkvtoolnix-gui/header_editor/attached_file_page.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_header_editor_attachments_page_o.d -o src/mkvtoolnix-gui/header_editor/attachments_page.o -x c++ src/mkvtoolnix-gui/header_editor/attachments_page.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_header_editor_attachments_page_o.d -o src/mkvtoolnix-gui/header_editor/attachments_page.o -x c++ src/mkvtoolnix-gui/header_editor/attachments_page.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_header_editor_bit_value_page_o.d -o src/mkvtoolnix-gui/header_editor/bit_value_page.o -x c++ src/mkvtoolnix-gui/header_editor/bit_value_page.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_header_editor_bit_value_page_o.d -o src/mkvtoolnix-gui/header_editor/bit_value_page.o -x c++ src/mkvtoolnix-gui/header_editor/bit_value_page.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_header_editor_bool_value_page_o.d -o src/mkvtoolnix-gui/header_editor/bool_value_page.o -x c++ src/mkvtoolnix-gui/header_editor/bool_value_page.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_header_editor_bool_value_page_o.d -o src/mkvtoolnix-gui/header_editor/bool_value_page.o -x c++ src/mkvtoolnix-gui/header_editor/bool_value_page.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_header_editor_empty_page_o.d -o src/mkvtoolnix-gui/header_editor/empty_page.o -x c++ src/mkvtoolnix-gui/header_editor/empty_page.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_header_editor_empty_page_o.d -o src/mkvtoolnix-gui/header_editor/empty_page.o -x c++ src/mkvtoolnix-gui/header_editor/empty_page.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_header_editor_float_value_page_o.d -o src/mkvtoolnix-gui/header_editor/float_value_page.o -x c++ src/mkvtoolnix-gui/header_editor/float_value_page.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_header_editor_float_value_page_o.d -o src/mkvtoolnix-gui/header_editor/float_value_page.o -x c++ src/mkvtoolnix-gui/header_editor/float_value_page.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_header_editor_language_value_page_o.d -o src/mkvtoolnix-gui/header_editor/language_value_page.o -x c++ src/mkvtoolnix-gui/header_editor/language_value_page.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_header_editor_language_value_page_o.d -o src/mkvtoolnix-gui/header_editor/language_value_page.o -x c++ src/mkvtoolnix-gui/header_editor/language_value_page.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_header_editor_page_base_o.d -o src/mkvtoolnix-gui/header_editor/page_base.o -x c++ src/mkvtoolnix-gui/header_editor/page_base.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_header_editor_page_base_o.d -o src/mkvtoolnix-gui/header_editor/page_base.o -x c++ src/mkvtoolnix-gui/header_editor/page_base.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_header_editor_page_model_o.d -o src/mkvtoolnix-gui/header_editor/page_model.o -x c++ src/mkvtoolnix-gui/header_editor/page_model.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_header_editor_page_model_o.d -o src/mkvtoolnix-gui/header_editor/page_model.o -x c++ src/mkvtoolnix-gui/header_editor/page_model.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_header_editor_string_value_page_o.d -o src/mkvtoolnix-gui/header_editor/string_value_page.o -x c++ src/mkvtoolnix-gui/header_editor/string_value_page.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_header_editor_string_value_page_o.d -o src/mkvtoolnix-gui/header_editor/string_value_page.o -x c++ src/mkvtoolnix-gui/header_editor/string_value_page.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_header_editor_tab_o.d -o src/mkvtoolnix-gui/header_editor/tab.o -x c++ src/mkvtoolnix-gui/header_editor/tab.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_header_editor_tab_o.d -o src/mkvtoolnix-gui/header_editor/tab.o -x c++ src/mkvtoolnix-gui/header_editor/tab.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_header_editor_time_value_page_o.d -o src/mkvtoolnix-gui/header_editor/time_value_page.o -x c++ src/mkvtoolnix-gui/header_editor/time_value_page.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_header_editor_time_value_page_o.d -o src/mkvtoolnix-gui/header_editor/time_value_page.o -x c++ src/mkvtoolnix-gui/header_editor/time_value_page.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_header_editor_tool_o.d -o src/mkvtoolnix-gui/header_editor/tool.o -x c++ src/mkvtoolnix-gui/header_editor/tool.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_header_editor_tool_o.d -o src/mkvtoolnix-gui/header_editor/tool.o -x c++ src/mkvtoolnix-gui/header_editor/tool.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_header_editor_top_level_page_o.d -o src/mkvtoolnix-gui/header_editor/top_level_page.o -x c++ src/mkvtoolnix-gui/header_editor/top_level_page.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_header_editor_top_level_page_o.d -o src/mkvtoolnix-gui/header_editor/top_level_page.o -x c++ src/mkvtoolnix-gui/header_editor/top_level_page.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_header_editor_track_name_page_o.d -o src/mkvtoolnix-gui/header_editor/track_name_page.o -x c++ src/mkvtoolnix-gui/header_editor/track_name_page.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_header_editor_track_name_page_o.d -o src/mkvtoolnix-gui/header_editor/track_name_page.o -x c++ src/mkvtoolnix-gui/header_editor/track_name_page.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_header_editor_track_type_page_o.d -o src/mkvtoolnix-gui/header_editor/track_type_page.o -x c++ src/mkvtoolnix-gui/header_editor/track_type_page.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_header_editor_track_type_page_o.d -o src/mkvtoolnix-gui/header_editor/track_type_page.o -x c++ src/mkvtoolnix-gui/header_editor/track_type_page.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_header_editor_unsigned_integer_value_page_o.d -o src/mkvtoolnix-gui/header_editor/unsigned_integer_value_page.o -x c++ src/mkvtoolnix-gui/header_editor/unsigned_integer_value_page.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_header_editor_unsigned_integer_value_page_o.d -o src/mkvtoolnix-gui/header_editor/unsigned_integer_value_page.o -x c++ src/mkvtoolnix-gui/header_editor/unsigned_integer_value_page.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_header_editor_value_page_o.d -o src/mkvtoolnix-gui/header_editor/value_page.o -x c++ src/mkvtoolnix-gui/header_editor/value_page.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_header_editor_value_page_o.d -o src/mkvtoolnix-gui/header_editor/value_page.o -x c++ src/mkvtoolnix-gui/header_editor/value_page.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_info_element_highlighter_o.d -o src/mkvtoolnix-gui/info/element_highlighter.o -x c++ src/mkvtoolnix-gui/info/element_highlighter.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_info_element_highlighter_o.d -o src/mkvtoolnix-gui/info/element_highlighter.o -x c++ src/mkvtoolnix-gui/info/element_highlighter.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_info_element_reader_o.d -o src/mkvtoolnix-gui/info/element_reader.o -x c++ src/mkvtoolnix-gui/info/element_reader.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_info_element_reader_o.d -o src/mkvtoolnix-gui/info/element_reader.o -x c++ src/mkvtoolnix-gui/info/element_reader.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_info_element_viewer_dialog_o.d -o src/mkvtoolnix-gui/info/element_viewer_dialog.o -x c++ src/mkvtoolnix-gui/info/element_viewer_dialog.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_info_element_viewer_dialog_o.d -o src/mkvtoolnix-gui/info/element_viewer_dialog.o -x c++ src/mkvtoolnix-gui/info/element_viewer_dialog.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_info_info_config_o.d -o src/mkvtoolnix-gui/info/info_config.o -x c++ src/mkvtoolnix-gui/info/info_config.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_info_info_config_o.d -o src/mkvtoolnix-gui/info/info_config.o -x c++ src/mkvtoolnix-gui/info/info_config.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_info_initial_scan_o.d -o src/mkvtoolnix-gui/info/initial_scan.o -x c++ src/mkvtoolnix-gui/info/initial_scan.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_info_initial_scan_o.d -o src/mkvtoolnix-gui/info/initial_scan.o -x c++ src/mkvtoolnix-gui/info/initial_scan.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_info_job_settings_dialog_o.d -o src/mkvtoolnix-gui/info/job_settings_dialog.o -x c++ src/mkvtoolnix-gui/info/job_settings_dialog.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_info_job_settings_dialog_o.d -o src/mkvtoolnix-gui/info/job_settings_dialog.o -x c++ src/mkvtoolnix-gui/info/job_settings_dialog.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_info_job_settings_widget_o.d -o src/mkvtoolnix-gui/info/job_settings_widget.o -x c++ src/mkvtoolnix-gui/info/job_settings_widget.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_info_job_settings_widget_o.d -o src/mkvtoolnix-gui/info/job_settings_widget.o -x c++ src/mkvtoolnix-gui/info/job_settings_widget.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_info_model_o.d -o src/mkvtoolnix-gui/info/model.o -x c++ src/mkvtoolnix-gui/info/model.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_info_model_o.d -o src/mkvtoolnix-gui/info/model.o -x c++ src/mkvtoolnix-gui/info/model.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_info_tab_o.d -o src/mkvtoolnix-gui/info/tab.o -x c++ src/mkvtoolnix-gui/info/tab.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_info_tab_o.d -o src/mkvtoolnix-gui/info/tab.o -x c++ src/mkvtoolnix-gui/info/tab.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_info_tool_o.d -o src/mkvtoolnix-gui/info/tool.o -x c++ src/mkvtoolnix-gui/info/tool.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_info_tool_o.d -o src/mkvtoolnix-gui/info/tool.o -x c++ src/mkvtoolnix-gui/info/tool.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_jobs_info_job_o.d -o src/mkvtoolnix-gui/jobs/info_job.o -x c++ src/mkvtoolnix-gui/jobs/info_job.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_jobs_info_job_o.d -o src/mkvtoolnix-gui/jobs/info_job.o -x c++ src/mkvtoolnix-gui/jobs/info_job.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_jobs_job_o.d -o src/mkvtoolnix-gui/jobs/job.o -x c++ src/mkvtoolnix-gui/jobs/job.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_jobs_job_o.d -o src/mkvtoolnix-gui/jobs/job.o -x c++ src/mkvtoolnix-gui/jobs/job.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_jobs_model_o.d -o src/mkvtoolnix-gui/jobs/model.o -x c++ src/mkvtoolnix-gui/jobs/model.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_jobs_model_o.d -o src/mkvtoolnix-gui/jobs/model.o -x c++ src/mkvtoolnix-gui/jobs/model.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_jobs_mux_job_o.d -o src/mkvtoolnix-gui/jobs/mux_job.o -x c++ src/mkvtoolnix-gui/jobs/mux_job.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_jobs_mux_job_o.d -o src/mkvtoolnix-gui/jobs/mux_job.o -x c++ src/mkvtoolnix-gui/jobs/mux_job.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_jobs_program_runner_o.d -o src/mkvtoolnix-gui/jobs/program_runner.o -x c++ src/mkvtoolnix-gui/jobs/program_runner.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_jobs_program_runner_o.d -o src/mkvtoolnix-gui/jobs/program_runner.o -x c++ src/mkvtoolnix-gui/jobs/program_runner.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_jobs_program_runner_macos_program_runner_o.d -o src/mkvtoolnix-gui/jobs/program_runner/macos_program_runner.o -x c++ src/mkvtoolnix-gui/jobs/program_runner/macos_program_runner.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_jobs_program_runner_macos_program_runner_o.d -o src/mkvtoolnix-gui/jobs/program_runner/macos_program_runner.o -x c++ src/mkvtoolnix-gui/jobs/program_runner/macos_program_runner.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_jobs_tool_o.d -o src/mkvtoolnix-gui/jobs/tool.o -x c++ src/mkvtoolnix-gui/jobs/tool.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_jobs_tool_o.d -o src/mkvtoolnix-gui/jobs/tool.o -x c++ src/mkvtoolnix-gui/jobs/tool.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_main_window_available_update_info_dialog_o.d -o src/mkvtoolnix-gui/main_window/available_update_info_dialog.o -x c++ src/mkvtoolnix-gui/main_window/available_update_info_dialog.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_main_window_available_update_info_dialog_o.d -o src/mkvtoolnix-gui/main_window/available_update_info_dialog.o -x c++ src/mkvtoolnix-gui/main_window/available_update_info_dialog.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_main_window_main_window_o.d -o src/mkvtoolnix-gui/main_window/main_window.o -x c++ src/mkvtoolnix-gui/main_window/main_window.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_main_window_main_window_o.d -o src/mkvtoolnix-gui/main_window/main_window.o -x c++ src/mkvtoolnix-gui/main_window/main_window.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_main_window_preferences_dialog_o.d -o src/mkvtoolnix-gui/main_window/preferences_dialog.o -x c++ src/mkvtoolnix-gui/main_window/preferences_dialog.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_main_window_preferences_dialog_o.d -o src/mkvtoolnix-gui/main_window/preferences_dialog.o -x c++ src/mkvtoolnix-gui/main_window/preferences_dialog.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_main_window_prefs_run_program_widget_o.d -o src/mkvtoolnix-gui/main_window/prefs_run_program_widget.o -x c++ src/mkvtoolnix-gui/main_window/prefs_run_program_widget.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_main_window_prefs_run_program_widget_o.d -o src/mkvtoolnix-gui/main_window/prefs_run_program_widget.o -x c++ src/mkvtoolnix-gui/main_window/prefs_run_program_widget.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_main_window_select_character_set_dialog_o.d -o src/mkvtoolnix-gui/main_window/select_character_set_dialog.o -x c++ src/mkvtoolnix-gui/main_window/select_character_set_dialog.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_main_window_select_character_set_dialog_o.d -o src/mkvtoolnix-gui/main_window/select_character_set_dialog.o -x c++ src/mkvtoolnix-gui/main_window/select_character_set_dialog.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_main_window_status_bar_progress_widget_o.d -o src/mkvtoolnix-gui/main_window/status_bar_progress_widget.o -x c++ src/mkvtoolnix-gui/main_window/status_bar_progress_widget.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_main_window_status_bar_progress_widget_o.d -o src/mkvtoolnix-gui/main_window/status_bar_progress_widget.o -x c++ src/mkvtoolnix-gui/main_window/status_bar_progress_widget.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_main_window_taskbar_progress_o.d -o src/mkvtoolnix-gui/main_window/taskbar_progress.o -x c++ src/mkvtoolnix-gui/main_window/taskbar_progress.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_main_window_taskbar_progress_o.d -o src/mkvtoolnix-gui/main_window/taskbar_progress.o -x c++ src/mkvtoolnix-gui/main_window/taskbar_progress.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_main_window_update_checker_o.d -o src/mkvtoolnix-gui/main_window/update_checker.o -x c++ src/mkvtoolnix-gui/main_window/update_checker.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_main_window_update_checker_o.d -o src/mkvtoolnix-gui/main_window/update_checker.o -x c++ src/mkvtoolnix-gui/main_window/update_checker.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_merge_adding_appending_files_dialog_o.d -o src/mkvtoolnix-gui/merge/adding_appending_files_dialog.o -x c++ src/mkvtoolnix-gui/merge/adding_appending_files_dialog.cpp | |
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/opt/boxen/homebrew/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/opt/boxen/homebrew/opt/qt/include | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -Wno-inconsistent-missing-override -Wno-potentially-evaluated-expression -O3 -D_FILE_OFFSET_BITS=64 -DMTX_LOCALE_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/locale" -DMTX_PKG_DATA_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/mkvtoolnix" -DMTX_DOC_DIR="/opt/boxen/homebrew/Cellar/mkvtoolnix/28.2.0/share/doc/mkvtoolnix" -fstack-protector-strong -Ilib/nlohmann-json/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/libmatroska/1.4.9/include -I/opt/boxen/homebrew/Cellar/libebml/1.3.6/include -I/opt/boxen/homebrew/Cellar/pugixml/1.9/include/pugixml-1.9 -I/opt/boxen/homebrew/Cellar/cmark/0.28.3/include -I/opt/boxen/homebrew/opt/flac/include -I/opt/boxen/homebrew/opt/libmagic/include -I/opt/boxen/homebrew/opt/libogg/include -I/opt/boxen/homebrew/opt/libvorbis/include -I/opt/boxen/homebrew/opt/libebml/include -I/opt/boxen/homebrew/opt/libmatroska/include -fPIC -std=gnu++14 -Woverloaded-virtual -Wnon-virtual-dtor -Wextra -Wno-missing-field-initializers -DQT_WIDGETS_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_MULTIMEDIA_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_GUI_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_NETWORK_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CONCURRENT_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -DQT_CORE_LIB -F/opt/boxen/homebrew/Cellar/qt/5.12.0/lib -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtWidgets.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtMultimedia.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtGui.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtNetwork.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtConcurrent.framework/Headers -I/opt/boxen/homebrew/Cellar/qt/5.12.0/lib/QtCore.framework/Headers -I/opt/boxen/homebrew/opt/boost/include -include src/common/common_pch.h -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF /private/tmp/mkvtoolnix-20181216-11213-1w2oou5/mkvtoolnix-28.2.0/rake.d/dependency.d/tmp/src_mkvtoolnix-gui_merge_adding_appending_files_dialog_o.d -o src/mkvtoolnix-gui/merge/adding_appending_files_dialog.o -x c++ src/mkvtoolnix-gui/merge/adding_appending_files_dialog.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Pla |
View raw
(Sorry about that, but we can’t show files that are this big right now.)
View raw
(Sorry about that, but we can’t show files that are this big right now.)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment