Page 1 of 1
missing MagickWand.h on debian etch
Posted: 2009-07-02T06:43:50-07:00
by cojones
Hello,
I'm trying to install ImageMagick and get following error message:
checking for wand/MagickWand.h... no
Can't install RMagick 2.10.0. Can't find MagickWand.h.
Does anyone know how to get that MagickWand.h? Couldn't find a lib in apt-get...
Re: missing MagickWand.h on debian etch
Posted: 2009-07-02T10:24:47-07:00
by magick
Did you install the ImageMagick development RPM? Typically package maintainers only include the ImageMagick header files in the development RPM (e.g. ImageMagick-devel-6.5.4-2.i386.rpm).
Re: missing MagickWand.h on debian etch
Posted: 2009-07-02T13:21:08-07:00
by cojones
No I didn't. I compiled and installed the sources. How can I install MagickWand afterwards?
Re: missing MagickWand.h on debian etch
Posted: 2009-07-02T16:47:33-07:00
by magick
If you compile from source the headers are typically installed in /usr/local/include/ImageMagick.
Re: missing MagickWand.h on debian etch
Posted: 2009-07-03T01:08:06-07:00
by cojones
Thank you for your help!
Strange... wasn't set. I created a link and found the missing MagickWand.h in /usr/local/include/ImageMagick/include/ImageMagick/wand
But it's the same error then before. How can I tell the gem install thing where the MagickWand.h is located?
Re: missing MagickWand.h on debian etch
Posted: 2009-07-03T05:53:33-07:00
by magick
/usr/local/include/ImageMagick/include/ImageMagick/wand
The header files should be in /usr/local/include/ImageMagick/wand. We support Imagemagick. For questions about an RMagick install you will need to post to their forums or mailing lists.
Re: missing MagickWand.h on debian etch
Posted: 2009-07-03T06:25:24-07:00
by cojones
Linking /usr/local/include/ImageMagick/wand to /usr/local/include/ImageMagick/include/ImageMagick/wand didn't help. I guess I have to ask on a RMagick forum. Thanks anyways!