Advertisement
Guest User

Untitled

a guest
Nov 8th, 2021
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. * asarch@ellis:~/Projects/enlaces$ sbcl --load enlaces.lisp
  2. This is SBCL 2.1.10, an implementation of ANSI Common Lisp.
  3. More information about SBCL is available at <http://www.sbcl.org/>.
  4.  
  5. SBCL is free software, provided as is, with absolutely no warranty.
  6. It is mostly in the public domain; some portions are provided under
  7. BSD-style licenses. See the CREDITS and COPYING files in the
  8. distribution for more information.
  9. To load "cl-cffi-gtk":
  10. Load 1 ASDF system:
  11. cl-cffi-gtk
  12. ; Loading "cl-cffi-gtk"
  13. .....................
  14. To load "datafly":
  15. Load 1 ASDF system:
  16. datafly
  17. ; Loading "datafly"
  18. .......
  19. While evaluating the form starting at line 73, column 0
  20. of #P"/home/asarch/Projects/enlaces/enlaces.lisp":
  21.  
  22. debugger invoked on a SB-KERNEL::ARG-COUNT-ERROR in thread
  23. #<THREAD "main thread" RUNNING {1001870483}>:
  24. Error while parsing arguments to DESTRUCTURING-BIND:
  25. too few elements in
  26. ((GTK-TREE-VIEW-MODEL (WIDGET #) (MODELO #)))
  27. to satisfy lambda list
  28. (PLACE VALUE-FORM . MORE):
  29. at least 2 expected, but got 1
  30.  
  31. Type HELP for debugger help, or (SB-EXT:EXIT) to exit from SBCL.
  32.  
  33. restarts (invokable by number or by possibly-abbreviated name):
  34. 0: [RETRY ] Retry EVAL of current toplevel form.
  35. 1: [CONTINUE] Ignore error and continue loading file "/home/asarch/Projects/enlaces/enlaces.lisp".
  36. 2: [ABORT ] Abort loading file "/home/asarch/Projects/enlaces/enlaces.lisp".
  37. 3: Ignore runtime option --load "enlaces.lisp".
  38. 4: Skip rest of --eval and --load options.
  39. 5: Skip to toplevel READ/EVAL/PRINT loop.
  40. 6: [EXIT ] Exit SBCL (calling #'EXIT, killing the process).
  41.  
  42. (SB-C::CHECK-DS-LIST/&REST #<unavailable argument> #<unavailable argument> #<unavailable argument> #<unavailable argument>)
  43. 0]
  44.  
  45.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement