Subject: | Compilation error with perl 5.21.11 |
Compilation fails with latest bleadperl:
cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -O2 -DVERSION=\"0.11\" -DXS_VERSION=\"0.11\" -fPIC "-I/opt/perl-5.21.11/lib/5.21.11/x86_64-linux/CORE" byterun.c
byterun.c: In function 'byterun':
byterun.c:1908:3: error: 'PAD' has no member named 'xpadnl_max_named'
byterun.c:1981:8: error: 'OP' has no member named 'op_lastsib'
Note that B::Utils was patched (see other RT ticket), so all B::C prereqs were satisfied.