Advertisement
Guest User

Untitled

a guest
Feb 24th, 2020
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lisp 1.77 KB | None | 0 0
  1. (progn (load "/Users/akuma/quicklisp/dists/quicklisp/software/slime-2.14/swank-loader.lisp" :verbose t) (funcall (read-from-string "swank-loader:init")) (funcall (read-from-string "swank:start-server") "/var/folders/jw/p_0jj7sx1r58gx5bk2649yp40000gn/T/slime.99140"))
  2.  
  3. This is SBCL 2.0.1, an implementation of ANSI Common Lisp.
  4. More information about SBCL is available at <http://www.sbcl.org/>.
  5.  
  6. SBCL is free software, provided as is, with absolutely no warranty.
  7. It is mostly in the public domain; some portions are provided under
  8. BSD-style licenses.  See the CREDITS and COPYING files in the
  9. distribution for more information.
  10. * ; loading #P"/Users/akuma/quicklisp/dists/quicklisp/software/slime-2.14/swank-loader.lisp"
  11.  
  12. ; file: /Users/akuma/quicklisp/dists/quicklisp/software/slime-2.14/swank/sbcl.lisp
  13. ; in: DEFIMPLEMENTATION DESCRIBE-SYMBOL-FOR-EMACS
  14. ;     (SB-INT:INFO :SETF :INVERSE SYMBOL)
  15. ;
  16. ; caught STYLE-WARNING:
  17. ;   (:SETF :INVERSE) is not a defined info type.
  18.  
  19. ; in: DEFIMPLEMENTATION DESCRIBE-DEFINITION
  20. ;     (SB-INT:INFO :SETF :INVERSE SYMBOL)
  21. ;
  22. ; caught STYLE-WARNING:
  23. ;   (:SETF :INVERSE) is not a defined info type.
  24.  
  25. ;
  26. ; caught ERROR:
  27. ;   READ error during COMPILE-FILE:
  28. ;  
  29. ;     Symbol "SIMPLE-FUN-HEADER-WIDETAG" not found in the SB-VM package.
  30. ;  
  31. ;       Line: 1499, Column: 52, File-Position: 59537
  32. ;  
  33. ;       Stream: #<SB-INT:FORM-TRACKING-STREAM for "file /Users/akuma/quicklisp/dists/quicklisp/software/slime-2.14/swank/sbcl.lisp" {100385FE63}>
  34. ;
  35. ; compilation unit aborted
  36. ;   caught 1 fatal ERROR condition
  37. ;   caught 1 ERROR condition
  38. ;   caught 2 STYLE-WARNING conditions
  39. ;;
  40. ;; Error while compiling /Users/akuma/quicklisp/dists/quicklisp/software/slime-2.14/swank/sbcl.lisp:
  41. ;;   COMPILE-FILE returned NIL.
  42. ;; Aborting.
  43. ;; *
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement