[slime-devel] swank.lisp compilation errors in Lispworks
Alain.Picard at memetrics.com
Alain.Picard at memetrics.com
Tue Oct 19 00:16:49 UTC 2004
Dear Slimers,
In current CVS version
RCS file: /project/slime/cvsroot/slime/swank.lisp,v
Working file: swank.lisp
head: 1.251
There is a compilation error under Lispworks:
================================================================
CL-USER 1 > ; Loading text file /home/ap/Lisp/slime.cvs/swank-loader.lisp
; Loading fasl file /home/ap/.slime/fasl/lispworks-4.3.6/swank-backend.ufsl
; Loading fasl file /home/ap/.slime/fasl/lispworks-4.3.6/nregex.ufsl
; Loading fasl file /home/ap/.slime/fasl/lispworks-4.3.6/swank-lispworks.ufsl
; Loading fasl file /home/ap/.slime/fasl/lispworks-4.3.6/swank-gray.ufsl
;; Compiling /home/ap/Lisp/slime/swank.lisp...
;;; Compiling file /home/ap/Lisp/slime/swank.lisp ...
;;; Safety = 3, Speed = 1, Space = 1, Float = 1, Interruptible = 0
;;; Compilation speed = 1, Debug = 2, Fixnum safety = 3
;;; Source level debugging is on
;;; Source file recording is on
;;; Cross referencing is on
; Loading fasl file /home/usr.local/Lispworks4.3/lib/4-3-0-0/modules/macros/specmac.ufsl
; Loading fasl file /home/usr.local/Lispworks4.3/lib/4-3-0-0/modules/seq/arraymac.ufsl
**++++ Error between functions:
Documentation NIL not of type STRING.
;;;*** Warning in (HARLEQUIN-COMMON-LISP:SUBFUNCTION 1 SWANK::SWANK-PPRINT): SWANK::*SWANK-PPRINT-ESCAPE* assumed special
;;;*** Warning in (HARLEQUIN-COMMON-LISP:SUBFUNCTION 1 SWANK::SWANK-PPRINT): SWANK::*SWANK-PPRINT-RIGHT-MARGIN* assumed special
;;;*** Warning in (HARLEQUIN-COMMON-LISP:SUBFUNCTION 1 SWANK::SWANK-PPRINT): SWANK::*SWANK-PPRINT-CASE* assumed special
;;;*** Warning in (HARLEQUIN-COMMON-LISP:SUBFUNCTION 1 SWANK::SWANK-PPRINT): SWANK::*SWANK-PPRINT-LENGTH* assumed special
;;;*** Warning in (HARLEQUIN-COMMON-LISP:SUBFUNCTION 1 SWANK::SWANK-PPRINT): SWANK::*SWANK-PPRINT-LEVEL* assumed special
;;;*** Warning in (HARLEQUIN-COMMON-LISP:SUBFUNCTION 1 SWANK::SWANK-PPRINT): SWANK::*SWANK-PPRINT-CIRCLE* assumed special
;;;*** Warning in (HARLEQUIN-COMMON-LISP:SUBFUNCTION 2 SWANK::SWANK-PPRINT): SWANK::*SWANK-PPRINT-ESCAPE* assumed special
;;;*** Warning in (HARLEQUIN-COMMON-LISP:SUBFUNCTION 2 SWANK::SWANK-PPRINT): SWANK::*SWANK-PPRINT-RIGHT-MARGIN* assumed special
;;;*** Warning in (HARLEQUIN-COMMON-LISP:SUBFUNCTION 2 SWANK::SWANK-PPRINT): SWANK::*SWANK-PPRINT-CASE* assumed special
;;;*** Warning in (HARLEQUIN-COMMON-LISP:SUBFUNCTION 2 SWANK::SWANK-PPRINT): SWANK::*SWANK-PPRINT-LENGTH* assumed special
;;;*** Warning in (HARLEQUIN-COMMON-LISP:SUBFUNCTION 2 SWANK::SWANK-PPRINT): SWANK::*SWANK-PPRINT-LEVEL* assumed special
;;;*** Warning in (HARLEQUIN-COMMON-LISP:SUBFUNCTION 2 SWANK::SWANK-PPRINT): SWANK::*SWANK-PPRINT-CIRCLE* assumed special
**++++ Error between functions:
Documentation NIL not of type STRING.
;;;*** Warning in SWANK::DEBUG-IN-EMACS: SWANK::*SLDB-PRINT-READABLY* assumed special
;;;*** Warning in SWANK::DEBUG-IN-EMACS: SWANK::*SLDB-PRINT-CIRCLE* assumed special
;;;*** Warning in SWANK::DEBUG-IN-EMACS: SWANK::*SLDB-PRINT-LENGTH* assumed special
;;;*** Warning in SWANK::DEBUG-IN-EMACS: SWANK::*SLDB-PRINT-LEVEL* assumed special
;;;*** Warning in SWANK::DEBUG-IN-EMACS: SWANK::*SLDB-PRINT-PRETTY* assumed special
; Loading fasl file /home/usr.local/Lispworks4.3/lib/4-3-0-0/modules/package/packiter.ufsl
; Loading fasl file /home/usr.local/Lispworks4.3/lib/4-3-0-0/patches/packiter/0001/0001.ufsl
; Loaded public patch PACKITER 1.1
; *** 2 errors detected, no fasl file produced.
;; *** Automatic Minor Clean Down
; Loading fasl file /home/ap/.slime/fasl/lispworks-4.3.6/swank.ufsl
Warning: Using DEFPACKAGE to modify #<PACKAGE SWANK>.
Warning: These Swank interfaces are unimplemented:
(ADD-FD-HANDLER ADD-SIGIO-HANDLER DISASSEMBLE-FRAME PROFILE PROFILE-PACKAGE PROFILE-REPORT PROFILE-RESET PROFILED-FUNCTIONS REMOVE-FD-HANDLERS REMOVE-SIGIO-HANDLERS SLDB-BREAK-AT-START SLDB-BREAK-ON-RETURN SLDB-STEP UNPROFILE)
; Loading text file /home/ap/.swank.lisp
#P"/home/ap/Lisp/slime.cvs/swank-loader.lisp"
CL-USER 2 >
================================================================
Seems to have something to do with usages of this macro:
(WITH-PRINTER-SETTINGS SLDB-PRINT
in a few places.
Cheers,
More information about the slime-devel
mailing list