On Fri, Feb 09, 2001 at 07:43:18AM -0800, kmself@ix.netcom.com wrote: > Nope. Sorry, but I'm *really* lame when it comes to makefile issues. > > [EMAIL PROTECTED]:ttmkfdir]$ head Makefile > FREETYPE_BASE=/usr/include/freetype > FREETYPE_INCL=$(FREETYPE_BASE) > FREETYPE_LIB=-L$(FREETYPE_BASE)/lib/.libs -lttf > > CC=gcc > CFLAGS=-Wall -pedantic -I$(FREETYPE_INCL) > LDFALGS=$(FREETYPE_LIB) -s > > Produces: > > [EMAIL PROTECTED]:ttmkfdir]$ make > gcc -Wall -pedantic -I/usr/include/freetype -c -o ttmkfdir.o ttmkfdir.c > ttmkfdir.c:64: freetype.h: No such file or directory > make: *** [ttmkfdir.o] Error 1
Strange. You're running testing with freetype2-dev installed? -Rob