gcl-devel
[Top][All Lists]
Advanced

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

[Gcl-devel] ansi-tests in 2.7.0


From: Paul F. Dietz
Subject: [Gcl-devel] ansi-tests in 2.7.0
Date: Tue, 20 Jul 2004 20:39:52 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040514

I am currently unable to run ansi-tests because of a failure compiling
printer-aux.lsp:

Warning:
The declaration specifier DYNAMIC-EXTENT is unknown.
; (DEFUN RANDOMLY-CHECK-READABILITY ...) is being compiled.
;;; The function (SETF READTABLE-CASE) is illegal.
;;; The function (SETF READTABLE-CASE) is illegal.
; (DEFUN OUTPUT-TEST ...) is being compiled.
;; The variable *PRINT-LINES* is undefined.
;; The compiler will assume this variable is a global.
;; The variable *PRINT-MISER-WIDTH* is undefined.
;; The compiler will assume this variable is a global.
;; The variable *PRINT-PPRINT-DISPATCH* is undefined.
;; The compiler will assume this variable is a global.
;; The variable *PRINT-RIGHT-MARGIN* is undefined.
;; The compiler will assume this variable is a global.
No FASL generated.


The problem appears to be this line:

   (setf (readtable-case *readtable*) readcase)

in randomly-check-readability.  I'd recommend this as the next
ansi issue to resolve, since it's blocking the tests.

        Thanks,
        Paul




reply via email to

[Prev in Thread] Current Thread [Next in Thread]