Subject: | Compilation error with perl 5.25.x (op_sibling) |
The modules does not compile anymore with bleadperl (e.g. 5.25.4):
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.05\" -DXS_VERSION=\"0.05\" -fPIC "-I/opt/perl-5.25.4/lib/5.25.4/x86_64-linux/CORE" Fun.c
...
Fun.xs: In function âcheck_funâ:
Fun.xs:318:36: error: âOPâ has no member named âop_siblingâ
args = cLISTOPx(kids)->op_first->op_sibling;
^
Makefile:333: recipe for target 'Fun.o' failed
make: *** [Fun.o] Error 1