Created
July 19, 2010 10:19
-
-
Save kiko/481237 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
> cat ~/.rvm/log/ruby-1.9.1-p376/make.error.log | |
[2010-07-19 19:09:49] make | |
eval.c: In function ‘ruby_cleanup’: | |
eval.c:139:5: warning: passing argument 1 of ‘ruby_init_stack’ discards qualifiers from pointer target type | |
./include/ruby/ruby.h:995:6: note: expected ‘VALUE *’ but argument is of type ‘volatile VALUE *’ | |
vm_dump.c:240:1: warning: ‘vm_stack_dump_each’ defined but not used | |
ossl.c:118:1: error: expected ‘)’ before ‘*’ token | |
ossl.c:119:1: error: expected ‘)’ before ‘*’ token | |
make[1]: *** [ossl.o] Error 1 | |
make: *** [mkmain.sh] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment