[ft-devel] memory leak

2008-08-04 Thread Emmanuel BOUAZIZ
Hello, I'm trying to use freetype2 under eCos. I followed the tutorial (step 2) and am using kerning and glyph metrics for centering. The rendering works well in both normal and mono modes :) But when I activated the FT_DEBUG_MEMORY mode to get an idea an the memory footprint, it reported

[ft-devel] Compiling ft2demos 2.3.7 on OSX 10.5.4

2008-08-04 Thread Mark Leisher
I'm getting errors like: Undefined symbols: _HomeResFile, referenced from: _FT_New_Face_From_FOND in libfreetype.a (ftbase.o) Which library am I missing? -- Mark Leisher ___ Freetype-devel mailing list Freetype-devel@nongnu.org

Re: [ft-devel] FreeType font that can not be loaded

2008-08-04 Thread Albert Astals Cid
A Dilluns 04 Agost 2008, Werner LEMBERG va escriure: Continuing with my fonts that come in PDF and can not be opened series i'm attaching a TTF file that FreeType can not load. FontForge seems to get it right. The font is bad. The table header claims there are 9 tables when

Re: [ft-devel] Compiling ft2demos 2.3.7 on OSX 10.5.4

2008-08-04 Thread Sean McBride
On 8/4/08 11:15 AM, Mark Leisher said: I'm getting errors like: Undefined symbols: _HomeResFile, referenced from: _FT_New_Face_From_FOND in libfreetype.a (ftbase.o) Which library am I missing? Sounds like you are not linking against CoreServices.framework. Adding -framework

Re: [ft-devel] Compiling ft2demos 2.3.7 on OSX 10.5.4

2008-08-04 Thread Mark Leisher
Sean McBride wrote: Sounds like you are not linking against CoreServices.framework. Adding -framework CoreServices to the linker flags would fix that. Not sure if it's something that should be happening automatically, but probably. Yep. It also requires -framework ApplicationServices. A

Re: [ft-devel] Compiling ft2demos 2.3.7 on OSX 10.5.4

2008-08-04 Thread mpsuzuki
Sorry for your inconvenience. On Mon, 04 Aug 2008 11:30:05 -0600 Mark Leisher [EMAIL PROTECTED] wrote: Sean McBride wrote: Sounds like you are not linking against CoreServices.framework. Adding -framework CoreServices to the linker flags would fix that. Not sure if it's something that

Re: [ft-devel] Compiling ft2demos 2.3.7 on OSX 10.5.4

2008-08-04 Thread Werner LEMBERG
I'm getting errors like: Undefined symbols: _HomeResFile, referenced from: _FT_New_Face_From_FOND in libfreetype.a (ftbase.o) Which library am I missing? Sounds like you are not linking against CoreServices.framework. Adding -framework CoreServices to the linker flags