[CM] CLM/Snd problems

Rick Taube taube@uiuc.edu
Mon, 2 Dec 2002 09:50:27 -0600


>Error in function C::BYTE-INTERPRET-BYTE:  Unbound variable:
>*INS-FILE-LOADING*

my guess is this might be another package gotcha:

> (find-symbol "*INS-FILE-LOADING*" :cm)
NIL
NIL
> (find-symbol "*INS-FILE-LOADING*" :clm)
CLM::*INS-FILE-LOADING*
:INTERNAL

This is an internal symbol in the CLM package. CM does not specifically reference this variable anywhere but my guess is its somehow appearing in the complied file that you are loading into the cm package. 

maybe this is a clm variable i should explicitly import?? i dont know...