Did anyone get Wx::Perl::Imagick running under windows 7 with citrus perl? I have installed it with cpan Wx::Perl::Imagick, that was successful. Anyway, I can not use it because it requires Image::Magick. This does not install with cpan Image::Magick: C:\perl\bin>cpan Image:Magick Reading 'C:\perl\cpan\Metadata' Database was generated on Wed, 14 Jan 2015 16:53:17 GMT Running install for module 'Image::Magick' Running make for J/JC/JCRISTY/PerlMagick-6.89-1.tar.gz Checksum for C:\perl\cpan\sources\authors\id\J\JC\JCRISTY\PerlMagick-6.89-1.tar. gz ok
CPAN.pm: Building J/JC/JCRISTY/PerlMagick-6.89-1.tar.gz ################################### WARNING! ################################### # It seems that you are trying to install Perl::Magick on a MS Windows box with # perl + gcc compiler (e.g. strawberry perl), however we cannot find ImageMagick # binaries installed on your system. # # Please check the following prerequisites: # # 1) You need to have installed ImageMagick Windows binaries from # http://www.imagemagick.org/script/binary-releases.php#windows # # 2) We only support dynamic (DLL) ImageMagick binaries # note: it is not possible to mix 32/64-bit binaries of perl and ImageMagick # # 3) During installation select that you want to install ImageMagick's # development files (libraries+headers) # # 4) You also need to have ImageMagick's directory in your PATH # note: we are checking the presence of convert.exe and/or identify.exe tools # # 5) You might need Visual C++ Redistributable Package installed on your system # see instructions on ImageMagick's Binary Release webpage # # We are gonna continue, but chances for successful build are very low! ################################################################################ Checking if your kit is complete... Looks good Note (probably harmless): No library found for -lMagickCore Writing Makefile for Image::Magick Writing MYMETA.yml and MYMETA.json Der Befehl "dmake.exe" ist entweder falsch geschrieben oder konnte nicht gefunden werden. JCRISTY/PerlMagick-6.89-1.tar.gz dmake.exe -- NOT OK Running make test Can't test without successful make Running make install Make had returned bad status, install seems impossible C:\perl\bin> I have installed the binarys, the installtest works fine:C:\Users\anwender>convert wizard: wizard.jpg C:\Users\anwender>convert wizard.jpg win: I have installed the mingw too (http://sourceforge.net/projects/perlmingw/files/latest/download?source=files) and configured with citrusutils.exe so that should not be the problem. Any idea? Thanks Daniel