Carsten Haitzler (The Rasterman) wrote:
> On Fri, 16 Jan 2009 23:59:57 +0100 "Marcin M. Jessa" <[email protected]> 
> babbled:
>
> smells like your freetype is missing a symbol. from the code:
>
> #if FREETYPE_MINOR >= 2
>          return FT_Get_TrueType_Engine_Type(evas_ft_lib) >=
>                 FT_TRUETYPE_ENGINE_TYPE_PATENTED;
> #else
>          /* we may not rely on TT_CONFIG_OPTION_BYTECODE_INTERPRETER
>           * here to find out whether it's supported.
>           *
>           * so, assume it is. o_O
>           */
>          return 1;
> #endif
>
> so evas actually checks freetype version and if the version is high enough
> (minor >= 2) then it uses this. so maybe your headers for ft dont match the
> libs.

How can't headers match the libs when they come from the same 
package/source?
What can I do to check this?



------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
enlightenment-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to