Subject: | Compilation error with perl 5.25.x (op_sibling) |
See subject. Build log:
...
cc -c -I. -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.01\" -DXS_VERSION=\"0.01\" -fPIC "-I/opt/perl-5.25.4/lib/5.25.4/x86_64-linux/CORE" Line.c
In file included from Line.xs:5:0:
ppport.h:227:0: warning: "PERL_UNUSED_DECL" redefined
# define PERL_UNUSED_DECL
^
In file included from Line.xs:2:0:
/opt/perl-5.25.4/lib/5.25.4/x86_64-linux/CORE/perl.h:313:0: note: this is the location of the previous definition
# define PERL_UNUSED_DECL __attribute__unused__
^
Line.xs: In function âacme_goto_line_walkopâ:
Line.xs:22:44: error: âOPâ has no member named âop_siblingâ
for(kid = uop->op_first; kid; kid = kid->op_sibling) {
^
...