Skip to content

Instantly share code, notes, and snippets.

@sorah
Created April 22, 2012 09:48
Show Gist options
  • Save sorah/2463124 to your computer and use it in GitHub Desktop.
Save sorah/2463124 to your computer and use it in GitHub Desktop.
./mruby/include/mruby/object.h:31:8: error: redefinition of 'RBasic'
./mruby/include/mruby/object.h:35:8: error: redefinition of 'RObject'
./mruby/include/mruby.h:139:13: error: no member named 'tt' in 'struct RBasic'
./mruby/include/mruby.h:432:6: error: conflicting types for 'rb_raise'
./mruby/include/mruby.h:80:9: warning: 'FIXNUM_P' macro redefined
./mruby/include/mruby/object.h:41:9: warning: 'RBASIC' macro redefined
./mruby/include/mruby/object.h:43:9: warning: 'ROBJECT' macro redefined
./mruby/include/mruby/object.h:44:9: warning: 'ROBJECT_IVPTR' macro redefined
./mruby/include/mruby/object.h:45:9: warning: 'ROBJECT_NUMIV' macro redefined
./mruby/include/mruby.h:85:9: warning: 'IMMEDIATE_P' macro redefined
./mruby/include/mruby.h:86:9: warning: 'SPECIAL_CONST_P' macro redefined
./mruby/include/mruby.h:87:9: warning: 'SYMBOL_P' macro redefined
./mruby/include/mruby.h:88:9: warning: 'RTEST' macro redefined
./mruby/include/mruby.h:90:9: warning: 'FL_ABLE' macro redefined
./mruby/include/mruby.h:92:9: warning: 'FL_ANY' macro redefined
./mruby/include/mruby.h:93:9: warning: 'FL_ALL' macro redefined
./mruby/include/mruby.h:191:9: warning: 'ruby_debug' macro redefined
./mruby/include/mruby.h:192:9: warning: 'ruby_verbose' macro redefined
./mruby/include/mruby.h:457:9: warning: 'SYM2ID' macro redefined
./mruby/include/mruby.h:459:9: warning: 'CONST_ID_CACHE' macro redefined
./mruby/include/mruby.h:466:9: warning: 'CONST_ID' macro redefined
./mruby/include/mruby.h:472:10: warning: 'NUM2CHR' macro redefined
./mruby/include/mruby.h:558:9: warning: 'RUBY_SETJMP' macro redefined
./mruby/include/mruby.h:559:9: warning: 'RUBY_LONGJMP' macro redefined
./mruby/include/mruby.h:583:9: warning: 'REALLOC_N' macro redefined
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment