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...
missing MagickWand.h on debian etch
Re: missing MagickWand.h on debian etch
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
No I didn't. I compiled and installed the sources. How can I install MagickWand afterwards?
Re: missing MagickWand.h on debian etch
If you compile from source the headers are typically installed in /usr/local/include/ImageMagick.
Re: missing MagickWand.h on debian etch
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?
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
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./usr/local/include/ImageMagick/include/ImageMagick/wand
Re: missing MagickWand.h on debian etch
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!