Around 9 o''clock on Jun 10, Popeanga Marian wrote:> fcfreetype.c:279: error: `PS_FontInfoRec'' undeclared (first use in this > fcfreetype.c:954:2: warning: #warning "No FT_Get_Next_Char"The best solution is to upgrade FreeType to 2.1.4 or better, alternatively you can use current FontConfig CVS which works around older versions of freetype. -keith
Hello , gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/include/freetype2 -DFONTCONFIG_PATH=\"/etc/fonts\" -I.. -I../src -g -O2 -c fcfreetype.c -fPIC -o .libs/fcfreetype.o fcfreetype.c: In function `FcFreeTypeQuery'': fcfreetype.c:279: error: `PS_FontInfoRec'' undeclared (first use in this function) fcfreetype.c:279: error: (Each undeclared identifier is reported only once fcfreetype.c:279: error: for each function it appears in.) fcfreetype.c:279: error: parse error before "psfontinfo" fcfreetype.c:738: error: `psfontinfo'' undeclared (first use in this function) fcfreetype.c:954:2: warning: #warning "No FT_Get_Next_Char" make[2]: *** [fcfreetype.lo] Error 1 make[2]: Leaving directory `/home/marian/kit/fontconfig-2.2.0/src'' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/marian/kit/fontconfig-2.2.0'' make: *** [all-recursive-am] Error 2 I get this compile error when trying to install fontconfig-2.2.0 How can i overcome this error ? -- Popeanga Marian DBA Oracle CNLO Romania