Subject: | Compilation error with perl 5.25.x (op_sibling) |
Compile error with bleadperl:
cc -I/opt/perl-5.25.4/lib/5.25.4/x86_64-linux/CORE -DVERSION="0.001" -DXS_VERSION="0.001" -fPIC -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 -o lib/String/Base.o lib/String/Base.c
lib/String/Base.xs: In function âmyck_substrâ:
lib/String/Base.xs:71:12: error: âOPâ has no member named âop_siblingâ
sop = pop->op_sibling;
^
lib/String/Base.xs:73:12: error: âOPâ has no member named âop_siblingâ
iop = sop->op_sibling;
^
...