pango 1.0.1 & freetype 2.1.0 problem



Hi,
I have a problem compiling pango 1.0.1 with freetype 2.1.0 installed. At least I think that the problemis caused by freetype 2.1.0 because compiling pango with freetype 2.0.9 installed everthing worked fine.
I've attached the compiling log I made ...

Any help would be nice

--
Christian Quast (Student at University of Bremen)

  Do NOT fear DEATH
     it's the reality
  LIFE is but a DREAM
make  all-recursive
make[1]: Entering directory `/home/share/src/development/gtk/pango-1.0.1'
Making all in pango
make[2]: Entering directory `/home/share/src/development/gtk/pango-1.0.1/pango'
Making all in opentype
make[3]: Entering directory `/home/share/src/development/gtk/pango-1.0.1/pango/opentype'
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/usr/local/apps/pango/1.0.1/etc\" -DLIBDIR=\"/usr/local/apps/pango/1.0.1/lib\" -DG_DISABLE_DEPRECATED -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/X11R6/include -I../..    -g -O2 -Wall -D_REENTRANT -I/usr/local/apps/glib/2.0.1/include/glib-2.0 -I/usr/local/apps/glib/2.0.1/lib/glib-2.0/include   -c ftxopen.c
rm -f .libs/ftxopen.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/usr/local/apps/pango/1.0.1/etc\" -DLIBDIR=\"/usr/local/apps/pango/1.0.1/lib\" -DG_DISABLE_DEPRECATED -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/X11R6/include -I../.. -g -O2 -Wall -D_REENTRANT -I/usr/local/apps/glib/2.0.1/include/glib-2.0 -I/usr/local/apps/glib/2.0.1/lib/glib-2.0/include -c ftxopen.c  -fPIC -DPIC -o ftxopen.o
ftxopen.c: In function `Load_LangSys':
ftxopen.c:44: warning: implicit declaration of function `ACCESS_Frame'
ftxopen.c:47: warning: implicit declaration of function `GET_UShort'
ftxopen.c:51: warning: implicit declaration of function `FORGET_Frame'
ftxopen.c:55: warning: implicit declaration of function `ALLOC_ARRAY'
ftxopen.c:55: parse error before `FT_UShort'
ftxopen.c:60: warning: implicit declaration of function `FREE'
ftxopen.c:39: warning: unused variable `memory'
ftxopen.c:38: warning: `error' might be used uninitialized in this function
ftxopen.c: In function `Load_Script':
ftxopen.c:95: warning: implicit declaration of function `FILE_Pos'
ftxopen.c:107: warning: implicit declaration of function `FILE_Seek'
ftxopen.c:141: parse error before `TTO_LangSysRecord'
ftxopen.c:151: warning: implicit declaration of function `GET_ULong'
ftxopen.c:87: warning: `error' might be used uninitialized in this function
ftxopen.c: In function `Load_ScriptList':
ftxopen.c:225: parse error before `TTO_ScriptRecord'
ftxopen.c:205: warning: `error' might be used uninitialized in this function
ftxopen.c: In function `Load_Feature':
ftxopen.c:308: parse error before `FT_UShort'
ftxopen.c:291: warning: unused variable `memory'
ftxopen.c:290: warning: `error' might be used uninitialized in this function
ftxopen.c: In function `Load_FeatureList':
ftxopen.c:360: parse error before `TTO_FeatureRecord'
ftxopen.c:340: warning: `error' might be used uninitialized in this function
ftxopen.c: In function `Load_Lookup':
ftxopen.c:587: parse error before `TTO_SubTable'
ftxopen.c:565: warning: `error' might be used uninitialized in this function
ftxopen.c: In function `Load_LookupList':
ftxopen.c:668: parse error before `TTO_Lookup'
ftxopen.c:670: parse error before `FT_UShort'
ftxopen.c:700: warning: label `Fail2' defined but not used
ftxopen.c:648: warning: `error' might be used uninitialized in this function
ftxopen.c: In function `Load_Coverage1':
ftxopen.c:757: parse error before `FT_UShort'
ftxopen.c:741: warning: unused variable `memory'
ftxopen.c:740: warning: `error' might be used uninitialized in this function
ftxopen.c: In function `Load_Coverage2':
ftxopen.c:806: parse error before `TTO_RangeRecord'
ftxopen.c:790: warning: unused variable `memory'
ftxopen.c:789: warning: `error' might be used uninitialized in this function
ftxopen.c: In function `Load_Coverage':
ftxopen.c:850: warning: `error' might be used uninitialized in this function
ftxopen.c: In function `Load_ClassDef1':
ftxopen.c:1045: parse error before `FT_UShort'
ftxopen.c:1018: warning: unused variable `memory'
ftxopen.c:1017: warning: `error' might be used uninitialized in this function
ftxopen.c: In function `Load_ClassDef2':
ftxopen.c:1111: parse error before `TTO_ClassRangeRecord'
ftxopen.c:1090: warning: unused variable `memory'
ftxopen.c:1089: warning: `error' might be used uninitialized in this function
ftxopen.c: In function `Load_ClassDefinition':
ftxopen.c:1165: parse error before `FT_Bool'
ftxopen.c:1162: warning: unused variable `memory'
ftxopen.c:1161: warning: `error' might be used uninitialized in this function
ftxopen.c: In function `Load_EmptyClassDefinition':
ftxopen.c:1210: parse error before `FT_Bool'
ftxopen.c:1216: parse error before `FT_UShort'
ftxopen.c:1207: warning: unused variable `memory'
ftxopen.c:1222: warning: label `Fail' defined but not used
ftxopen.c: In function `Load_Device':
ftxopen.c:1391: parse error before `FT_UShort'
ftxopen.c:1366: warning: unused variable `memory'
ftxopen.c:1365: warning: `error' might be used uninitialized in this function
make[3]: *** [ftxopen.lo] Error 1
make[3]: Leaving directory `/home/share/src/development/gtk/pango-1.0.1/pango/opentype'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/share/src/development/gtk/pango-1.0.1/pango'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/share/src/development/gtk/pango-1.0.1'
make: *** [all-recursive-am] Error 2


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]