What is the interdepdency of freetype and fontconfig?<br>
<br>
I am getting following errors <br>
<br>
fcfreetype.c:76:2: warning: #warning "No FT_Get_BDF_Property: Please install freetype 2.1.4 or later"<br>
fcfreetype.c: In function `FcGetPixelSize':<br>
fcfreetype.c:971: error: structure has no member named `y_ppem'<br>
fcfreetype.c: In function `FcFontCapabilities':<br>
fcfreetype.c:2828: warning: implicit declaration of function `FT_Load_Sfnt_Table'<br>
make[2]: *** [fcfreetype.lo] Error 1<br>
make[2]: Leaving directory `/home/munira/motokit/fontconfig-2.3.91/src'<br>
make[1]: *** [all-recursive] Error 1<br>
make[1]: Leaving directory `/home/munira/motokit/fontconfig-2.3.91'<br>
make: *** [all] Error 2<br>
<br>
Can anybody please help me identify the prob<br>