jfredson

Untitled

Oct 8th, 2024
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.42 KB | None | 0 0
  1. objspace.c:632:22: note: ')' token is here
  2. 632 | imemo_type_ids[7] = rb_intern("imemo_iseq");
  3. | ^~~~~~~~~~~~~~~~~~~~~~~
  4. ../.././include/ruby/ruby.h:1847:56: note: expanded from macro 'rb_intern'
  5. 1847 | __extension__ (RUBY_CONST_ID_CACHE((ID), (str))) : \
  6. | ^
  7. objspace.c:633:22: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
  8. 633 | imemo_type_ids[8] = rb_intern("imemo_tmpbuf");
  9. | ^~~~~~~~~~~~~~~~~~~~~~~~~
  10. ../.././include/ruby/ruby.h:1847:23: note: expanded from macro 'rb_intern'
  11. 1847 | __extension__ (RUBY_CONST_ID_CACHE((ID), (str))) : \
  12. | ^
  13. objspace.c:633:22: note: '{' token is here
  14. 633 | imemo_type_ids[8] = rb_intern("imemo_tmpbuf");
  15. | ^~~~~~~~~~~~~~~~~~~~~~~~~
  16. ../.././include/ruby/ruby.h:1847:24: note: expanded from macro 'rb_intern'
  17. 1847 | __extension__ (RUBY_CONST_ID_CACHE((ID), (str))) : \
  18. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  19. ../.././include/ruby/ruby.h:1832:5: note: expanded from macro 'RUBY_CONST_ID_CACHE'
  20. 1832 | { \
  21. | ^
  22. objspace.c:633:22: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
  23. 633 | imemo_type_ids[8] = rb_intern("imemo_tmpbuf");
  24. | ^~~~~~~~~~~~~~~~~~~~~~~~~
  25. ../.././include/ruby/ruby.h:1847:24: note: expanded from macro 'rb_intern'
  26. 1847 | __extension__ (RUBY_CONST_ID_CACHE((ID), (str))) : \
  27. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  28. ../.././include/ruby/ruby.h:1837:5: note: expanded from macro 'RUBY_CONST_ID_CACHE'
  29. 1837 | }
  30. | ^
  31. objspace.c:633:22: note: ')' token is here
  32. 633 | imemo_type_ids[8] = rb_intern("imemo_tmpbuf");
  33. | ^~~~~~~~~~~~~~~~~~~~~~~~~
  34. ../.././include/ruby/ruby.h:1847:56: note: expanded from macro 'rb_intern'
  35. 1847 | __extension__ (RUBY_CONST_ID_CACHE((ID), (str))) : \
  36. | ^
  37. objspace.c:634:29: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
  38. 634 | imemo_type_ids[9] = rb_intern("imemo_ast");
  39. | ^~~~~~~~~~~~~~~~~~~~~~
  40. ../.././include/ruby/ruby.h:1847:23: note: expanded from macro 'rb_intern'
  41. 1847 | __extension__ (RUBY_CONST_ID_CACHE((ID), (str))) : \
  42. | ^
  43. objspace.c:634:29: note: '{' token is here
  44. 634 | imemo_type_ids[9] = rb_intern("imemo_ast");
  45. | ^~~~~~~~~~~~~~~~~~~~~~
  46. ../.././include/ruby/ruby.h:1847:24: note: expanded from macro 'rb_intern'
  47. 1847 | __extension__ (RUBY_CONST_ID_CACHE((ID), (str))) : \
  48. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  49. ../.././include/ruby/ruby.h:1832:5: note: expanded from macro 'RUBY_CONST_ID_CACHE'
  50. 1832 | { \
  51. | ^
  52. objspace.c:634:29: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
  53. 634 | imemo_type_ids[9] = rb_intern("imemo_ast");
  54. | ^~~~~~~~~~~~~~~~~~~~~~
  55. ../.././include/ruby/ruby.h:1847:24: note: expanded from macro 'rb_intern'
  56. 1847 | __extension__ (RUBY_CONST_ID_CACHE((ID), (str))) : \
  57. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  58. ../.././include/ruby/ruby.h:1837:5: note: expanded from macro 'RUBY_CONST_ID_CACHE'
  59. 1837 | }
  60. | ^
  61. objspace.c:634:29: note: ')' token is here
  62. 634 | imemo_type_ids[9] = rb_intern("imemo_ast");
  63. | ^~~~~~~~~~~~~~~~~~~~~~
  64. ../.././include/ruby/ruby.h:1847:56: note: expanded from macro 'rb_intern'
  65. 1847 | __extension__ (RUBY_CONST_ID_CACHE((ID), (str))) : \
  66. | ^
  67. objspace.c:635:30: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
  68. 635 | imemo_type_ids[10] = rb_intern("imemo_parser_strterm");
  69. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  70. ../.././include/ruby/ruby.h:1847:23: note: expanded from macro 'rb_intern'
  71. 1847 | __extension__ (RUBY_CONST_ID_CACHE((ID), (str))) : \
  72. | ^
  73. objspace.c:635:30: note: '{' token is here
  74. 635 | imemo_type_ids[10] = rb_intern("imemo_parser_strterm");
  75. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  76. ../.././include/ruby/ruby.h:1847:24: note: expanded from macro 'rb_intern'
  77. 1847 | __extension__ (RUBY_CONST_ID_CACHE((ID), (str))) : \
  78. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  79. ../.././include/ruby/ruby.h:1832:5: note: expanded from macro 'RUBY_CONST_ID_CACHE'
  80. 1832 | { \
  81. | ^
  82. objspace.c:635:30: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
  83. 635 | imemo_type_ids[10] = rb_intern("imemo_parser_strterm");
  84. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  85. ../.././include/ruby/ruby.h:1847:24: note: expanded from macro 'rb_intern'
  86. 1847 | __extension__ (RUBY_CONST_ID_CACHE((ID), (str))) : \
  87. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  88. ../.././include/ruby/ruby.h:1837:5: note: expanded from macro 'RUBY_CONST_ID_CACHE'
  89. 1837 | }
  90. | ^
  91. objspace.c:635:30: note: ')' token is here
  92. 635 | imemo_type_ids[10] = rb_intern("imemo_parser_strterm");
  93. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  94. ../.././include/ruby/ruby.h:1847:56: note: expanded from macro 'rb_intern'
  95. 1847 | __extension__ (RUBY_CONST_ID_CACHE((ID), (str))) : \
  96. | ^
  97. 1392 warnings generated.
  98. linking shared-object objspace.bundle
  99. make: *** [build-ext] Error 2
  100. +__rvm_make:0> return 2
Advertisement
Add Comment
Please, Sign In to add comment