[CM] Re: failed when trying to run snd-ls for the first time

Kjetil S. Matheussen k.s.matheussen@notam02.no
Sun, 24 Jun 2007 08:56:58 +0200 (CEST)


On Sun, 24 Jun 2007, Renick Bell wrote:

> I just downloaded
> http://www.notam02.no/arkiv/src/snd/snd-ls-0.9.7.12.tar.gz, built, and
> installed it. On running the first time, I got the error pasted below.
> This is on Xubuntu Feisty. Please let me know what other version
> numbers you would like to know, if any.
>

Sorry, this is a known problem I haven't had time to look at, and forgot 
about. Can you try the following?

cd /tmp/
wget http://www.notam02.no/~kjetism/rt-compiler.scm.gz
gzip -d rt-compiler.scm.gz
mv -f rt-compiler.scm /usr/local/snd-ls/snd-8/
rm -fr ~/snd-eval-c-cache/*
/usr/local/bin/snd-ls

Hopefully this will make snd-ls segfault instead of failing. If it does, 
there is probably a scheme order-of-evaluation bug in rt-compiler.scm, 
which I should be able to fix.