Skip Menu |

This queue is for tickets about the Acme-Goto-Line CPAN distribution.

Report information
The Basics
Id: 117719
Status: new
Priority: 0/
Queue: Acme-Goto-Line

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.01
Fixed in: (no value)



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) { ^ ...