Subject: | Compilation error with perl 5.25.x (op_sibling) |
The module does not compile anymore with bleadperl (e.g. perl 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.02\" -DXS_VERSION=\"0.02\" -fPIC "-I/opt/perl-5.25.4/lib/5.25.4/x86_64-linux/CORE" StopCalls.c
StopCalls.xs: In function âfind_entryâ:
StopCalls.xs:58:39: error: âOPâ has no member named âop_siblingâ
for (o = start_at; o; p = o, o = o->op_sibling) {
^
StopCalls.xs: In function â_tree2oplistâ:
StopCalls.xs:84:50: error: âOPâ has no member named âop_siblingâ
for (o = cUNOPx(start_at)->op_first; o; o = o->op_sibling) {
^
... (etc) ...