in reply to Re^6: Errors While Installing Image::Magick
in thread Errors While Installing Image::Magick
This is as far as I've gotten trying to track down the source of the error in C:\Strawberry\perl\site\lib\ExtUtils\Install.pm.
7 use File::Basename qw(dirname); 1165 while(my($from, $to) = each %$fromto) { 1187 my $dirname = dirname($to);
It appears the "$to" variable in line 1187 which comes from the "%$fromto" hash in line 1165 is empty, but I feel like I'm on the verge of descending into a rabbit hole here. :-)
Update: I took my research one step further and found that the subroutine "pm_to_blib" in C:\Strawberry\perl\site\lib\ExtUtils\Install.pm is referenced in the following makefile: C:\Strawberry\cpan\build\Image-Magick-7.1.1-10\Makefile
... and that's where my expertise in this area ends. :-(
"It's not how hard you work, it's how much you get done."
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^8: Errors While Installing Image::Magick
by syphilis (Archbishop) on Feb 16, 2024 at 03:11 UTC | |
by roho (Bishop) on Feb 16, 2024 at 03:38 UTC | |
by syphilis (Archbishop) on Feb 16, 2024 at 05:43 UTC | |
by roho (Bishop) on Feb 16, 2024 at 07:40 UTC | |
by syphilis (Archbishop) on Feb 16, 2024 at 10:23 UTC |