By following the instructions at
http://www.pmsf.de/resources/lisp/CMUCL.html I attempted to re-build CMUCL
on x86/Linux. I build fails and I get the following output. I tried both
linux and linux_gencgc configurations, but got the same error. What wisdom
am I missing?
Thanks!
Dave
Comment: $Header: /home/anoncvs/CVS-cmucl/src/pcl/walk.lisp,v 1.23
2002/08/27 19:01:40 pmai Exp $
Converted UNBOUND-LEXICAL-FUNCTION.
Compiling DEFUN UNBOUND-LEXICAL-FUNCTION:
Converted WITH-AUGMENTED-ENVIRONMENT.
Compiling DEFMACRO WITH-AUGMENTED-ENVIRONMENT:
Converted WITH-AUGMENTED-ENVIRONMENT-INTERNAL.
Compiling DEFUN WITH-AUGMENTED-ENVIRONMENT-INTERNAL:
Error in function X86:STATIC-SYMBOL-OFFSET:
X86::*CURRENT-REGION-FREE-POINTER* is not a static symbol.
Restarts:
0: [CONTINUE] Return NIL from load of "target:tools/pclcom".
1: [ABORT ] Return to Top-Level.
Debug (type H for help)
(X86:STATIC-SYMBOL-OFFSET X86::*CURRENT-REGION-FREE-POINTER*)
Source:
; File: target:compiler/generic/utils.lisp
; File has been modified since compilation:
; target:compiler/generic/utils.lisp
; Using form offset instead of character position.
(ERROR "~S is not a static symbol." SYMBOL)
0]