Hello,
trying to install
https://github.com/archfan/bob-infinality-bundle
however install script generated the following error:
fcfreetype.c:71:2: warning: #warning "No FT_Get_BDF_Property: Please install freetype 2.1.4 or later" [-Wcpp]
#warning "No FT_Get_BDF_Property: Please install freetype 2.1.4 or later"
^~~~~~~
fcfreetype.c:75:2: warning: #warning "No FT_Get_PS_Font_Info: Please install freetype 2.1.1 or later" [-Wcpp]
#warning "No FT_Get_PS_Font_Info: Please install freetype 2.1.1 or later"
^~~~~~~
fcfreetype.c:2000:2: warning: #warning "No FT_Get_Next_Char: Please install freetype version 2.1.0 or newer" [-Wcpp]
#warning "No FT_Get_Next_Char: Please install freetype version 2.1.0 or newer"
^~~~~~~
fcfreetype.c:2017:1: warning: ‘FcHashGlyphName’ defined but not used [-Wunused-function]
FcHashGlyphName (const FcChar8 *name)
^~~~~~~~~~~~~~~
fcfreetype.c:2010:23: warning: ‘prefer_unicode’ defined but not used [-Wunused-const-variable=]
static const FcChar32 prefer_unicode[] = {
^~~~~~~~~~~~~~
fcfreetype.c:988:1: warning: ‘FcStringIsConst’ defined but not used [-Wunused-function]
FcStringIsConst (const FcChar8 *string,
^~~~~~~~~~~~~~~
CC fcfs.lo
CC fcinit.lo
CC fclang.lo
CC fclist.lo
CC fcmatch.lo
fcmatch.c:324:63: error: ‘PRI_CHAR_WIDTH_STRONG’ undeclared here (not in a function); did you mean ‘PRI_WIDTH_STRONG’?
#define FC_OBJECT(NAME, Type, Cmp) { FC_##NAME##_OBJECT, Cmp, PRI_##NAME##_STRONG, PRI_##NAME##_WEAK },
^
fcobjs.h:54:1: note: in expansion of macro ‘FC_OBJECT’
FC_OBJECT (CHAR_WIDTH, FcTypeInteger, NULL)
^~~~~~~~~
fcmatch.c:324:84: error: ‘PRI_CHAR_WIDTH_WEAK’ undeclared here (not in a function); did you mean ‘PRI_WIDTH_WEAK’?
#define FC_OBJECT(NAME, Type, Cmp) { FC_##NAME##_OBJECT, Cmp, PRI_##NAME##_STRONG, PRI_##NAME##_WEAK },
^
fcobjs.h:54:1: note: in expansion of macro ‘FC_OBJECT’
FC_OBJECT (CHAR_WIDTH, FcTypeInteger, NULL)
^~~~~~~~~
make[3]: *** [Makefile:595: fcmatch.lo] Error 1
make[3]: Leaving directory '/tmp/bob-infinality-bundle/fontconfig-2.11.95/src'
make[2]: *** [Makefile:497: all] Error 2
make[2]: Leaving directory '/tmp/bob-infinality-bundle/fontconfig-2.11.95/src'
make[1]: *** [Makefile:583: all-recursive] Error 1
make[1]: Leaving directory '/tmp/bob-infinality-bundle/fontconfig-2.11.95'
make: *** [Makefile:467: all] Error 2
How can I fix this?
Thank you for your help
Note:
after searching a little bit I have found this explanation:
https://github.com/voidlinux/void-packages/issues/5693
?