[CM] snd: trouble loading scm files

Peter Lutek plutek@infinity.net
Fri, 15 Oct 2004 14:21:54 -0400


greetings!

i seem to be unable to load scheme files.

if i do:
(set! %load-path (cons "/usr/lib/snd/scheme" %load-path)) 
i get:
#<unspecified>
then, if i do:
(load "peak-env.scm")
i get:
open-file: system-error: "No such file or directory": "peak-env.scm" (2)

peak-env.scm DOES exist in my /usr/lib/snd/scheme.
%load-path shows /usr/lib/snd/scheme added to the path list.

one other wierd thing -- peak-env.scm shows up in the Help|About Snd
list, but so does ANY filename i attempt to load, even if it is a
completely non-existant, fictitious one. it appears that this list
consists of simply any ATTEMPTS to load, but does not indicate what has
actually successfully loaded.

any clues about all this?

my snd is the current CCRMA FC1 package:
This is Snd version 7.5 of 19-May-04:
    Xen: 1.11, Guile: 1.6.4
    jack
    Sndlib 19.1 (27-Apr-04, int24 samples)
    CLM 2.48 (11-May-04)
    fftw-3.0.1
    Motif 2.2.3 X11R6
    OpenGL
    Xpm 3.4.11
    LADSPA 1.1
    with large file support
    with gettext: en_CA.UTF-8
    Compiled Jun  1 2004 18:49:07
    C: 3.3.2 20031022 (Red Hat Linux 3.3.2-1)
    Libc: 2.3.2.stable

    configured via: ./configure --prefix=/usr --with-guile=yes
--with-run=yes --with-jack --with-static-xm=yes --with-alsa=yes
--with-ladspa --with-gl 

thanks!
-p