以下の環境でRmagickのインストールに失敗します。
■環境
ruby: 2.6.5
rails: 6.0.2
■やったこと
以下を参考にインストールをしました。
https://www.ownway.info/Ruby/rmagick/howtoinstall/windows
1.ImageMatickインストール
https://sourceforge.net/projects/imagemagick/files/im7-src/
2.Windowsのユーザー環境変数に以下を追加
・CPATH = {ImageMagick インストールディレクトリ}/include
・LIBRARY_PATH = {ImageMagick インストールディレクトリ}/lib
3.rmagickインストール
gem install rmagick -- '--with-opt-dir="{ImageMagick インストールディレクトリ}"'
■エラー
上記の手順3で以下のエラーがGit bash上で表示されます。
ERROR: Can't install RMagick 4.0.0.
Can't find the ImageMagick library.
Retry with '--with-opt-dir' option.
Usage: gem install rmagick -- '--with-opt-dir="[path to ImageMagick]"'
e.g.
gem install rmagick -- '--with-opt-dir="C:Program FilesImageMagick-6.9.1-Q16"'
■追記
Windowsのユーザー環境変数ではなくBashで以下のように環境変数を設定しましたが同様のエラーが起きます。
$ set CPATH=C:\Program Files\ImageMagick-6.9.9-Q16-HDRI\include
$ set LIBRARY_PATH=C:\Program Files\ImageMagick-6.9.9-Q16-HDRI\lib
また、以下のように設定してもダメでした。
set CPATH=C:/Program Files/ImageMagick-6.9.9-Q16-HDRI/include
set LIBRARY_PATH=C:/Program Files/ImageMagick-6.9.9-Q16-HDRI/lib
よろしくお願いいたします。
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/03/28 00:07 編集
2020/03/28 16:10
2020/03/30 05:39
2020/03/31 18:39
2020/04/02 09:31
2020/04/02 09:35
2020/04/02 10:36
2020/04/03 11:33
2020/04/03 11:35
2020/04/03 18:18
2020/04/03 23:40
2020/04/04 14:18
2020/04/04 23:35