[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Unbound variable: ESTYPEPTR
- To: Enrico Franconi <franconi@irst.it>
- Subject: Re: Unbound variable: ESTYPEPTR
- From: bill@cambridge.apple.com
- Date: Wed, 6 Nov 1991 11:46:37 -0500
- Cc: info-mcl
>I'm using MCL 2.0b1p3.
>When I load the file ...:Library:SCROLLERS.lisp I get the following error:
>
>;Loading "LENINGRAD:Lisp:MCL 2.0:Library:SCROLLERS.lisp"...
>> Error: Unbound variable: ESTYPEPTR
>> While executing: SYMBOL-VALUE
>
>>From the backtrace I deduce that this is connected with the fetching of
>the record type :RECT. A type with name RESTYPEPTR exists, but I couldn't
>find anything in the source listings named ESTYPEPTR.
>I need to load "scrollers" in order to use the "grapher" code provided in the
>examples folder (which requires "scrolling-windows", which requires
>"scrollers").
>Can someone help me?
>Thanks
>--enrico
Sounds like the bug that happens because of a missing step in the
patch installation process.
After changing any of the files in the "ccl;library:interfaces:"
folder, you need to evaluate the following form (which takes a while to
do its thing):
(reindex-interfaces)
-----
Bill St. Clair
bill@cambridge.apple.com