Advertisement
Guest User

Fresh CHICKEN - trouble with readline

a guest
Jan 30th, 2015
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. bahman@rostam:~$ csi
  2.  
  3. CHICKEN
  4. (c) 2008-2014, The Chicken Team
  5. (c) 2000-2007, Felix L. Winkelmann
  6. Version 4.9.0.1 (stability/4.9.0) (rev 8b3189b)
  7. linux-unix-gnu-x86-64 [ 64bit manyargs dload ptables ]
  8. bootstrapped 2014-06-07
  9.  
  10. ; loading /home/bahman/.csirc ...
  11. ; loading /home/bahman/Programs/Chicken/4.9.0.1/lib/chicken/7/readline.import.so ...
  12. ; loading /home/bahman/Programs/Chicken/4.9.0.1/lib/chicken/7/chicken.import.so ...
  13. ; loading /home/bahman/Programs/Chicken/4.9.0.1/lib/chicken/7/foreign.import.so ...
  14. ; loading /home/bahman/Programs/Chicken/4.9.0.1/lib/chicken/7/ports.import.so ...
  15. ; loading /home/bahman/Programs/Chicken/4.9.0.1/lib/chicken/7/data-structures.import.so ...
  16. ; loading /home/bahman/Programs/Chicken/4.9.0.1/lib/chicken/7/posix.import.so ...
  17. ; loading /home/bahman/Programs/Chicken/4.9.0.1/lib/chicken/7/regex.import.so ...
  18. ; loading /home/bahman/Programs/Chicken/4.9.0.1/lib/chicken/7/irregex.import.so ...
  19. ; loading /home/bahman/Programs/Chicken/4.9.0.1/lib/chicken/7/readline.so ...
  20. ; loading /home/bahman/Programs/Chicken/4.9.0.1/lib/chicken/7/regex.so ...
  21.  
  22. Error: unbound variable: history-install-file-manager
  23.  
  24. Call history:
  25.  
  26. <syntax> (current-input-port (make-readline-port))
  27. <syntax> (make-readline-port)
  28. <eval> (current-input-port (make-readline-port))
  29. <eval> (make-readline-port)
  30. readline.scm:421: set-signal-handler!
  31. readline.scm:422: make-input-port
  32. readline.scm:428: set-port-name!
  33. <syntax> (history-install-file-manager (string-append (or (get-environment-variable "HOME") ".") "/.csi.histo...
  34. <syntax> (string-append (or (get-environment-variable "HOME") ".") "/.csi.history")
  35. <syntax> (or (get-environment-variable "HOME") ".")
  36. <syntax> (##core#let ((tmp20 (get-environment-variable "HOME"))) (##core#if tmp20 tmp20 (or21 ".")))
  37. <syntax> (##core#begin (##core#if tmp20 tmp20 (or21 ".")))
  38. <syntax> (##core#if tmp20 tmp20 (or21 "."))
  39. <syntax> (or21 ".")
  40. <syntax> (get-environment-variable "HOME")
  41. <eval> (history-install-file-manager (string-append (or (get-environment-variable "HOME") ".") "/.csi.histo... <--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement