
14 May
2008
14 May
'08
6:22 a.m.
First off, thanks for all the info. It really helped.
On Tue, 2008-05-13 at 17:07 -0400, Jeff Kowalczyk wrote:
/usr/include/ImageMagick/Magick++.h
This is non-standard. It can be correct, but I'm guessing this command returns the same thing it does for me:
$ pkg-config --libs --cflags ImageMagick++ -lMagick++ -lWand -lMagick $
Which basically means the ImageMagick++.pc file is incorrect on your system. I think the more standard installation is to have Magick++.h in /usr/include, but I can understand someone wanting to change it. But that person needs to update the package config script too or compiles will break :)
I'd file a bug with Gentoo.
--Ted