[CM] more about CLM/CMUCL problem

Rick Taube taube@uiuc.edu
Wed, 27 Nov 2002 12:53:55 -0600


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.