[CM] Sbcl and realtime cm

Rick Taube taube@uiuc.edu
Fri, 6 Oct 2006 13:24:38 -0500


> On this example, I get the same error invalid number of arguments: 5.

i wonder if you might have stale .fasls in one or all of your cm/rts/ 
portmidi directorues
i would throw out all these directories then cvs from scratch and  
rebuild, ie:

rm -r cm portmidi rts

cvs checkout cm
cvs checkout rts
cvs checkout portmidi

cd rts
./configure
make

cd ../portmidi
./configure
make

cd ../cm
bin/cm.sh -l sbcl


> On this example, I get the same error invalid number of arguments: 5.
>
> With the recieve example, lisp crashes when I play the midi keyboard.
>
> How can I trace this?
>
> It must be the portmidi library I have.  Its the default Ubuntu  
> supplied lib.  I tried building the latest sources, but sbcl  
> wouldn't load the porttime lib that I built, so I went back to the  
> Ubuntu lib.
>
> k