[MPlayer-dev-eng] MPlayer compiling bug on Mac OS X
Diego Biurrun
diego at biurrun.de
Wed Sep 20 23:44:54 CEST 2006
On Wed, Sep 20, 2006 at 03:46:04PM -0400, Ergzay wrote:
> It has been awhile since I last updated mplayer and when I tried I
> found that it no longer compiled. I did regression tests to find out
> when the exact error occured and it appears to have happened with the
> change between 17:51:47 and 17:51:48 on 2006-08-21. I used svn diff
> --old @19488 --new @19489
> The diff is attached.
The patch does not apply.
> I have fontconfig version 1.0.1, freetype 2.1.10, gcc 3.3, ld
> cctools-525.obj~1, and make 3.79 all runnning on Mac OS X 10.3.9 on a
> 1.2 Ghz iBook G4.
>
> The error that occured was:
> cc -O4 -mcpu=7450 -mtune=7450 -pipe -ffast-math -fomit-frame-pointer
> [...]
> -framework OpenGL
> ld: Undefined symbols:
> _FT_GlyphSlot_Oblique
> _FT_Glyph_Stroke
> _FT_Stroker_Done
> _FT_Stroker_New
> _FT_Stroker_Set
> make: *** [mplayer] Error 1
Somehow some FreeType symbols cannot be resolved. Possibly a different
oder of the linker flags / libs is necessary. Try putting -lfreetype at
another place in the link command.
Diego
More information about the MPlayer-dev-eng
mailing list