Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- objspace.c:632:22: note: ')' token is here
- 632 | imemo_type_ids[7] = rb_intern("imemo_iseq");
- | ^~~~~~~~~~~~~~~~~~~~~~~
- ../.././include/ruby/ruby.h:1847:56: note: expanded from macro 'rb_intern'
- 1847 | __extension__ (RUBY_CONST_ID_CACHE((ID), (str))) : \
- | ^
- objspace.c:633:22: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
- 633 | imemo_type_ids[8] = rb_intern("imemo_tmpbuf");
- | ^~~~~~~~~~~~~~~~~~~~~~~~~
- ../.././include/ruby/ruby.h:1847:23: note: expanded from macro 'rb_intern'
- 1847 | __extension__ (RUBY_CONST_ID_CACHE((ID), (str))) : \
- | ^
- objspace.c:633:22: note: '{' token is here
- 633 | imemo_type_ids[8] = rb_intern("imemo_tmpbuf");
- | ^~~~~~~~~~~~~~~~~~~~~~~~~
- ../.././include/ruby/ruby.h:1847:24: note: expanded from macro 'rb_intern'
- 1847 | __extension__ (RUBY_CONST_ID_CACHE((ID), (str))) : \
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ../.././include/ruby/ruby.h:1832:5: note: expanded from macro 'RUBY_CONST_ID_CACHE'
- 1832 | { \
- | ^
- objspace.c:633:22: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
- 633 | imemo_type_ids[8] = rb_intern("imemo_tmpbuf");
- | ^~~~~~~~~~~~~~~~~~~~~~~~~
- ../.././include/ruby/ruby.h:1847:24: note: expanded from macro 'rb_intern'
- 1847 | __extension__ (RUBY_CONST_ID_CACHE((ID), (str))) : \
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ../.././include/ruby/ruby.h:1837:5: note: expanded from macro 'RUBY_CONST_ID_CACHE'
- 1837 | }
- | ^
- objspace.c:633:22: note: ')' token is here
- 633 | imemo_type_ids[8] = rb_intern("imemo_tmpbuf");
- | ^~~~~~~~~~~~~~~~~~~~~~~~~
- ../.././include/ruby/ruby.h:1847:56: note: expanded from macro 'rb_intern'
- 1847 | __extension__ (RUBY_CONST_ID_CACHE((ID), (str))) : \
- | ^
- objspace.c:634:29: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
- 634 | imemo_type_ids[9] = rb_intern("imemo_ast");
- | ^~~~~~~~~~~~~~~~~~~~~~
- ../.././include/ruby/ruby.h:1847:23: note: expanded from macro 'rb_intern'
- 1847 | __extension__ (RUBY_CONST_ID_CACHE((ID), (str))) : \
- | ^
- objspace.c:634:29: note: '{' token is here
- 634 | imemo_type_ids[9] = rb_intern("imemo_ast");
- | ^~~~~~~~~~~~~~~~~~~~~~
- ../.././include/ruby/ruby.h:1847:24: note: expanded from macro 'rb_intern'
- 1847 | __extension__ (RUBY_CONST_ID_CACHE((ID), (str))) : \
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ../.././include/ruby/ruby.h:1832:5: note: expanded from macro 'RUBY_CONST_ID_CACHE'
- 1832 | { \
- | ^
- objspace.c:634:29: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
- 634 | imemo_type_ids[9] = rb_intern("imemo_ast");
- | ^~~~~~~~~~~~~~~~~~~~~~
- ../.././include/ruby/ruby.h:1847:24: note: expanded from macro 'rb_intern'
- 1847 | __extension__ (RUBY_CONST_ID_CACHE((ID), (str))) : \
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ../.././include/ruby/ruby.h:1837:5: note: expanded from macro 'RUBY_CONST_ID_CACHE'
- 1837 | }
- | ^
- objspace.c:634:29: note: ')' token is here
- 634 | imemo_type_ids[9] = rb_intern("imemo_ast");
- | ^~~~~~~~~~~~~~~~~~~~~~
- ../.././include/ruby/ruby.h:1847:56: note: expanded from macro 'rb_intern'
- 1847 | __extension__ (RUBY_CONST_ID_CACHE((ID), (str))) : \
- | ^
- objspace.c:635:30: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
- 635 | imemo_type_ids[10] = rb_intern("imemo_parser_strterm");
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ../.././include/ruby/ruby.h:1847:23: note: expanded from macro 'rb_intern'
- 1847 | __extension__ (RUBY_CONST_ID_CACHE((ID), (str))) : \
- | ^
- objspace.c:635:30: note: '{' token is here
- 635 | imemo_type_ids[10] = rb_intern("imemo_parser_strterm");
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ../.././include/ruby/ruby.h:1847:24: note: expanded from macro 'rb_intern'
- 1847 | __extension__ (RUBY_CONST_ID_CACHE((ID), (str))) : \
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ../.././include/ruby/ruby.h:1832:5: note: expanded from macro 'RUBY_CONST_ID_CACHE'
- 1832 | { \
- | ^
- objspace.c:635:30: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
- 635 | imemo_type_ids[10] = rb_intern("imemo_parser_strterm");
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ../.././include/ruby/ruby.h:1847:24: note: expanded from macro 'rb_intern'
- 1847 | __extension__ (RUBY_CONST_ID_CACHE((ID), (str))) : \
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ../.././include/ruby/ruby.h:1837:5: note: expanded from macro 'RUBY_CONST_ID_CACHE'
- 1837 | }
- | ^
- objspace.c:635:30: note: ')' token is here
- 635 | imemo_type_ids[10] = rb_intern("imemo_parser_strterm");
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ../.././include/ruby/ruby.h:1847:56: note: expanded from macro 'rb_intern'
- 1847 | __extension__ (RUBY_CONST_ID_CACHE((ID), (str))) : \
- | ^
- 1392 warnings generated.
- linking shared-object objspace.bundle
- make: *** [build-ext] Error 2
- +__rvm_make:0> return 2
Advertisement
Add Comment
Please, Sign In to add comment