Subject: | Build fails under perl 5.8.9 RC1 (update_debugger_info) |
The corresponding fail report may be seen here:
http://www.nntp.perl.org/group/perl.cpan.testers/2008/11/msg2604767.html
I think there's a mismatch between thieved.c and thieved.h. In the
header file the update_debugger_info stuff has the condition
#if PERL_VERSION > 8
while in the .c file it is
#if PERL_VERSION > 8 || PERL_SUBVERSION > 8
Regards,
Slaven