Note that there are some explanatory texts on larger screens.

plurals
  1. POProblems installing RMagick
    primarykey
    data
    text
    <p>I know there are already some questions and extensive answers about RMagick for Ruby 1.9.x, but I still have problems installing it.</p> <p>I am working with the Ruby-Aptana Plugin for Eclipse and I have already installed the DevKit. I have tried to install RMagick as follows:</p> <ol> <li><p>I have downloaded and installed ImageMagick 6.7.6-5-Q16-windows-dll.exe from <a href="http://www.imagemagick.org/script/binary-releases.php#windows" rel="nofollow">http://www.imagemagick.org/script/binary-releases.php#windows</a> in C:/ImageMagick6.7.6-5-Q16-windows-dll.exe Hope this is that one with headers?</p></li> <li><p>Then I set the environment variables, but I'm not sure how to do that. I've tried that in windows control panel --> system --> advanced settings --> environment variables --> system variables. There I set:</p> <p>PATH --> values: C:\Ruby192\bin and C:\ImageMagick-6.7.6-Q16 </p> <p>CPATH --> C:\ImageMagick-6.7.6-Q16\include</p> <p>LIBRARY_PATH --> C:\ImageMagick-6.7.6-Q16\lib</p></li> <li><p>I installed the rmagick gem: gem install rmagick</p></li> </ol> <p>Unfortunately I still get the error:</p> <pre><code> Temporarily enhancing PATH to include DevKit... Buidling native extensions. This could take a while... ERROR: Error installing rmagick: ERROR: Error installing rmagick: c:/Ruby192/bin/ruby.exe extconf.rb checking for Ruby version &gt;= 1.8.5... yes checking for stdint.h...*** 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. </code></pre> <p>I'm a Ruby-Starter and hope you respect this when answering my (perhaps silly) question. Thank u all for you help!</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload