Sto usando Slackware 13.0
Vorrei installare WebKit-r49283.
Le opzioni per l'autogen.sh sono:
./autogen.sh \
--prefix=/usr \
--libdir=/usr/lib \
--mandir=/usr/man \
--sysconfdir=/etc \
--localstatedir=/var/lib \
--enable-fast-malloc \
--with-font-backend=pango \
--disable-static \
--build=$ARCH-slackware-linux \
|| exit 1
Questo è l'errore che ricevo:
Codice: Seleziona tutto
checking for GLIB... configure: error: Package requirements (glib-2.0 >= 2.21.3
gobject-2.0 >= 2.0
gthread-2.0 >= 2.0) were not met:
Requested 'glib-2.0 >= 2.21.3' but version of GLib is 2.20.0
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables GLIB_CFLAGS
and GLIB_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
Le Glib sono alla versione glib-2.20.0.tar.bz2 installate con queste opzioni di configure:
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/man \
--program-prefix= \
--program-suffix= \
--build=$ARCH-slackware-linux
Da cosa dipende l'errore?
M

