Test failure in dmake test with module PerlMagick(

2019-07-21 08:03发布

问题:

I was first having problem passing past Makefile.pl installing the perlMagick module(otherwise known as Image::Magick).

It said I didn't had the required binaries installed, but a person here in SO pointed out that it was a problem with the Makefile, it didn't look for the binaries on their location. After fixing that, I had no problem with the Makefile other than "Gonna create 'libMagickCore.a' from 'C:\Program Files\ImageMagick-6.8.0-Q16\CORE_RL_magick_.dll'" After that, doing the dmake(I'm using Strawberry Perl for the 64-bit) with no issues, I try to perform the dmake test, which gives me this output: http://www.textswell.com/read,4233986902330

After every line it pops an error window stating that perl.exe has stopped working.

I would appreciate any help with this, I have been stuck here for like 3 days