Can't update Freetype 2.6.0

nmb

Verified User
Joined
Sep 13, 2008
Messages
223
Tried to update Freetype using ./build update_versions Below is what I got :

Code:
type-2.6.0/src/autofit -I/usr/local/directadmin/custombuild/freetype-2.6.0/objs -I./builds/unix -I/usr/local/directadmin/custombuild/freetype-2.6.0/include -c -Wall -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -I/usr/include/libpng15 -DFT_CONFIG_OPTION_USE_PNG -I/usr/include/harfbuzz -DFT_CONFIG_OPTION_USE_HARFBUZZ "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /usr/local/directadmin/custombuild/freetype-2.6.0/src/autofit/autofit.c  -fPIC -DPIC -o /usr/local/directadmin/custombuild/freetype-2.6.0/objs/.libs/autofit.o
In file included from /usr/local/directadmin/custombuild/freetype-2.6.0/src/autofit/autofit.c:37:0:
/usr/local/directadmin/custombuild/freetype-2.6.0/src/autofit/hbshim.c: In function 'af_get_coverage':
/usr/local/directadmin/custombuild/freetype-2.6.0/src/autofit/hbshim.c:190:17: error: 'HB_SET_VALUE_INVALID' undeclared (first use in this function)
     for ( idx = HB_SET_VALUE_INVALID; hb_set_next( gsub_lookups, &idx ); )
                 ^
/usr/local/directadmin/custombuild/freetype-2.6.0/src/autofit/hbshim.c:190:17: note: each undeclared identifier is reported only once for each function it appears in
make: *** [/usr/local/directadmin/custombuild/freetype-2.6.0/objs/autofit.lo] Error 1

*** The make has failed, would you like to try to make again? (y,n):

Can anyone help?


Thank you,
 
Hello,

Just had a reported solution for this issue:
Code:
yum remove harfbuzz-devel.i686 harfbuzz-devel.x86_64
John
 
Back
Top