Created
November 30, 2014 23:57
-
-
Save rcombs/e88a2f774b66d0b558c9 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
2014-11-30 17:46:18 -0600 | |
./configure | |
--disable-debug | |
--prefix=/usr/local/Cellar/mkvtoolnix/7.3.0 | |
--without-curl | |
--with-boost=/usr/local/opt/boost | |
--with-extra-includes=/usr/local/opt/libogg/include;/usr/local/opt/libvorbis/include;/usr/local/opt/wxmac/include | |
--with-extra-libs=/usr/local/opt/libogg/lib;/usr/local/opt/libvorbis/lib;/usr/local/opt/wxmac/lib | |
--enable-gui | |
--enable-wxwidgets | |
checking build system type... x86_64-apple-darwin14.1.0 | |
checking host system type... x86_64-apple-darwin14.1.0 | |
checking target system type... x86_64-apple-darwin14.1.0 | |
checking for gcc... clang | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether clang accepts -g... yes | |
checking for clang option to accept ISO C89... none needed | |
checking whether clang and cc understand -c and -o together... yes | |
checking how to run the C preprocessor... clang -E | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether clang++ accepts -g... yes | |
checking whether make sets $(MAKE)... yes | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking for ranlib... ranlib | |
checking for strip... strip | |
checking for ar... ar | |
checking for ld... ld | |
checking for pkg-config... /usr/local/opt/pkg-config/bin/pkg-config | |
checking pkg-config is at least version 0.9.0... yes | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for inttypes.h... (cached) yes | |
checking for stdint.h... (cached) yes | |
checking for sys/types.h... (cached) yes | |
checking sys/syscall.h usability... yes | |
checking sys/syscall.h presence... yes | |
checking for sys/syscall.h... yes | |
checking stropts.h usability... no | |
checking stropts.h presence... no | |
checking for stropts.h... no | |
checking for vsscanf... yes | |
checking for syscall... yes | |
checking gcc version... 4.2.1 | |
checking for support for the "-std=c++11"/"-std=c++0x" flag... -std=c++11 | |
checking for support for C++11 feature "initializer lists"... yes | |
checking for support for C++11 feature "range-based 'for'"... yes | |
checking for support for C++11 feature "right angle brackets"... yes | |
checking for support for C++11 feature "'auto' keyword"... yes | |
checking for support for C++11 feature "lambda functions"... yes | |
checking for support for C++11 feature "nullptr"... yes | |
checking for support for C++11 feature "tuples"... yes | |
checking compiler is clang... yes | |
checking whether the byte order is big-endian... no | |
checking if being compiled with mingw32... no | |
checking for int64_t... yes | |
checking for uint64_t... yes | |
checking size of int... 4 | |
checking size of long... 8 | |
checking size of long long... 8 | |
checking for PRId64 and PRIu64... yes | |
checking iconv.h usability... yes | |
checking iconv.h presence... yes | |
checking for iconv.h... yes | |
checking for iconv... yes | |
checking for iconv declaration... | |
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | |
checking for nl_langinfo... yes | |
checking for ogg_sync_init in -logg... yes | |
checking ogg/ogg.h usability... yes | |
checking ogg/ogg.h presence... yes | |
checking for ogg/ogg.h... yes | |
checking for vorbis_synthesis_init in -lvorbis... yes | |
checking vorbis/codec.h usability... yes | |
checking vorbis/codec.h presence... yes | |
checking for vorbis/codec.h... yes | |
checking for FLAC__stream_decoder_new in -lFLAC... yes | |
checking for FLAC__StreamMetadata_StreamInfo.sample_rate... yes | |
checking for FLAC__stream_decoder_skip_single_frame in -lFLAC... yes | |
checking for libEBML headers version >= 1.3.0... yes | |
checking if linking against libEBML works and if it requires -DEBML_DLL... yes, without -DEBML_DLL | |
checking for libMatroska headers version >= 1.4.1... yes | |
checking if linking against libMatroska works and if it requires -DMATROSKA_DLL... yes, without -MATROSKA_DLL | |
checking for ZLIB... yes | |
checking for wx-config... /usr/local/opt/wxmac/bin/wx-config | |
checking for wxWidgets 2.8.0 or newer... no: test program could not be compiled | |
checking for magic_open in -lmagic... yes | |
checking magic.h usability... yes | |
checking magic.h presence... yes | |
checking for magic.h... yes | |
checking for boostlib >= 1.46.0... yes | |
checking whether the Boost::System library is available... yes | |
checking for exit in -lboost_system-mt... yes | |
checking whether the Boost::Filesystem library is available... yes | |
checking for exit in -lboost_filesystem-mt... 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 how to run the C++ preprocessor... clang++ -E | |
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/range.hpp usability... yes | |
checking boost/range.hpp presence... yes | |
checking for boost/range.hpp... yes | |
checking boost/variant.hpp usability... yes | |
checking boost/variant.hpp presence... yes | |
checking for boost/variant.hpp... yes | |
checking for main in -lgtest_main... no | |
checking gtest/gtest.h usability... no | |
checking gtest/gtest.h presence... no | |
checking for gtest/gtest.h... no | |
checking for etags... /usr/bin/etags | |
checking for ebrowse... no | |
checking for pandoc... no | |
checking for xsltproc... /usr/bin/xsltproc | |
checking whether xsltproc works... no | |
checking POSIX termios... yes | |
checking whether termios.h defines TIOCGWINSZ... yes | |
checking sys/ioctl.h usability... yes | |
checking sys/ioctl.h presence... yes | |
checking for sys/ioctl.h... yes | |
checking for po4a... no | |
checking for po4a-translate... no | |
checking for gettext... no | |
checking for gettext in -lintl... yes | |
checking libintl.h usability... yes | |
checking libintl.h presence... yes | |
checking for libintl.h... yes | |
checking the translations to install... cs de es eu fr it ja lt nl pl pt pt_BR ru tr uk zh_CN zh_TW | |
checking the manpage translation languages to install... de ja nl uk zh_CN | |
checking the mmg guide translation languages to install... en es eu nl zh_CN | |
configure: creating ./config.status | |
config.status: creating build-config | |
config.status: creating config.h | |
The mkvtoolnix configuration is complete. | |
Optional features that are built: | |
* compiler optimizations | |
* pre-compiled headers | |
* FLAC audio | |
* libMagic file type detection | |
* translations (gettext) | |
Optional features that are NOT built: | |
* debugging information | |
* full optimization: due to bug 11962 in LLVM/clang only -O1 will be used for optimization | |
* profiling support | |
* GUIs (wxWidgets version) | |
* GUIs (Qt version) | |
* online update checks (via libcurl) |
This file contains hidden or 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 executed: clang -pipe -Os -march=native --version -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include -L/usr/local/opt/expat/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -v | |
superenv executed: clang -v | |
clang called with: -V | |
superenv executed: clang -pipe -Os -march=native -V -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include -L/usr/local/opt/expat/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -qversion | |
superenv executed: clang -pipe -Os -march=native -qversion -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include -L/usr/local/opt/expat/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: conftest.c | |
superenv executed: clang -pipe -Os -march=native conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include -L/usr/local/opt/expat/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest conftest.c | |
superenv executed: clang -pipe -Os -march=native -o conftest conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include -L/usr/local/opt/expat/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest conftest.c | |
superenv executed: clang -pipe -Os -march=native -o conftest conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include -L/usr/local/opt/expat/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c conftest.c | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang called with: -c conftest.c | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang called with: -c -g conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang called with: -c conftest.c -o conftest2.o | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -o conftest2.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang called with: -c conftest.c -o conftest2.o | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -o conftest2.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
cc called with: -c conftest.c | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
cc called with: -c conftest.c -o conftest2.o | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -o conftest2.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
cc called with: -c conftest.c -o conftest2.o | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -o conftest2.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang called with: -E conftest.c | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang called with: -E conftest.c | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang called with: -E conftest.c | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang called with: -E conftest.c | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang++ called with: --version | |
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ --version -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include -L/usr/local/opt/expat/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -v | |
superenv executed: clang++ -v | |
clang++ called with: -V | |
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -V -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include -L/usr/local/opt/expat/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -qversion | |
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -qversion -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include -L/usr/local/opt/expat/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -c conftest.cpp | |
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang++ called with: -c -g conftest.cpp | |
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -g conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang called with: -c conftest.c | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang called with: -E conftest.c | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang called with: -E conftest.c | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang called with: -o conftest conftest.c | |
superenv executed: clang -pipe -Os -march=native -o conftest conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include -L/usr/local/opt/expat/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c conftest.c | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang called with: -c conftest.c | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang called with: -c conftest.c | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang called with: -c conftest.c | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang called with: -c conftest.c | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang called with: -c conftest.c | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang called with: -c conftest.c | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang called with: -c conftest.c | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang called with: -c conftest.c | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang called with: -c conftest.c | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang called with: -E conftest.c | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang called with: -c conftest.c | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang called with: -E conftest.c | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang called with: -o conftest conftest.c | |
superenv executed: clang -pipe -Os -march=native -o conftest conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include -L/usr/local/opt/expat/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest conftest.c | |
superenv executed: clang -pipe -Os -march=native -o conftest conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include -L/usr/local/opt/expat/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -dumpversion | |
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -dumpversion -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include -L/usr/local/opt/expat/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -c -std=c++11 conftest.cpp | |
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -std=c++11 conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang++ called with: -c -std=c++11 conftest.cpp | |
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -std=c++11 conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang++ called with: -c -std=c++11 conftest.cpp | |
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -std=c++11 conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang++ called with: -c -std=c++11 conftest.cpp | |
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -std=c++11 conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang++ called with: -c -std=c++11 conftest.cpp | |
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -std=c++11 conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang++ called with: -c -std=c++11 conftest.cpp | |
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -std=c++11 conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang++ called with: -c -std=c++11 conftest.cpp | |
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -std=c++11 conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang++ called with: -c -std=c++11 conftest.cpp | |
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -std=c++11 conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang++ called with: --version | |
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ --version -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include -L/usr/local/opt/expat/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c conftest.c -o conftest.o | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -o conftest.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang++ called with: -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.cpp | |
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang++ called with: -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.cpp | |
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang called with: -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/wxmac/lib conftest.c | |
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/wxmac/lib conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include -L/usr/local/opt/expat/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/wxmac/lib conftest.c | |
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/wxmac/lib conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include -L/usr/local/opt/expat/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/wxmac/lib conftest.c | |
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/wxmac/lib conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include -L/usr/local/opt/expat/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang called with: -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang called with: -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.c | |
superenv executed: clang -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang called with: -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/wxmac/lib conftest.c | |
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/wxmac/lib conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include -L/usr/local/opt/expat/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/wxmac/lib conftest.c -liconv | |
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/wxmac/lib conftest.c -liconv -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include -L/usr/local/opt/expat/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang called with: -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang called with: -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/wxmac/lib conftest.c -logg | |
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/wxmac/lib conftest.c -logg -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include -L/usr/local/opt/expat/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang called with: -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.c | |
superenv executed: clang -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang called with: -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/wxmac/lib conftest.c -lvorbis -logg -lm | |
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/wxmac/lib conftest.c -lvorbis -logg -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include -L/usr/local/opt/expat/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang called with: -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.c | |
superenv executed: clang -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang called with: -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/wxmac/lib conftest.c -lFLAC -logg -lm | |
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/wxmac/lib conftest.c -lFLAC -logg -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include -L/usr/local/opt/expat/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang called with: -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/wxmac/lib conftest.c -lFLAC -lFLAC -logg -lm | |
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/wxmac/lib conftest.c -lFLAC -lFLAC -logg -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include -L/usr/local/opt/expat/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.cpp | |
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang++ called with: -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/wxmac/lib conftest.cpp -lebml | |
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/wxmac/lib conftest.cpp -lebml -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include -L/usr/local/opt/expat/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.cpp | |
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang++ called with: -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/wxmac/lib conftest.cpp -lmatroska -lebml | |
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/wxmac/lib conftest.cpp -lmatroska -lebml -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include -L/usr/local/opt/expat/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -std=c++11 -I/usr/local/Cellar/wxmac/2.9.5.0/lib/wx/include/osx_cocoa-unicode-2.9 -I/usr/local/Cellar/wxmac/2.9.5.0/include/wx-2.9 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/wxmac/lib conftest.cpp -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/wxmac/lib -L/usr/local/Cellar/wxmac/2.9.5.0/lib -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -framework QuickTime -lwx_osx_cocoau_richtext-2.9 -lwx_osx_cocoau-2.9 | |
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -std=c++11 -I/usr/local/Cellar/wxmac/2.9.5.0/lib/wx/include/osx_cocoa-unicode-2.9 -I/usr/local/Cellar/wxmac/2.9.5.0/include/wx-2.9 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/wxmac/lib conftest.cpp -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/wxmac/lib -L/usr/local/Cellar/wxmac/2.9.5.0/lib -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -framework QuickTime -lwx_osx_cocoau_richtext-2.9 -lwx_osx_cocoau-2.9 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include -L/usr/local/opt/expat/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/wxmac/lib conftest.c -lmagic -lz | |
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/wxmac/lib conftest.c -lmagic -lz -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include -L/usr/local/opt/expat/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang called with: -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.c | |
superenv executed: clang -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang++ called with: -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/boost/include conftest.cpp | |
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/boost/include conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang++ called with: -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/boost/include conftest.cpp | |
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/boost/include conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang called with: -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/boost/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/wxmac/lib -L/usr/local/opt/boost/lib conftest.c -lboost_system-mt | |
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/boost/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/wxmac/lib -L/usr/local/opt/boost/lib conftest.c -lboost_system-mt -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include -L/usr/local/opt/expat/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/boost/include conftest.cpp | |
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/boost/include conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang called with: -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/boost/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/wxmac/lib -L/usr/local/opt/boost/lib conftest.c -lboost_filesystem-mt -lboost_system-mt -lboost_system-mt | |
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/boost/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/wxmac/lib -L/usr/local/opt/boost/lib conftest.c -lboost_filesystem-mt -lboost_system-mt -lboost_system-mt -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include -L/usr/local/opt/expat/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/boost/include conftest.cpp | |
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/boost/include conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang called with: -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/boost/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/wxmac/lib -L/usr/local/opt/boost/lib conftest.c -lboost_regex-mt | |
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/boost/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/wxmac/lib -L/usr/local/opt/boost/lib conftest.c -lboost_regex-mt -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include -L/usr/local/opt/expat/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/boost/include conftest.cpp | |
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/boost/include conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang called with: -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/boost/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/wxmac/lib -L/usr/local/opt/boost/lib conftest.c -lboost_date_time-mt | |
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/boost/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/wxmac/lib -L/usr/local/opt/boost/lib conftest.c -lboost_date_time-mt -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include -L/usr/local/opt/expat/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.cpp | |
superenv executed: clang++ -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang++ called with: -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.cpp | |
superenv executed: clang++ -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang++ called with: -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.cpp | |
superenv executed: clang++ -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang++ called with: -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.cpp | |
superenv executed: clang++ -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang++ called with: -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/boost/include conftest.cpp | |
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/boost/include conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang++ called with: -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/boost/include conftest.cpp | |
superenv executed: clang++ -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/boost/include conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang++ called with: -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/boost/include conftest.cpp | |
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/boost/include conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang++ called with: -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/boost/include conftest.cpp | |
superenv executed: clang++ -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/boost/include conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang++ called with: -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/boost/include conftest.cpp | |
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/boost/include conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang++ called with: -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/boost/include conftest.cpp | |
superenv executed: clang++ -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/boost/include conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang++ called with: -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/boost/include conftest.cpp | |
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/boost/include conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang++ called with: -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/boost/include conftest.cpp | |
superenv executed: clang++ -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/boost/include conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang++ called with: -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/boost/include conftest.cpp | |
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/boost/include conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang++ called with: -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/boost/include conftest.cpp | |
superenv executed: clang++ -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/boost/include conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang++ called with: -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/wxmac/lib conftest.cpp -lgtest_main | |
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/wxmac/lib conftest.cpp -lgtest_main -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include -L/usr/local/opt/expat/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.cpp | |
superenv executed: clang++ -pipe -Os -march=native -std=c++11 -stdlib=libc++ -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang++ called with: -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.cpp | |
superenv executed: clang++ -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang called with: -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/wxmac/lib conftest.c | |
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/wxmac/lib conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include -L/usr/local/opt/expat/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.c | |
superenv executed: clang -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang called with: -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang called with: -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.c | |
superenv executed: clang -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang called with: -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/wxmac/lib conftest.c | |
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/wxmac/lib conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include -L/usr/local/opt/expat/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/wxmac/lib conftest.c -lintl -liconv | |
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/wxmac/lib conftest.c -lintl -liconv -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include -L/usr/local/opt/expat/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang called with: -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.c | |
superenv executed: clang -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
This file contains hidden or 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
2014-11-30 17:46:37 -0600 | |
./drake | |
-j8 | |
CXX src/common/common_pch.h | |
CXX lib/pugixml/src/pugixml.cpp | |
MSGFMT po/cs.po | |
MSGFMT po/de.po | |
MSGFMT po/es.po | |
MSGFMT po/eu.po | |
MSGFMT po/fr.po | |
MSGFMT po/it.po | |
HOMEBREW_VERSION: 0.9.5 | |
HEAD: 9004a141db418c5a1b662530b75df5e250ea559e | |
CPU: 8-core 64-bit haswell | |
OS X: 10.10.2-x86_64 | |
Xcode: 6.1 | |
CLT: 6.1.0.0.1.1413057044 | |
X11: 2.7.7 => /opt/X11 |
This file contains hidden or 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 -O1 -D_FILE_OFFSET_BITS=64 -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -DPACKAGE="mkvtoolnix" -DVERSION="7.3.0" -DMTX_LOCALE_DIR="/usr/local/Cellar/mkvtoolnix/7.3.0/share/locale" -DMTX_PKG_DATA_DIR="/usr/local/Cellar/mkvtoolnix/7.3.0/share/mkvtoolnix" -DMTX_DOC_DIR="/usr/local/Cellar/mkvtoolnix/7.3.0/share/doc/mkvtoolnix" -std=c++11 -Wnon-virtual-dtor -Woverloaded-virtual -Wextra -Wno-missing-field-initializers -I/usr/local/Cellar/wxmac/2.9.5.0/lib/wx/include/osx_cocoa-unicode-2.9 -I/usr/local/Cellar/wxmac/2.9.5.0/include/wx-2.9 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I/usr/local/opt/boost/include -I. -Ilib -Ilib/avilib-0.6.10 -Ilib/utf8-cpp/source -Ilib/pugixml/src -Isrc -c -MMD -MF ./rake.d/dependency.d/tmp/src_common_common_pch_h_gch.d -o src/common/common_pch.h.gch -x c++ src/common/common_pch.h | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -O1 -D_FILE_OFFSET_BITS=64 -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -DPACKAGE="mkvtoolnix" -DVERSION="7.3.0" -DMTX_LOCALE_DIR="/usr/local/Cellar/mkvtoolnix/7.3.0/share/locale" -DMTX_PKG_DATA_DIR="/usr/local/Cellar/mkvtoolnix/7.3.0/share/mkvtoolnix" -DMTX_DOC_DIR="/usr/local/Cellar/mkvtoolnix/7.3.0/share/doc/mkvtoolnix" -std=c++11 -Wnon-virtual-dtor -Woverloaded-virtual -Wextra -Wno-missing-field-initializers -I/usr/local/Cellar/wxmac/2.9.5.0/lib/wx/include/osx_cocoa-unicode-2.9 -I/usr/local/Cellar/wxmac/2.9.5.0/include/wx-2.9 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I/usr/local/opt/boost/include -I. -Ilib -Ilib/avilib-0.6.10 -Ilib/utf8-cpp/source -Ilib/pugixml/src -Isrc -c -MMD -MF ./rake.d/dependency.d/tmp/src_common_common_pch_h_gch.d -o src/common/common_pch.h.gch -x c++ src/common/common_pch.h -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
clang++ called with: -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -O1 -D_FILE_OFFSET_BITS=64 -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -DPACKAGE="mkvtoolnix" -DVERSION="7.3.0" -DMTX_LOCALE_DIR="/usr/local/Cellar/mkvtoolnix/7.3.0/share/locale" -DMTX_PKG_DATA_DIR="/usr/local/Cellar/mkvtoolnix/7.3.0/share/mkvtoolnix" -DMTX_DOC_DIR="/usr/local/Cellar/mkvtoolnix/7.3.0/share/doc/mkvtoolnix" -std=c++11 -Wnon-virtual-dtor -Woverloaded-virtual -Wextra -Wno-missing-field-initializers -I/usr/local/Cellar/wxmac/2.9.5.0/lib/wx/include/osx_cocoa-unicode-2.9 -I/usr/local/Cellar/wxmac/2.9.5.0/include/wx-2.9 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I/usr/local/opt/boost/include -I. -Ilib -Ilib/avilib-0.6.10 -Ilib/utf8-cpp/source -Ilib/pugixml/src -Isrc -c -MMD -MF ./rake.d/dependency.d/tmp/lib_pugixml_src_pugixml_o.d -o lib/pugixml/src/pugixml.o -x c++ lib/pugixml/src/pugixml.cpp | |
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Wall -Wno-comment -Wfatal-errors -Wno-mismatched-tags -Wno-self-assign -Qunused-arguments -O1 -D_FILE_OFFSET_BITS=64 -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -DPACKAGE="mkvtoolnix" -DVERSION="7.3.0" -DMTX_LOCALE_DIR="/usr/local/Cellar/mkvtoolnix/7.3.0/share/locale" -DMTX_PKG_DATA_DIR="/usr/local/Cellar/mkvtoolnix/7.3.0/share/mkvtoolnix" -DMTX_DOC_DIR="/usr/local/Cellar/mkvtoolnix/7.3.0/share/doc/mkvtoolnix" -std=c++11 -Wnon-virtual-dtor -Woverloaded-virtual -Wextra -Wno-missing-field-initializers -I/usr/local/Cellar/wxmac/2.9.5.0/lib/wx/include/osx_cocoa-unicode-2.9 -I/usr/local/Cellar/wxmac/2.9.5.0/include/wx-2.9 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I/usr/local/opt/boost/include -I. -Ilib -Ilib/avilib-0.6.10 -Ilib/utf8-cpp/source -Ilib/pugixml/src -Isrc -c -MMD -MF ./rake.d/dependency.d/tmp/lib_pugixml_src_pugixml_o.d -o lib/pugixml/src/pugixml.o -x c++ lib/pugixml/src/pugixml.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/expat/include | |
This file contains hidden or 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
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by configure, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
$ ./configure --disable-debug --prefix=/usr/local/Cellar/mkvtoolnix/7.3.0 --without-curl --with-boost=/usr/local/opt/boost --with-extra-includes=/usr/local/opt/libogg/include;/usr/local/opt/libvorbis/include;/usr/local/opt/wxmac/include --with-extra-libs=/usr/local/opt/libogg/lib;/usr/local/opt/libvorbis/lib;/usr/local/opt/wxmac/lib --enable-gui --enable-wxwidgets | |
## --------- ## | |
## Platform. ## | |
## --------- ## | |
hostname = Rodgers-MacBook-Pro-2.local | |
uname -m = x86_64 | |
uname -r = 14.1.0 | |
uname -s = Darwin | |
uname -v = Darwin Kernel Version 14.1.0: Thu Nov 13 18:36:56 PST 2014; root:xnu-2782.10.65~2/RELEASE_X86_64 | |
/usr/bin/uname -p = i386 | |
/bin/uname -X = unknown | |
/bin/arch = unknown | |
/usr/bin/arch -k = unknown | |
/usr/convex/getsysinfo = unknown | |
/usr/bin/hostinfo = Mach kernel version: | |
Darwin Kernel Version 14.1.0: Thu Nov 13 18:36:56 PST 2014; root:xnu-2782.10.65~2/RELEASE_X86_64 | |
Kernel configured for up to 8 processors. | |
4 processors are physically available. | |
8 processors are logically available. | |
Processor type: x86_64h (Intel x86-64h Haswell) | |
Processors active: 0 1 2 3 4 5 6 7 | |
Primary memory available: 8.00 gigabytes | |
Default processor set: 254 tasks, 1632 threads, 8 processors | |
Load average: 3.80, Mach factor: 4.19 | |
/bin/machine = unknown | |
/usr/bin/oslevel = unknown | |
/bin/universe = unknown | |
PATH: /Users/11rcombs/.rvm/rubies/ruby-2.1.3/bin | |
PATH: /usr/local/Library/ENV/4.3 | |
PATH: /usr/local/opt/xz/bin | |
PATH: /usr/local/opt/pkg-config/bin | |
PATH: /usr/local/opt/expat/bin | |
PATH: /usr/local/opt/pcre/bin | |
PATH: /usr/local/opt/flac/bin | |
PATH: /usr/local/opt/jpeg/bin | |
PATH: /usr/local/opt/libpng/bin | |
PATH: /usr/local/opt/libtiff/bin | |
PATH: /usr/local/opt/wxmac/bin | |
PATH: /usr/bin | |
PATH: /bin | |
PATH: /usr/sbin | |
PATH: /sbin | |
## ----------- ## | |
## Core tests. ## | |
## ----------- ## | |
configure:2848: checking build system type | |
configure:2862: result: x86_64-apple-darwin14.1.0 | |
configure:2882: checking host system type | |
configure:2895: result: x86_64-apple-darwin14.1.0 | |
configure:2915: checking target system type | |
configure:2928: result: x86_64-apple-darwin14.1.0 | |
configure:3003: checking for gcc | |
configure:3030: result: clang | |
configure:3259: checking for C compiler version | |
configure:3268: clang --version >&5 | |
Apple LLVM version 6.0 (clang-600.0.54) (based on LLVM 3.5svn) | |
Target: x86_64-apple-darwin14.1.0 | |
Thread model: posix | |
configure:3279: $? = 0 | |
configure:3268: clang -v >&5 | |
Apple LLVM version 6.0 (clang-600.0.54) (based on LLVM 3.5svn) | |
Target: x86_64-apple-darwin14.1.0 | |
Thread model: posix | |
configure:3279: $? = 0 | |
configure:3268: clang -V >&5 | |
clang: error: unsupported option '-V -isystem/usr/local/include' | |
configure:3279: $? = 1 | |
configure:3268: clang -qversion >&5 | |
clang: error: unknown argument: '-qversion' | |
configure:3279: $? = 1 | |
configure:3299: checking whether the C compiler works | |
configure:3321: clang conftest.c >&5 | |
configure:3325: $? = 0 | |
configure:3373: result: yes | |
configure:3376: checking for C compiler default output file name | |
configure:3378: result: a.out | |
configure:3384: checking for suffix of executables | |
configure:3391: clang -o conftest conftest.c >&5 | |
configure:3395: $? = 0 | |
configure:3417: result: | |
configure:3439: checking whether we are cross compiling | |
configure:3447: clang -o conftest conftest.c >&5 | |
configure:3451: $? = 0 | |
configure:3458: ./conftest | |
configure:3462: $? = 0 | |
configure:3477: result: no | |
configure:3482: checking for suffix of object files | |
configure:3504: clang -c conftest.c >&5 | |
configure:3508: $? = 0 | |
configure:3529: result: o | |
configure:3533: checking whether we are using the GNU C compiler | |
configure:3552: clang -c conftest.c >&5 | |
configure:3552: $? = 0 | |
configure:3561: result: yes | |
configure:3570: checking whether clang accepts -g | |
configure:3590: clang -c -g conftest.c >&5 | |
configure:3590: $? = 0 | |
configure:3631: result: yes | |
configure:3648: checking for clang option to accept ISO C89 | |
configure:3711: clang -c -g -O2 conftest.c >&5 | |
configure:3711: $? = 0 | |
configure:3724: result: none needed | |
configure:3746: checking whether clang and cc understand -c and -o together | |
configure:3777: clang -c conftest.c -o conftest2.o >&5 | |
configure:3781: $? = 0 | |
configure:3787: clang -c conftest.c -o conftest2.o >&5 | |
configure:3791: $? = 0 | |
configure:3802: cc -c conftest.c >&5 | |
configure:3806: $? = 0 | |
configure:3814: cc -c conftest.c -o conftest2.o >&5 | |
configure:3818: $? = 0 | |
configure:3824: cc -c conftest.c -o conftest2.o >&5 | |
configure:3828: $? = 0 | |
configure:3846: result: yes | |
configure:3861: checking how to run the C preprocessor | |
configure:3892: clang -E conftest.c | |
configure:3892: $? = 0 | |
configure:3906: clang -E conftest.c | |
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:3906: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:3931: result: clang -E | |
configure:3951: clang -E conftest.c | |
configure:3951: $? = 0 | |
configure:3965: clang -E conftest.c | |
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:3965: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:4106: checking for C++ compiler version | |
configure:4115: clang++ --version >&5 | |
Apple LLVM version 6.0 (clang-600.0.54) (based on LLVM 3.5svn) | |
Target: x86_64-apple-darwin14.1.0 | |
Thread model: posix | |
configure:4126: $? = 0 | |
configure:4115: clang++ -v >&5 | |
Apple LLVM version 6.0 (clang-600.0.54) (based on LLVM 3.5svn) | |
Target: x86_64-apple-darwin14.1.0 | |
Thread model: posix | |
configure:4126: $? = 0 | |
configure:4115: clang++ -V >&5 | |
clang: error: unsupported option '-V -isystem/usr/local/include' | |
configure:4126: $? = 1 | |
configure:4115: clang++ -qversion >&5 | |
clang: error: unknown argument: '-qversion' | |
configure:4126: $? = 1 | |
configure:4130: checking whether we are using the GNU C++ compiler | |
configure:4149: clang++ -c conftest.cpp >&5 | |
configure:4149: $? = 0 | |
configure:4158: result: yes | |
configure:4167: checking whether clang++ accepts -g | |
configure:4187: clang++ -c -g conftest.cpp >&5 | |
configure:4187: $? = 0 | |
configure:4228: result: yes | |
configure:4252: checking whether make sets $(MAKE) | |
configure:4274: result: yes | |
configure:4297: checking for a BSD-compatible install | |
configure:4365: result: /usr/bin/install -c | |
configure:4419: checking for ranlib | |
configure:4435: found /usr/bin/ranlib | |
configure:4446: result: ranlib | |
configure:4511: checking for strip | |
configure:4527: found /usr/bin/strip | |
configure:4538: result: strip | |
configure:4603: checking for ar | |
configure:4619: found /usr/bin/ar | |
configure:4630: result: ar | |
configure:4695: checking for ld | |
configure:4711: found /usr/local/Library/ENV/4.3/ld | |
configure:4722: result: ld | |
configure:4798: checking for pkg-config | |
configure:4816: found /usr/local/opt/pkg-config/bin/pkg-config | |
configure:4828: result: /usr/local/opt/pkg-config/bin/pkg-config | |
configure:4853: checking pkg-config is at least version 0.9.0 | |
configure:4856: result: yes | |
configure:4867: checking for grep that handles long lines and -e | |
configure:4925: result: /usr/bin/grep | |
configure:4930: checking for egrep | |
configure:4992: result: /usr/bin/grep -E | |
configure:4997: checking for ANSI C header files | |
configure:5017: clang -c conftest.c >&5 | |
configure:5017: $? = 0 | |
configure:5090: clang -o conftest conftest.c >&5 | |
configure:5090: $? = 0 | |
configure:5090: ./conftest | |
configure:5090: $? = 0 | |
configure:5101: result: yes | |
configure:5114: checking for sys/types.h | |
configure:5114: clang -c conftest.c >&5 | |
configure:5114: $? = 0 | |
configure:5114: result: yes | |
configure:5114: checking for sys/stat.h | |
configure:5114: clang -c conftest.c >&5 | |
configure:5114: $? = 0 | |
configure:5114: result: yes | |
configure:5114: checking for stdlib.h | |
configure:5114: clang -c conftest.c >&5 | |
configure:5114: $? = 0 | |
configure:5114: result: yes | |
configure:5114: checking for string.h | |
configure:5114: clang -c conftest.c >&5 | |
configure:5114: $? = 0 | |
configure:5114: result: yes | |
configure:5114: checking for memory.h | |
configure:5114: clang -c conftest.c >&5 | |
configure:5114: $? = 0 | |
configure:5114: result: yes | |
configure:5114: checking for strings.h | |
configure:5114: clang -c conftest.c >&5 | |
configure:5114: $? = 0 | |
configure:5114: result: yes | |
configure:5114: checking for inttypes.h | |
configure:5114: clang -c conftest.c >&5 | |
configure:5114: $? = 0 | |
configure:5114: result: yes | |
configure:5114: checking for stdint.h | |
configure:5114: clang -c conftest.c >&5 | |
configure:5114: $? = 0 | |
configure:5114: result: yes | |
configure:5114: checking for unistd.h | |
configure:5114: clang -c conftest.c >&5 | |
configure:5114: $? = 0 | |
configure:5114: result: yes | |
configure:5129: checking for inttypes.h | |
configure:5129: result: yes | |
configure:5129: checking for stdint.h | |
configure:5129: result: yes | |
configure:5129: checking for sys/types.h | |
configure:5129: result: yes | |
configure:5129: checking sys/syscall.h usability | |
configure:5129: clang -c conftest.c >&5 | |
configure:5129: $? = 0 | |
configure:5129: result: yes | |
configure:5129: checking sys/syscall.h presence | |
configure:5129: clang -E conftest.c | |
configure:5129: $? = 0 | |
configure:5129: result: yes | |
configure:5129: checking for sys/syscall.h | |
configure:5129: result: yes | |
configure:5129: checking stropts.h usability | |
configure:5129: clang -c conftest.c >&5 | |
conftest.c:56:10: fatal error: 'stropts.h' file not found | |
#include <stropts.h> | |
^ | |
1 error generated. | |
configure:5129: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <stropts.h> | |
configure:5129: result: no | |
configure:5129: checking stropts.h presence | |
configure:5129: clang -E conftest.c | |
conftest.c:23:10: fatal error: 'stropts.h' file not found | |
#include <stropts.h> | |
^ | |
1 error generated. | |
configure:5129: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| /* end confdefs.h. */ | |
| #include <stropts.h> | |
configure:5129: result: no | |
configure:5129: checking for stropts.h | |
configure:5129: result: no | |
configure:5142: checking for vsscanf | |
configure:5142: clang -o conftest conftest.c >&5 | |
conftest.c:46:6: warning: incompatible redeclaration of library function 'vsscanf' [-Wincompatible-library-redeclaration] | |
char vsscanf (); | |
^ | |
conftest.c:46:6: note: 'vsscanf' is a builtin with type 'int (const char *restrict, const char *restrict, __va_list_tag *)' | |
1 warning generated. | |
configure:5142: $? = 0 | |
configure:5142: result: yes | |
configure:5142: checking for syscall | |
configure:5142: clang -o conftest conftest.c >&5 | |
configure:5142: $? = 0 | |
configure:5142: result: yes | |
configure:5181: checking gcc version | |
configure:5188: result: 4.2.1 | |
configure:5210: checking for support for the "-std=c++11"/"-std=c++0x" flag | |
configure:5239: clang++ -c -std=c++11 conftest.cpp >&5 | |
conftest.cpp:29:1: warning: expression result unused [-Wunused-value] | |
true; | |
^~~~ | |
1 warning generated. | |
configure:5239: $? = 0 | |
configure:5276: result: -std=c++11 | |
configure:5287: checking for support for C++11 feature "initializer lists" | |
configure:5318: clang++ -c -std=c++11 conftest.cpp >&5 | |
configure:5318: $? = 0 | |
configure:5334: result: yes | |
configure:5342: checking for support for C++11 feature "range-based 'for'" | |
configure:5378: clang++ -c -std=c++11 conftest.cpp >&5 | |
configure:5378: $? = 0 | |
configure:5394: result: yes | |
configure:5402: checking for support for C++11 feature "right angle brackets" | |
configure:5435: clang++ -c -std=c++11 conftest.cpp >&5 | |
configure:5435: $? = 0 | |
configure:5451: result: yes | |
configure:5459: checking for support for C++11 feature "'auto' keyword" | |
configure:5494: clang++ -c -std=c++11 conftest.cpp >&5 | |
configure:5494: $? = 0 | |
configure:5510: result: yes | |
configure:5518: checking for support for C++11 feature "lambda functions" | |
configure:5553: clang++ -c -std=c++11 conftest.cpp >&5 | |
configure:5553: $? = 0 | |
configure:5569: result: yes | |
configure:5577: checking for support for C++11 feature "nullptr" | |
configure:5605: clang++ -c -std=c++11 conftest.cpp >&5 | |
configure:5605: $? = 0 | |
configure:5621: result: yes | |
configure:5629: checking for support for C++11 feature "tuples" | |
configure:5660: clang++ -c -std=c++11 conftest.cpp >&5 | |
configure:5660: $? = 0 | |
configure:5676: result: yes | |
configure:5694: checking compiler is clang | |
configure:5708: result: yes | |
configure:5747: checking whether the byte order is big-endian | |
configure:5780: result: no | |
configure:5795: checking if being compiled with mingw32 | |
configure:5810: result: no | |
configure:6084: checking for int64_t | |
configure:6117: clang++ -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.cpp >&5 | |
configure:6117: $? = 0 | |
configure:6126: result: yes | |
configure:6129: checking for uint64_t | |
configure:6156: clang++ -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.cpp >&5 | |
configure:6156: $? = 0 | |
configure:6165: result: yes | |
configure:6178: checking size of int | |
configure:6183: clang -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/wxmac/lib conftest.c >&5 | |
configure:6183: $? = 0 | |
configure:6183: ./conftest | |
configure:6183: $? = 0 | |
configure:6197: result: 4 | |
configure:6211: checking size of long | |
configure:6216: clang -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/wxmac/lib conftest.c >&5 | |
configure:6216: $? = 0 | |
configure:6216: ./conftest | |
configure:6216: $? = 0 | |
configure:6230: result: 8 | |
configure:6244: checking size of long long | |
configure:6249: clang -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/wxmac/lib conftest.c >&5 | |
configure:6249: $? = 0 | |
configure:6249: ./conftest | |
configure:6249: $? = 0 | |
configure:6263: result: 8 | |
configure:6317: checking for PRId64 and PRIu64 | |
configure:6345: clang -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.c >&5 | |
configure:6345: $? = 0 | |
configure:6354: result: yes | |
configure:6365: checking iconv.h usability | |
configure:6365: clang -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.c >&5 | |
configure:6365: $? = 0 | |
configure:6365: result: yes | |
configure:6365: checking iconv.h presence | |
configure:6365: clang -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.c | |
configure:6365: $? = 0 | |
configure:6365: result: yes | |
configure:6365: checking for iconv.h | |
configure:6365: result: yes | |
configure:6375: checking for iconv | |
configure:6397: clang -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/wxmac/lib conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_iconv", referenced from: | |
_main in conftest-40d5e2.o | |
"_iconv_close", referenced from: | |
_main in conftest-40d5e2.o | |
"_iconv_open", referenced from: | |
_main in conftest-40d5e2.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:6397: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_VSSCANF 1 | |
| #define HAVE_SYSCALL 1 | |
| #define USE_PRECOMPILED_HEADERS 1 | |
| #define HAVE_BUILD_TIMESTAMP 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_ICONV_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdlib.h> | |
| #include <iconv.h> | |
| int | |
| main () | |
| { | |
| iconv_t cd = iconv_open("",""); | |
| iconv(cd,NULL,NULL,NULL,NULL); | |
| iconv_close(cd); | |
| ; | |
| return 0; | |
| } | |
configure:6419: clang -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/wxmac/lib conftest.c -liconv >&5 | |
configure:6419: $? = 0 | |
configure:6429: result: yes | |
configure:6432: checking for iconv declaration | |
configure:6461: clang -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.c >&5 | |
configure:6461: $? = 0 | |
configure:6472: result: | |
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | |
configure:6494: checking for nl_langinfo | |
configure:6513: clang -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.c >&5 | |
configure:6513: $? = 0 | |
configure:6522: result: yes | |
configure:6572: checking for ogg_sync_init in -logg | |
configure:6597: clang -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/wxmac/lib conftest.c -logg >&5 | |
configure:6597: $? = 0 | |
configure:6606: result: yes | |
configure:6620: checking ogg/ogg.h usability | |
configure:6620: clang -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.c >&5 | |
configure:6620: $? = 0 | |
configure:6620: result: yes | |
configure:6620: checking ogg/ogg.h presence | |
configure:6620: clang -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.c | |
configure:6620: $? = 0 | |
configure:6620: result: yes | |
configure:6620: checking for ogg/ogg.h | |
configure:6620: result: yes | |
configure:6638: checking for vorbis_synthesis_init in -lvorbis | |
configure:6663: clang -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/wxmac/lib conftest.c -lvorbis -logg -lm >&5 | |
configure:6663: $? = 0 | |
configure:6672: result: yes | |
configure:6686: checking vorbis/codec.h usability | |
configure:6686: clang -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.c >&5 | |
configure:6686: $? = 0 | |
configure:6686: result: yes | |
configure:6686: checking vorbis/codec.h presence | |
configure:6686: clang -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.c | |
configure:6686: $? = 0 | |
configure:6686: result: yes | |
configure:6686: checking for vorbis/codec.h | |
configure:6686: result: yes | |
configure:6720: checking for FLAC__stream_decoder_new in -lFLAC | |
configure:6745: clang -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/wxmac/lib conftest.c -lFLAC -logg -lm >&5 | |
configure:6745: $? = 0 | |
configure:6754: result: yes | |
configure:6767: checking for FLAC__StreamMetadata_StreamInfo.sample_rate | |
configure:6767: clang -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.c >&5 | |
configure:6767: $? = 0 | |
configure:6767: result: yes | |
configure:6778: checking for FLAC__stream_decoder_skip_single_frame in -lFLAC | |
configure:6803: clang -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/wxmac/lib conftest.c -lFLAC -lFLAC -logg -lm >&5 | |
configure:6803: $? = 0 | |
configure:6812: result: yes | |
configure:6843: checking for libEBML headers version >= 1.3.0 | |
configure:6879: clang++ -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.cpp >&5 | |
configure:6879: $? = 0 | |
configure:6933: result: yes | |
configure:6955: checking if linking against libEBML works and if it requires -DEBML_DLL | |
configure:6987: clang++ -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/wxmac/lib conftest.cpp -lebml >&5 | |
configure:6987: $? = 0 | |
configure:7031: result: yes, without -DEBML_DLL | |
configure:7051: checking for libMatroska headers version >= 1.4.1 | |
configure:7091: clang++ -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.cpp >&5 | |
configure:7091: $? = 0 | |
configure:7147: result: yes | |
configure:7172: checking if linking against libMatroska works and if it requires -DMATROSKA_DLL | |
configure:7204: clang++ -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/wxmac/lib conftest.cpp -lmatroska -lebml >&5 | |
configure:7204: $? = 0 | |
configure:7248: result: yes, without -MATROSKA_DLL | |
configure:7268: checking for ZLIB | |
configure:7353: result: yes | |
configure:7392: checking for wx-config | |
configure:7411: found /usr/local/opt/wxmac/bin/wx-config | |
configure:7424: result: /usr/local/opt/wxmac/bin/wx-config | |
configure:7443: checking for wxWidgets 2.8.0 or newer | |
configure:7495: clang++ -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -std=c++11 -I/usr/local/Cellar/wxmac/2.9.5.0/lib/wx/include/osx_cocoa-unicode-2.9 -I/usr/local/Cellar/wxmac/2.9.5.0/include/wx-2.9 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/wxmac/lib conftest.cpp -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/wxmac/lib -L/usr/local/Cellar/wxmac/2.9.5.0/lib -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -framework QuickTime -lwx_osx_cocoau_richtext-2.9 -lwx_osx_cocoau-2.9 >&5 | |
ld: library not found for -lwx_osx_cocoau_richtext-2.9 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:7495: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_VSSCANF 1 | |
| #define HAVE_SYSCALL 1 | |
| #define USE_PRECOMPILED_HEADERS 1 | |
| #define HAVE_BUILD_TIMESTAMP 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_ICONV_H 1 | |
| #define ICONV_CONST | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_OGG_OGG_H 1 | |
| #define HAVE_VORBIS_CODEC_H 1 | |
| #define HAVE_FLAC_DECODER_SKIP 1 | |
| #define HAVE_FLAC_FORMAT_H 1 | |
| /* end confdefs.h. */ | |
| | |
| #undef __STRICT_ANSI__ | |
| #include <wx/dnd.h> | |
| #include <wx/treectrl.h> | |
| | |
| int | |
| main () | |
| { | |
| | |
| wxDragResult result = wxDragError; | |
| wxTreeItemId id; | |
| | |
| ; | |
| return 0; | |
| } | |
configure:7515: result: no: test program could not be compiled | |
configure:8360: checking for magic_open in -lmagic | |
configure:8385: clang -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/wxmac/lib conftest.c -lmagic -lz >&5 | |
configure:8385: $? = 0 | |
configure:8394: result: yes | |
configure:8406: checking magic.h usability | |
configure:8406: clang -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.c >&5 | |
configure:8406: $? = 0 | |
configure:8406: result: yes | |
configure:8406: checking magic.h presence | |
configure:8406: clang -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.c | |
configure:8406: $? = 0 | |
configure:8406: result: yes | |
configure:8406: checking for magic.h | |
configure:8406: result: yes | |
configure:8778: checking for boostlib >= 1.46.0 | |
configure:8850: clang++ -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/boost/include conftest.cpp >&5 | |
configure:8850: $? = 0 | |
configure:8852: result: yes | |
configure:9032: checking whether the Boost::System library is available | |
configure:9056: clang++ -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/boost/include conftest.cpp >&5 | |
conftest.cpp:43:1: warning: expression result unused [-Wunused-value] | |
boost::system::system_category | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
configure:9056: $? = 0 | |
configure:9071: result: yes | |
configure:9086: checking for exit in -lboost_system-mt | |
configure:9111: clang -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/boost/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/wxmac/lib -L/usr/local/opt/boost/lib conftest.c -lboost_system-mt >&5 | |
conftest.c:47:6: warning: incompatible redeclaration of library function 'exit' [-Wincompatible-library-redeclaration] | |
char exit (); | |
^ | |
conftest.c:47:6: note: 'exit' is a builtin with type 'void (int) __attribute__((noreturn))' | |
1 warning generated. | |
configure:9111: $? = 0 | |
configure:9121: result: yes | |
configure:9278: checking whether the Boost::Filesystem library is available | |
configure:9302: clang++ -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/boost/include conftest.cpp >&5 | |
configure:9302: $? = 0 | |
configure:9316: result: yes | |
configure:9327: checking for exit in -lboost_filesystem-mt | |
configure:9352: clang -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/boost/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/wxmac/lib -L/usr/local/opt/boost/lib conftest.c -lboost_filesystem-mt -lboost_system-mt -lboost_system-mt >&5 | |
conftest.c:48:6: warning: incompatible redeclaration of library function 'exit' [-Wincompatible-library-redeclaration] | |
char exit (); | |
^ | |
conftest.c:48:6: note: 'exit' is a builtin with type 'void (int) __attribute__((noreturn))' | |
1 warning generated. | |
configure:9352: $? = 0 | |
configure:9362: result: yes | |
configure:9519: checking whether the Boost::Regex library is available | |
configure:9542: clang++ -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/boost/include conftest.cpp >&5 | |
conftest.cpp:46:15: warning: empty parentheses interpreted as a function declaration [-Wvexing-parse] | |
boost::regex r(); return 0; | |
^~ | |
conftest.cpp:46:15: note: remove parentheses to declare a variable | |
boost::regex r(); return 0; | |
^~ | |
1 warning generated. | |
configure:9542: $? = 0 | |
configure:9556: result: yes | |
configure:9567: checking for exit in -lboost_regex-mt | |
configure:9592: clang -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/boost/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/wxmac/lib -L/usr/local/opt/boost/lib conftest.c -lboost_regex-mt >&5 | |
conftest.c:49:6: warning: incompatible redeclaration of library function 'exit' [-Wincompatible-library-redeclaration] | |
char exit (); | |
^ | |
conftest.c:49:6: note: 'exit' is a builtin with type 'void (int) __attribute__((noreturn))' | |
1 warning generated. | |
configure:9592: $? = 0 | |
configure:9602: result: yes | |
configure:9756: checking whether the Boost::Date_Time library is available | |
configure:9781: clang++ -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/boost/include conftest.cpp >&5 | |
configure:9781: $? = 0 | |
configure:9795: result: yes | |
configure:9807: checking for exit in -lboost_date_time-mt | |
configure:9832: clang -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/boost/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/wxmac/lib -L/usr/local/opt/boost/lib conftest.c -lboost_date_time-mt >&5 | |
conftest.c:50:6: warning: incompatible redeclaration of library function 'exit' [-Wincompatible-library-redeclaration] | |
char exit (); | |
^ | |
conftest.c:50:6: note: 'exit' is a builtin with type 'void (int) __attribute__((noreturn))' | |
1 warning generated. | |
configure:9832: $? = 0 | |
configure:9842: result: yes | |
configure:9968: checking how to run the C++ preprocessor | |
configure:9995: clang++ -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.cpp | |
configure:9995: $? = 0 | |
configure:10009: clang++ -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.cpp | |
conftest.cpp:43:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:10009: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_VSSCANF 1 | |
| #define HAVE_SYSCALL 1 | |
| #define USE_PRECOMPILED_HEADERS 1 | |
| #define HAVE_BUILD_TIMESTAMP 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_ICONV_H 1 | |
| #define ICONV_CONST | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_OGG_OGG_H 1 | |
| #define HAVE_VORBIS_CODEC_H 1 | |
| #define HAVE_FLAC_DECODER_SKIP 1 | |
| #define HAVE_FLAC_FORMAT_H 1 | |
| #define HAVE_MAGIC_H 1 | |
| #define HAVE_BOOST /**/ | |
| #define HAVE_BOOST_SYSTEM /**/ | |
| #define HAVE_BOOST_FILESYSTEM /**/ | |
| #define HAVE_BOOST_REGEX /**/ | |
| #define HAVE_BOOST_DATE_TIME /**/ | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:10034: result: clang++ -E | |
configure:10054: clang++ -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.cpp | |
configure:10054: $? = 0 | |
configure:10068: clang++ -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.cpp | |
conftest.cpp:43:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:10068: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_VSSCANF 1 | |
| #define HAVE_SYSCALL 1 | |
| #define USE_PRECOMPILED_HEADERS 1 | |
| #define HAVE_BUILD_TIMESTAMP 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_ICONV_H 1 | |
| #define ICONV_CONST | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_OGG_OGG_H 1 | |
| #define HAVE_VORBIS_CODEC_H 1 | |
| #define HAVE_FLAC_DECODER_SKIP 1 | |
| #define HAVE_FLAC_FORMAT_H 1 | |
| #define HAVE_MAGIC_H 1 | |
| #define HAVE_BOOST /**/ | |
| #define HAVE_BOOST_SYSTEM /**/ | |
| #define HAVE_BOOST_FILESYSTEM /**/ | |
| #define HAVE_BOOST_REGEX /**/ | |
| #define HAVE_BOOST_DATE_TIME /**/ | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:10114: checking boost/rational.hpp usability | |
configure:10114: clang++ -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/boost/include conftest.cpp >&5 | |
configure:10114: $? = 0 | |
configure:10114: result: yes | |
configure:10114: checking boost/rational.hpp presence | |
configure:10114: clang++ -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/boost/include conftest.cpp | |
configure:10114: $? = 0 | |
configure:10114: result: yes | |
configure:10114: checking for boost/rational.hpp | |
configure:10114: result: yes | |
configure:10156: checking boost/logic/tribool.hpp usability | |
configure:10156: clang++ -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/boost/include conftest.cpp >&5 | |
configure:10156: $? = 0 | |
configure:10156: result: yes | |
configure:10156: checking boost/logic/tribool.hpp presence | |
configure:10156: clang++ -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/boost/include conftest.cpp | |
configure:10156: $? = 0 | |
configure:10156: result: yes | |
configure:10156: checking for boost/logic/tribool.hpp | |
configure:10156: result: yes | |
configure:10198: checking boost/lexical_cast.hpp usability | |
configure:10198: clang++ -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/boost/include conftest.cpp >&5 | |
configure:10198: $? = 0 | |
configure:10198: result: yes | |
configure:10198: checking boost/lexical_cast.hpp presence | |
configure:10198: clang++ -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/boost/include conftest.cpp | |
configure:10198: $? = 0 | |
configure:10198: result: yes | |
configure:10198: checking for boost/lexical_cast.hpp | |
configure:10198: result: yes | |
configure:10240: checking boost/range.hpp usability | |
configure:10240: clang++ -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/boost/include conftest.cpp >&5 | |
configure:10240: $? = 0 | |
configure:10240: result: yes | |
configure:10240: checking boost/range.hpp presence | |
configure:10240: clang++ -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/boost/include conftest.cpp | |
configure:10240: $? = 0 | |
configure:10240: result: yes | |
configure:10240: checking for boost/range.hpp | |
configure:10240: result: yes | |
configure:10282: checking boost/variant.hpp usability | |
configure:10282: clang++ -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/boost/include conftest.cpp >&5 | |
configure:10282: $? = 0 | |
configure:10282: result: yes | |
configure:10282: checking boost/variant.hpp presence | |
configure:10282: clang++ -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/boost/include conftest.cpp | |
configure:10282: $? = 0 | |
configure:10282: result: yes | |
configure:10282: checking for boost/variant.hpp | |
configure:10282: result: yes | |
configure:10320: checking for main in -lgtest_main | |
configure:10339: clang++ -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/wxmac/lib conftest.cpp -lgtest_main >&5 | |
ld: library not found for -lgtest_main | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:10339: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_VSSCANF 1 | |
| #define HAVE_SYSCALL 1 | |
| #define USE_PRECOMPILED_HEADERS 1 | |
| #define HAVE_BUILD_TIMESTAMP 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_ICONV_H 1 | |
| #define ICONV_CONST | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_OGG_OGG_H 1 | |
| #define HAVE_VORBIS_CODEC_H 1 | |
| #define HAVE_FLAC_DECODER_SKIP 1 | |
| #define HAVE_FLAC_FORMAT_H 1 | |
| #define HAVE_MAGIC_H 1 | |
| #define HAVE_BOOST /**/ | |
| #define HAVE_BOOST_SYSTEM /**/ | |
| #define HAVE_BOOST_FILESYSTEM /**/ | |
| #define HAVE_BOOST_REGEX /**/ | |
| #define HAVE_BOOST_DATE_TIME /**/ | |
| #define HAVE_BOOST_RATIONAL_HPP 1 | |
| #define HAVE_BOOST_LOGIC_TRIBOOL_HPP 1 | |
| #define HAVE_BOOST_LEXICAL_CAST_HPP 1 | |
| #define HAVE_BOOST_RANGE_HPP 1 | |
| #define HAVE_BOOST_VARIANT_HPP 1 | |
| /* end confdefs.h. */ | |
| | |
| | |
| int | |
| main () | |
| { | |
| return main (); | |
| ; | |
| return 0; | |
| } | |
configure:10348: result: no | |
configure:10361: checking gtest/gtest.h usability | |
configure:10361: clang++ -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.cpp >&5 | |
conftest.cpp:81:10: fatal error: 'gtest/gtest.h' file not found | |
#include <gtest/gtest.h> | |
^ | |
1 error generated. | |
configure:10361: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_VSSCANF 1 | |
| #define HAVE_SYSCALL 1 | |
| #define USE_PRECOMPILED_HEADERS 1 | |
| #define HAVE_BUILD_TIMESTAMP 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_ICONV_H 1 | |
| #define ICONV_CONST | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_OGG_OGG_H 1 | |
| #define HAVE_VORBIS_CODEC_H 1 | |
| #define HAVE_FLAC_DECODER_SKIP 1 | |
| #define HAVE_FLAC_FORMAT_H 1 | |
| #define HAVE_MAGIC_H 1 | |
| #define HAVE_BOOST /**/ | |
| #define HAVE_BOOST_SYSTEM /**/ | |
| #define HAVE_BOOST_FILESYSTEM /**/ | |
| #define HAVE_BOOST_REGEX /**/ | |
| #define HAVE_BOOST_DATE_TIME /**/ | |
| #define HAVE_BOOST_RATIONAL_HPP 1 | |
| #define HAVE_BOOST_LOGIC_TRIBOOL_HPP 1 | |
| #define HAVE_BOOST_LEXICAL_CAST_HPP 1 | |
| #define HAVE_BOOST_RANGE_HPP 1 | |
| #define HAVE_BOOST_VARIANT_HPP 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <gtest/gtest.h> | |
configure:10361: result: no | |
configure:10361: checking gtest/gtest.h presence | |
configure:10361: clang++ -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.cpp | |
conftest.cpp:48:10: fatal error: 'gtest/gtest.h' file not found | |
#include <gtest/gtest.h> | |
^ | |
1 error generated. | |
configure:10361: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_VSSCANF 1 | |
| #define HAVE_SYSCALL 1 | |
| #define USE_PRECOMPILED_HEADERS 1 | |
| #define HAVE_BUILD_TIMESTAMP 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_ICONV_H 1 | |
| #define ICONV_CONST | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_OGG_OGG_H 1 | |
| #define HAVE_VORBIS_CODEC_H 1 | |
| #define HAVE_FLAC_DECODER_SKIP 1 | |
| #define HAVE_FLAC_FORMAT_H 1 | |
| #define HAVE_MAGIC_H 1 | |
| #define HAVE_BOOST /**/ | |
| #define HAVE_BOOST_SYSTEM /**/ | |
| #define HAVE_BOOST_FILESYSTEM /**/ | |
| #define HAVE_BOOST_REGEX /**/ | |
| #define HAVE_BOOST_DATE_TIME /**/ | |
| #define HAVE_BOOST_RATIONAL_HPP 1 | |
| #define HAVE_BOOST_LOGIC_TRIBOOL_HPP 1 | |
| #define HAVE_BOOST_LEXICAL_CAST_HPP 1 | |
| #define HAVE_BOOST_RANGE_HPP 1 | |
| #define HAVE_BOOST_VARIANT_HPP 1 | |
| /* end confdefs.h. */ | |
| #include <gtest/gtest.h> | |
configure:10361: result: no | |
configure:10361: checking for gtest/gtest.h | |
configure:10361: result: no | |
configure:10424: checking for etags | |
configure:10442: found /usr/bin/etags | |
configure:10454: result: /usr/bin/etags | |
configure:10466: checking for ebrowse | |
configure:10499: result: no | |
configure:10508: checking for pandoc | |
configure:10541: result: no | |
configure:10559: checking for xsltproc | |
configure:10577: found /usr/bin/xsltproc | |
configure:10589: result: /usr/bin/xsltproc | |
configure:10601: checking whether xsltproc works | |
configure:10619: result: no | |
configure:10632: checking POSIX termios | |
configure:10652: clang -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/wxmac/lib conftest.c >&5 | |
configure:10652: $? = 0 | |
configure:10660: result: yes | |
configure:10663: checking whether termios.h defines TIOCGWINSZ | |
configure:10686: result: yes | |
configure:10725: checking sys/ioctl.h usability | |
configure:10725: clang -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.c >&5 | |
configure:10725: $? = 0 | |
configure:10725: result: yes | |
configure:10725: checking sys/ioctl.h presence | |
configure:10725: clang -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.c | |
configure:10725: $? = 0 | |
configure:10725: result: yes | |
configure:10725: checking for sys/ioctl.h | |
configure:10725: result: yes | |
configure:10747: checking for po4a | |
configure:10780: result: no | |
configure:10787: checking for po4a-translate | |
configure:10820: result: no | |
configure:10862: checking for gettext | |
configure:10862: clang -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/wxmac/lib conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_gettext", referenced from: | |
_main in conftest-911388.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:10862: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_VSSCANF 1 | |
| #define HAVE_SYSCALL 1 | |
| #define USE_PRECOMPILED_HEADERS 1 | |
| #define HAVE_BUILD_TIMESTAMP 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_ICONV_H 1 | |
| #define ICONV_CONST | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_OGG_OGG_H 1 | |
| #define HAVE_VORBIS_CODEC_H 1 | |
| #define HAVE_FLAC_DECODER_SKIP 1 | |
| #define HAVE_FLAC_FORMAT_H 1 | |
| #define HAVE_MAGIC_H 1 | |
| #define HAVE_BOOST /**/ | |
| #define HAVE_BOOST_SYSTEM /**/ | |
| #define HAVE_BOOST_FILESYSTEM /**/ | |
| #define HAVE_BOOST_REGEX /**/ | |
| #define HAVE_BOOST_DATE_TIME /**/ | |
| #define HAVE_BOOST_RATIONAL_HPP 1 | |
| #define HAVE_BOOST_LOGIC_TRIBOOL_HPP 1 | |
| #define HAVE_BOOST_LEXICAL_CAST_HPP 1 | |
| #define HAVE_BOOST_RANGE_HPP 1 | |
| #define HAVE_BOOST_VARIANT_HPP 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_TIOCGWINSZ 1 | |
| /* end confdefs.h. */ | |
| /* Define gettext to an innocuous variant, in case <limits.h> declares gettext. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define gettext innocuous_gettext | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char gettext (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef gettext | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char gettext (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_gettext || defined __stub___gettext | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return gettext (); | |
| ; | |
| return 0; | |
| } | |
configure:10862: result: no | |
configure:10875: checking for gettext in -lintl | |
configure:10900: clang -o conftest -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/wxmac/lib conftest.c -lintl -liconv >&5 | |
configure:10900: $? = 0 | |
configure:10909: result: yes | |
configure:10923: checking libintl.h usability | |
configure:10923: clang -c -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.c >&5 | |
configure:10923: $? = 0 | |
configure:10923: result: yes | |
configure:10923: checking libintl.h presence | |
configure:10923: clang -E -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include conftest.c | |
configure:10923: $? = 0 | |
configure:10923: result: yes | |
configure:10923: checking for libintl.h | |
configure:10923: result: yes | |
configure:10936: checking the translations to install | |
configure:10949: result: cs de es eu fr it ja lt nl pl pt pt_BR ru tr uk zh_CN zh_TW | |
configure:10960: checking the manpage translation languages to install | |
configure:10974: result: de ja nl uk zh_CN | |
configure:10979: checking the mmg guide translation languages to install | |
configure:10991: result: en es eu nl zh_CN | |
configure:11113: creating ./config.status | |
## ---------------------- ## | |
## Running config.status. ## | |
## ---------------------- ## | |
This file was extended by config.status, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
CONFIG_FILES = | |
CONFIG_HEADERS = | |
CONFIG_LINKS = | |
CONFIG_COMMANDS = | |
$ ./config.status | |
on Rodgers-MacBook-Pro-2.local | |
config.status:936: creating build-config | |
config.status:936: creating config.h | |
## ---------------- ## | |
## Cache variables. ## | |
## ---------------- ## | |
ac_cv_build=x86_64-apple-darwin14.1.0 | |
ac_cv_c_bigendian=no | |
ac_cv_c_compiler_gnu=yes | |
ac_cv_compiler_is_clang=yes | |
ac_cv_cxx_compiler_gnu=yes | |
ac_cv_ebml_dll='yes, without -DEBML_DLL' | |
ac_cv_ebml_found=yes | |
ac_cv_env_CCC_set= | |
ac_cv_env_CCC_value= | |
ac_cv_env_CC_set=set | |
ac_cv_env_CC_value=clang | |
ac_cv_env_CFLAGS_set= | |
ac_cv_env_CFLAGS_value= | |
ac_cv_env_CPPFLAGS_set= | |
ac_cv_env_CPPFLAGS_value= | |
ac_cv_env_CPP_set= | |
ac_cv_env_CPP_value= | |
ac_cv_env_CURL_CFLAGS_set= | |
ac_cv_env_CURL_CFLAGS_value= | |
ac_cv_env_CURL_LIBS_set= | |
ac_cv_env_CURL_LIBS_value= | |
ac_cv_env_CXXCPP_set= | |
ac_cv_env_CXXCPP_value= | |
ac_cv_env_CXXFLAGS_set= | |
ac_cv_env_CXXFLAGS_value= | |
ac_cv_env_CXX_set=set | |
ac_cv_env_CXX_value=clang++ | |
ac_cv_env_LDFLAGS_set= | |
ac_cv_env_LDFLAGS_value= | |
ac_cv_env_LIBS_set= | |
ac_cv_env_LIBS_value= | |
ac_cv_env_PKG_CONFIG_LIBDIR_set=set | |
ac_cv_env_PKG_CONFIG_LIBDIR_value=/usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.10 | |
ac_cv_env_PKG_CONFIG_PATH_set=set | |
ac_cv_env_PKG_CONFIG_PATH_value=/usr/local/opt/xz/lib/pkgconfig:/usr/local/opt/libogg/lib/pkgconfig:/usr/local/opt/libvorbis/lib/pkgconfig:/usr/local/opt/expat/lib/pkgconfig:/usr/local/opt/pcre/lib/pkgconfig:/usr/local/opt/flac/lib/pkgconfig:/usr/local/opt/libpng/lib/pkgconfig:/usr/local/opt/libtiff/lib/pkgconfig | |
ac_cv_env_PKG_CONFIG_set= | |
ac_cv_env_PKG_CONFIG_value= | |
ac_cv_env_ZLIB_CFLAGS_set=set | |
ac_cv_env_ZLIB_CFLAGS_value=-I/usr/include | |
ac_cv_env_ZLIB_LIBS_set=set | |
ac_cv_env_ZLIB_LIBS_value='-L/usr/lib -lz' | |
ac_cv_env_build_alias_set= | |
ac_cv_env_build_alias_value= | |
ac_cv_env_host_alias_set= | |
ac_cv_env_host_alias_value= | |
ac_cv_env_target_alias_set= | |
ac_cv_env_target_alias_value= | |
ac_cv_func_gettext=no | |
ac_cv_func_syscall=yes | |
ac_cv_func_vsscanf=yes | |
ac_cv_gcc_version=4.2.1 | |
ac_cv_has_int64_t=yes | |
ac_cv_has_nl_langinfo=yes | |
ac_cv_has_prix64=yes | |
ac_cv_has_uint64_t=yes | |
ac_cv_header_boost_lexical_cast_hpp=yes | |
ac_cv_header_boost_logic_tribool_hpp=yes | |
ac_cv_header_boost_range_hpp=yes | |
ac_cv_header_boost_rational_hpp=yes | |
ac_cv_header_boost_variant_hpp=yes | |
ac_cv_header_gtest_gtest_h=no | |
ac_cv_header_iconv_h=yes | |
ac_cv_header_inttypes_h=yes | |
ac_cv_header_libintl_h=yes | |
ac_cv_header_magic_h=yes | |
ac_cv_header_memory_h=yes | |
ac_cv_header_ogg_ogg_h=yes | |
ac_cv_header_stdc=yes | |
ac_cv_header_stdint_h=yes | |
ac_cv_header_stdlib_h=yes | |
ac_cv_header_string_h=yes | |
ac_cv_header_strings_h=yes | |
ac_cv_header_stropts_h=no | |
ac_cv_header_sys_ioctl_h=yes | |
ac_cv_header_sys_stat_h=yes | |
ac_cv_header_sys_syscall_h=yes | |
ac_cv_header_sys_types_h=yes | |
ac_cv_header_unistd_h=yes | |
ac_cv_header_vorbis_codec_h=yes | |
ac_cv_host=x86_64-apple-darwin14.1.0 | |
ac_cv_lib_FLAC_FLAC__stream_decoder_new=yes | |
ac_cv_lib_FLAC_FLAC__stream_decoder_skip_single_frame=yes | |
ac_cv_lib_boost_date_time_mt___exit=yes | |
ac_cv_lib_boost_filesystem_mt___exit=yes | |
ac_cv_lib_boost_regex_mt___exit=yes | |
ac_cv_lib_boost_system_mt___exit=yes | |
ac_cv_lib_gtest_main_main=no | |
ac_cv_lib_intl_gettext=yes | |
ac_cv_lib_magic_magic_open=yes | |
ac_cv_lib_ogg_ogg_sync_init=yes | |
ac_cv_lib_vorbis_vorbis_synthesis_init=yes | |
ac_cv_matroska_dll='yes, without -MATROSKA_DLL' | |
ac_cv_matroska_found=yes | |
ac_cv_member_FLAC__StreamMetadata_StreamInfo_sample_rate=yes | |
ac_cv_mingw32=no | |
ac_cv_objext=o | |
ac_cv_path_EGREP='/usr/bin/grep -E' | |
ac_cv_path_ETAGS=/usr/bin/etags | |
ac_cv_path_GREP=/usr/bin/grep | |
ac_cv_path_WX_CONFIG=/usr/local/opt/wxmac/bin/wx-config | |
ac_cv_path_XSLTPROC=/usr/bin/xsltproc | |
ac_cv_path_ac_pt_PKG_CONFIG=/usr/local/opt/pkg-config/bin/pkg-config | |
ac_cv_path_install='/usr/bin/install -c' | |
ac_cv_prog_CPP='clang -E' | |
ac_cv_prog_CXXCPP='clang++ -E' | |
ac_cv_prog_ac_ct_AR=ar | |
ac_cv_prog_ac_ct_CC=clang | |
ac_cv_prog_ac_ct_LD=ld | |
ac_cv_prog_ac_ct_RANLIB=ranlib | |
ac_cv_prog_ac_ct_STRIP=strip | |
ac_cv_prog_cc_c89= | |
ac_cv_prog_cc_clang_c_o=yes | |
ac_cv_prog_cc_g=yes | |
ac_cv_prog_cxx_g=yes | |
ac_cv_prog_make_make_set=yes | |
ac_cv_sizeof_int=4 | |
ac_cv_sizeof_long=8 | |
ac_cv_sizeof_long_long=8 | |
ac_cv_sys_posix_termios=yes | |
ac_cv_sys_tiocgwinsz_in_termios_h=yes | |
ac_cv_target=x86_64-apple-darwin14.1.0 | |
ac_cv_wx_compilation=0 | |
ac_cv_xsltproc_works=no | |
am_cv_func_iconv=yes | |
am_cv_lib_iconv=yes | |
am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);' | |
am_cv_proto_iconv_arg1= | |
ax_cv_boost_date_time=yes | |
ax_cv_boost_filesystem=yes | |
ax_cv_boost_regex=yes | |
ax_cv_boost_system=yes | |
ax_cv_cxx11_auto_keyword=yes | |
ax_cv_cxx11_initializer_lists=yes | |
ax_cv_cxx11_lambda_functions=yes | |
ax_cv_cxx11_nullptr=yes | |
ax_cv_cxx11_range_based_for=yes | |
ax_cv_cxx11_right_angle_brackets=yes | |
ax_cv_cxx11_tuples=yes | |
ax_cv_std_cxx11_flag=-std=c++11 | |
pkg_cv_ZLIB_CFLAGS=-I/usr/include | |
pkg_cv_ZLIB_LIBS='-L/usr/lib -lz' | |
## ----------------- ## | |
## Output variables. ## | |
## ----------------- ## | |
AR='ar' | |
BOOST_CPPFLAGS='-I/usr/local/opt/boost/include' | |
BOOST_DATE_TIME_LIB='-lboost_date_time-mt' | |
BOOST_FILESYSTEM_LIB='-lboost_filesystem-mt' | |
BOOST_LDFLAGS='-L/usr/local/opt/boost/lib' | |
BOOST_REGEX_LIB='-lboost_regex-mt' | |
BOOST_SYSTEM_LIB='-lboost_system-mt' | |
BUILD_MKVTOOLNIX_GUI='' | |
CC='clang' | |
CFLAGS=' -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include' | |
CPP='clang -E' | |
CPPFLAGS=' -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include' | |
CURL_CFLAGS='' | |
CURL_LIBS='' | |
CXX='clang++' | |
CXXCPP='clang++ -E' | |
CXXFLAGS=' -I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include' | |
DEBUG_CFLAGS='' | |
DEFS='-DHAVE_CONFIG_H' | |
DOCBOOK_MANPAGES_STYLESHEET='/docbook.xsl' | |
DOCBOOK_ROOT='' | |
EBML_CFLAGS='' | |
EBML_LDFLAGS='' | |
EBML_MATROSKA_INTERNAL='' | |
EBROWSE='' | |
ECHO_C='\c' | |
ECHO_N='' | |
ECHO_T='' | |
EGREP='/usr/bin/grep -E' | |
ETAGS='/usr/bin/etags' | |
EXEEXT='' | |
EXTRA_CFLAGS='-I/usr/local/opt/libogg/include -I/usr/local/opt/libvorbis/include -I/usr/local/opt/wxmac/include' | |
EXTRA_LDFLAGS='-L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/wxmac/lib' | |
FLAC_LIBS='-lFLAC -logg -lm ' | |
GNURX_LIBS='' | |
GREP='/usr/bin/grep' | |
GTEST_TYPE='no' | |
GUIDE_TRANSLATIONS='en es eu nl zh_CN ' | |
ICONV_LIBS='-liconv' | |
INSTALL_DATA='${INSTALL} -m 644' | |
INSTALL_PROGRAM='${INSTALL}' | |
INSTALL_SCRIPT='${INSTALL}' | |
LD='ld' | |
LDFLAGS=' -L/usr/local/opt/libogg/lib -L/usr/local/opt/libvorbis/lib -L/usr/local/opt/wxmac/lib' | |
LDFLAGS_RPATHS='' | |
LIBINTL_LIBS='-lintl' | |
LIBOBJS='' | |
LIBS='' | |
LTLIBOBJS='' | |
MAGIC_LIBS='-lmagic -lz ' | |
MANPAGES_TRANSLATIONS='de ja nl uk zh_CN ' | |
MATROSKA_CFLAGS='' | |
MATROSKA_LDFLAGS='' | |
MINGW='' | |
MINGW_GUIAPP='' | |
MINGW_LIBS='' | |
MINGW_PROCESSOR_ARCH='' | |
MOC='' | |
OBJEXT='o' | |
OGG_LIBS='-logg' | |
OPTIMIZATION_CFLAGS='-O1' | |
PACKAGE='mkvtoolnix' | |
PACKAGE_BUGREPORT='' | |
PACKAGE_NAME='' | |
PACKAGE_STRING='' | |
PACKAGE_TARNAME='' | |
PACKAGE_URL='' | |
PACKAGE_VERSION='' | |
PANDOC='' | |
PATH_SEPARATOR=':' | |
PKG_CONFIG='/usr/local/opt/pkg-config/bin/pkg-config' | |
PKG_CONFIG_LIBDIR='/usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.10' | |
PKG_CONFIG_PATH='/usr/local/opt/xz/lib/pkgconfig:/usr/local/opt/libogg/lib/pkgconfig:/usr/local/opt/libvorbis/lib/pkgconfig:/usr/local/opt/expat/lib/pkgconfig:/usr/local/opt/pcre/lib/pkgconfig:/usr/local/opt/flac/lib/pkgconfig:/usr/local/opt/libpng/lib/pkgconfig:/usr/local/opt/libtiff/lib/pkgconfig' | |
PO4A='' | |
PO4A_FLAGS='-M utf-8 -k 0' | |
PO4A_TRANSLATE='' | |
PO4A_TRANSLATE_FLAGS='-M utf-8 -k 0 -f docbook' | |
PO4A_WORKS='' | |
PROFILING_CFLAGS='' | |
PROFILING_LIBS='' | |
QT_CFLAGS='' | |
QT_LIBS='' | |
QT_PLUGINS_DIR='' | |
QUNUSED_ARGUMENTS='-Qunused-arguments' | |
RANLIB='ranlib' | |
RCC='' | |
SET_MAKE='' | |
SHELL='/bin/sh' | |
STD_CXX11='-std=c++11' | |
STRIP='strip' | |
TRANSLATIONS='cs de es eu fr it ja lt nl pl pt pt_BR ru tr uk zh_CN zh_TW' | |
UIC='' | |
USER_CFLAGS='' | |
USER_CPPFLAGS='' | |
USER_CXXFLAGS='' | |
USER_LDFLAGS='' | |
USE_CLANG='yes' | |
USE_PRECOMPILED_HEADERS='yes' | |
USE_QT='' | |
USE_WXWIDGETS='' | |
VERSION='7.3.0' | |
VORBIS_LIBS='-lvorbis -lm' | |
WINDRES='' | |
WLOGICAL_OP='' | |
WNO_MISMATCHED_TAGS='-Wno-mismatched-tags' | |
WNO_SELF_ASSIGN='-Wno-self-assign' | |
WXWIDGETS_CFLAGS='-I/usr/local/Cellar/wxmac/2.9.5.0/lib/wx/include/osx_cocoa-unicode-2.9 -I/usr/local/Cellar/wxmac/2.9.5.0/include/wx-2.9 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ ' | |
WXWIDGETS_INCLUDES='' | |
WXWIDGETS_LIBS='' | |
WX_CONFIG='/usr/local/opt/wxmac/bin/wx-config' | |
XSLTPROC='/usr/bin/xsltproc' | |
XSLTPROC_FLAGS='--nonet' | |
XSLTPROC_WORKS='no' | |
ZLIB_CFLAGS='-I/usr/include' | |
ZLIB_LIBS='-L/usr/lib -lz' | |
ac_ct_CC='clang' | |
ac_ct_CXX='' | |
bindir='${exec_prefix}/bin' | |
build='x86_64-apple-darwin14.1.0' | |
build_alias='' | |
build_cpu='x86_64' | |
build_os='darwin14.1.0' | |
build_vendor='apple' | |
datadir='${datarootdir}' | |
datarootdir='${prefix}/share' | |
docdir='${datarootdir}/doc/${PACKAGE}' | |
dvidir='${docdir}' | |
exec_prefix='${prefix}' | |
host='x86_64-apple-darwin14.1.0' | |
host_alias='' | |
host_cpu='x86_64' | |
host_os='darwin14.1.0' | |
host_vendor='apple' | |
htmldir='${docdir}' | |
includedir='${prefix}/include' | |
infodir='${datarootdir}/info' | |
libdir='${exec_prefix}/lib' | |
libexecdir='${exec_prefix}/libexec' | |
localedir='${datarootdir}/locale' | |
localstatedir='${prefix}/var' | |
mandir='${datarootdir}/man' | |
oldincludedir='/usr/include' | |
pdfdir='${docdir}' | |
prefix='/usr/local/Cellar/mkvtoolnix/7.3.0' | |
program_transform_name='s,x,x,' | |
psdir='${docdir}' | |
sbindir='${exec_prefix}/sbin' | |
sharedstatedir='${prefix}/com' | |
sysconfdir='${prefix}/etc' | |
target='x86_64-apple-darwin14.1.0' | |
target_alias='' | |
target_cpu='x86_64' | |
target_os='darwin14.1.0' | |
target_vendor='apple' | |
## ----------- ## | |
## confdefs.h. ## | |
## ----------- ## | |
/* confdefs.h */ | |
#define PACKAGE_NAME "" | |
#define PACKAGE_TARNAME "" | |
#define PACKAGE_VERSION "" | |
#define PACKAGE_STRING "" | |
#define PACKAGE_BUGREPORT "" | |
#define PACKAGE_URL "" | |
#define STDC_HEADERS 1 | |
#define HAVE_SYS_TYPES_H 1 | |
#define HAVE_SYS_STAT_H 1 | |
#define HAVE_STDLIB_H 1 | |
#define HAVE_STRING_H 1 | |
#define HAVE_MEMORY_H 1 | |
#define HAVE_STRINGS_H 1 | |
#define HAVE_INTTYPES_H 1 | |
#define HAVE_STDINT_H 1 | |
#define HAVE_UNISTD_H 1 | |
#define HAVE_INTTYPES_H 1 | |
#define HAVE_STDINT_H 1 | |
#define HAVE_SYS_TYPES_H 1 | |
#define HAVE_SYS_SYSCALL_H 1 | |
#define HAVE_VSSCANF 1 | |
#define HAVE_SYSCALL 1 | |
#define USE_PRECOMPILED_HEADERS 1 | |
#define HAVE_BUILD_TIMESTAMP 1 | |
#define SIZEOF_INT 4 | |
#define SIZEOF_LONG 8 | |
#define SIZEOF_LONG_LONG 8 | |
#define HAVE_ICONV_H 1 | |
#define ICONV_CONST | |
#define HAVE_NL_LANGINFO 1 | |
#define HAVE_OGG_OGG_H 1 | |
#define HAVE_VORBIS_CODEC_H 1 | |
#define HAVE_FLAC_DECODER_SKIP 1 | |
#define HAVE_FLAC_FORMAT_H 1 | |
#define HAVE_MAGIC_H 1 | |
#define HAVE_BOOST /**/ | |
#define HAVE_BOOST_SYSTEM /**/ | |
#define HAVE_BOOST_FILESYSTEM /**/ | |
#define HAVE_BOOST_REGEX /**/ | |
#define HAVE_BOOST_DATE_TIME /**/ | |
#define HAVE_BOOST_RATIONAL_HPP 1 | |
#define HAVE_BOOST_LOGIC_TRIBOOL_HPP 1 | |
#define HAVE_BOOST_LEXICAL_CAST_HPP 1 | |
#define HAVE_BOOST_RANGE_HPP 1 | |
#define HAVE_BOOST_VARIANT_HPP 1 | |
#define HAVE_SYS_IOCTL_H 1 | |
#define HAVE_TIOCGWINSZ 1 | |
#define HAVE_LIBINTL_H 1 | |
configure: exit 0 |
This file contains hidden or 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: 0.9.5 | |
ORIGIN: https://github.com/Homebrew/homebrew.git | |
HEAD: 9004a141db418c5a1b662530b75df5e250ea559e | |
Last commit: 2 hours ago | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
CPU: 8-core 64-bit haswell | |
OS X: 10.10.2-x86_64 | |
Xcode: 6.1 | |
CLT: 6.1.0.0.1.1413057044 | |
Clang: 6.0 build 600 | |
X11: 2.7.7 => /opt/X11 | |
System Ruby: 2.0.0-481 | |
Perl: /usr/bin/perl | |
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/bin/python2.7 | |
Ruby: /Users/11rcombs/.rvm/rubies/ruby-2.1.3/bin/ruby |
This file contains hidden or 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
Warning: Python is installed at /Library/Frameworks/Python.framework | |
Homebrew only supports building against the System-provided Python or a | |
brewed Python. In particular, Pythons installed to /Library can interfere | |
with other software installs. | |
Please note that these warnings are just used to help the Homebrew maintainers | |
with debugging if you file an issue. If everything you use Homebrew for is | |
working fine: please don't worry and just ignore them. Thanks! | |
Warning: 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/libass.4.dylib | |
/usr/local/lib/libass.5.dylib | |
/usr/local/lib/libavcodec.54.86.100.dylib | |
/usr/local/lib/libavcodec.55.33.100.dylib | |
/usr/local/lib/libavcodec.55.49.101.dylib | |
/usr/local/lib/libavcodec.56.0.101.dylib | |
/usr/local/lib/libavcodec.56.1.100.dylib | |
/usr/local/lib/libavcodec.56.1.101.dylib | |
/usr/local/lib/libavcodec.56.12.101.dylib | |
/usr/local/lib/libavcodec.56.13.100.dylib | |
/usr/local/lib/libavcodec.56.3.101.dylib | |
/usr/local/lib/libavcodec.56.9.100.dylib | |
/usr/local/lib/libavdevice.54.3.102.dylib | |
/usr/local/lib/libavdevice.55.3.100.dylib | |
/usr/local/lib/libavdevice.55.7.100.dylib | |
/usr/local/lib/libavdevice.56.0.100.dylib | |
/usr/local/lib/libavdevice.56.1.100.dylib | |
/usr/local/lib/libavdevice.56.3.100.dylib | |
/usr/local/lib/libavfilter.3.32.100.dylib | |
/usr/local/lib/libavfilter.3.86.102.dylib | |
/usr/local/lib/libavfilter.4.1.101.dylib | |
/usr/local/lib/libavfilter.5.0.100.dylib | |
/usr/local/lib/libavfilter.5.0.103.dylib | |
/usr/local/lib/libavfilter.5.1.100.dylib | |
/usr/local/lib/libavfilter.5.1.102.dylib | |
/usr/local/lib/libavfilter.5.2.100.dylib | |
/usr/local/lib/libavfilter.5.2.103.dylib | |
/usr/local/lib/libavformat.54.59.106.dylib | |
/usr/local/lib/libavformat.55.18.100.dylib | |
/usr/local/lib/libavformat.55.28.100.dylib | |
/usr/local/lib/libavformat.56.1.100.dylib | |
/usr/local/lib/libavformat.56.10.100.dylib | |
/usr/local/lib/libavformat.56.14.100.dylib | |
/usr/local/lib/libavformat.56.15.100.dylib | |
/usr/local/lib/libavformat.56.3.100.dylib | |
/usr/local/lib/libavformat.56.4.100.dylib | |
/usr/local/lib/libavformat.56.6.100.dylib | |
/usr/local/lib/libavformat.56.7.104.dylib | |
/usr/local/lib/libavresample.1.0.1.dylib | |
/usr/local/lib/libavresample.1.1.0.dylib | |
/usr/local/lib/libavresample.2.1.0.dylib | |
/usr/local/lib/libavutil.52.13.100.dylib | |
/usr/local/lib/libavutil.52.45.100.dylib | |
/usr/local/lib/libavutil.52.63.100.dylib | |
/usr/local/lib/libavutil.54.11.100.dylib | |
/usr/local/lib/libavutil.54.14.100.dylib | |
/usr/local/lib/libavutil.54.15.100.dylib | |
/usr/local/lib/libavutil.54.3.100.dylib | |
/usr/local/lib/libavutil.54.7.100.dylib | |
/usr/local/lib/libavutil.54.7.101.dylib | |
/usr/local/lib/libavutil.54.9.100.dylib | |
/usr/local/lib/libcurl.4.dylib | |
/usr/local/lib/libcurl.dylib | |
/usr/local/lib/libettercap.0.0.0.dylib | |
/usr/local/lib/libexpat.1.dylib | |
/usr/local/lib/libffms2.3.dylib | |
/usr/local/lib/libforensic1394.0.3.0.dylib | |
/usr/local/lib/libftgl.2.dylib | |
/usr/local/lib/libguess.1.0.dylib | |
/usr/local/lib/libh264bitstream.0.dylib | |
/usr/local/lib/libjpeg.9.dylib | |
/usr/local/lib/libmpv.1.4.0.dylib | |
/usr/local/lib/libmpv.1.7.0.dylib | |
/usr/local/lib/libpostproc.52.2.100.dylib | |
/usr/local/lib/libpostproc.52.3.100.dylib | |
/usr/local/lib/libpostproc.53.0.100.dylib | |
/usr/local/lib/libpostproc.53.1.100.dylib | |
/usr/local/lib/libpostproc.53.3.100.dylib | |
/usr/local/lib/libproxy.1.0.0.dylib | |
/usr/local/lib/librtmp.1.dylib | |
/usr/local/lib/libswf.5.dylib | |
/usr/local/lib/libswresample.0.17.102.dylib | |
/usr/local/lib/libswresample.0.17.103.dylib | |
/usr/local/lib/libswresample.0.17.104.dylib | |
/usr/local/lib/libswresample.0.18.100.dylib | |
/usr/local/lib/libswresample.0.19.100.dylib | |
/usr/local/lib/libswresample.1.0.100.dylib | |
/usr/local/lib/libswresample.1.1.100.dylib | |
/usr/local/lib/libswscale.2.1.103.dylib | |
/usr/local/lib/libswscale.2.3.100.dylib | |
/usr/local/lib/libswscale.2.5.100.dylib | |
/usr/local/lib/libswscale.2.5.101.dylib | |
/usr/local/lib/libswscale.2.5.102.dylib | |
/usr/local/lib/libswscale.2.6.100.dylib | |
/usr/local/lib/libswscale.3.0.100.dylib | |
/usr/local/lib/libswscale.3.1.100.dylib | |
/usr/local/lib/libswscale.3.1.101.dylib | |
/usr/local/lib/libx264.129.dylib | |
/usr/local/lib/libx264.138.dylib | |
/usr/local/lib/libx264.140.dylib | |
/usr/local/lib/libx264.142.dylib | |
/usr/local/lib/libx265.30.dylib | |
/usr/local/lib/libzvbi.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/ass/ass.h | |
/usr/local/include/ass/ass_types.h | |
/usr/local/include/bs.h | |
/usr/local/include/ffms.h | |
/usr/local/include/ffmscompat.h | |
/usr/local/include/forensic1394.h | |
/usr/local/include/libavcodec/avcodec.h | |
/usr/local/include/libavcodec/avfft.h | |
/usr/local/include/libavcodec/dv_profile.h | |
/usr/local/include/libavcodec/dxva2.h | |
/usr/local/include/libavcodec/old_codec_ids.h | |
/usr/local/include/libavcodec/vaapi.h | |
/usr/local/include/libavcodec/vda.h | |
/usr/local/include/libavcodec/vdpau.h | |
/usr/local/include/libavcodec/version.h | |
/usr/local/include/libavcodec/vorbis_parser.h | |
/usr/local/include/libavcodec/xvmc.h | |
/usr/local/include/libavdevice/avdevice.h | |
/usr/local/include/libavdevice/version.h | |
/usr/local/include/libavfilter/asrc_abuffer.h | |
/usr/local/include/libavfilter/avcodec.h | |
/usr/local/include/libavfilter/avfilter.h | |
/usr/local/include/libavfilter/avfiltergraph.h | |
/usr/local/include/libavfilter/buffersink.h | |
/usr/local/include/libavfilter/buffersrc.h | |
/usr/local/include/libavfilter/version.h | |
/usr/local/include/libavformat/avformat.h | |
/usr/local/include/libavformat/avio.h | |
/usr/local/include/libavformat/plex_http.h | |
/usr/local/include/libavformat/version.h | |
/usr/local/include/libavresample/avresample.h | |
/usr/local/include/libavresample/version.h | |
/usr/local/include/libavutil/adler32.h | |
/usr/local/include/libavutil/aes.h | |
/usr/local/include/libavutil/attributes.h | |
/usr/local/include/libavutil/audio_fifo.h | |
/usr/local/include/libavutil/audioconvert.h | |
/usr/local/include/libavutil/avassert.h | |
/usr/local/include/libavutil/avconfig.h | |
/usr/local/include/libavutil/avstring.h | |
/usr/local/include/libavutil/avutil.h | |
/usr/local/include/libavutil/base64.h | |
/usr/local/include/libavutil/blowfish.h | |
/usr/local/include/libavutil/bprint.h | |
/usr/local/include/libavutil/bswap.h | |
/usr/local/include/libavutil/buffer.h | |
/usr/local/include/libavutil/cast5.h | |
/usr/local/include/libavutil/channel_layout.h | |
/usr/local/include/libavutil/common.h | |
/usr/local/include/libavutil/cpu.h | |
/usr/local/include/libavutil/crc.h | |
/usr/local/include/libavutil/dict.h | |
/usr/local/include/libavutil/display.h | |
/usr/local/include/libavutil/downmix_info.h | |
/usr/local/include/libavutil/error.h | |
/usr/local/include/libavutil/eval.h | |
/usr/local/include/libavutil/ffversion.h | |
/usr/local/include/libavutil/fifo.h | |
/usr/local/include/libavutil/file.h | |
/usr/local/include/libavutil/frame.h | |
/usr/local/include/libavutil/hash.h | |
/usr/local/include/libavutil/hmac.h | |
/usr/local/include/libavutil/imgutils.h | |
/usr/local/include/libavutil/intfloat.h | |
/usr/local/include/libavutil/intfloat_readwrite.h | |
/usr/local/include/libavutil/intreadwrite.h | |
/usr/local/include/libavutil/lfg.h | |
/usr/local/include/libavutil/log.h | |
/usr/local/include/libavutil/lzo.h | |
/usr/local/include/libavutil/macros.h | |
/usr/local/include/libavutil/mathematics.h | |
/usr/local/include/libavutil/md5.h | |
/usr/local/include/libavutil/mem.h | |
/usr/local/include/libavutil/motion_vector.h | |
/usr/local/include/libavutil/murmur3.h | |
/usr/local/include/libavutil/old_pix_fmts.h | |
/usr/local/include/libavutil/opencl.h | |
/usr/local/include/libavutil/opt.h | |
/usr/local/include/libavutil/parseutils.h | |
/usr/local/include/libavutil/pixdesc.h | |
/usr/local/include/libavutil/pixelutils.h | |
/usr/local/include/libavutil/pixfmt.h | |
/usr/local/include/libavutil/random_seed.h | |
/usr/local/include/libavutil/rational.h | |
/usr/local/include/libavutil/replaygain.h | |
/usr/local/include/libavutil/ripemd.h | |
/usr/local/include/libavutil/samplefmt.h | |
/usr/local/include/libavutil/sha.h | |
/usr/local/include/libavutil/sha512.h | |
/usr/local/include/libavutil/stereo3d.h | |
/usr/local/include/libavutil/threadmessage.h | |
/usr/local/include/libavutil/time.h | |
/usr/local/include/libavutil/timecode.h | |
/usr/local/include/libavutil/timestamp.h | |
/usr/local/include/libavutil/version.h | |
/usr/local/include/libavutil/xtea.h | |
/usr/local/include/libguess/libguess.h | |
/usr/local/include/libpostproc/postprocess.h | |
/usr/local/include/libpostproc/version.h | |
/usr/local/include/libprojectM/dlldefs.h | |
/usr/local/include/libprojectM/event.h | |
/usr/local/include/libprojectM/fatal.h | |
/usr/local/include/librtmp/amf.h | |
/usr/local/include/librtmp/http.h | |
/usr/local/include/librtmp/log.h | |
/usr/local/include/librtmp/rtmp.h | |
/usr/local/include/libswresample/swresample.h | |
/usr/local/include/libswresample/version.h | |
/usr/local/include/libswscale/swscale.h | |
/usr/local/include/libswscale/version.h | |
/usr/local/include/libzvbi.h | |
/usr/local/include/mpv/client.h | |
/usr/local/include/proxy.h | |
/usr/local/include/pygtk-2.0/pyglib.h | |
/usr/local/include/pygtk-2.0/pygobject.h | |
/usr/local/include/pygtk-2.0/pygtk/pygtk.h | |
/usr/local/include/swf.h | |
/usr/local/include/Tapstream.h | |
/usr/local/include/x264.h | |
/usr/local/include/x264_config.h | |
/usr/local/include/x265.h | |
/usr/local/include/x265_config.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/libass.la | |
/usr/local/lib/libbluray.la | |
/usr/local/lib/libexpat.la | |
/usr/local/lib/libfaac.la | |
/usr/local/lib/libffms2.la | |
/usr/local/lib/libfontconfig.la | |
/usr/local/lib/libfreetype.la | |
/usr/local/lib/libfribidi.la | |
/usr/local/lib/libftgl.la | |
/usr/local/lib/libh264bitstream.la | |
/usr/local/lib/libharfbuzz-icu.la | |
/usr/local/lib/libharfbuzz.la | |
/usr/local/lib/libjpeg.la | |
/usr/local/lib/libmp3lame.la | |
/usr/local/lib/libpng16.la | |
/usr/local/lib/libsamplerate.la | |
/usr/local/lib/libswf.la | |
/usr/local/lib/libzvbi.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/expat.pc | |
/usr/local/lib/pkgconfig/ffms2.pc | |
/usr/local/lib/pkgconfig/ftgl.pc | |
/usr/local/lib/pkgconfig/gpac.pc | |
/usr/local/lib/pkgconfig/libass.pc | |
/usr/local/lib/pkgconfig/libavcodec.pc | |
/usr/local/lib/pkgconfig/libavdevice.pc | |
/usr/local/lib/pkgconfig/libavfilter.pc | |
/usr/local/lib/pkgconfig/libavformat.pc | |
/usr/local/lib/pkgconfig/libavresample.pc | |
/usr/local/lib/pkgconfig/libavutil.pc | |
/usr/local/lib/pkgconfig/libbs2b.pc | |
/usr/local/lib/pkgconfig/libguess.pc | |
/usr/local/lib/pkgconfig/libpostproc.pc | |
/usr/local/lib/pkgconfig/libprojectM.pc | |
/usr/local/lib/pkgconfig/libproxy-1.0.pc | |
/usr/local/lib/pkgconfig/libquvi-scripts-0.9.pc | |
/usr/local/lib/pkgconfig/librtmp.pc | |
/usr/local/lib/pkgconfig/libswf.pc | |
/usr/local/lib/pkgconfig/libswresample.pc | |
/usr/local/lib/pkgconfig/libswscale.pc | |
/usr/local/lib/pkgconfig/mpv.pc | |
/usr/local/lib/pkgconfig/sndfile.pc | |
/usr/local/lib/pkgconfig/x264.pc | |
/usr/local/lib/pkgconfig/x265.pc | |
/usr/local/lib/pkgconfig/zlib.pc | |
/usr/local/lib/pkgconfig/zvbi-0.2.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/libass.a | |
/usr/local/lib/libavcodec.a | |
/usr/local/lib/libavdevice.a | |
/usr/local/lib/libavfilter.a | |
/usr/local/lib/libavformat.a | |
/usr/local/lib/libavresample.a | |
/usr/local/lib/libavutil.a | |
/usr/local/lib/libexpat.a | |
/usr/local/lib/libforensic1394.a | |
/usr/local/lib/libftgl.a | |
/usr/local/lib/libpostproc.a | |
/usr/local/lib/libsamplerate.a | |
/usr/local/lib/libswf.a | |
/usr/local/lib/libswresample.a | |
/usr/local/lib/libswscale.a | |
/usr/local/lib/libx264.a | |
/usr/local/lib/libx265.a | |
/usr/local/lib/libzvbi.a | |
Error: No available formula for libmpc08 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment