Subject: | Compilation error with perl 5.25.x (op_sibling) |
The module does not compile anymore for bleadperl:
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 -I. -O2 -DVERSION=\"0.04\" -DXS_VERSION=\"0.04\" -fPIC "-I/opt/perl-5.25.4/lib/5.25.4/x86_64-linux/CORE" Expr.c
Expr.xs: In function âmyck_entersub_condâ:
Expr.xs:68:14: error: âOPâ has no member named âop_siblingâ
if (!pushop->op_sibling)
^
Expr.xs:71:18: error: âOPâ has no member named âop_siblingâ
condop = pushop->op_sibling;
^
Expr.xs:73:19: error: âOPâ has no member named âop_siblingâ
rv2cvop = condop->op_sibling;
^
Expr.xs:74:9: error: âOPâ has no member named âop_siblingâ
condop->op_sibling = NULL;
^
Expr.xs:75:9: error: âOPâ has no member named âop_siblingâ
pushop->op_sibling = rv2cvop;
^
Makefile:338: recipe for target 'Expr.o' failed
make: *** [Expr.o] Error 1