Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- | ^
- zlib.c:4248:38: note: ')' token is here
- 4248 | return rb_enumeratorize(obj, ID2SYM(rb_intern("each_line")), argc, argv);
- | ^~~~~~~~~~~~~~~~~~~~~~
- ../.././include/ruby/ruby.h:1847:56: note: expanded from macro 'rb_intern'
- 1847 | __extension__ (RUBY_CONST_ID_CACHE((ID), (str))) : \
- | ^
- ../.././include/ruby/ruby.h:414:29: note: expanded from macro 'ID2SYM'
- 414 | #define ID2SYM(x) RB_ID2SYM(x)
- | ^
- ../.././include/ruby/ruby.h:409:33: note: expanded from macro 'RB_ID2SYM'
- 409 | #define RB_ID2SYM(x) (rb_id2sym(x))
- | ^
- compiling set_len.c
- compiling enc_str_buf_cat.c
- compiling psych_to_ruby.c
- compiling psych_yaml_tree.c
- psych_parser.c:88:46: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
- 88 | ePsychSyntaxError = rb_const_get(mPsych, rb_intern("SyntaxError"));
- | ^~~~~~~~~~~~~~~~~~~~~~~~
- ../.././include/ruby/ruby.h:1847:23: note: expanded from macro 'rb_intern'
- 1847 | __extension__ (RUBY_CONST_ID_CACHE((ID), (str))) : \
- | ^
- psych_parser.c:88:46: note: '{' token is here
- 88 | ePsychSyntaxError = rb_const_get(mPsych, rb_intern("SyntaxError"));
- | ^~~~~~~~~~~~~~~~~~~~~~~~
- ../.././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 | { \
- | ^
- psych_parser.c:88:46: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
- 88 | ePsychSyntaxError = rb_const_get(mPsych, rb_intern("SyntaxError"));
- | ^~~~~~~~~~~~~~~~~~~~~~~~
- ../.././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 | }
- | ^
- psych_parser.c:88:46: note: ')' token is here
- 88 | ePsychSyntaxError = rb_const_get(mPsych, rb_intern("SyntaxError"));
- | ^~~~~~~~~~~~~~~~~~~~~~~~
- ../.././include/ruby/ruby.h:1847:56: note: expanded from macro 'rb_intern'
- 1847 | __extension__ (RUBY_CONST_ID_CACHE((ID), (str))) : \
- | ^
- psych_parser.c:90:42: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
- 90 | return rb_funcall(ePsychSyntaxError, rb_intern("new"), 6,
- | ^~~~~~~~~~~~~~~~
- ../.././include/ruby/ruby.h:1847:23: note: expanded from macro 'rb_intern'
- 1847 | __extension__ (RUBY_CONST_ID_CACHE((ID), (str))) : \
- | ^
- ../.././include/ruby/ruby.h:2689:27: note: expanded from macro 'rb_funcall'
- 2689 | rb_funcallv(recv, mid, \
- | ^~~
- psych_parser.c:90:42: note: '{' token is here
- 90 | return rb_funcall(ePsychSyntaxError, rb_intern("new"), 6,
- | ^~~~~~~~~~~~~~~~
- ../.././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 | { \
- | ^
- ../.././include/ruby/ruby.h:2689:27: note: expanded from macro 'rb_funcall'
- 2689 | rb_funcallv(recv, mid, \
- | ^~~
- psych_parser.c:90:42: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
- 90 | return rb_funcall(ePsychSyntaxError, rb_intern("new"), 6,
- | ^~~~~~~~~~~~~~~~
- ../.././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 | }
- | ^
- ../.././include/ruby/ruby.h:2689:27: note: expanded from macro 'rb_funcall'
- 2689 | rb_funcallv(recv, mid, \
- | ^~~
- psych_parser.c:90:42: note: ')' token is here
- 90 | return rb_funcall(ePsychSyntaxError, rb_intern("new"), 6,
- | ^~~~~~~~~~~~~~~~
- ../.././include/ruby/ruby.h:1847:56: note: expanded from macro 'rb_intern'
- 1847 | __extension__ (RUBY_CONST_ID_CACHE((ID), (str))) : \
- | ^
- ../.././include/ruby/ruby.h:2689:27: note: expanded from macro 'rb_funcall'
- 2689 | rb_funcallv(recv, mid, \
- | ^~~
- psych_parser.c:133:44: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
- 133 | io_external_encoding = rb_funcall(src, rb_intern("external_encoding"), 0);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ../.././include/ruby/ruby.h:1847:23: note: expanded from macro 'rb_intern'
- 1847 | __extension__ (RUBY_CONST_ID_CACHE((ID), (str))) : \
- | ^
- ../.././include/ruby/ruby.h:2689:27: note: expanded from macro 'rb_funcall'
- 2689 | rb_funcallv(recv, mid, \
- | ^~~
- psych_parser.c:133:44: note: '{' token is here
- 133 | io_external_encoding = rb_funcall(src, rb_intern("external_encoding"), 0);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ../.././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 | { \
- | ^
- ../.././include/ruby/ruby.h:2689:27: note: expanded from macro 'rb_funcall'
- 2689 | rb_funcallv(recv, mid, \
- | ^~~
- psych_parser.c:133:44: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
- 133 | io_external_encoding = rb_funcall(src, rb_intern("external_encoding"), 0);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ../.././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 | }
- | ^
- ../.././include/ruby/ruby.h:2689:27: note: expanded from macro 'rb_funcall'
- 2689 | rb_funcallv(recv, mid, \
- | ^~~
- psych_parser.c:133:44: note: ')' token is here
- 133 | io_external_encoding = rb_funcall(src, rb_intern("external_encoding"), 0);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ../.././include/ruby/ruby.h:1847:56: note: expanded from macro 'rb_intern'
- 1847 | __extension__ (RUBY_CONST_ID_CACHE((ID), (str))) : \
- | ^
- ../.././include/ruby/ruby.h:2689:27: note: expanded from macro 'rb_funcall'
- 2689 | rb_funcallv(recv, mid, \
- | ^~~
- psych_parser.c:529:48: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
- 529 | mark_klass = rb_const_get_at(cPsychParser, rb_intern("Mark"));
- | ^~~~~~~~~~~~~~~~~
- ../.././include/ruby/ruby.h:1847:23: note: expanded from macro 'rb_intern'
- 1847 | __extension__ (RUBY_CONST_ID_CACHE((ID), (str))) : \
- | ^
- psych_parser.c:529:48: note: '{' token is here
- 529 | mark_klass = rb_const_get_at(cPsychParser, rb_intern("Mark"));
- | ^~~~~~~~~~~~~~~~~
- ../.././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 | { \
- | ^
- psych_parser.c:529:48: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
- 529 | mark_klass = rb_const_get_at(cPsychParser, rb_intern("Mark"));
- | ^~~~~~~~~~~~~~~~~
- ../.././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 | }
- | ^
- psych_parser.c:529:48: note: ')' token is here
- 529 | mark_klass = rb_const_get_at(cPsychParser, rb_intern("Mark"));
- | ^~~~~~~~~~~~~~~~~
- ../.././include/ruby/ruby.h:1847:56: note: expanded from macro 'rb_intern'
- 1847 | __extension__ (RUBY_CONST_ID_CACHE((ID), (str))) : \
- | ^
- compiling new.c
- psych_yaml_tree.c:12:32: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
- 12 | return rb_attr_get(target, rb_intern(StringValueCStr(prop)));
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ../.././include/ruby/ruby.h:1847:23: note: expanded from macro 'rb_intern'
- 1847 | __extension__ (RUBY_CONST_ID_CACHE((ID), (str))) : \
- | ^
- psych_yaml_tree.c:12:32: note: '{' token is here
- 12 | return rb_attr_get(target, rb_intern(StringValueCStr(prop)));
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ../.././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 | { \
- | ^
- psych_yaml_tree.c:12:32: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
- 12 | return rb_attr_get(target, rb_intern(StringValueCStr(prop)));
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ../.././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 | }
- | ^
- psych_yaml_tree.c:12:32: note: ')' token is here
- 12 | return rb_attr_get(target, rb_intern(StringValueCStr(prop)));
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ../.././include/ruby/ruby.h:1847:56: note: expanded from macro 'rb_intern'
- 1847 | __extension__ (RUBY_CONST_ID_CACHE((ID), (str))) : \
- | ^
- 8 warnings generated.
- 2 warnings generated.
- linking shared-object psych.bundle
- linking shared-object -test-/string.bundle
- 4 warnings generated.
- linking shared-object zlib.bundle
- make: *** [build-ext] Error 2
- ++ return 2
Advertisement
Add Comment
Please, Sign In to add comment