freetype-devel
[Top][All Lists]
Advanced

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

Re: [ft-devel] CUSTOM: How to remove ftfntfmt.c and ftlcdfil.c


From: Werner LEMBERG
Subject: Re: [ft-devel] CUSTOM: How to remove ftfntfmt.c and ftlcdfil.c
Date: Tue, 06 Mar 2018 00:13:25 +0100 (CET)

> .\Obj\STM3210E-LK.axf: Error: L6218E: Undefined symbol
>   FT_Get_Font_Format (referred from ftbase.o).

A bug, now fixed in git.

> .\Obj\STM3210E-LK.axf: Error: L6218E: Undefined symbol
>   ft_lcd_padding (referred from ftbase.o).

Ditto.

> .\Obj\STM3210E-LK.axf: Error: L6218E: Undefined symbol FT_Bitmap_Copy 
> (referred from ftglyph.o).
> .\Obj\STM3210E-LK.axf: Error: L6218E: Undefined symbol FT_Bitmap_Done 
> (referred from ftglyph.o).
> .\Obj\STM3210E-LK.axf: Error: L6218E: Undefined symbol FT_Bitmap_Init 
> (referred from ftglyph.o).

This I won't fix – it happens only if you enable debugging.  Simply
comment out the `FT_DEBUG_LEVEL_XXX' macros:

  /* #define FT_DEBUG_LEVEL_ERROR */
  /* #define FT_DEBUG_LEVEL_TRACE */

> And I try to add ftfntfmt.c and ftlcdfil.c, it gets ok. (enough for
> me, just waste some bytes)

This is the two patches do.


    Werner

reply via email to

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