I try to emerge openttd-0.5.0_rc4 and openttd-0.5.0_rc5 and receive linking
error about unresolved symbol 'FcFini':
===> Compiling fontcache.c
fontcache.c: In function ‘GetFontByFaceName’:
fontcache.c:216: warning: implicit declaration of function ‘FcFini’
......
====> Linking openttd
fontcache.o: In function `LoadFreeTypeFont':
fontcache.c:(.text+0x8c6): undefined reference to `FcFini'
fontcache.c:(.text+0x9ed): undefined reference to `FcFini'
fontcache.c:(.text+0xa13): undefined reference to `FcFini'
collect2: ld returned 1 exit status
make: *** [openttd] Ошибка 1
Problem solved after upgrading fontconfig-2.2.3 to fontconfig-2.3.2-r1 or
later.
Reproducible: Always
Steps to Reproduce:
1. emerge -1 =fontconfig-2.2.3 =openttd-0.5.0_rc5