On Tue, 13 May 2008 23:22:41 -0700, Ted Gould wrote:
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.
Thanks, I will file a Gentoo bug. So that I properly refer to the upstream change, what (unreleased) version will this first affect, and do you have the svn rev that I can point to?
media-gfx/inkscape-0.46-r2.ebuild is in portage and unaffected AFAIK. I build by tarring up trunk for a local media-gfx/inkscape-0.46.2.ebuild.
Thanks, Jeff