Skip Menu |

This queue is for tickets about the DB_File CPAN distribution.

Report information
The Basics
Id: 1705
Status: resolved
Priority: 0/
Queue: DB_File

People
Owner: Nobody in particular
Requestors: marek.rouchal [...] infineon.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.805
Fixed in: 1.806



Subject: Missing dTHX in DB_File-1.805?
Hi there, building DB_File-1.805 with Perl 5.8.0 (with ithreads) on Linux (Red Hat 7.2) using gcc, I get a compile error about a missing "my_perl" in line 777 of DB_File.xs. Inserting dTHX; in front of this line solves the problem: char * buffer; #endif { -> dTHX; SV * sv = perl_get_sv(ERR_BUFF, FALSE) ; if (sv) { if (db_errpfx) Maybe you want to include this in the next release? Cheers, Marek