[LAU] compiling Snd from source; GUI?

Gabriel M. Beddingfield gabrbedd at gmail.com
Tue Apr 5 03:12:55 UTC 2011


On Monday, April 04, 2011 09:51:27 pm Ivan K wrote:
> Ok, the output of configure says:
> 
> configure: WARNING: can't find the Motif library! -- will
> look for Gtk checking for pkg-config... (cached)
> /usr/bin/pkg-config 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
> 
> and so that is why I have not GUI.  I will try to
> figure out why Snd is not finding Motif
> 
> I am using CentOS 5,6

You need the developer headers for Motif and/or Gtk.  On 
Debian-like systems, the packages are:

   libmotif-dev
   libgtk2.0-dev

However, You'll have to figure out which packages provide 
the devel headers on CentOS.  This should help for GTK:

   $ sudo yum whatprovides "pkgconfig(gtk-2.0)"

But you're on your own with motif.  :-)

-gabriel


More information about the Linux-audio-user mailing list