error when compiling pango ...



i got errors when compiling pango 1... 
while i compiled glib 2 and atk 1 with no errors or warnings ..

anyway, what's XftConfig ? i couldn't find it anywhere when i installed
Xfree86
so, i searches thru the net and found one and put it under /usr/X11R6

here's compilation error msgs :

/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/usr/etc\" -D
LIBDIR=\"/usr/lib\" -DMODULE_VERSION=\"1.0.0\" -DG_DISABLE_DEPRECATED
-I/usr/X11R6/include -I/usr/local/include -I/usr/local/include/freetyp
e2 -I..    -g -O2 -Wall    -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include   -c pangoxft-font.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPANGO_ENABLE_BACKEND
-DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/usr/etc\" -DLIBDIR=\"/usr/lib\"
-DMODULE_VERSI
ON=\"1.0.0\" -DG_DISABLE_DEPRECATED -I/usr/X11R6/include
-I/usr/local/include -I/usr/local/include/freetype2 -I.. -g -O2 -Wall
-I/usr/includ
e/glib-2.0 -I/usr/lib/glib-2.0/include -c pangoxft-font.c  -fPIC -DPIC -o
pangoxft-font.o
In file included from pangoxft.h:27,
                 from pangoxft-private.h:25,
                 from pangoxft-font.c:24:
../pango/pango-ot.h:43: parse error before `face'
In file included from pangoxft-private.h:25,
                 from pangoxft-font.c:24:
pangoxft.h:64: parse error before `pango_xft_font_get_face'
pangoxft.h:64: warning: type defaults to `int' in declaration of
`pango_xft_font_get_face'
pangoxft.h:64: warning: data definition has no type or storage class
In file included from pangoxft-font.c:25:
/usr/X11R6/include/X11/Xft/XftFreetype.h:34: parse error before
`_XftFTlibrary'
/usr/X11R6/include/X11/Xft/XftFreetype.h:34: warning: type defaults to
`int' in declaration of `_XftFTlibrary'
/usr/X11R6/include/X11/Xft/XftFreetype.h:34: warning: data definition has
no type or storage class
/usr/X11R6/include/X11/Xft/XftFreetype.h:37: parse error before `FT_Face'
/usr/X11R6/include/X11/Xft/XftFreetype.h:37: warning: no semicolon at end
of struct or union
/usr/X11R6/include/X11/Xft/XftFreetype.h:41: parse error before `size'
/usr/X11R6/include/X11/Xft/XftFreetype.h:41: warning: type defaults to
`int' in declaration of `size'
/usr/X11R6/include/X11/Xft/XftFreetype.h:41: warning: data definition has
no type or storage class
/usr/X11R6/include/X11/Xft/XftFreetype.h:54: parse error before `matrix'
/usr/X11R6/include/X11/Xft/XftFreetype.h:54: warning: type defaults to
`int' in declaration of `matrix'
/usr/X11R6/include/X11/Xft/XftFreetype.h:54: warning: data definition has
no type or storage class
/usr/X11R6/include/X11/Xft/XftFreetype.h:71: parse error before `face'
pangoxft-font.c: In function `get_mini_font':
pangoxft-font.c:151: `FT_Face' undeclared (first use in this function)
pangoxft-font.c:151: (Each undeclared identifier is reported only once
pangoxft-font.c:151: for each function it appears in.)
pangoxft-font.c:151: parse error before `face'
pangoxft-font.c:163: `face' undeclared (first use in this function)
pangoxft-font.c:168: warning: implicit declaration of function
`FT_Get_Char_Index'
pangoxft-font.c: In function `pango_xft_real_render':
pangoxft-font.c:277: `FT_Face' undeclared (first use in this function)
pangoxft-font.c:277: parse error before `face'
pangoxft-font.c:299: `face' undeclared (first use in this function)
pangoxft-font.c: In function `pango_xft_font_get_coverage':
pangoxft-font.c:456: `FT_Face' undeclared (first use in this function)
pangoxft-font.c:456: parse error before `face'
pangoxft-font.c:472: `face' undeclared (first use in this function)
pangoxft-font.c:477: `FT_UInt' undeclared (first use in this function)
pangoxft-font.c:477: parse error before `glyph'
pangoxft-font.c:479: `glyph' undeclared (first use in this function)
pangoxft-font.c: In function `pango_xft_font_get_font':
pangoxft-font.c:603: `FT_Face' undeclared (first use in this function)
pangoxft-font.c:603: parse error before `face'
pangoxft-font.c:604: `FT_Error' undeclared (first use in this function)
pangoxft-font.c:640: `face' undeclared (first use in this function)
pangoxft-font.c:640: dereferencing pointer to incomplete type
pangoxft-font.c:644: `ft_encoding_unicode' undeclared (first use in this
function)
pangoxft-font.c:649: `error' undeclared (first use in this function)
pangoxft-font.c:649: warning: implicit declaration of function
`FT_Set_Charmap'
pangoxft-font.c: At top level:
pangoxft-font.c:705: parse error before `pango_xft_font_get_face'
pangoxft-font.c:706: warning: return-type defaults to `int'
pangoxft-font.c: In function `pango_xft_font_get_face':
pangoxft-font.c:709: warning: return makes integer from pointer without a
cast
pangoxft-font.c:714: warning: return makes integer from pointer without a
cast
pangoxft-font.c:716: dereferencing pointer to incomplete type
pangoxft-font.c:717: warning: control reaches end of non-void function
pangoxft-font.c: In function `pango_xft_font_get_ot_info':
pangoxft-font.c:738: `FT_Face' undeclared (first use in this function)
pangoxft-font.c:738: parse error before `face'
pangoxft-font.c:740: `face' undeclared (first use in this function)
make[3]: *** [pangoxft-font.lo] Error 1
make[3]: Leaving directory `/test/pango-1.0.0/pango'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/test/pango-1.0.0/pango'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/test/pango-1.0.0'
make: *** [all-recursive-am] Error 2


__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com



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