Skip to content

Instantly share code, notes, and snippets.

@jarib
Created June 19, 2010 10:07
Show Gist options
  • Save jarib/444768 to your computer and use it in GitHub Desktop.
Save jarib/444768 to your computer and use it in GitHub Desktop.
Building Melbourne for MRI
CXX bstrlib.c
CXX var_table.cpp
CXX grammar.cpp
grammar.y: In function ‘int melbourne::here_document(melbourne::NODE*, melbourne::rb_parse_state*)’:
grammar.y:3562:19: warning: passing NULL to non-pointer argument 5 of ‘melbourne::NODE* melbourne::node_newnode(melbourne::rb_parse_state*, melbourne::node_type, VALUE, VALUE, VALUE)’
grammar.y: In function ‘int melbourne::mel_yylex(void*, void*)’:
grammar.y:3818:23: warning: passing NULL to non-pointer argument 5 of ‘melbourne::NODE* melbourne::node_newnode(melbourne::rb_parse_state*, melbourne::node_type, VALUE, VALUE, VALUE)’
grammar.y:3833:23: warning: passing NULL to non-pointer argument 5 of ‘melbourne::NODE* melbourne::node_newnode(melbourne::rb_parse_state*, melbourne::node_type, VALUE, VALUE, VALUE)’
grammar.y:3838:23: warning: passing NULL to non-pointer argument 5 of ‘melbourne::NODE* melbourne::node_newnode(melbourne::rb_parse_state*, melbourne::node_type, VALUE, VALUE, VALUE)’
grammar.y:4274:27: warning: passing NULL to non-pointer argument 5 of ‘melbourne::NODE* melbourne::node_newnode(melbourne::rb_parse_state*, melbourne::node_type, VALUE, VALUE, VALUE)’
grammar.y:4277:27: warning: passing NULL to non-pointer argument 5 of ‘melbourne::NODE* melbourne::node_newnode(melbourne::rb_parse_state*, melbourne::node_type, VALUE, VALUE, VALUE)’
grammar.y:4288:27: warning: passing NULL to non-pointer argument 5 of ‘melbourne::NODE* melbourne::node_newnode(melbourne::rb_parse_state*, melbourne::node_type, VALUE, VALUE, VALUE)’
grammar.y:4300:31: warning: passing NULL to non-pointer argument 5 of ‘melbourne::NODE* melbourne::node_newnode(melbourne::rb_parse_state*, melbourne::node_type, VALUE, VALUE, VALUE)’
grammar.y:4457:31: warning: passing NULL to non-pointer argument 5 of ‘melbourne::NODE* melbourne::node_newnode(melbourne::rb_parse_state*, melbourne::node_type, VALUE, VALUE, VALUE)’
grammar.y:4461:31: warning: passing NULL to non-pointer argument 5 of ‘melbourne::NODE* melbourne::node_newnode(melbourne::rb_parse_state*, melbourne::node_type, VALUE, VALUE, VALUE)’
grammar.y:4465:31: warning: passing NULL to non-pointer argument 5 of ‘melbourne::NODE* melbourne::node_newnode(melbourne::rb_parse_state*, melbourne::node_type, VALUE, VALUE, VALUE)’
grammar.y:4471:31: warning: passing NULL to non-pointer argument 5 of ‘melbourne::NODE* melbourne::node_newnode(melbourne::rb_parse_state*, melbourne::node_type, VALUE, VALUE, VALUE)’
grammar.y:4477:31: warning: passing NULL to non-pointer argument 5 of ‘melbourne::NODE* melbourne::node_newnode(melbourne::rb_parse_state*, melbourne::node_type, VALUE, VALUE, VALUE)’
grammar.y:4482:31: warning: passing NULL to non-pointer argument 5 of ‘melbourne::NODE* melbourne::node_newnode(melbourne::rb_parse_state*, melbourne::node_type, VALUE, VALUE, VALUE)’
grammar.y:4486:31: warning: passing NULL to non-pointer argument 5 of ‘melbourne::NODE* melbourne::node_newnode(melbourne::rb_parse_state*, melbourne::node_type, VALUE, VALUE, VALUE)’
grammar.y:4491:31: warning: passing NULL to non-pointer argument 5 of ‘melbourne::NODE* melbourne::node_newnode(melbourne::rb_parse_state*, melbourne::node_type, VALUE, VALUE, VALUE)’
grammar.y:4496:31: warning: passing NULL to non-pointer argument 5 of ‘melbourne::NODE* melbourne::node_newnode(melbourne::rb_parse_state*, melbourne::node_type, VALUE, VALUE, VALUE)’
LDSHARED ruby/melbourne.so
rake aborted!
/home/jari/src/rubinius/lib/ext/melbourne/ruby/melbourne.so: undefined symbol: ruby_verbose - /home/jari/src/rubinius/lib/ext/melbourne/ruby/melbourne.so
(See full trace by running task with --trace)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment