Subject: problem when making gtk
To: None <tech-pkg@netbsd.org>
From: Didier Cauvin <cauvin.didier@free.fr>
List: tech-pkg
Date: 10/09/2003 13:44:09
Hi
I've downloaded pkgsrc.tar.gz under 
ftp.netbsd.org/pub/NetBSD/NetBSD-current/tar_files, and I've got a 
problem when compiling gtk under /usr/pkgsrc/x11/gtk.
I've got this error:
------------
checking for glib-config... no
checking for GLIB - version >= 1.2.8... no
*** The glib-config script installed by GLIB could not be found
*** If GLIB was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GLIB_CONFIG environment variable to the
*** full path to glib-config.
configure: error:
*** GLIB 1.2.8 or better is required. The latest version of GLIB
*** is always available from ftp://ftp.gtk.org/.
*** Error code 1
-------------
ok, glib is not installed. But, even if it is installed, i still get the 
same error.
What can I do to fix this error?