Forums | Admin

Discussion Forums: help

Start New Thread Start New Thread

 

By: song li
RE: rmagick-2.13.1.gem installtion problem [ reply ]  
2010-11-15 08:11
rmagick 2.13 is for linux, not for windows

By: Abder-Rahman Ali
RE: rmagick-2.13.1.gem installtion problem [ reply ]  
2010-09-08 07:07
I followed instruction at this tutorial and got it working, especially through using:

http://rubyforge.org/frs/download.php/64917/RMagick-2.12.0-ImageMagick-6.5.6-8-Q8.zip

Thanks.

By: Abder-Rahman Ali
RE: rmagick-2.13.1.gem installtion problem [ reply ]  
2010-09-08 06:57
Thanks. I got it installed now.

By: Ruby User
RE: rmagick-2.13.1.gem installtion problem [ reply ]  
2010-09-07 22:35
http://rmagick.rubyforge.org/install-faq.html#win

By: Abder-Rahman Ali
rmagick-2.13.1.gem installtion problem [ reply ]  
2010-09-05 13:15
I'm trying to install "rmagick-2.13.1.gem" on Windows Vista Home Edition.

When I tried that I got the following, what should I do to fix the problem?

C:\Users\Abder-Rahman\Desktop\Research>gem install rmagick-2.13.1.gem
Building native extensions. This could take a while...
ERROR: Error installing rmagick-2.13.1.gem:
ERROR: Failed to build gem native extension.

C:/Ruby187/bin/ruby.exe extconf.rb
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
--without-opt-include=${opt-dir}/include
--with-opt-lib
--without-opt-lib=${opt-dir}/lib
--with-make-prog
--without-make-prog
--srcdir=.
--curdir
--ruby=C:/Ruby187/bin/ruby


Gem files will remain installed in C:/Ruby187/lib/ruby/gems/1.8/gems/rmagick-2.1
3.1 for inspection.
Results logged to C:/Ruby187/lib/ruby/gems/1.8/gems/rmagick-2.13.1/ext/RMagick/g
em_make.out

Thanks.