Magick filter kit linking error.

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
egor7
Posts: 5
Joined: 2012-05-28T22:06:27-07:00
Authentication code: 13

Magick filter kit linking error.

Post by egor7 »

In version 6.8.0 Magick Filter Kit seems stop working. Lots of warning for deprecated calls. And a fatal error on build.
Build problem related to the inappropriate finding IM filters/coders paths. It is because of 'MagickCore-config --filter-path' stopped working.

So how should I get filters dir?

MagickCore-config is a script. It performs pkg-config calls. The content of /opt/local/lib/pkgconfig/ImageMagick.pc (there is no link to filters dir exists):

prefix=/opt/local
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include/ImageMagick

Name: ImageMagick
Description: ImageMagick - Convert, Edit, and Compose Images
Version: 6.8.0
Libs: -L${libdir} -lMagickCore
Cflags: -I${includedir}

I found filters dir manually on my system at /opt/local/lib/ImageMagick-6.8.0/modules-Q16/filters. But I need an automated way.

P.S.
Move to Magick kit bugs, please.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Magick filter kit linking error.

Post by magick »

We can reproduce the problem you posted and have a patch. Look for an updated kit within a day or two. Thank.
Post Reply