Can't find wand/MagickWand.h Can't find wand/MagickWand.h ruby ruby

Can't find wand/MagickWand.h


I had the same problem and I fixed it up updating rmagick. What I did was:

sudo apt-get install libmagickwand-dev imagemagickbundle update rmagick

And now bundle works correctly.


I am on ubuntu 15.04 and was able to get it by specifying version of rmagick

gem 'rmagick', '2.15.0'


I ran into same problem on clean Ubuntu 15.4 installation. Upgrade rmagick from 2.13.2 to 2.15.0 helped.

Things I tried, that did not help:

  • manually symlink in /usr/include/wand MagickWand.hmagick_wand.h;
  • rolling back to libmagickcore-dev.

Hope it helps.