在 Snow Leopard 上安装 RMagick 时遇到问题

发布于 2024-10-19 10:08:20 字数 818 浏览 0 评论 0原文

每当我尝试使用 sudo gem install rmagick 安装 rmagick gem 时,当它尝试包含名为 wand/MagicWand.h 的头文件时,安装会失败。

日志文件中的确切错误是:

gcc -E -I. -I/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/universal-darwin10.0 -I.  -I$MAGICK_HOME/include/ImageMagick  -I/include/ImageMagick -fopenmp  conftest.c -o conftest.i"
conftest.c:1:29: error: wand/MagickWand.h: No such file or directory
checked program was:
/* begin */
1: #include <wand/MagickWand.h>
/* end */

$MAGICK_HOME env 变量设置为 /usr/bin/imagemagick 它正在查找的头文件位于 /usr/bin/imagemagick/include/ImageMagick/wand/MagickWand.h

我试图按照找到的说明进行操作 此处。我将其安装在运行 Snow Leopard 的 Intel iMac 上。

Whenever I try to install the rmagick gem using sudo gem install rmagick the install fails when it tries to include a header file called wand/MagicWand.h

The exact error from the log file is:

gcc -E -I. -I/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/universal-darwin10.0 -I.  -I$MAGICK_HOME/include/ImageMagick  -I/include/ImageMagick -fopenmp  conftest.c -o conftest.i"
conftest.c:1:29: error: wand/MagickWand.h: No such file or directory
checked program was:
/* begin */
1: #include <wand/MagickWand.h>
/* end */

The $MAGICK_HOME env variable is set to /usr/bin/imagemagick
The header file it is looking for is located in /usr/bin/imagemagick/include/ImageMagick/wand/MagickWand.h

I was trying to follow the instructions found here. I am installing this on an Intel iMac running Snow Leopard.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

千年*琉璃梦 2024-10-26 10:08:20

另一种方法是使用 Brew 而不是 macports。这里有关于如何安装brew的信息,然后您可以使用命令brew install imagemagick来安装imagemagick。阅读 wiki 以了解如何清除 macport 安装。

An alternative approach is to use Brew instead of macports. There is information on how to install brew and then you can install imagemagick by using the command brew install imagemagick. Read the wiki to see how to clear out macport installations.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文