From bil at ccrma.Stanford.EDU Fri Oct 13 06:16:46 2023 From: bil at ccrma.Stanford.EDU (bil at ccrma.Stanford.EDU) Date: Fri, 13 Oct 2023 06:16:46 -0700 Subject: [CM] Snd 23.8 Message-ID: <9ef33c3bc2b541070d7afd0841d7e296@ccrma.stanford.edu> Snd 23.8: s7: error handling, reader-cond, various (*s7* 'max-*) checks checked: sbcl 2.3.9 From akirabergman at gmail.com Wed Oct 25 05:14:37 2023 From: akirabergman at gmail.com (Akira Bergman) Date: Wed, 25 Oct 2023 15:14:37 +0300 Subject: [CM] v.ins compile error Message-ID: 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: From bil at ccrma.Stanford.EDU Wed Oct 25 10:25:25 2023 From: bil at ccrma.Stanford.EDU (bil at ccrma.Stanford.EDU) Date: Wed, 25 Oct 2023 10:25:25 -0700 Subject: [CM] v.ins compile error In-Reply-To: References: Message-ID: <3fdaeff01d19512aba4471effc871777@ccrma.stanford.edu> I think you forgot to load "all.lisp" -- you need the clm code loaded before trying to compile v.ins.