Page 1 of 1

ImageMagick work on Windows 7/8 x64?

Posted: 2013-11-23T10:43:37-07:00
by cwgabel
This post http://stackoverflow.com/questions/1759 ... by-2-0-x64 seems to indicate the problem is on your end?

Is this the case?

Re: ImageMagick work on Windows 7/8 x64?

Posted: 2013-11-23T13:37:28-07:00
by cwgabel
I tried 32-bit and got exactly this error shown here http://stackoverflow.com/questions/1986 ... all-failed (not my post).

FYI: When you run:

gem install rmagick

or

gem install rmagick -- '--with-opt-dir="e:\bogusdirectory"'

I get the same results as linked above.

Wouldn't you at the very minimum want to see an error message indicating that the directory does not exist? Maybe even exit at this point?

Re: ImageMagick work on Windows 7/8 x64?

Posted: 2013-11-23T14:02:05-07:00
by dlemstra
RMagick is not created by ImageMagick. The project page of RMagick (http://rmagick.rubyforge.org/) seems to be down but you should ask your question there.

Re: ImageMagick work on Windows 7/8 x64?

Posted: 2013-11-23T14:12:12-07:00
by cwgabel
Nevermind.

I have decided that the best course of action is to stay away from windows for ruby development!