[Lazarus] Get JPEG from TAChart in CGI app

Vincent Snijders vincent.snijders at gmail.com
Mon Apr 4 13:32:04 CEST 2011


2011/4/4 Vincent Snijders <vincent.snijders at gmail.com>:
> 2011/3/23 Alexander Klenin <klenin at gmail.com>:
>> Thanks for the pointer. I have added TFreetypeFont to the FPCanvas drawer.
>> See nogui demo since r29999.
>>
>
> Does this mean that TAChart now always depends on TFreeTypeFont? And
> that therefore Lazarus now requires the freefont libraries to be built
> (and run) on *nix and to be run on windows?

The reason I ask, on powerpc-darwin (Mac OS X), I get the following errors:
Linking ../lazarus
/usr/bin/ld: Undefined symbols:
_FT_Done_FreeType
_FT_Done_Glyph
_FT_Get_Char_Index
_FT_Get_Glyph
_FT_Get_Kerning
_FT_Glyph_Copy
_FT_Glyph_To_Bitmap
_FT_Glyph_Transform
_FT_Init_FreeType
_FT_Load_Glyph
_FT_New_Face
_FT_Set_Char_Size
_FT_Set_Pixel_Sizes
An error occurred while linking
Error: Error while linking
Fatal: There were 1 errors compiling module, stopping
Fatal: Compilation aborted

Vincent




More information about the Lazarus mailing list