5

I installed quicklisp/slime/clisp on windows 7. When I started slime with M-x slime, I got this error message.

enter image description here

I could enter 'continue' to start the clisp/slime, but this message pops up whenever I start slime. What's wrong with this? How can I fix this?

Rainer Joswig
  • 136,269
  • 10
  • 221
  • 346
prosseek
  • 182,215
  • 215
  • 566
  • 871

1 Answers1

6

I used clisp 2.44 which was outdated for quicklisp, when I installed and use 2.49, the issue is gone.

See EXT:PROBE-PATHNAME

sds
  • 58,617
  • 29
  • 161
  • 278
prosseek
  • 182,215
  • 215
  • 566
  • 871