Subject: | Compilation fails with perl 5.21.11 (op_lastsib) |
The module does not compile anymore with perl 5.21.11 (perl 5.21.10 and less was fine):
cc -c -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_FORTIFY_SOURCE=2 -O -DVERSION=\"1.0603_02\" -DXS_VERSION=\"1.0603_02\" -DPIC -fPIC "-I/usr/perl5.21.11p/lib/5.21.11/amd64-freebsd/CORE" Parameters.c
Parameters.xs: In function 'parse_fun':
Parameters.xs:1877: error: 'OP' has no member named 'op_lastsib'
Parameters.xs:1878: error: 'OP' has no member named 'op_lastsib'
*** [Parameters.o] Error code 1