我需要为我的应用程序安装Rmagick 我已经搜索了所有相关的关于网络和赌注流量的相关问题,但这些都不适用于我。 我也跟着这个但没有工作
http://stackoverflow.com/questions/6473853/ruby-on-rails-rmagick-on-windows-7
我的Ruby版本 - > 1.9.3
Rails版本 - > 3.2.9
ImageMagick版本 - > ImageMagick-6.8.3-2-Q16-x86-dll.exe
我在这里安装了ImageMagick - > C:\ ImageMagick的-6.8.3-Q16
我打开CMD然后键入
gem install rmagick --platform = ruby - --with-opt-lib = C:\ ImageMagick-6.8.3-Q16 \ lib --with-opt-include = C:\ ImageMagick-6.8.3- Q16 \包括
错误是
ERROR: Error installing rmagick:
ERROR: Failed to build gem native extension.
d:/RailsInstaller/Ruby1.9.3/bin/ruby.exe extconf.rb --with-opt-lib=C:ImageMagick-6.8.3-Q16lib --with-opt-include=C:ImageMagick-6.8
.3-Q16include
checking for Ruby version >= 1.8.5... yes
Invalid drive specification.
Unable to get ImageMagick version
*** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of
necessary libraries and/or headers. Check the mkmf.log file for more
details. You may need configuration options.
Provided configuration options:
--with-opt-dir
--without-opt-dir
--with-opt-include=${opt-dir}/include
--with-opt-lib=${opt-dir}/lib
--with-make-prog
--without-make-prog
--srcdir=.
--curdir
--ruby=d:/RailsInstaller/Ruby1.9.3/bin/ruby
Gem files will remain installed in d:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/rmagick-2.13.2 for inspection.
Results logged to d:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/rmagick-2.13.2/ext/RMagick/gem_make.out
答案 0 :(得分:0)
从评论中复制答案,以便从“未答复”过滤器中删除此问题:
我找到了解决方案并且工作正常http://rorashish.blogspot.in/2012/08/installing-rmagick-with-imagemagic-on.html
〜每Gagan
回答请参阅上面的链接以获取完整的详细信息,但是高级步骤(截至2012年8月9日)是: