PAK_DE_KRO : faute de frappe
Pour atk et pango, j'ai aussi essayé, quand je lance ./configure de pango-1.4.0, voilà ce que j'obtiens :
checking for GLIB - version >= 2.4.0... no
*** Could not run GLIB test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GLIB is incorrectly installed.
configure: error:
*** Glib 2.4.0 or better is required. The latest version of
*** Glib is always available from [
ftp.gtk.org].
Et l'extrait de config.log qui va bien :
configure:21599: result: /usr/bin/pkg-config
configure:21622: checking for GLIB - version >= 2.4.0
configure:21771: result: no
configure:21804: gcc -o conftest -g -O2 -Wall conftest.c >&5
conftest.c:27:18: glib.h: No such file or directory
conftest.c: In function `main':
conftest.c:33: error: `glib_major_version' undeclared (first use in this function)
conftest.c:33: error: (Each undeclared identifier is reported only once
conftest.c:33: error: for each function it appears in.)
conftest.c:33: error: `glib_minor_version' undeclared (first use in this function)
conftest.c:33: error: `glib_micro_version' undeclared (first use in this function)
configure:21810: $? = 1
Visiblement, il ne trouve pas de version up-to-date de glib, malgré que j'ai installé la 2.4.0. So ?