On Sun, Apr 3, 2011 at 8:46 PM, Shawn H Corey <shawnhco...@gmail.com> wrote:
> Could someone tell me how to fix this? > [...] > Magick.xs:64: fatal error: magick/MagickCore.h: No such file or directory > compilation terminated. > It appears you're missing the header files of ImageMagick. If you're on GNU/Linux, this should be available as an ImageMagick "devel" or "dev" package in your package manager. Once you have those, the module will be able to compile against them. Sawyer.