[CM] Re: cm-2.4.2/clm-2 with OpenMCL

taube@uiuc.edu taube@uiuc.edu
Thu, 19 Feb 2004 18:48:00 -0600


>   ? (compile-file "/Users/terossi/Lisp/temp/clm_ins/v.ins")
>   > Error: While compiling an anonymous function :
>   >        DECLARE not expected in (DECLARE (TYPE FLOAT NOISE-AMOUNT 
>    FUZZ IND-FUZZ AMP-FUZZ MODULATION FM1-RAT FM2-RAT FM3-RAT VIB)).

>This occurs when l load clm before loading cm and doesn't occur 
>if I load cm first. Should I load clm after loading cm?


Hi, if you want to load CLM before CM and you want to use clm symbols inside CM then you must execute a (use-package :clm)
so you do:

(load "clm-2/all.lisp")
(load "cm/src/cm.lisp")
(cm)
(use-package :clm)
(compile-file "clm-2/v.ins")

>Also I got some problems on installing Midishare.
>In "Installing Common Music" it is said:

you cannot use midishare until midishare releases their framworks to the public. i dont know why this hasnt happend yet.