freetype
[Top][All Lists]
Advanced

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

Re: [Freetype] Compiling on the Texas DSP


From: Werner LEMBERG
Subject: Re: [Freetype] Compiling on the Texas DSP
Date: Tue, 13 Apr 2004 23:02:40 +0200 (CEST)

> I converted FT_IMAGE_TAG (ftimage.h) and FT_ENC_TAG (freetype.h)  to 
> 16bit enumerations as it says in the comments.
> e.g #define FT_ENC_TAG( value, a, b, c, d )  (value)  
> This line then causes the following error type,  
> "G:\ft\include\freetype/freetype.h", line 614: error: expected an 
> identifier".
> It can be cured by removing the brackets around (value).

Thanks, I fixed the comments.

> The number of bits in a char is defined in limits.h.  Here is the
> Texas definition,
>   #define CHAR_BIT    16    /* NUMBER OF BITS IN TYPE CHAR  */
> Should this be used as a test in ftconfig.h?

Yes.  I've changed ftconfig.h accordingly.  Please test the CVS and
report any further problems.


    Werner






reply via email to

[Prev in Thread] Current Thread [Next in Thread]