[MPlayer-users] SVN make fails on Mac OS X, Undefined symbols: _FT_Glyph_StrokeBorder _FT_Request_Size
Evgeniy Stepanov
eugeni.stepanov at gmail.com
Sat Jun 16 00:38:17 CEST 2007
On Friday 15 June 2007, KURAAKU Deibiddo wrote:
> Masaru-san,
>
> Sadly, I'm at a loss for why I get that error, also. Thanks for all of
> your assistance so far. As far as I can tell, my libraries have those
> symbols:
>
> [root at entropy lib]# pwd
>
> /usr/local/lib
>
> [root at entropy lib]# grep _FT_Request_Size *.*
>
> Binary file libfreetype.6.3.15.dylib matches
> Binary file libfreetype.6.dylib matches
> Binary file libfreetype.a matches
> Binary file libfreetype.dylib matches
>
> [root at entropy lib]# grep _FT_Glyph_StrokeBorder *.*
>
> Binary file libfreetype.6.3.15.dylib matches
> Binary file libfreetype.6.dylib matches
> Binary file libfreetype.a matches
> Binary file libfreetype.dylib matches
>
> Anyone have any suggestions?
Seems like adding an underscore before a symbol name is a common thing on
Mac :) The same library on linux exports "normal" symbols FT_Request_Size and
FT_Glyph_StrokeBorder.
May be you are using headers and libraries from different freetype versions ?
More information about the MPlayer-users
mailing list