[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: TT Fonts resolved (was Re: XF86v4: mouse and fonts)



on Thu, Feb 08, 2001 at 11:54:31PM -0600, Rob VanFleet (rvf@linux-cs.tccw.wku.edu) wrote:
> 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.

Nope.  Sorry, but I'm *really* lame when it comes to makefile issues.

    [karsten@ego: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:

    [karsten@ego: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 <kmself@ix.netcom.com>    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

Attachment: pgpduzOTcmEEP.pgp
Description: PGP signature


Reply to: