> I set my load path to /usr/share/snd which is where all the default > scm files are, but i keep getting. > >primitive-load-path: misc-error: Unable to find file "extensions.scm" in > >load path
I find this annoying too, but it's Guile's choice -- you need to use load-from-path rather than load if you want it to search the %load-path directories. _______________________________________________ Cmdist mailing list [email protected] http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist
