I'm trying to compile the latest CVS pango version.
Is this possible?
Apparently it requires freetype 2 and Xft.
Xft wants to include freetype1 as far as I can tell
by looking at the Xft headers, specifically:

/usr/X11R6/include/X11/Xft/XftFreetype.h
..
#include <X11/Xft/Xft.h>
#include <freetype/freetype.h>
..

/usr/gcc-3.1.1/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPANGO_ENABLE_BACKEND
-DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/drives/sg4/gnome2//etc\"
-DLIBDIR=\"/drives/sg4/gnome2//lib\" -DMODULE_VERSION=\"1.0.0\"
-DG_DISABLE_DEPRECATED -I/usr/X11R6/include -I/usr/X11R6//include
-I/usr/X11R6//include/freetype2 -I.. -g -O2 -Wall -D_REENTRANT
-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -c
pangoxft-font.c -MT pangoxft-font.lo -MD -MP -MF .deps/pangoxft-font.TPlo
-fPIC -DPIC -o .libs/pangoxft-font.lo
In file included from pangoxft-font.c:27:
/usr/X11R6/include/X11/Xft/XftFreetype.h:73: parse error before '*' token
/usr/X11R6/include/X11/Xft/XftFreetype.h:74: warning: type defaults to
`int' in declaration of `XftFreeTypeOpen'
/usr/X11R6/include/X11/Xft/XftFreetype.h:74: warning: data definition has
no type or storage class
/usr/X11R6/include/X11/Xft/XftFreetype.h:77: parse error before
"XftFontStruct"
/usr/X11R6/include/X11/Xft/XftFreetype.h:79: parse error before '*' token
/usr/X11R6/include/X11/Xft/XftFreetype.h:80: warning: type defaults to
`int' in declaration of `XftFreeTypeGet'
/usr/X11R6/include/X11/Xft/XftFreetype.h:80: warning: data definition has
no type or storage class
/usr/X11R6/include/X11/Xft/XftFreetype.h:88: parse error before
"XftFontStruct"
/usr/X11R6/include/X11/Xft/XftFreetype.h:94: parse error before
"XftFontStruct"
/usr/X11R6/include/X11/Xft/XftFreetype.h:101: parse error before
"XftFontStruct"/usr/X11R6/include/X11/Xft/XftFreetype.h:108: parse error
before "XftFontStruct"/usr/X11R6/include/X11/Xft/XftFreetype.h:115: parse
error before "XftFontStruct"/usr/X11R6/include/X11/Xft/XftFreetype.h:122:
parse error before
"XftFontStruct"/usr/X11R6/include/X11/Xft/XftFreetype.h:129: parse error
before "XftFontStruct"/usr/X11R6/include/X11/Xft/XftFreetype.h:136: parse
error before "XftFontStruct"/usr/X11R6/include/X11/Xft/XftFreetype.h:143:
parse error before
"XftFontStruct"/usr/X11R6/include/X11/Xft/XftFreetype.h:150: parse error
before "XftFontStruct"/usr/X11R6/include/X11/Xft/XftFreetype.h:157: parse
error before "XftFontStruct"pangoxft-font.c: In function
`pango_xft_real_render':
pangoxft-font.c:317: structure has no member named `u'
pangoxft-font.c:330: structure has no member named `u'
pangoxft-font.c: In function `load_fallback_font':
pangoxft-font.c:717: structure has no member named `u'
pangoxft-font.c: In function `pango_xft_font_get_font':
pangoxft-font.c:766: structure has no member named `u'
pangoxft-font.c: In function `pango_xft_font_get_face':
pangoxft-font.c:842: structure has no member named `core'
pangoxft-font.c:845: structure has no member named `u'
make[3]: *** [pangoxft-font.lo] Error 1
make[3]: Leaving directory
`/drives/sg4/src/gnome2-test/tmp/gnome/pango/pango'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/drives/sg4/src/gnome2-test/tmp/gnome/pango/pango'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/drives/sg4/src/gnome2-test/tmp/gnome/pango'
make: *** [all] Error 2


Fred

_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert

Reply via email to