[CM] Building snd from source

Anders Vinjar andersvi@ulrik.uio.no
Fri, 21 May 2004 14:17:22 +0200


The 'load-from-path function will look in the directories
included in %load-path:

(load-from-path "v.scm")
(load-from-path "ws.scm")
(with-sound () (fm-violin 0 1 440 .1))
...

     >  Then I start snd and in the listener's command line I gave

     >  (load "v.scm")

     >  And the result is:

     >  open-file: system-error: "No such file or directory": "v.scm" (2)
     >  In unknown file:
     >     ?: 0* [primitive-load "v.scm"]
    >> system-error