Subject: | Compilation error with perl 5.25.x (op_sibling) |
With bleadperl (I think since 5.25.1 and later) the compilation fails:
cc -c -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.01\" -DXS_VERSION=\"0.01\" -fPIC "-I/opt/perl-5.25.4/lib/5.25.4/x86_64-linux/CORE" ConstOptree.c
ConstOptree.xs: In function âconvert_argâ:
ConstOptree.xs:28:7: error: âSVOPâ has no member named âop_siblingâ
newop->op_sibling = op1->op_sibling;
^
ConstOptree.xs:28:25: error: âOPâ has no member named âop_siblingâ
newop->op_sibling = op1->op_sibling;
^
ConstOptree.xs: In function âmy_ck_opâ:
ConstOptree.xs:41:17: error: âOPâ has no member named âop_siblingâ
argp = &(*argp)->op_sibling;
^
Makefile:312: recipe for target 'ConstOptree.o' failed