|
|
| P is for Practical | |
| PerlMonks |
Re^4: Errors While Installing Image::Magickby syphilis (Archbishop) |
| on Feb 15, 2024 at 11:29 UTC ( [id://11157708]=note: print w/replies, xml ) | Need Help?? |
|
But I wonder if there's a compiler switch (maybe -std=c++11) that would fix that for you. Not that I can find. Having upgraded the ImageMagick executable from release 19 to release 28, I hit the same issue. To fix, I did a cd to the .cpan build directory and started by removing the failed cpan -fi Image::Magick attempt: That worked fine for me, though the single test still failed: Update: Looks like that one test fails for me because the font "Generic.ttf" can't be found: Update 2: In the previous versions of Image::Magick that I've built, "Generic.tiff" has been provided in both the "demo" and the "t" folders - though the MANIFEST file listed only "demo/Generic.tiff".. Now, however, "Generic.tiff" is to be found only in the "demo" folder. Copying "demo/Generic.tiff" to "t/Generic.tiff" allows all tests to pass. Cheers, Rob
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||||||||||||||||