Skip to content

Instantly share code, notes, and snippets.

2015-08-01 14:28:49 -0400
make
prefix_install
PREFIX=/usr/local/Cellar/carthage/0.7.5
rm -f "Carthage.pkg"
rm -f "CarthageKit.framework.zip"
rm -rf "/tmp/Carthage.dst"
xcodebuild -workspace 'Carthage.xcworkspace' -scheme 'carthage' DSTROOT=/tmp/Carthage.dst clean
2015-08-02 22:44:29 -0400
./configure
--prefix=/usr/local/Cellar/ccze/0.2.1
--with-builtins=all
checking build system type... i386-apple-darwin15.0.0
checking host system type... i386-apple-darwin15.0.0
checking for cc... clang
checking for gcc... (cached) clang
2015-08-01 14:29:57 -0400
./configure
--prefix=/usr/local/Cellar/cdimgtools/0.3
checking for a sed that does not truncate output... /usr/local/Library/ENV/4.3/sed
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...
2015-08-01 14:30:16 -0400
./configure
--disable-dependency-tracking
--prefix=/usr/local/Cellar/center-im/4.22.10_1
--disable-msn
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
2015-08-01 14:30:52 -0400
make
-C
src
osx
clang -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c util_sndfile.c -o util_sndfile.o
bison -dv -b chuck chuck.y
clang -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c chuck.tab.c -o chuck.tab.o
2015-08-01 14:31:54 -0400
xcodebuild
-configuration
Release
SYMROOT=build
PREFIX=/usr/local/Cellar/class-dump/3.5
ONLY_ACTIVE_ARCH=YES
Build settings from command line:
2015-08-03 00:33:19 -0400
cmake
.
-DCMAKE_C_FLAGS_RELEASE=
-DCMAKE_CXX_FLAGS_RELEASE=
-DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/cpp-netlib/0.11.1
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_FIND_FRAMEWORK=LAST
-DCMAKE_VERBOSE_MAKEFILE=ON
2015-08-03 00:37:58 -0400
make
all
/usr/bin/g++ -c -g -Wall -I..///boost_1_43_0 cputhrottle.cc
In file included from cputhrottle.cc:5:
./manip.h:4:10: fatal error: 'boost/shared_ptr.hpp' file not found
#include <boost/shared_ptr.hpp>
^
2015-08-03 00:38:43 -0400
make
clang -DNDEBUG -DHAVE_FFLAGS -O -pipe -I/usr/local/include -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wno-format-y2k -c -o attrstack.o attrstack.c
In file included from attrstack.c:32:
./misc.h:38:10: fatal error: 'openssl/md5.h' file not found
#include <openssl/md5.h>
^
1 error generated.
2015-08-03 05:03:42 -0400
./configure
--prefix=/usr/local/Cellar/ctail/0.1.0
--disable-debug
checking for chosen layout... CTAIL
checking for working mkdir -p... yes
checking build system type... i686-apple-darwin15.0.0
checking host system type... i686-apple-darwin15.0.0