I'm trying to build and install snd (downloaded from planetCCRMA)from source.
It requires Gtk+ so I installed the appropriate libraries (I think ?) using apt-get.
Then I ran ldcofnig.
When I run the configure script I get the following error message:
Code:
checking for GTK+ - version >= 2.12.0... no
configure: WARNING: trouble with gtk (we need version 2.12.0 or later) -- will try to make Snd without any GUI
But I am pretty sure that I have the appropriate libraries installed:
Code:
adam@debian:/usr/local/src/snd-12$ dpkg -l libgtk[0-9]* | grep ^i
ii libgtk1.2 1.2.10-18.1 The GIMP Toolkit set of widgets for X
ii libgtk1.2-common 1.2.10-18.1 Common files for the GTK+ library
ii libgtk2-perl 1:1.190-1 Perl interface to the 2.x series of the Gimp
ii libgtk2.0-0 2.12.12-1~lenny2 The GTK+ graphical user interface library
ii libgtk2.0-bin 2.12.12-1~lenny2 The programs for the GTK+ graphical user int
ii libgtk2.0-common 2.12.12-1~lenny2 Common files for the GTK+ graphical user int
I tried to look inside the configure script itself, to see if I could figure out where it was looking for Gtk. Unfortunately, I know very little about shell scripts, so I was utterly lost. I'll appreciate any suggestions.
----Adam