[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft] compilation issue
From: |
Werner LEMBERG |
Subject: |
Re: [ft] compilation issue |
Date: |
Tue, 21 Sep 2010 07:33:24 +0200 (CEST) |
> as I was trying to compile freetype 2.4.2 I ran into this:
>
> In file included from
> /src/a/freetype-2.4.2/src/truetype/truetype.c:22:0:
> /src/a/freetype-2.4.2/src/truetype/ttpic.c: In function
> 'tt_driver_class_pic_init':
> /src/a/freetype-2.4.2/src/truetype/ttpic.c:53:40: error: 'TT_Err_Ok'
> undeclared (first use in this function)
>
> I am sort of puzzled by this error because I couldn't find a
> definition of that symbol anywhere in the sources. Any ideas what
> it could be?
What configuration options have you changed in ftoption.h? It's
possible that not all options work $(Q#|(B in particular,
FT_CONFIG_OPTION_PIC is broken, IIRC.
Werner