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

[linux] [OT] problème compil gtk 1.3.11



salut,

En voulant mettre un gtk 1.3.11 (pour utiliser/essayer gimp 1.3.1), je
passe par la compil de pango 0.22 qui me dit gentillement ceci....

Est-ce que quelqu'un sait d'ou ca vient ?

merci

binny

-- 

ponet et ponette sont dans la foret. ponette se perd. Qui va la
chercher ? 
Biactol... parce que Biactol aide a retrouver la ponette...

°v°  Benjamin Michotte        <binny@baby-linux.net>
_o_  web      : http://www.baby-linux.net

[ Soyez précis dans vos sujets svp afin de déterminer directement  ]
[ le type de demande...                                            ]
[ Pour vous (dés)inscrire, aller sur http://unixtech.be/ml.php     ]
[ Archives de la mailing list: http://archives.unixtech.be/linux/  ]
[ http://unixtech.be              Contact: listmaster@unixtech.be  ]
make  all-recursive
make[1]: Entering directory `/tmp/gtk/pango-0.22'
Making all in pango
make[2]: Entering directory `/tmp/gtk/pango-0.22/pango'
Making all in opentype
make[3]: Entering directory `/tmp/gtk/pango-0.22/pango/opentype'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/tmp/gtk/pango-0.22/pango/opentype'
Making all in mini-fribidi
make[3]: Entering directory `/tmp/gtk/pango-0.22/pango/mini-fribidi'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/tmp/gtk/pango-0.22/pango/mini-fribidi'
Making all in mini-xft
make[3]: Entering directory `/tmp/gtk/pango-0.22/pango/mini-xft'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/tmp/gtk/pango-0.22/pango/mini-xft'
make[3]: Entering directory `/tmp/gtk/pango-0.22/pango'
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/opt/gnome//etc\" -DLIBDIR=\"/opt/gnome//lib\" -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -I..    -g -O2 -Wall    -I/opt/gnome//include/glib-2.0 -I/opt/gnome//lib/glib-2.0/include   -c pangoxft-font.c
rm -f .libs/pangoxft-font.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/opt/gnome//etc\" -DLIBDIR=\"/opt/gnome//lib\" -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -I.. -g -O2 -Wall -I/opt/gnome//include/glib-2.0 -I/opt/gnome//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:22:
../pango/pango-ot.h:43: parse error before `face'
In file included from pangoxft-private.h:25,
                 from pangoxft-font.c:22:
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:23:
/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:149: `FT_Face' undeclared (first use in this function)
pangoxft-font.c:149: (Each undeclared identifier is reported only once
pangoxft-font.c:149: for each function it appears in.)
pangoxft-font.c:149: parse error before `face'
pangoxft-font.c:161: `face' undeclared (first use in this function)
pangoxft-font.c:166: warning: implicit declaration of function `FT_Get_Char_Index'
pangoxft-font.c: In function `pango_xft_real_render':
pangoxft-font.c:275: `FT_Face' undeclared (first use in this function)
pangoxft-font.c:275: parse error before `face'
pangoxft-font.c:297: `face' undeclared (first use in this function)
pangoxft-font.c: In function `pango_xft_font_get_coverage':
pangoxft-font.c:454: `FT_Face' undeclared (first use in this function)
pangoxft-font.c:454: parse error before `face'
pangoxft-font.c:470: `face' undeclared (first use in this function)
pangoxft-font.c:475: `FT_UInt' undeclared (first use in this function)
pangoxft-font.c:475: parse error before `glyph'
pangoxft-font.c:477: `glyph' undeclared (first use in this function)
pangoxft-font.c: In function `pango_xft_font_get_font':
pangoxft-font.c:584: `FT_Face' undeclared (first use in this function)
pangoxft-font.c:584: parse error before `face'
pangoxft-font.c:585: `FT_Error' undeclared (first use in this function)
pangoxft-font.c:598: `face' undeclared (first use in this function)
pangoxft-font.c:598: dereferencing pointer to incomplete type
pangoxft-font.c:602: `ft_encoding_unicode' undeclared (first use in this function)
pangoxft-font.c:607: `error' undeclared (first use in this function)
pangoxft-font.c:607: warning: implicit declaration of function `FT_Set_Charmap'
pangoxft-font.c: At top level:
pangoxft-font.c:663: parse error before `pango_xft_font_get_face'
pangoxft-font.c:664: warning: return-type defaults to `int'
pangoxft-font.c: In function `pango_xft_font_get_face':
pangoxft-font.c:667: warning: return makes integer from pointer without a cast
pangoxft-font.c:672: warning: return makes integer from pointer without a cast
pangoxft-font.c:674: dereferencing pointer to incomplete type
pangoxft-font.c:675: warning: control reaches end of non-void function
pangoxft-font.c: In function `pango_xft_font_get_ot_info':
pangoxft-font.c:696: `FT_Face' undeclared (first use in this function)
pangoxft-font.c:696: parse error before `face'
pangoxft-font.c:698: `face' undeclared (first use in this function)
make[3]: *** [pangoxft-font.lo] Error 1
make[3]: Leaving directory `/tmp/gtk/pango-0.22/pango'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/gtk/pango-0.22/pango'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/gtk/pango-0.22'
make: *** [all-recursive-am] Error 2