Subject: Problems compiling GTK+
To: None <netbsd-help@netbsd.org>
From: Daniel Bolgheroni <dbolgheroni@unifei.edu.br>
List: netbsd-help
Date: 04/26/2004 13:32:56
I'm trying to compile gaim-gnome with pkgsrc but I'm getting an error
with trying to (re)compile gtk+. The error message say I need at least
gtk+-1.2.0, but I have gtk+-1.2.10nb7 already installed.

What can I do?

--
# make install

(...)

checking for glib-config... /usr/pkg/bin/glib-config
checking for GLIB - version >= 1.2.6... yes
checking for gtk-config... /usr/X11R6/bin/gtk-config
checking for GTK - version >= 1.2.0... no
*** Could not run GTK 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 GTK was
incorrectly installed*** or that you have moved GTK since it was
installed. In the latter case, you*** may want to edit the gtk-config
script: /usr/X11R6/bin/gtk-config configure: error: 
*** Gtk+ 1.2.0 or better is required. The latest version of Gtk+
*** is always available from ftp://ftp.gtk.org/.
*** Error code 1

(...)

#
--