Advertisement
Guest User

Untitled

a guest
May 20th, 2019
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lisp 2.00 KB | None | 0 0
  1. span class="sy0"> * (ql:quickload :trivial-gamekit)
  2. To load "trivial-gamekit":
  3.   Load 1 ASDF system:
  4.     trivial-gamekit
  5. ; Loading "trivial-gamekit"
  6. ...............;
  7. ; caught ERROR:
  8. ;   READ error during COMPILE-FILE:
  9. ;  
  10. ;     Symbol "WITH-VIEWPORT-DIMENSIONS" not found in the CL-BODGE.HOST package.
  11. ;  
  12. ;       Line: 244, Column: 43, File-Position: 7289
  13. ;  
  14. ;       Stream: #<SB-INT:FORM-TRACKING-STREAM for "file /home/alexander/quicklisp/local-projects/trivial-gamekit/src/gamekit.lisp" {1005062BA3}>
  15.  
  16. debugger invoked on a UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread
  17. #<THREAD "main thread" RUNNING {10005205B3}>:
  18.   COMPILE-FILE-ERROR while
  19.   compiling #<CL-SOURCE-FILE "trivial-gamekit" "gamekit">
  20.  
  21. Type HELP for debugger help, or (SB-EXT:EXIT) to exit from SBCL.
  22.  
  23. restarts (invokable by number or by possibly-abbreviated name):
  24.   0: [RETRY                        ] Retry
  25.                                      compiling #<CL-SOURCE-FILE "trivial-gamekit" "gamekit">.
  26.   1: [ACCEPT                       ] Continue, treating
  27.                                      compiling #<CL-SOURCE-FILE "trivial-gamekit" "gamekit">
  28.                                      as having been successful.
  29.   2:                                 Retry ASDF operation.
  30.   3: [CLEAR-CONFIGURATION-AND-RETRY] Retry ASDF operation after resetting the
  31.                                      configuration.
  32.   4:                                 Retry ASDF operation.
  33.   5:                                 Retry ASDF operation after resetting the
  34.                                      configuration.
  35.   6: [ABORT                        ] Give up on "trivial-gamekit"
  36.   7:                                 Exit debugger, returning to top level.
  37.  
  38. (UIOP/LISP-BUILD:CHECK-LISP-COMPILE-RESULTS NIL T T "~/asdf-action::format-action/" ((#<ASDF/LISP-ACTION:COMPILE-OP > . #<ASDF/LISP-ACTION:CL-SOURCE-FILE "trivial-gamekit" "gamekit">)))
  39.    source: (ERROR 'COMPILE-FILE-ERROR :CONTEXT-FORMAT CONTEXT-FORMAT
  40.                   :CONTEXT-ARGUMENTS CONTEXT-ARGUMENTS)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement