[CM] How to install snd from cvs correctly ?

Meino Christian Cramer Meino.Cramer@gmx.de
Sun, 21 Jan 2007 17:04:20 +0100 (CET)


From: "Bill Schottstaedt" <bil@ccrma.Stanford.EDU>
Subject: Re: [CM] How to install snd from cvs correctly ?
Date: Sun, 21 Jan 2007 07:28:59 -0800



> > I want to install the results of compiling the cvs snpashot of snd
> >  systemwide.
> > 
> >  How can I accomplish this ? What files go where ? 
> > 
> >  My tries all end up with "file not found: extensions.scm" (or
> >  draw.scm and others) when trying to click on items of the preference
> >  dialog. 
> 
> oops -- I somehow confused my spec file (for RPM) with the makefile, and all
> this time I assumed that the *.scm/fs/rb files would be installed in some
> globally accessible directory by 'make install'.  I need to peruse Mike's fth
> makefiles to see how to do this correctly -- I assume they should go in 
> /usr/local/share/snd?  In the meantime, I think you can fix the preferences
> problem by including the CVS sources directory in the load-path.  In Guile,
> add (set! %load-path (cons "/path/to/snd" %load-path)) to ~/.snd_guile
> or ~/.snd.

Hi Bill,

 thank you for your reply...

 I checked snd with strace and found, that snd even does not try to
 look something like /usr/share/snd/snd-[version]/.... to find any
 *.scm or *.rb.

 May be teh problem is more scattered ???

 Have a nice "rest of the sunday" and a nice week!
 Keep snd-ing!
 Meino


> 
> 
> 
> _______________________________________________
> Cmdist mailing list
> Cmdist@ccrma.stanford.edu
> http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist