[CM] more about CLM/CMUCL problem

Rick Taube taube@uiuc.edu
Wed, 27 Nov 2002 14:18:02 -0800


try adding
(import '(extensions:load-foreign) :cm)
to your cminit.lisp file. then the function
will be accessible in the cm package when to try to compile
and load an ins. ill  readd this to the cmu.lisp file in the next tarball.

----- Original Message ----- 
From: "Dave Phillips" <dlphilp@bright.net>
To: "Rick Taube" <taube@uiuc.edu>
Cc: <cmdist@ccrma.Stanford.EDU>
Sent: Wednesday, November 27, 2002 12:14 PM
Subject: Re: [CM] more about CLM/CMUCL problem


> Rick Taube wrote:
> 
> > ...you might be able do a workaround for now by adding
> > 
> > (import 'whatever:load-foreign :CM)
> > 
> > in your cminit.lisp file before you try compiling an instrument.
> 
> Dumb question: what should "whatever" be set to in that statement ?
> 
> Best regards,
> 
> == Dave Phillips
> 
> The Book Of Linux Music & Sound at http://www.nostarch.com/lms.htm
> The Linux Soundapps Site at http://linux-sound.org
> _______________________________________________
> Cmdist mailing list
> Cmdist@ccrma.stanford.edu
> http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist
>