Subject: | Compilation error with perl 5.25.x (op_sibling) |
See subject. Build log:
...
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=\"1.54\" -DXS_VERSION=\"1.54\" -fPIC "-I/opt/perl-5.25.4/lib/5.25.4/x86_64-linux/CORE" C.c
C.xs: In function âmy_runopsâ:
C.xs:183:15: error: âPMOPâ has no member named âop_siblingâ
op->op_sibling = NULL;
^
Makefile:375: recipe for target 'C.o' failed
make: *** [C.o] Error 1