Subject: | Does not compile anymore with perl 5.13.11 (Perl_pp_return) |
The module does not compile anymore on my freebsd 8.0 box with perl
5.13.11. It works on the same system with perl 5.12.3, so it's probably
caused by a change in perl's core.
Here's the error:
cc -c
-I/home/cpansand/var/ctps/2pre5140/install/perl-167630b6ab7e291cbd4f89943a3aec8d6a1ecbfc/lib/site_perl/5.13.11/i386-freebsd/B/Hooks/OP/Check/Install
-I/home/cpansand/var/ctps/2pre5140/install/perl-167630b6ab7e291cbd4f89943a3aec8d6a1ecbfc/lib/site_perl/5.13.11/i386-freebsd/B/Hooks/OP/PPAddr/Install
-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe
-fstack-protector -I/usr/local/include -O -DVERSION=\"0.0201\"
-DXS_VERSION=\"0.0201\" -DPIC -fPIC
"-I/home/cpansand/var/ctps/2pre5140/install/perl-167630b6ab7e291cbd4f89943a3aec8d6a1ecbfc/lib/5.13.11/i386-freebsd/CORE"
SEH.c
SEH.xs: In function 'check_return':
SEH.xs:36: error: 'Perl_pp_return' undeclared (first use in this function)
SEH.xs:36: error: (Each undeclared identifier is reported only once
SEH.xs:36: error: for each function it appears in.)
*** Error code 1
Regards,
Slaven