Skip to content

Instantly share code, notes, and snippets.

@kiko
Created July 19, 2010 10:19
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 kiko/481237 to your computer and use it in GitHub Desktop.
Save kiko/481237 to your computer and use it in GitHub Desktop.
> 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