[Pkg-gmagick-im-team] Compile labplot with ImageMagick from experimental

Frank S. Thomas fst at debian.org
Mon May 19 12:56:22 UTC 2008


Hi!

On Monday 19 May 2008 14:34, Nelson A. de Oliveira wrote:
> Looking at configure.in (and with your patch for it too), it should
> work properly:
>
> "pkg-config --libs ImageMagick++" returns the right libs (-lMagick++
> -lMagickWand -lMagickCore) and "Magick++-config --cppflags" (that is
> the same as "pkg-config --cflags ImageMagick++") is also returning the
> correct path here: -I/usr/include/ImageMagick

The same here.

> Well, at least looking the pkg-config and Magick++-config calls, it
> seems that everything is OK, do you agree?

I guess this line is the problem:
  AC_CHECK_HEADER(magick/api.h,MAGICK_H=yes,MAGICK_H=no)
It seems that it does check for headers in `Magick++-config --cppflags` (which 
is not surprising). But changing this to
  AC_CHECK_HEADER(ImageMagick/magick/api.h,MAGICK_H=yes,MAGICK_H=no)
also does not work. I'll try to find a fix for this.

Thanks,
-- 
Frank S. Thomas <fst at debian.org>           PGP public key ID: 0xDC426429
Debian Developer                            finger fst/key at db.debian.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
Url : http://lists.alioth.debian.org/pipermail/pkg-gmagick-im-team/attachments/20080519/ad1463ff/attachment.pgp 


More information about the Pkg-gmagick-im-team mailing list