[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
"incomplete" PCL definitions under Genera 7.2
- To: commonloops.pa@Xerox.COM
- Subject: "incomplete" PCL definitions under Genera 7.2
- From: Mark D. Grover <grover@potomac.ads.com>
- Date: Mon, 3 Oct 88 14:25:59 EDT
- Redistributed: commonloops.pa
I run 8/28/88 (beta rev 1) AAAI PCL under Genera 7.2 (ECO 6:System
376.158).
I receive the following notification for every class I define (the PCL
test file as well as my own). I have installed (in sources) the first
three of the four Genera 7.2 patches posted to this mailing list. I am
a novice PCL user, but familiar with the CLOS manual, Flavors and the
LISPM.
Has anyone else had this occur? Why is the compilation and load
reported as "incomplete" by Genera? No error is reported at
compilation, load or make-instance time. The notifications appear
(one for each class) a few minutes after compilation, and at regular
intervals thereafter. It is truly annoying.
9/27 17:22:26 While loading file LINDENWALD:>pdce>nrs>classes:
A change to the type NRS:BASIC-NODE (Incomplete) started at
9/27/88 17:17:02.
Until this definition is completed, the type,
and the mouse sensitivity tables will be inconsistent.
It is suggested you first retry the definition, to try
to install a complete definition for the type. If that
is successful, you will need to force the type to completion
manually, as shown below.
This type definition should be found in the file
LINDENWALD:>pdce>nrs>classes.
This may be forced to completion with the following form,
but the result may not be completely consistent.
(DW:FINISH-TYPE-REDEFINITION 'NRS:BASIC-NODE :FORCE-P T)
- MDG -