Vladimir Dergachev <[EMAIL PROTECTED]> writes:
> On Sat, 3 Aug 2002, Keith Packard wrote: > > > > > Around 14 o'clock on Aug 3, Fred Heitkamp wrote: > > > > > I'm trying to compile the latest CVS pango version. > > > Is this possible? > > > > Yes, but you need to make sure you've added the FreeType2 header directory > > to the include path so that you get FreeType2 headers instead of FreeType1. > > Right. The problem is that freetype2 headers are (for my system) in > > /usr/local/include/freetype2/freetype > > and was compiling freetype2 source myself. So one needs to add > -I/usr/local/include/freetype2 > to CFLAGS or do > ln -s /usr/local/include/freetype2/freetype /usr/local/include/freetype > > Neither seems right.. Does anyone know a better way ? The freetype2 headers aren't the problem ... Pango will get the right include flags from freetype-config, the problem is your freetype1 headers. See, e.g.: http://mail.gnome.org/archives/gtk-i18n-list/2002-April/msg00009.html Regards, Owen _______________________________________________ Xpert mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xpert
