[CM] v.ins compile error

Akira Bergman akirabergman at gmail.com
Wed Oct 25 05:14:37 PDT 2023


Hi,
I am trying to get started on CLM-5 on Ubuntu-22-04. I installed SBCL and
Quicklisp. Yesterday I got v.ins compiled and run but for some reason today
I am getting "There is no function named DECLARE." error:

------------------------------------------------
CL-USER> (compile-file "v.ins")
; compiling file "/home/nuri/clm-5/v.ins" (written 09 FEB 2023 01:50:35 PM):

; file: /home/nuri/clm-5/v.ins
; in: DEFINSTRUMENT FM-VIOLIN
;     (DECLARE
;      (TYPE :FLOAT NOISE-AMOUNT FUZZ IND-FUZZ AMP-FUZZ MODULATION FM1-RAT
FM2-RAT
;       FM3-RAT VIB)
;      (TYPE :MUS-ANY IND-NOI AMP-NOI)
;      (TYPE :DOUBLE* COEFFS)
;      (TYPE :BOOLEAN FROBBER EASY-CASE MODULATE))
;
; caught ERROR:
;   There is no function named DECLARE.  References to DECLARE in some
contexts
;   (like starts of blocks) are unevaluated expressions, but here the
expression is
;   being evaluated, which invokes undefined behaviour.
-------------------------------------------------------

I installed sbcl from this link:
https://lisp-lang.org/learn/getting-started/

Am I doing some obvious mistake? Please help.

Regards,
Akira.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://cm-mail.stanford.edu/pipermail/cmdist/attachments/20231025/bb3fe48e/attachment.html>


More information about the Cmdist mailing list