[MPlayer-users] SVN compile error undefined reference to `FT_GlyphSlot_Oblique'

Evgeniy Stepanov eugeni.stepanov at gmail.com
Sat Nov 25 19:47:17 CET 2006


On Saturday 25 November 2006 19:14, Rinaldi J. Montessi wrote:
> SVN compile error  undefined reference to `FT_GlyphSlot_Oblique'
> Checked out revision 21221. (this AM)
>
> I've tried to compile with freetype 2.1.9 and 2.1.10 (my research tells
> me this is a libfreetype problem) but no joy with either version.  Have
> I missed something?
>
> libass/libass.a(ass_render.o)(.text+0x325d): In function `get_glyph':
> : undefined reference to `FT_GlyphSlot_Oblique'
>
> collect2: ld returned 1 exit status
> make: *** [mplayer] Error 1

This function is only used when compiling with freetype >= 2.1.10. If you are 
getting the error with 2.1.9, there must be something wrong with your 
freetype installation. Could it be that headers from 2.1.10 are used in both 
cases ?

There were similar problems with freetype 2.1.9 in FC4 (they were the reason 
to limit using of FT_GlyphSlot_Oblique to freetype >= 2.1.10). What 
distribution are you using ? Have you tried compiling freetype from source ?



More information about the MPlayer-users mailing list