James Dasher wrote:

The package maintainer has emailed suggesting that I rebuild gimp2 and send him the config.log. I'm going to try that, and provide whatever feedback for him that I can.

OK, here is some info for the package maintainer:

I am now getting the same error as James and Evan. The reason I found is that since I last built gimp2, I updated gtk+2-dev from 2.4.4-6 to 2.4.9-8. The difference between the two that breaks gimp2 is that

   pkg-config --libs gdk-x11-2.0

now gives the result

-L/sw/lib -L/usr/X11R6/lib -lgdk-x11-2.0 -lXrandr -lXinerama -lXext -lXft -lfreetype -lXrender -lfontconfig -lX11 -lXcursor -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv

whereas with the previous version it used to give

-L/sw/lib -lgdk-x11-2.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv

Note the "-lfontconfig" in the new version. Unless gtk+2 goes back to its old ways, this looks like a pretty hard nut to crack for gimp2 to avoid linking to the libfontconfig.dylib in /usr/X11R6.

--
Martin




-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to