On 4 Apr 2003, Sven Neumann wrote: > Hi, > > Frank Hrebabetzky <[EMAIL PROTECTED]> writes: > > > GTK is needed for a bunch of X-Windows programs, and it requires pango, so > > I downloaded pango-1.0.5. I tried to install, but during ./configure, the > > following lines appeared: > > > > configure: WARNING: X11/Xft/XftFreetype.h: present but cannot be compiled > > take a look at config.log to see what really goes wrong about > compiling XftFreetype.h. I'd guess you are missing freetype headers.
Thanks for the hint 'config.log'. Nevertheless it contains basically the same lines as the 'make' output (see below). So what can I try? Anybody succeeded in installing pango with XFree86-4.3.0 from source? ---snip--- configure:9762: checking X11/Xft/XftFreetype.h usability configure:9771: gcc -c -g -O2 -Wall -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/X11R6/include conftest.c >&5 In file included from configure:9799: /usr/X11R6/include/X11/Xft/XftFreetype.h:73: parse error before `*' /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 `*' /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' --- snip --- ------------------------------------------------- Frank Hrebabetzky Tel.: +55 / 48 / 9998 7686 Florianopolis email: [EMAIL PROTECTED] Brazil _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
