on Thu, Feb 08, 2001 at 11:54:31PM -0600, Rob VanFleet ([EMAIL PROTECTED]) wrote: > On Thu, Feb 08, 2001 at 05:19:38PM -0800, [email protected] 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.
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
Cheers.
--
Karsten M. Self <[email protected]> http://kmself.home.netcom.com/
What part of "Gestalt" don't you understand? There is no K5 cabal
http://gestalt-system.sourceforge.net/ http://www.kuro5hin.org
pgpRXEsexYfL1.pgp
Description: PGP signature

