[CM] installing SND on OS X

PAGANO,PATRICK RALPH bigswift@ufl.edu
Tue, 1 Apr 2003 20:29:07 -0500 (EST)


suggestion 1.) don't use gtk, use Motif www.motifzone.com
use Apples X11 
grab the libXm.a file from the server
put it in /usr/X11R6/lib
use the basic makefile _not the makefile.motif.osx

change the make file to 
reflect /usr/X11R6/lib/libXm.a

configure with --disable-nls --without-gsl

make sure you have esd or something for sound in your PATH
it should be in /usr/X11R6/bin

you may be able to Fink it

that shoudl do you.

cheers~

Patrick Pagano
http://www.digitalworlds.ufl.edu


-- 
PAGANO,PATRICK RALPH

On Tue Apr 01 19:34:58 EST 2003, M Stevens <m@solipsist.org> wrote:

> I'm trying to install SND on OS X. I believe I have all the 
> dependencies, but configure gives me this;
> 
> checking for GTK+ - version >= 2.0.0... no
> configure: WARNING: trouble with gtk -- will try to make Snd without 
> any GUI
> 
> I'm not sure why, I installed gtk;
> 
> /sw/include/gtk-2.0/gtk/gtk.h
> /sw/include/gtk-2.0/gtk/gtkaccelgroup.h
> /sw/include/gtk-2.0/gtk/gtkaccellabel.h
> /sw/include/gtk-2.0/gtk/gtkaccelmap.h
> < etc. >
> 
> Perhaps I'm missing something in my path? manual change to the makefile?
> 
> Suggestions appreciated, thanks.
>