Advertisement
Guest User

Untitled

a guest
Sep 20th, 2018
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.83 KB | None | 0 0
  1. Upper.xs: In function ‘su_yield’:
  2. Upper.xs:1331:11: error: ‘CXt_LOOP_FOR’ undeclared (first use in this function); did you mean ‘CXt_LOOP_ARY’?
  3. case CXt_LOOP_FOR:
  4. ^~~~~~~~~~~~
  5. CXt_LOOP_ARY
  6. Upper.xs:1331:11: note: each undeclared identifier is reported only once for each function it appears in
  7. Upper.xs: In function ‘su_uplevel_goto_runops’:
  8. Upper.xs:1543:31: error: ‘const struct block_sub’ has no member named ‘argarray’; did you mean ‘savearray’?
  9. argarray = cx->blk_sub.argarray;
  10. ^~~~~~~~
  11. savearray
  12. In file included from /usr/lib/perl5/5.28/core_perl/CORE/perl.h:2465,
  13. from Upper.xs:6:
  14. Upper.xs: In function ‘su_uplevel_restore’:
  15. Upper.xs:1618:29: error: ‘struct block_sub’ has no member named ‘argarray’; did you mean ‘savearray’?
  16. SvREFCNT_dec(cx->blk_sub.argarray);
  17. ^~~~~~~~
  18. /usr/lib/perl5/5.28/core_perl/CORE/handy.h:57:41: note: in definition of macro ‘MUTABLE_PTR’
  19. # define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
  20. ^
  21. /usr/lib/perl5/5.28/core_perl/CORE/sv.h:348:47: note: in expansion of macro ‘MUTABLE_SV’
  22. #define SvREFCNT_dec(sv) S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
  23. ^~~~~~~~~~
  24. Upper.xs:1618:4: note: in expansion of macro ‘SvREFCNT_dec’
  25. SvREFCNT_dec(cx->blk_sub.argarray);
  26. ^~~~~~~~~~~~
  27. Upper.xs:1619:16: error: ‘struct block_sub’ has no member named ‘argarray’; did you mean ‘savearray’?
  28. cx->blk_sub.argarray = argarray;
  29. ^~~~~~~~
  30. savearray
  31. Upper.xs: In function ‘su_uplevel’:
  32. Upper.xs:1930:36: error: ‘const struct block_sub’ has no member named ‘argarray’; did you mean ‘savearray’?
  33. if (CxHASARGS(cx) && cx->blk_sub.argarray) {
  34. ^~~~~~~~
  35. savearray
  36. In file included from /usr/lib/perl5/5.28/core_perl/CORE/perl.h:5310,
  37. from Upper.xs:6:
  38. Upper.xs:1939:36: error: ‘const struct block_sub’ has no member named ‘argarray’; did you mean ‘savearray’?
  39. av_extend(av, AvMAX(cx->blk_sub.argarray));
  40. ^~~~~~~~
  41. /usr/lib/perl5/5.28/core_perl/CORE/embed.h:57:48: note: in definition of macro ‘av_extend’
  42. #define av_extend(a,b) Perl_av_extend(aTHX_ a,b)
  43. ^
  44. /usr/lib/perl5/5.28/core_perl/CORE/av.h:64:30: note: in expansion of macro ‘SvANY’
  45. #define AvMAX(av) ((XPVAV*) SvANY(av))->xav_max
  46. ^~~~~
  47. Upper.xs:1939:18: note: in expansion of macro ‘AvMAX’
  48. av_extend(av, AvMAX(cx->blk_sub.argarray));
  49. ^~~~~
  50. In file included from /usr/lib/perl5/5.28/core_perl/CORE/perl.h:3636,
  51. from Upper.xs:6:
  52. Upper.xs:1940:38: error: ‘const struct block_sub’ has no member named ‘argarray’; did you mean ‘savearray’?
  53. AvFILLp(av) = AvFILLp(cx->blk_sub.argarray);
  54. ^~~~~~~~
  55. /usr/lib/perl5/5.28/core_perl/CORE/sv.h:333:20: note: in definition of macro ‘SvANY’
  56. #define SvANY(sv) (sv)->sv_any
  57. ^~
  58. Upper.xs:1940:18: note: in expansion of macro ‘AvFILLp’
  59. AvFILLp(av) = AvFILLp(cx->blk_sub.argarray);
  60. ^~~~~~~
  61. In file included from /usr/lib/perl5/5.28/core_perl/CORE/perl.h:2465,
  62. from Upper.xs:6:
  63. Upper.xs:1941:29: error: ‘const struct block_sub’ has no member named ‘argarray’; did you mean ‘savearray’?
  64. Copy(AvARRAY(cx->blk_sub.argarray), AvARRAY(av), AvFILLp(av) + 1, SV *);
  65. ^~~~~~~~
  66. /usr/lib/perl5/5.28/core_perl/CORE/handy.h:2405:123: note: in definition of macro ‘Copy’
  67. #define Copy(s,d,n,t) (MEM_WRAP_CHECK_(n,t) perl_assert_ptr(d), perl_assert_ptr(s), (void)memcpy((char*)(d),(const char*)(s), (n) * sizeof(t)))
  68. ^
  69. Upper.xs:1941:9: note: in expansion of macro ‘AvARRAY’
  70. Copy(AvARRAY(cx->blk_sub.argarray), AvARRAY(av), AvFILLp(av) + 1, SV *);
  71. ^~~~~~~
  72. Upper.xs:1942:20: error: ‘struct block_sub’ has no member named ‘argarray’; did you mean ‘savearray’?
  73. sub_cx->blk_sub.argarray = av;
  74. ^~~~~~~~
  75. savearray
  76. In file included from /usr/lib/perl5/5.28/core_perl/CORE/perl.h:3636,
  77. from Upper.xs:6:
  78. Upper.xs:1944:45: error: ‘struct block_sub’ has no member named ‘argarray’; did you mean ‘savearray’?
  79. SvREFCNT_inc_simple_void(sub_cx->blk_sub.argarray);
  80. ^~~~~~~~
  81. /usr/lib/perl5/5.28/core_perl/CORE/sv.h:343:55: note: in definition of macro ‘SvREFCNT_inc_simple_void’
  82. #define SvREFCNT_inc_simple_void(sv) STMT_START { if (sv) SvREFCNT(sv)++; } STMT_END
  83. ^~
  84. Upper.xs:1944:45: error: ‘struct block_sub’ has no member named ‘argarray’; did you mean ‘savearray’?
  85. SvREFCNT_inc_simple_void(sub_cx->blk_sub.argarray);
  86. ^~~~~~~~
  87. /usr/lib/perl5/5.28/core_perl/CORE/sv.h:335:23: note: in definition of macro ‘SvREFCNT’
  88. #define SvREFCNT(sv) (sv)->sv_refcnt
  89. ^~
  90. Upper.xs:1944:4: note: in expansion of macro ‘SvREFCNT_inc_simple_void’
  91. SvREFCNT_inc_simple_void(sub_cx->blk_sub.argarray);
  92. ^~~~~~~~~~~~~~~~~~~~~~~~
  93. Upper.xs: In function ‘su_context_gimme’:
  94. Upper.xs:2238:9: error: ‘CXt_LOOP_FOR’ undeclared (first use in this function); did you mean ‘CXt_LOOP_ARY’?
  95. case CXt_LOOP_FOR:
  96. ^~~~~~~~~~~~
  97. CXt_LOOP_ARY
  98. make: *** [Makefile:337: Upper.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement