On Thu, Feb 08, 2001 at 05:19:38PM -0800, kmself@ix.netcom.com wrote: > Though I wouldn't mind knowing how to build this mother.
How about this: change the first two lines of the Makefile from: FREETYPE_BASE=../freetype-1.1 FREETYPE_INCL=$(FREETYPE_BASE)/lib to... FREETYPE_BASE=/usr/include/freetype FREETYPE_INCL=$(FREETYPE_BASE) At least that's what did it for me. -Rob