Sun Apr 10 21:29:10 2011: Request 67320 was acted upon. Transaction: Correspondence added by bob41042 Queue: Win32-API Subject: Re: [rt.cpan.org #67320] Win32::API Callback won't install Broken in: 0.62 Severity: (no value) Owner: COSIMO Requestors: engin...@fuse.net Status: open Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=67320 >
Made the changes to both makefile.pl's this time from the commit page. Results were nearly the same (everything compiled fine and the API stuff works) except the this time because we leave out the callback.pm hash from the main makefile, it doesn't copy the module to the library at all so my error message this time when I try to run the Callback program is: D:\MyPerl\Perl\Programs\XS\Development>callback2.pl Can't locate Win32/API/Callback.pm in @INC (@INC contains: C:/strawberry/perl/site/lib C:/strawberry/perl/vendor/lib C:/strawberry/perl/lib .) at D:\MyPerl\Perl\Programs\XS\Development\callback2.pl line 5. BEGIN failed--compilation aborted at D:\MyPerl\Perl\Programs\XS\Development\callback2.pl line 5. Then, if I copy the module to the library manually I get the old "Can't locate loadable object" error. -----Original Message----- From: Cosimo Streppone via RT Sent: Sunday, April 10, 2011 5:52 PM To: engin...@fuse.net Subject: [rt.cpan.org #67320] Win32::API Callback won't install <URL: https://rt.cpan.org/Ticket/Display.html?id=67320 > I was too quick on that one. Here's the (reversed) patch that will allow compilation of Win32::API::Callback on 64 bit builds: https://github.com/cosimo/perl5-win32-api/ commit/7bc695d94f98566d3ad90ec53b3d978935495e94 so, it needs changes to Callback/Makefile.PL too, not just Makefile.PL. Sorry for the confusion.