I am installing Pango 1.2.1 I have run ./configure file. I then run “make”, and it fails, giving
the following error. ---------------------------------------------------------------------------------------------------------------------------- In file included from fribidi_get_type.c:27: ../../pango/pango-utils.h:23:18: glib.h: No such file
or directory In file included from ../../pango/pango-font.h:25,
from ../../pango/pango-utils.h:24,
from fribidi_get_type.c:27: ../../pango/pango-coverage.h:25:18: glib.h: No such
file or directory In file included from ../../pango/pango-font.h:26,
from ../../pango/pango-utils.h:24,
from fribidi_get_type.c:27: ../../pango/pango-types.h:25:18: glib.h: No such file
or directory ../../pango/pango-types.h:26:25: glib-object.h: No
such file or directory In file included from ../../pango/pango-utils.h:24,
from fribidi_get_type.c:27: ../../pango/pango-font.h:28:25: glib-object.h: No
such file or directory In file included from fribidi_get_type.c:28: fribidi_types.h:27:18: glib.h: No such file or
directory make[3]: *** [fribidi_get_type.lo] Error 1 make[3]: Leaving directory
`/home/jp/libraries/pango-1.2.1/pango/mini-fribidi' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory
`/home/jp/libraries/pango-1.2.1/pango' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory
`/home/jp/libraries/pango-1.2.1' make: *** [all-recursive-am] Error 2 ---------------------------------------------------------------------------------------------------------------------------- I am aware that I have to include “glib.h”
in the variables. Please let me know what the name of the variable is. Thanks JP
|