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

Nelson A. de Oliveira naoliv at debian.org
Mon May 19 12:34:40 UTC 2008


Hi!

On Mon, May 19, 2008 at 9:02 AM, Frank S. Thomas <fst at debian.org> wrote:
> Currently LabPlot does not build with the new ImageMagick because all headers
> were moved from /usr/include to /usr/include/ImageMagick and LabPlot can't
> find the headers there.

Strange...
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

However I can't test to build it here with pbuilder as it fails:
libpstoedit-dev depends on libmagick++9-dev and libmagick++9-dev
conflicts with the new ImageMagick libs.

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

Best regards,
Nelson



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