Hello, On Fri, 28 Sep 2007 12:27:56 +0100 Rob Kendrick <[EMAIL PROTECTED]> wrote:
> We don't officially support GTK versions earlier than 2.8. I suppose > this should be detailed in the documentation. Yes, it should.:) > On all machines and > distributions I have access to, pkg-config when using GTK 2.8 or above > implicitly brings in Cairo as GTK now depends on it, which is why I > never explicitly mention it in the Makefile. If you have contrary > evidence, I'll happily apply this patch. You are right that GTK >= 2.8 depends on cairo. But it is necessary to find cout the CFLAGS (e. g. -I/usr/include/cairo), which is why I mentioned it in the makefile. Otherwise cairo.h isn't found on my system. Regards, Henry
