Is there a reason why gimp [Build]Depends on libpng and not libpng3?

This poses problems with the helpbrowser: It links with libpng.2.dylib, but also with libgtkxmhtml which in turn links with libpng.3.dylib. So both libraries are loaded at runtime, and the result is the infamous

 libpng warning: Application was compiled with png.h from libpng-1.2.5
 libpng warning: Application  is running with png.c from libpng-1.0.12
 libpng error: Incompatible libpng version in application and library

I just recompiled gimp with dependencies changed to libpng3[-shlibs], and the helpbrowser works now. I didn't have the time to test anything else.

--
Martin



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to