ImageMagick: Still more insufficient package dependencies?

2010-08-19 Thread Angelo Graziosi
I am trying to build the development version of Emacs with the imagemagick support. In the configure step one gets: $ ./configure --with-imagemagick [...] checking for Wand... yes checking IMAGEMAGICK_CFLAGS... -fopenmp -I/usr/include/ImageMagick checking IMAGEMAGICK_LIBS... -lMagickWand -lMagic

Re: ImageMagick: Still more insufficient package dependencies?

2010-08-19 Thread Ken Brown
On 8/19/2010 7:33 AM, Angelo Graziosi wrote: I am trying to build the development version of Emacs with the imagemagick support. In the configure step one gets: $ ./configure --with-imagemagick [...] checking for Wand... yes checking IMAGEMAGICK_CFLAGS... -fopenmp -I/usr/include/ImageMagick chec

Re: ImageMagick: Still more insufficient package dependencies?

2010-08-19 Thread Angelo Graziosi
Ken Brown wrote: This looks to me like an Emacs configuration problem, not a Cygwin problem. The code in image.c:7723 is guarded by #ifdef HAVE_MAGICKEXPORTIMAGEPIXELS, and configure reported "no" in the corresponding test. If I understand this rightly, ... checking for MagickExportImagePixe