jfredson

Untitled

Oct 8th, 2024
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.75 KB | None | 0 0
  1. | ^
  2. zlib.c:4248:38: note: ')' token is here
  3. 4248 | return rb_enumeratorize(obj, ID2SYM(rb_intern("each_line")), argc, argv);
  4. | ^~~~~~~~~~~~~~~~~~~~~~
  5. ../.././include/ruby/ruby.h:1847:56: note: expanded from macro 'rb_intern'
  6. 1847 | __extension__ (RUBY_CONST_ID_CACHE((ID), (str))) : \
  7. | ^
  8. ../.././include/ruby/ruby.h:414:29: note: expanded from macro 'ID2SYM'
  9. 414 | #define ID2SYM(x) RB_ID2SYM(x)
  10. | ^
  11. ../.././include/ruby/ruby.h:409:33: note: expanded from macro 'RB_ID2SYM'
  12. 409 | #define RB_ID2SYM(x) (rb_id2sym(x))
  13. | ^
  14. compiling set_len.c
  15. compiling enc_str_buf_cat.c
  16. compiling psych_to_ruby.c
  17. compiling psych_yaml_tree.c
  18. psych_parser.c:88:46: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
  19. 88 | ePsychSyntaxError = rb_const_get(mPsych, rb_intern("SyntaxError"));
  20. | ^~~~~~~~~~~~~~~~~~~~~~~~
  21. ../.././include/ruby/ruby.h:1847:23: note: expanded from macro 'rb_intern'
  22. 1847 | __extension__ (RUBY_CONST_ID_CACHE((ID), (str))) : \
  23. | ^
  24. psych_parser.c:88:46: note: '{' token is here
  25. 88 | ePsychSyntaxError = rb_const_get(mPsych, rb_intern("SyntaxError"));
  26. | ^~~~~~~~~~~~~~~~~~~~~~~~
  27. ../.././include/ruby/ruby.h:1847:24: note: expanded from macro 'rb_intern'
  28. 1847 | __extension__ (RUBY_CONST_ID_CACHE((ID), (str))) : \
  29. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  30. ../.././include/ruby/ruby.h:1832:5: note: expanded from macro 'RUBY_CONST_ID_CACHE'
  31. 1832 | { \
  32. | ^
  33. psych_parser.c:88:46: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
  34. 88 | ePsychSyntaxError = rb_const_get(mPsych, rb_intern("SyntaxError"));
  35. | ^~~~~~~~~~~~~~~~~~~~~~~~
  36. ../.././include/ruby/ruby.h:1847:24: note: expanded from macro 'rb_intern'
  37. 1847 | __extension__ (RUBY_CONST_ID_CACHE((ID), (str))) : \
  38. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  39. ../.././include/ruby/ruby.h:1837:5: note: expanded from macro 'RUBY_CONST_ID_CACHE'
  40. 1837 | }
  41. | ^
  42. psych_parser.c:88:46: note: ')' token is here
  43. 88 | ePsychSyntaxError = rb_const_get(mPsych, rb_intern("SyntaxError"));
  44. | ^~~~~~~~~~~~~~~~~~~~~~~~
  45. ../.././include/ruby/ruby.h:1847:56: note: expanded from macro 'rb_intern'
  46. 1847 | __extension__ (RUBY_CONST_ID_CACHE((ID), (str))) : \
  47. | ^
  48. psych_parser.c:90:42: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
  49. 90 | return rb_funcall(ePsychSyntaxError, rb_intern("new"), 6,
  50. | ^~~~~~~~~~~~~~~~
  51. ../.././include/ruby/ruby.h:1847:23: note: expanded from macro 'rb_intern'
  52. 1847 | __extension__ (RUBY_CONST_ID_CACHE((ID), (str))) : \
  53. | ^
  54. ../.././include/ruby/ruby.h:2689:27: note: expanded from macro 'rb_funcall'
  55. 2689 | rb_funcallv(recv, mid, \
  56. | ^~~
  57. psych_parser.c:90:42: note: '{' token is here
  58. 90 | return rb_funcall(ePsychSyntaxError, rb_intern("new"), 6,
  59. | ^~~~~~~~~~~~~~~~
  60. ../.././include/ruby/ruby.h:1847:24: note: expanded from macro 'rb_intern'
  61. 1847 | __extension__ (RUBY_CONST_ID_CACHE((ID), (str))) : \
  62. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  63. ../.././include/ruby/ruby.h:1832:5: note: expanded from macro 'RUBY_CONST_ID_CACHE'
  64. 1832 | { \
  65. | ^
  66. ../.././include/ruby/ruby.h:2689:27: note: expanded from macro 'rb_funcall'
  67. 2689 | rb_funcallv(recv, mid, \
  68. | ^~~
  69. psych_parser.c:90:42: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
  70. 90 | return rb_funcall(ePsychSyntaxError, rb_intern("new"), 6,
  71. | ^~~~~~~~~~~~~~~~
  72. ../.././include/ruby/ruby.h:1847:24: note: expanded from macro 'rb_intern'
  73. 1847 | __extension__ (RUBY_CONST_ID_CACHE((ID), (str))) : \
  74. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  75. ../.././include/ruby/ruby.h:1837:5: note: expanded from macro 'RUBY_CONST_ID_CACHE'
  76. 1837 | }
  77. | ^
  78. ../.././include/ruby/ruby.h:2689:27: note: expanded from macro 'rb_funcall'
  79. 2689 | rb_funcallv(recv, mid, \
  80. | ^~~
  81. psych_parser.c:90:42: note: ')' token is here
  82. 90 | return rb_funcall(ePsychSyntaxError, rb_intern("new"), 6,
  83. | ^~~~~~~~~~~~~~~~
  84. ../.././include/ruby/ruby.h:1847:56: note: expanded from macro 'rb_intern'
  85. 1847 | __extension__ (RUBY_CONST_ID_CACHE((ID), (str))) : \
  86. | ^
  87. ../.././include/ruby/ruby.h:2689:27: note: expanded from macro 'rb_funcall'
  88. 2689 | rb_funcallv(recv, mid, \
  89. | ^~~
  90. psych_parser.c:133:44: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
  91. 133 | io_external_encoding = rb_funcall(src, rb_intern("external_encoding"), 0);
  92. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  93. ../.././include/ruby/ruby.h:1847:23: note: expanded from macro 'rb_intern'
  94. 1847 | __extension__ (RUBY_CONST_ID_CACHE((ID), (str))) : \
  95. | ^
  96. ../.././include/ruby/ruby.h:2689:27: note: expanded from macro 'rb_funcall'
  97. 2689 | rb_funcallv(recv, mid, \
  98. | ^~~
  99. psych_parser.c:133:44: note: '{' token is here
  100. 133 | io_external_encoding = rb_funcall(src, rb_intern("external_encoding"), 0);
  101. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  102. ../.././include/ruby/ruby.h:1847:24: note: expanded from macro 'rb_intern'
  103. 1847 | __extension__ (RUBY_CONST_ID_CACHE((ID), (str))) : \
  104. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  105. ../.././include/ruby/ruby.h:1832:5: note: expanded from macro 'RUBY_CONST_ID_CACHE'
  106. 1832 | { \
  107. | ^
  108. ../.././include/ruby/ruby.h:2689:27: note: expanded from macro 'rb_funcall'
  109. 2689 | rb_funcallv(recv, mid, \
  110. | ^~~
  111. psych_parser.c:133:44: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
  112. 133 | io_external_encoding = rb_funcall(src, rb_intern("external_encoding"), 0);
  113. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  114. ../.././include/ruby/ruby.h:1847:24: note: expanded from macro 'rb_intern'
  115. 1847 | __extension__ (RUBY_CONST_ID_CACHE((ID), (str))) : \
  116. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  117. ../.././include/ruby/ruby.h:1837:5: note: expanded from macro 'RUBY_CONST_ID_CACHE'
  118. 1837 | }
  119. | ^
  120. ../.././include/ruby/ruby.h:2689:27: note: expanded from macro 'rb_funcall'
  121. 2689 | rb_funcallv(recv, mid, \
  122. | ^~~
  123. psych_parser.c:133:44: note: ')' token is here
  124. 133 | io_external_encoding = rb_funcall(src, rb_intern("external_encoding"), 0);
  125. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  126. ../.././include/ruby/ruby.h:1847:56: note: expanded from macro 'rb_intern'
  127. 1847 | __extension__ (RUBY_CONST_ID_CACHE((ID), (str))) : \
  128. | ^
  129. ../.././include/ruby/ruby.h:2689:27: note: expanded from macro 'rb_funcall'
  130. 2689 | rb_funcallv(recv, mid, \
  131. | ^~~
  132. psych_parser.c:529:48: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
  133. 529 | mark_klass = rb_const_get_at(cPsychParser, rb_intern("Mark"));
  134. | ^~~~~~~~~~~~~~~~~
  135. ../.././include/ruby/ruby.h:1847:23: note: expanded from macro 'rb_intern'
  136. 1847 | __extension__ (RUBY_CONST_ID_CACHE((ID), (str))) : \
  137. | ^
  138. psych_parser.c:529:48: note: '{' token is here
  139. 529 | mark_klass = rb_const_get_at(cPsychParser, rb_intern("Mark"));
  140. | ^~~~~~~~~~~~~~~~~
  141. ../.././include/ruby/ruby.h:1847:24: note: expanded from macro 'rb_intern'
  142. 1847 | __extension__ (RUBY_CONST_ID_CACHE((ID), (str))) : \
  143. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  144. ../.././include/ruby/ruby.h:1832:5: note: expanded from macro 'RUBY_CONST_ID_CACHE'
  145. 1832 | { \
  146. | ^
  147. psych_parser.c:529:48: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
  148. 529 | mark_klass = rb_const_get_at(cPsychParser, rb_intern("Mark"));
  149. | ^~~~~~~~~~~~~~~~~
  150. ../.././include/ruby/ruby.h:1847:24: note: expanded from macro 'rb_intern'
  151. 1847 | __extension__ (RUBY_CONST_ID_CACHE((ID), (str))) : \
  152. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  153. ../.././include/ruby/ruby.h:1837:5: note: expanded from macro 'RUBY_CONST_ID_CACHE'
  154. 1837 | }
  155. | ^
  156. psych_parser.c:529:48: note: ')' token is here
  157. 529 | mark_klass = rb_const_get_at(cPsychParser, rb_intern("Mark"));
  158. | ^~~~~~~~~~~~~~~~~
  159. ../.././include/ruby/ruby.h:1847:56: note: expanded from macro 'rb_intern'
  160. 1847 | __extension__ (RUBY_CONST_ID_CACHE((ID), (str))) : \
  161. | ^
  162. compiling new.c
  163. psych_yaml_tree.c:12:32: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
  164. 12 | return rb_attr_get(target, rb_intern(StringValueCStr(prop)));
  165. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  166. ../.././include/ruby/ruby.h:1847:23: note: expanded from macro 'rb_intern'
  167. 1847 | __extension__ (RUBY_CONST_ID_CACHE((ID), (str))) : \
  168. | ^
  169. psych_yaml_tree.c:12:32: note: '{' token is here
  170. 12 | return rb_attr_get(target, rb_intern(StringValueCStr(prop)));
  171. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  172. ../.././include/ruby/ruby.h:1847:24: note: expanded from macro 'rb_intern'
  173. 1847 | __extension__ (RUBY_CONST_ID_CACHE((ID), (str))) : \
  174. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  175. ../.././include/ruby/ruby.h:1832:5: note: expanded from macro 'RUBY_CONST_ID_CACHE'
  176. 1832 | { \
  177. | ^
  178. psych_yaml_tree.c:12:32: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
  179. 12 | return rb_attr_get(target, rb_intern(StringValueCStr(prop)));
  180. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  181. ../.././include/ruby/ruby.h:1847:24: note: expanded from macro 'rb_intern'
  182. 1847 | __extension__ (RUBY_CONST_ID_CACHE((ID), (str))) : \
  183. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  184. ../.././include/ruby/ruby.h:1837:5: note: expanded from macro 'RUBY_CONST_ID_CACHE'
  185. 1837 | }
  186. | ^
  187. psych_yaml_tree.c:12:32: note: ')' token is here
  188. 12 | return rb_attr_get(target, rb_intern(StringValueCStr(prop)));
  189. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  190. ../.././include/ruby/ruby.h:1847:56: note: expanded from macro 'rb_intern'
  191. 1847 | __extension__ (RUBY_CONST_ID_CACHE((ID), (str))) : \
  192. | ^
  193. 8 warnings generated.
  194. 2 warnings generated.
  195. linking shared-object psych.bundle
  196. linking shared-object -test-/string.bundle
  197. 4 warnings generated.
  198. linking shared-object zlib.bundle
  199. make: *** [build-ext] Error 2
  200. ++ return 2
  201.  
Advertisement
Add Comment
Please, Sign In to add comment