problem with {Magick{,++},Wand}-config

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
_maekke_

problem with {Magick{,++},Wand}-config

Post by _maekke_ »

Hello

{Magick{,++},Wand}-config do not work as expected. Their output should be the necessary data to compile/link other stuff with it. They should not include the flags that were used to compile ImageMagick.
pkg-config seems to be correct:

Code: Select all

$ pkg-config --libs ImageMagick++
-lMagick++ -lWand -lMagick
The incorrect Magick++-config:

Code: Select all

$ Magick++-config --libs
-lMagick++ -lMagick -llcms -ltiff -lfreetype -ljpeg -lfontconfig -lXext -lSM -lICE -lX11 -lXt -lbz2 -lz -lm -lpthread -lWand -lMagick
The same is with the cflags etc. For the reference, we also have a bug entry at the gentoo bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=153476


Markus
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: problem with {Magick{,++},Wand}-config

Post by magick »

We have a patch for this problem in ImageMagick 6.3.7-9 Beta available sometime tomorrow. Thanks.
Post Reply