Subject: | Compilation error with perl 5.25.x (op_sibling) |
The module does not compile anymore with bleadperl:
...
cc -c -I. -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -O2 -DVERSION=\"0.002004\" -DXS_VERSION=\"0.002004\" -fPIC "-I/opt/perl-5.25.4/lib/5.25.4/x86_64-linux/CORE" -std=gnu99 DestructAssign.c
In file included from /opt/perl-5.25.4/lib/5.25.4/x86_64-linux/CORE/perl.h:3910:0,
from DestructAssign.xs:3:
DestructAssign.xs: In function âmy_pp_anonlisthash_commonâ:
DestructAssign.xs:318:54: error: âOPâ has no member named âop_siblingâ
*(I32**)list_holder = (I32*)SvPVX(cSVOPx_sv(PL_op->op_sibling));
^
...