Subject: | Compilation failure with perl 5.23.8 (argarray, CXt_LOOP_FOR) |
Similar issues:
* https://rt.cpan.org/Ticket/Display.html?id=112226 (CXt_LOOP_FOR)
* https://rt.cpan.org/Ticket/Display.html?id=112227 (argarray)
...
cc -c -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_FORTIFY_SOURCE=2 -O2 -pipe -DVERSION=\"0.28\" -DXS_VERSION=\"0.28\" -DPI
C -fPIC "-I/usr/perl5.23.8p/lib/5.23.8/amd64-freebsd/CORE" -DSU_RELEASE=1 Upper.c
Upper.xs:1331:11: error: use of undeclared identifier 'CXt_LOOP_FOR'
case CXt_LOOP_FOR:
^
...
Upper.xs:1543:31: error: no member named 'argarray' in 'struct block_sub'
argarray = cx->blk_sub.argarray;
~~~~~~~~~~~ ^
...