Created
August 6, 2015 04:40
-
-
Save dunn/ce311604c8a5cdeb2152 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-08-05 21:39:14 -0700 | |
./configure | |
--disable-debug | |
--prefix=/usr/local/Cellar/abcmidi/2015-08-04 | |
--mandir=/usr/local/Cellar/abcmidi/2015-08-04/share/man | |
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 for a BSD-compatible install... /usr/bin/install -c | |
checking for main in -lm... yes | |
checking how to run the C preprocessor... clang -E | |
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 stdlib.h... (cached) yes | |
checking for string.h... (cached) yes | |
checking for size_t... yes | |
checking for error_at_line... no | |
checking for stdlib.h... (cached) yes | |
checking for GNU libc compatible malloc... yes | |
checking for strcasecmp... yes | |
checking for strchr... yes | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating config.h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clang called with: --version | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native --version -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -v | |
superenv executed: clang -v | |
clang called with: -V | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -V -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -qversion | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -qversion -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -O2 conftest.c -lm | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -O2 conftest.c -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -O2 conftest.c -lm | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -O2 conftest.c -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -O2 conftest.c -lm | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -O2 conftest.c -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -O2 conftest.c -lm | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -O2 conftest.c -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -O2 conftest.c -lm | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -O2 conftest.c -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -O2 conftest.c -lm | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -O2 conftest.c -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-08-05 21:39:17 -0700 | |
make | |
install | |
clang -DANSILIBS -O2 -DHAVE_CONFIG_H -I. -c -o parseabc.o parseabc.c | |
clang -DANSILIBS -O2 -DHAVE_CONFIG_H -I. -c -o store.o store.c | |
clang -DANSILIBS -O2 -DHAVE_CONFIG_H -I. -c -o genmidi.o genmidi.c | |
clang -DANSILIBS -O2 -DHAVE_CONFIG_H -I. -c -o midifile.o midifile.c | |
genmidi.c:1686:39: error: non-void function 'makechordchannels' should return a value [-Wreturn-type] | |
if (ntracks != 1 && tracknumber == 0) return; | |
^ | |
1 error generated. | |
make: *** [genmidi.o] Error 1 | |
make: *** Waiting for unfinished jobs.... | |
HOMEBREW_VERSION: 0.9.5 | |
ORIGIN: https://github.com/Homebrew/homebrew.git | |
HEAD: 854bfaf75f8b2c7c5381fc174b465ed0acaf0ed2 | |
Last commit: 40 minutes ago | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com | |
CPU: quad-core 64-bit haswell | |
OS X: 10.10.4-x86_64 | |
Xcode: 6.4 | |
CLT: 6.4.0.0.1.1435007323 | |
GCC-4.2: build 0 | |
Clang: 6.1 build 602 | |
X11: 2.7.7 => /opt/X11 | |
System Ruby: 2.0.0-p481 | |
Perl: /usr/bin/perl | |
Python: /usr/bin/python | |
Ruby: /usr/bin/ruby | |
Java: 1.8.0_20 | |
HOMEBREW_CC: clang | |
HOMEBREW_CXX: clang++ | |
MAKEFLAGS: -j4 | |
CMAKE_PREFIX_PATH: /usr/local | |
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.10 | |
ACLOCAL_PATH: /usr/local/share/aclocal | |
PATH: /usr/local/Library/ENV/4.3:/usr/bin:/bin:/usr/sbin:/sbin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clang called with: -DANSILIBS -O2 -DHAVE_CONFIG_H -I. -c -o genmidi.o genmidi.c | |
superenv removed: -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DANSILIBS -DHAVE_CONFIG_H -I. -c -o genmidi.o genmidi.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DANSILIBS -O2 -DHAVE_CONFIG_H -I. -c -o store.o store.c | |
superenv removed: -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DANSILIBS -DHAVE_CONFIG_H -I. -c -o store.o store.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DANSILIBS -O2 -DHAVE_CONFIG_H -I. -c -o parseabc.o parseabc.c | |
superenv removed: -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DANSILIBS -DHAVE_CONFIG_H -I. -c -o parseabc.o parseabc.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DANSILIBS -O2 -DHAVE_CONFIG_H -I. -c -o midifile.o midifile.c | |
superenv removed: -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DANSILIBS -DHAVE_CONFIG_H -I. -c -o midifile.o midifile.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by abcmidi configure 2011-08-03, which was | |
generated by GNU Autoconf 2.67. Invocation command line was | |
$ ./configure --disable-debug --prefix=/usr/local/Cellar/abcmidi/2015-08-04 --mandir=/usr/local/Cellar/abcmidi/2015-08-04/share/man | |
## --------- ## | |
## Platform. ## | |
## --------- ## | |
hostname = Hell | |
uname -m = x86_64 | |
uname -r = 14.4.0 | |
uname -s = Darwin | |
uname -v = Darwin Kernel Version 14.4.0: Thu May 28 11:35:04 PDT 2015; root:xnu-2782.30.5~1/RELEASE_X86_64 | |
/usr/bin/uname -p = i386 | |
/bin/uname -X = unknown | |
/bin/arch = unknown | |
/usr/bin/arch -k = unknown | |
/usr/convex/getsysinfo = unknown | |
/usr/bin/hostinfo = Mach kernel version: | |
Darwin Kernel Version 14.4.0: Thu May 28 11:35:04 PDT 2015; root:xnu-2782.30.5~1/RELEASE_X86_64 | |
Kernel configured for up to 4 processors. | |
2 processors are physically available. | |
4 processors are logically available. | |
Processor type: x86_64h (Intel x86-64h Haswell) | |
Processors active: 0 1 2 3 | |
Primary memory available: 16.00 gigabytes | |
Default processor set: 313 tasks, 1679 threads, 4 processors | |
Load average: 5.76, Mach factor: 0.90 | |
/bin/machine = unknown | |
/usr/bin/oslevel = unknown | |
/bin/universe = unknown | |
PATH: /usr/local/Library/ENV/4.3 | |
PATH: /usr/bin | |
PATH: /bin | |
PATH: /usr/sbin | |
PATH: /sbin | |
## ----------- ## | |
## Core tests. ## | |
## ----------- ## | |
configure:2178: checking for gcc | |
configure:2205: result: clang | |
configure:2434: checking for C compiler version | |
configure:2443: clang --version >&5 | |
Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn) | |
Target: x86_64-apple-darwin14.4.0 | |
Thread model: posix | |
configure:2454: $? = 0 | |
configure:2443: clang -v >&5 | |
Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn) | |
Target: x86_64-apple-darwin14.4.0 | |
Thread model: posix | |
configure:2454: $? = 0 | |
configure:2443: clang -V >&5 | |
clang: error: unsupported option '-V -isystem/usr/local/include' | |
configure:2454: $? = 1 | |
configure:2443: clang -qversion >&5 | |
clang: error: unknown argument: '-qversion' | |
configure:2454: $? = 1 | |
configure:2474: checking whether the C compiler works | |
configure:2496: clang conftest.c >&5 | |
configure:2500: $? = 0 | |
configure:2548: result: yes | |
configure:2551: checking for C compiler default output file name | |
configure:2553: result: a.out | |
configure:2559: checking for suffix of executables | |
configure:2566: clang -o conftest conftest.c >&5 | |
configure:2570: $? = 0 | |
configure:2592: result: | |
configure:2614: checking whether we are cross compiling | |
configure:2622: clang -o conftest conftest.c >&5 | |
configure:2626: $? = 0 | |
configure:2633: ./conftest | |
configure:2637: $? = 0 | |
configure:2652: result: no | |
configure:2657: checking for suffix of object files | |
configure:2679: clang -c conftest.c >&5 | |
configure:2683: $? = 0 | |
configure:2704: result: o | |
configure:2708: checking whether we are using the GNU C compiler | |
configure:2727: clang -c conftest.c >&5 | |
configure:2727: $? = 0 | |
configure:2736: result: yes | |
configure:2745: checking whether clang accepts -g | |
configure:2765: clang -c -g conftest.c >&5 | |
configure:2765: $? = 0 | |
configure:2806: result: yes | |
configure:2823: checking for clang option to accept ISO C89 | |
configure:2887: clang -c -g -O2 conftest.c >&5 | |
configure:2887: $? = 0 | |
configure:2900: result: none needed | |
configure:2978: checking for a BSD-compatible install | |
configure:3046: result: /usr/bin/install -c | |
configure:3061: checking for main in -lm | |
configure:3080: clang -o conftest -O2 conftest.c -lm >&5 | |
configure:3080: $? = 0 | |
configure:3089: result: yes | |
configure:3107: checking how to run the C preprocessor | |
configure:3138: clang -E conftest.c | |
configure:3138: $? = 0 | |
configure:3152: clang -E conftest.c | |
conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:3152: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "abcmidi" | |
| #define PACKAGE_TARNAME "abcmidi" | |
| #define PACKAGE_VERSION "2011-08-03" | |
| #define PACKAGE_STRING "abcmidi 2011-08-03" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define HAVE_LIBM 1 | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:3177: result: clang -E | |
configure:3197: clang -E conftest.c | |
configure:3197: $? = 0 | |
configure:3211: clang -E conftest.c | |
conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:3211: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "abcmidi" | |
| #define PACKAGE_TARNAME "abcmidi" | |
| #define PACKAGE_VERSION "2011-08-03" | |
| #define PACKAGE_STRING "abcmidi 2011-08-03" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define HAVE_LIBM 1 | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:3240: checking for grep that handles long lines and -e | |
configure:3298: result: /usr/bin/grep | |
configure:3303: checking for egrep | |
configure:3365: result: /usr/bin/grep -E | |
configure:3370: checking for ANSI C header files | |
configure:3390: clang -c -O2 conftest.c >&5 | |
configure:3390: $? = 0 | |
configure:3463: clang -o conftest -O2 conftest.c -lm >&5 | |
configure:3463: $? = 0 | |
configure:3463: ./conftest | |
configure:3463: $? = 0 | |
configure:3474: result: yes | |
configure:3487: checking for sys/types.h | |
configure:3487: clang -c -O2 conftest.c >&5 | |
configure:3487: $? = 0 | |
configure:3487: result: yes | |
configure:3487: checking for sys/stat.h | |
configure:3487: clang -c -O2 conftest.c >&5 | |
configure:3487: $? = 0 | |
configure:3487: result: yes | |
configure:3487: checking for stdlib.h | |
configure:3487: clang -c -O2 conftest.c >&5 | |
configure:3487: $? = 0 | |
configure:3487: result: yes | |
configure:3487: checking for string.h | |
configure:3487: clang -c -O2 conftest.c >&5 | |
configure:3487: $? = 0 | |
configure:3487: result: yes | |
configure:3487: checking for memory.h | |
configure:3487: clang -c -O2 conftest.c >&5 | |
configure:3487: $? = 0 | |
configure:3487: result: yes | |
configure:3487: checking for strings.h | |
configure:3487: clang -c -O2 conftest.c >&5 | |
configure:3487: $? = 0 | |
configure:3487: result: yes | |
configure:3487: checking for inttypes.h | |
configure:3487: clang -c -O2 conftest.c >&5 | |
configure:3487: $? = 0 | |
configure:3487: result: yes | |
configure:3487: checking for stdint.h | |
configure:3487: clang -c -O2 conftest.c >&5 | |
configure:3487: $? = 0 | |
configure:3487: result: yes | |
configure:3487: checking for unistd.h | |
configure:3487: clang -c -O2 conftest.c >&5 | |
configure:3487: $? = 0 | |
configure:3487: result: yes | |
configure:3502: checking for stdlib.h | |
configure:3502: result: yes | |
configure:3502: checking for string.h | |
configure:3502: result: yes | |
configure:3514: checking for size_t | |
configure:3514: clang -c -O2 conftest.c >&5 | |
configure:3514: $? = 0 | |
configure:3514: clang -c -O2 conftest.c >&5 | |
conftest.c:58:21: error: expected expression | |
if (sizeof ((size_t))) | |
^ | |
1 error generated. | |
configure:3514: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "abcmidi" | |
| #define PACKAGE_TARNAME "abcmidi" | |
| #define PACKAGE_VERSION "2011-08-03" | |
| #define PACKAGE_STRING "abcmidi 2011-08-03" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define HAVE_LIBM 1 | |
| #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_STDLIB_H 1 | |
| #define HAVE_STRING_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 | |
| int | |
| main () | |
| { | |
| if (sizeof ((size_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:3514: result: yes | |
configure:3527: checking for error_at_line | |
configure:3543: clang -o conftest -O2 conftest.c -lm >&5 | |
conftest.c:22:10: fatal error: 'error.h' file not found | |
#include <error.h> | |
^ | |
1 error generated. | |
configure:3543: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "abcmidi" | |
| #define PACKAGE_TARNAME "abcmidi" | |
| #define PACKAGE_VERSION "2011-08-03" | |
| #define PACKAGE_STRING "abcmidi 2011-08-03" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define HAVE_LIBM 1 | |
| #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_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| /* end confdefs.h. */ | |
| #include <error.h> | |
| int | |
| main () | |
| { | |
| error_at_line (0, 0, "", 0, "an error occurred"); | |
| ; | |
| return 0; | |
| } | |
configure:3551: result: no | |
configure:3564: checking for stdlib.h | |
configure:3564: result: yes | |
configure:3574: checking for GNU libc compatible malloc | |
configure:3598: clang -o conftest -O2 conftest.c -lm >&5 | |
configure:3598: $? = 0 | |
configure:3598: ./conftest | |
configure:3598: $? = 0 | |
configure:3608: result: yes | |
configure:3632: checking for strcasecmp | |
configure:3632: clang -o conftest -O2 conftest.c -lm >&5 | |
conftest.c:47:6: warning: incompatible redeclaration of library function 'strcasecmp' [-Wincompatible-library-redeclaration] | |
char strcasecmp (); | |
^ | |
conftest.c:47:6: note: 'strcasecmp' is a builtin with type 'int (const char *, const char *)' | |
1 warning generated. | |
configure:3632: $? = 0 | |
configure:3632: result: yes | |
configure:3632: checking for strchr | |
configure:3632: clang -o conftest -O2 conftest.c -lm >&5 | |
conftest.c:48:6: warning: incompatible redeclaration of library function 'strchr' [-Wincompatible-library-redeclaration] | |
char strchr (); | |
^ | |
conftest.c:48:6: note: 'strchr' is a builtin with type 'char *(const char *, int)' | |
1 warning generated. | |
configure:3632: $? = 0 | |
configure:3632: result: yes | |
configure:3747: creating ./config.status | |
## ---------------------- ## | |
## Running config.status. ## | |
## ---------------------- ## | |
This file was extended by abcmidi config.status 2011-08-03, which was | |
generated by GNU Autoconf 2.67. Invocation command line was | |
CONFIG_FILES = | |
CONFIG_HEADERS = | |
CONFIG_LINKS = | |
CONFIG_COMMANDS = | |
$ ./config.status | |
on Hell | |
config.status:817: creating Makefile | |
config.status:817: creating config.h | |
## ---------------- ## | |
## Cache variables. ## | |
## ---------------- ## | |
ac_cv_c_compiler_gnu=yes | |
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_LDFLAGS_set= | |
ac_cv_env_LDFLAGS_value= | |
ac_cv_env_LIBS_set= | |
ac_cv_env_LIBS_value= | |
ac_cv_env_build_alias_set= | |
ac_cv_env_build_alias_value= | |
ac_cv_env_host_alias_set= | |
ac_cv_env_host_alias_value= | |
ac_cv_env_target_alias_set= | |
ac_cv_env_target_alias_value= | |
ac_cv_func_malloc_0_nonnull=yes | |
ac_cv_func_strcasecmp=yes | |
ac_cv_func_strchr=yes | |
ac_cv_header_inttypes_h=yes | |
ac_cv_header_memory_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_sys_stat_h=yes | |
ac_cv_header_sys_types_h=yes | |
ac_cv_header_unistd_h=yes | |
ac_cv_lib_error_at_line=no | |
ac_cv_lib_m_main=yes | |
ac_cv_objext=o | |
ac_cv_path_EGREP='/usr/bin/grep -E' | |
ac_cv_path_GREP=/usr/bin/grep | |
ac_cv_path_install='/usr/bin/install -c' | |
ac_cv_prog_CPP='clang -E' | |
ac_cv_prog_ac_ct_CC=clang | |
ac_cv_prog_cc_c89= | |
ac_cv_prog_cc_g=yes | |
ac_cv_type_size_t=yes | |
## ----------------- ## | |
## Output variables. ## | |
## ----------------- ## | |
CC='clang' | |
CFLAGS=' -O2' | |
CPP='clang -E' | |
CPPFLAGS='' | |
DEFS='-DHAVE_CONFIG_H' | |
ECHO_C='\c' | |
ECHO_N='' | |
ECHO_T='' | |
EGREP='/usr/bin/grep -E' | |
EXEEXT='' | |
GREP='/usr/bin/grep' | |
INSTALL_DATA='${INSTALL} -m 644' | |
INSTALL_PROGRAM='${INSTALL}' | |
INSTALL_SCRIPT='${INSTALL}' | |
LDFLAGS='' | |
LIBOBJS=' ${LIBOBJDIR}error$U.o' | |
LIBS='-lm ' | |
LTLIBOBJS=' ${LIBOBJDIR}error$U.lo' | |
OBJEXT='o' | |
PACKAGE_BUGREPORT='[email protected]' | |
PACKAGE_NAME='abcmidi' | |
PACKAGE_STRING='abcmidi 2011-08-03' | |
PACKAGE_TARNAME='abcmidi' | |
PACKAGE_URL='' | |
PACKAGE_VERSION='2011-08-03' | |
PATH_SEPARATOR=':' | |
SHELL='/bin/sh' | |
ac_ct_CC='clang' | |
bindir='${exec_prefix}/bin' | |
build_alias='' | |
datadir='${datarootdir}' | |
datarootdir='${prefix}/share' | |
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | |
dvidir='${docdir}' | |
exec_prefix='${prefix}' | |
host_alias='' | |
htmldir='${docdir}' | |
includedir='${prefix}/include' | |
infodir='${datarootdir}/info' | |
libdir='${exec_prefix}/lib' | |
libexecdir='${exec_prefix}/libexec' | |
localedir='${datarootdir}/locale' | |
localstatedir='${prefix}/var' | |
mandir='/usr/local/Cellar/abcmidi/2015-08-04/share/man' | |
oldincludedir='/usr/include' | |
pdfdir='${docdir}' | |
prefix='/usr/local/Cellar/abcmidi/2015-08-04' | |
program_transform_name='s,x,x,' | |
psdir='${docdir}' | |
sbindir='${exec_prefix}/sbin' | |
sharedstatedir='${prefix}/com' | |
sysconfdir='${prefix}/etc' | |
target_alias='' | |
## ----------- ## | |
## confdefs.h. ## | |
## ----------- ## | |
/* confdefs.h */ | |
#define PACKAGE_NAME "abcmidi" | |
#define PACKAGE_TARNAME "abcmidi" | |
#define PACKAGE_VERSION "2011-08-03" | |
#define PACKAGE_STRING "abcmidi 2011-08-03" | |
#define PACKAGE_BUGREPORT "[email protected]" | |
#define PACKAGE_URL "" | |
#define HAVE_LIBM 1 | |
#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_STDLIB_H 1 | |
#define HAVE_STRING_H 1 | |
#define HAVE_STDLIB_H 1 | |
#define HAVE_MALLOC 1 | |
#define HAVE_STRCASECMP 1 | |
#define HAVE_STRCHR 1 | |
configure: exit 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HOMEBREW_VERSION: 0.9.5 | |
ORIGIN: https://github.com/Homebrew/homebrew.git | |
HEAD: 854bfaf75f8b2c7c5381fc174b465ed0acaf0ed2 | |
Last commit: 40 minutes ago | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com | |
CPU: quad-core 64-bit haswell | |
OS X: 10.10.4-x86_64 | |
Xcode: 6.4 | |
CLT: 6.4.0.0.1.1435007323 | |
Clang: 6.1 build 602 | |
X11: 2.7.7 => /opt/X11 | |
System Ruby: 2.0.0-p481 | |
Perl: /usr/bin/perl | |
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/bin/python2.7 | |
Ruby: /usr/local/bin/ruby => /usr/local/Cellar/ruby/2.2.2/bin/ruby | |
Java: 1.8.0_20 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Your system is ready to brew. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment