[MPlayer-users] 1.0rc2 on osx: unable to load subfonts
William Xu
william.xwl at gmail.com
Sun Nov 11 10:07:23 CET 2007
Krzysztof Duchnowski <amidk75 at gmail.com> writes:
> First of all - don't force "--enable-freetype" to "./configure"
> Second - you don't have "fontconfig"
> Thrid - you was asked to check "configure.log" but not "./configure"
> <stdout> as you included.
Okay...i did that. And it turns out that freetype can't be detected
correctly was caused by the same error i pasted previously, namely
,----[ configure.log ]
| ld: cycle in dylib re-exports with /usr/X11/lib/libGL.dylib
| collect2: ld returned 1 exit status
`----
And google tells me it's a bug of leopard, also i find the following
workaround to fix it:
,----
| $ LDFLAGS+="-dylib_file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib" \
| ./configure --prefix=$HOME --enable-menu
`----
Thanks for all help !
--
William
More information about the MPlayer-users
mailing list