Subject: GTK > 1.2.2 not found in xmms installation
To: None <netbsd-users@netbsd.org>
From: James Wetterau <jwjr@panix.com>
List: netbsd-users
Date: 01/21/2003 23:34:59
I'm receiving the following error when trying to build xmms from
pkgsrc, running -current (rebuilt today).

checking for GTK - version >= 1.2.2... no
*** Could not run GTK test program, checking why...
*** The test program compiled, but did not run. This usually means
*** that the run-time linker is not finding GTK or finding the wrong
*** version of GTK. If it is not finding GTK, you'll need to set your
*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to
point
*** to the installed location  Also, make sure you have run ldconfig
if that
*** is required on your system
***
*** If you have an old version installed, it is best to remove it,
although
*** you may also be able to get things to work by modifying
LD_LIBRARY_PATH
***
*** If you have a RedHat 5.0 system, you should remove the GTK package
that
*** came with the system with the command
***
***    rpm --erase --nodeps gtk gtk-devel
configure: error: *** GTK+ >= 1.2.2 not installed - please install
first ***
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/audio/xmms
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/audio/xmms

I don't know anything about GTK+, but pkg_info gtk+ indicates:

Information for gtk+-1.2.10nb3:

Comment:
Gimp toolkit. Libraries for building X11 user interfaces

Requires:
glib>=1.2.8

Required by:
gdk-pixbuf-0.22.0
mozilla-1.2.1nb3

Description:
The gimp toolkit. A set of libraries for building complex X11
user interfaces. Used by e.g. Gimp and Gnome.

Homepage:
http://www.gtk.org/


I appreciate any advice anyone has on how to resolve this problem.