Created
February 24, 2013 03:57
-
-
Save takuyan/5022512 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
~ ‹1.9.3-p385› $ rbenv install 1.9.3-p392 | |
Downloading yaml-0.1.4.tar.gz... | |
-> http://dqw8nmjcqpjn7.cloudfront.net/36c852831d02cf90508c29852361d01b | |
Installing yaml-0.1.4... | |
Installed yaml-0.1.4 to /Users/takuyan/.rbenv/versions/1.9.3-p392 | |
Downloading ruby-1.9.3-p392.tar.gz... | |
-> http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p392.tar.gz | |
Installing ruby-1.9.3-p392... | |
BUILD FAILED | |
Inspect or clean up the working tree at /var/folders/37/twp1803x6bd7mmnvp4wkcqc40000gn/T/ruby-build.20130224121406.4101 | |
Results logged to /var/folders/37/twp1803x6bd7mmnvp4wkcqc40000gn/T/ruby-build.20130224121406.4101.log | |
Last 10 log lines: | |
compiling safe.c | |
compiling signal.c | |
compiling sprintf.c | |
compiling st.c | |
st.c:520:35: error: implicit conversion loses integer precision: 'st_index_t' (aka 'unsigned long') to 'int' [-Werror,-Wshorten-64-to-32] | |
i = table->num_entries++; | |
~ ~~~~~~~~~~~~~~~~~~^~ | |
1 error generated. | |
make: *** [st.o] Error 1 | |
make: *** Waiting for unfinished jobs.... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment