[Mono-dev] Building libgdiplus-1.1.9 from sources

Vorobiev Maksim MVorobiev at croc.ru
Mon Sep 12 12:20:33 EDT 2005


Good day.

Just downloaded libgdiplus-1.1.9 tarball from Download page. I compile and install Cairo library 1.0.0 separatly and now try to build libgdiplus with it:

./configure --with-cairo=installed

But i got the error message: "Did not find Cairo == 0.3.0".

Does it still use the old Cairo release? I think not, since libgdiplus ships with 1.0.1 (is it true, 1.0.1 is released?) Cairo version.
IMHO there is the error in configure.in:

...
	if pkg-config --exact-version 0.3.0 cairo; then
		echo Cairo installation OK
	else
		AC_MSG_ERROR("Did not find Cairo == 0.3.0");
	fi

...

Thank you.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20050912/39382783/attachment.html 


More information about the Mono-devel-list mailing list