Created
August 19, 2012 00:25
-
-
Save hsbt/3390550 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
% CONFIGURE_OPTS="--with-openssl-dir=`brew --prefix openssl` --with-readline-dir=`brew --prefix readline`" rbenv install 2.0.0-dev | |
Downloading http://pyyaml.org/download/libyaml/yaml-0.1.4.tar.gz... | |
Installing yaml-0.1.4... | |
Installed yaml-0.1.4 to /Users/hsbt/.rbenv/versions/2.0.0-dev | |
Cloning https://github.com/ruby/ruby.git... | |
Installing ruby-2.0.0-dev... | |
BUILD FAILED | |
Inspect or clean up the working tree at /var/folders/gt/8trm8_5d23zb87trxswvxh5c0000gn/T/ruby-build.20120819085003.80960 | |
Results logged to /var/folders/gt/8trm8_5d23zb87trxswvxh5c0000gn/T/ruby-build.20120819085003.80960.log | |
Last 10 log lines: | |
CPPFLAGS = -I'/Users/hsbt/.rbenv/versions/2.0.0-dev/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -I. -I.ext/include/x86_64-darwin11.4.0 -I./include -I. | |
DLDFLAGS = -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-u,_objc_msgSend | |
SOLIBS = | |
generating parse.c | |
compiling main.c | |
compiling dmydln.c | |
compiling dmyencoding.c | |
generating miniprelude.c | |
make: *** No rule to make target `id.h', needed by `miniprelude.o'. Stop. | |
make: *** Waiting for unfinished jobs.... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment