[CM] SND on OSX 10.2.6
Bill Schottstaedt
bil@ccrma.Stanford.EDU
12 Jun 2003 05:32:18 -0700
On Wed, 2003-06-11 at 13:24, ludger bruemmer wrote:
> bill,
>
> I think part of the former reported problem is a faulty installation of
> guile 1.4 with fink. Stange, it did not install the header file in
> /sw/include libguile.h and the folder libguile
> ill sort that out before asking the next question
>
Several others have reported this problem to me, but I don't know
who the fink packager for guile is -- presumably it's just an
oversight of some sort. If you can find guile/gh.h you can
fix the makefile by hand -- change the current
-I/sw/include
to point to the directory with guile/gh.h, and probably also the
-L/sw/lib
to point to the directory with the guile library (libguile.so etc).
Snd's configure script finds guile by running the program guile-config:
guile-config link
guile-config compile