Skip to content

Instantly share code, notes, and snippets.

Created October 21, 2014 05:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/1085b165f7a280906345 to your computer and use it in GitHub Desktop.
Save anonymous/1085b165f7a280906345 to your computer and use it in GitHub Desktop.
2014-10-21 13:30:40 +0800
/usr/local/opt/scons/bin/scons
PREFIX=/usr/local/Cellar/subversion/1.8.10_1/libexec/serf
GSSAPI=/usr
CC=/usr/bin/clang
CFLAGS=-Os -w -pipe -march=native -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk
LINKFLAGS=-L/usr/local/opt/openssl/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/readline/lib -L/usr/local/lib -Wl,-headerpad_max_install_names -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk
OPENSSL=/usr/local/opt/openssl
scons: Reading SConscript files ...
scons: done reading SConscript files.
scons: Building targets ...
/usr/bin/clang -o context.o -c -Os -w -pipe -march=native -mmacosx-version-min=10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk -std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wall -O2 -dynamic -DNDEBUG -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -DSERF_HAVE_GSSAPI -I. -I/usr/include/apr-1 -I/usr/local/opt/openssl/include context.c
context.c:16:10: fatal error: 'apr_pools.h' file not found
#include <apr_pools.h>
^
1 error generated.
scons: *** [context.o] Error 1
scons: building terminated because of errors.
HOMEBREW_VERSION: 0.9.5
HEAD: 039acd183d72537e006189a39cca93cbbd480ae7
CPU: quad-core 64-bit sandybridge
OS X: 10.10-x86_64
Xcode: 6.1
X11: N/A
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/Homebrew/homebrew
HEAD: 039acd183d72537e006189a39cca93cbbd480ae7
Last commit: 6 minutes ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: quad-core 64-bit sandybridge
OS X: 10.10-x86_64
Xcode: 6.1
GCC-4.2: build 0
Clang: 6.0 build 600
X11: N/A
System Ruby: 2.0.0-481
Perl: /usr/bin/perl
Python: /usr/bin/python
Ruby: /usr/bin/ruby
Your system is ready to brew.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment