Guest User

Untitled

a guest
May 26th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. cd /home/nick/dev/lisp/ircbot/
  2. 7 compiler notes:
  3.  
  4. ircbot.lisp:1:1:
  5. error:
  6. (during compile-time-too processing)
  7. The name "USOCKET" does not designate any package.
  8. --> EVAL-WHEN
  9. ==>
  10. (SB-IMPL::%DEFPACKAGE "SIMPLE-USOCKET-IRC-BOT" 'NIL 'NIL 'NIL 'NIL
  11. '("CL" "USOCKET" "SPLIT-SEQUENCE") 'NIL 'NIL 'NIL
  12. '("SIMPLE-USOCKET-IRC-BOT") 'NIL ...)
  13.  
  14.  
  15. ircbot.lisp:3:1:
  16. error:
  17. (during compile-time-too processing)
  18. The name "SIMPLE-USOCKET-IRC-BOT" does not designate any package.
  19. --> EVAL-WHEN
  20. ==>
  21. (SETQ *PACKAGE*
  22. (SB-INT:FIND-UNDELETED-PACKAGE-OR-LOSE "SIMPLE-USOCKET-IRC-BOT"))
  23.  
  24.  
  25. ircbot.lisp:9:22:
  26. style-warning: undefined function: SOCKET-CONNECT
  27.  
  28. ircbot.lisp:23:13:
  29. style-warning: undefined function: SOCKET-STREAM
  30.  
  31. ircbot.lisp:33:17:
  32. style-warning: undefined function: SPLIT-SEQUENCE
  33.  
  34. ircbot.lisp:48:8:
  35. style-warning: undefined function: WAIT-FOR-INPUT
  36.  
  37. ircbot.lisp:49:55:
  38. style-warning: undefined function: SOCKET-STREAM
  39.  
  40. Compilation failed.
Add Comment
Please, Sign In to add comment