Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=77620 --- shadow/77620 2006-04-27 01:45:37.000000000 -0400 +++ shadow/77620.tmp.15271 2006-04-27 09:28:31.000000000 -0400 @@ -41,6 +41,24 @@ ------- Additional Comments From [EMAIL PROTECTED] 2006-04-27 01:45 ------- Wade, can you check the patch I just attached. It should work for both stock RH9 as well as current stuff. (Or so I hope). I used the configure code from cairo. + +------- Additional Comments From [EMAIL PROTECTED] 2006-04-27 09:28 ------- +I encountered this issue on SLES 9, too. I had to use + +CFLAGS=`pkg-config --cflags freetype2` ./configure + +otherwise cairo won't compile. + +Both + + pkg-config --cflags freetype2 + +and + + freetype-config --cflags + +are working and return the same value. + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
