[CM] more about CLM/CMUCL problem
Rick Taube
taube at uiuc.edu
Wed Nov 27 10:53:55 PST 2002
dave - im at home at cant get at cmu till tomoorow. my first guess is that load-foreign did not get added to the cm package.
when you boot the cm core functoin do
(find-symbol "LOAD-FOREIGN")
my hope is that this returns nil. if so then do
(in-package :cl-user)
and again try
(find-symbol "LOAD-FOREIGN")
if it finds the symbol then do
(symbol-package 'load-foreign)
and tell me what it says.
if this is the problem them i can easilty fix it and 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.
More information about the Cmdist
mailing list