Page 1 of 1

Cannot locate header file MagickWand.h

Posted: 2008-12-11T11:19:09-07:00
by justin
I need some help.

I'm trying to compile /packages/imagick-2.2.1, using Ubuntu, with Version: ImageMagick 6.3.7 02/18/08

./configure
checking whether to enable the imagick extension... yes, shared
checking whether to enable the imagick backend... no
checking ImageMagick MagickWand API configuration program... found in /usr/bin/MagickWand-config
checking for MagickWand.h header file... configure: error: Cannot locate header file MagickWand.h
echo "`MagickWand-config --prefix`/include/ImageMagick/wand/MagickWand.h"
/usr/include/ImageMagick/wand/MagickWand.h
Tried ./configure --with-imagick=/usr/include/ImageMagick/wand with same result.

I did install ImageMagick with aptitude, I guess I could try compiling it instead? What are your thoughts?

Re: Cannot locate header file MagickWand.h

Posted: 2008-12-17T18:38:12-07:00
by mkoppanen
Did you install the ImageMagick -dev package also ? (Which contains the header files needed).