Re: [CM] snd 20.0

2020-01-08 Thread bil

It seems to be ok for me -- you may have to add
a *load-path* entry so that autoload can find
r7rs.scm.  CM_patterns.scm has

(require r7rs.scm) ; has the define-record-type definition

so I would first try changing that to

(load "r7rs.scm")

where you include the path to r7rs.scm -- if that works,
add that path to *load-path*.

___
Cmdist mailing list
Cmdist@ccrma.stanford.edu
https://cm-mail.stanford.edu/mailman/listinfo/cmdist



[CM] snd 20.0

2020-01-08 Thread James Hearon
Hi,
I'm getting a new error on CM_patterns.scm I haven't seen before. I upgraded to 
f31, snd20.0 recently.
I could have missed something in all that and will double ck.
>define-record-type: unbound variable
"/opt/snd-20/CM_patterns.scm"[189]: (define-record-type)
  Regards,
  Jim
___
Cmdist mailing list
Cmdist@ccrma.stanford.edu
https://cm-mail.stanford.edu/mailman/listinfo/cmdist


[CM] Snd 20.0

2019-12-31 Thread bil

Snd 20.0:

Snd: Mike improved several Forth scripts.

s7: added baffle? and goto?

checked: sbcl 1.5.9, 2.0.0, Ubuntu 19.10

Thanks!: Kjetil Matheussen, Tito Latini, Matti Koskinen, David O'Toole,
 Michael Edwards, Mike Scholz.

___
Cmdist mailing list
Cmdist@ccrma.stanford.edu
https://cm-mail.stanford.edu/mailman/listinfo/cmdist