[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

PCL/CLOS running on 7.2?



I compile the last version of PCL, using patch rel-7-2-patches.lisp (instead
of rel-7-patches.lisp). 

The compilation went fine...

But here is the result of loading test.lisp (on a fresh machine) with only
PCL/CLOS loaded.

Command: Load File SENTINEL-ROCK:>pcl>src>test.lisp 
Loading SENTINEL-ROCK:>pcl>src>test.lisp.newest into package PCL
Testing Memory Block Primitives...OK
Testing Class Wrapper Caching...OK
Testing Flushing Class-Wrapper caches...OK
Testing Class Wrapper Caching... (80% hit) OK
Testing types for early classes...OK
Testing types for late classes...OK
Testing built-in-class-of...
Trap: The array given to the ZL:AR-1 instruction, #<ART-Q-10.-10. #o44714662>,
was 2-dimensional; the function expect
ed a 1-dimensional one.
Trap: The second argument given to the ZL:MEMQ instruction, #<Table 60/120
#o115110016>, was not a cons, or NIL.
Trap: The second argument given to the ZL:MEMQ instruction, #<Table 60/120
#o115110016>, was not a cons, or NIL.
Trap: The second argument given to the ZL:MEMQ instruction, #<Table 60/120
#o115110016>, was not a cons, or NIL.
Trap: The second argument given to the ZL:MEMQ instruction, #<Table 60/120
#o115110016>, was not a cons, or NIL.
Trap: The second argument given to the ZL:MEMQ instruction, #<Table 60/120
#o115110016>, was not a cons, or NIL.
Trap: The second argument given to the ZL:MEMQ instruction, #<Table 60/120
#o115110016>, was not a cons, or NIL.
Trap: The second argument given to the ZL:MEMQ instruction, #<Table 60/120
#o115110016>, was not a cons, or NIL.
Trap: The second argument given to the ZL:MEMQ instruction, #<Table 60/120
#o115110016>, was not a cons, or NIL.
Trap: The second argument given to the ZL:MEMQ instruction, #<Table 60/120
#o115110016>, was not a cons, or NIL.
Trap: The second argument given to the ZL:MEMQ instruction, #<Table 60/120
#o115110016>, was not a cons, or NIL.
Trap: The second argument given to the ZL:MEMQ instruction, #<Table 60/120
#o115110016>, was not a cons, or NIL.
Trap: The second argument given to the ZL:MEMQ instruction, #<Table 60/120
#o115110016>, was not a cons, or NIL.
Trap: The second argument given to the ZL:MEMQ instruction, #<Table 60/120
#o115110016>, was not a cons, or NIL.


After that, you fall into the cold load stream, with an error message saying
that there are two many errors.

Anybody got PCL/CLOS running on 7.2?

Thanks in advance,

Felix