On Fri, 29 Sep 2006, Dragan Noveski wrote:
  Bill Schottstaedt wrote:
   You can build Snd without fam (use the
--without-fam configure argument).
  The warning you are getting should not cause any subsequent trouble --
  it's
  just reporting that the file monitor apparently isn't happy.  "fam" refers
  to
  either libfam (old SGI-style), or libgamin (its replacement) -- it's a way
  to get an event if a file or a directory changes (rather than polling).
  
 ok, that works, but the real issue was on kjetils snd-ls package, which is
 already very nice configured.
 perhaps i ll find the way how to add all that extensions?
 
Adding --without-fam directly to makefile.scm should work fine:
sed -ie s/--with-jack/"--with-jack --without-fam"/ makefile.scm