[CM] Can't load external scripts
andersvi at notam02.no
andersvi at notam02.no
Fri Feb 5 04:23:17 PST 2010
>>>>> "H" == Henrik Frisk <frisk.h at gmail.com> writes:
H> If I'm trying to load ws.scm by typing (load
H> "/usr/lib64/snd/scheme/ws.scm") I get:
H> ;io-error open-input-file: can't open extensions.scm,
H> /usr/lib64/snd/scheme/ws.scm[5]
Hi Henrik.
It seems 'load-from-path doesnt find the files in your current
%load-path.
Check or set the value of %load-path to the place where the files
reside. Ie:
(set! %load-path (cons "/usr/lib64/snd/scheme" %load-path))
or something close.
You can set this in your config-file. (Its usually ~/.snd, but im not
sure where its meant to be on a mac.)
-anders
More information about the Cmdist
mailing list