Tue May 22 04:14:23 2012: Request 75671 was acted upon. Transaction: Correspondence added by SHAY Queue: Win32-Registry Subject: Does not compile anymore because of typemap problems Broken in: 0.10 Severity: (no value) Owner: Nobody Requestors: sre...@cpan.org Status: open Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=75671 >
On Sat Mar 10 12:11:21 2012, SREZIC wrote: > On 2012-03-10 10:30:01, SREZIC wrote: > > It seems that the module does not compile anymore. See > > > http://www.cpantesters.org/cpan/report/c6f173c2-e918-11e0-bbec- > 9aeec8b7ec30 > > for a sample fail report. It looks like a typemap problem: > > > > Could not find a typemap for C type 'FILETIME' in Registry.xs, > line 548 > > > > A patch is available at: > > http://cpan.perl.org/authors/id/S/SR/SREZIC/patches/Win32-Registry- > 0.10-SREZIC-03.patch > > Regards, > Slaven I've just encountered the same problem when rebuilding things with perl-5.16.0 and solved it in much the same way. (I actually put FILETIME T_HANDLE in the typemap; I don't know if that's better or worse than T_PTROBJ.)