简体   繁体   English

在 Windows Strawberry Perl 上安装 imagemagick perlmagick

[英]Installing imagemagick perlmagick on Windows Strawberry Perl

Has anyone had any success recently installing imagemagick/perlmagick on Windows with recent versions of strawberry perl?有没有人最近在 Windows 上使用最新版本的草莓 perl 安装 imagemagick/perlmagick 取得了任何成功? I have read and tried many of the things suggested that I found online however none is very recent and none has worked for me.我已经阅读并尝试了许多建议我在网上找到的东西,但是没有一个是最近的,也没有一个对我有用。 I've added all the imagemagick folders to the path as well.我也将所有 imagemagick 文件夹添加到路径中。 Seems there is a problem with finding the right files with imagemagick install.似乎使用 imagemagick 安装找到正确的文件存在问题。 I have tried adding directories to the make file but still always errors out with我曾尝试将目录添加到 make 文件中,但仍然总是出错

 Magick.xs:60:10: fatal error: magick/MagickCore.h: No such file or directory
 #include <magick/MagickCore.h>
          ^~~~~~~~~~~~~~~~~~~~~

Versions: perl 5.30.2x64-multi-thread, ImageMagick-7.0.10-31-Q8-x64-dll, Windows server 2019. Any help or direction here is appreciated.版本:perl 5.30.2x64-multi-thread、ImageMagick-7.0.10-31-Q8-x64-dll、Windows server 2019。感谢这里的任何帮助或指导。

You appear to have installed ImageMagic v7, which is not backwards compatible with v6.您似乎安装了 ImageMagic v7,它不向后兼容 v6。 The Image::Magick on CPAN requires ImageMagick v6 . CPAN 上的 Image::Magick 需要ImageMagick v6

(That said, I got test failures when trying to install Image::Magick with the latest binary of v6. I'm not the only one. ) (也就是说,我在尝试使用 v6 的最新二进制文件安装 Image::Magick 时测试失败。 我不是唯一一个。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM