I checkouted the last clojure from svn, swank-clojure and clojure-mode
too.
When I start slime it give me the following errors:

Clojure
user=> (add-classpath "file:////home/islon/opt/swank-clojure/")
nil
user=>
(require (quote swank))
java.lang.Exception: No such var: swank.util/gen-and-load-class
(core.clj:39)
user=>
(swank/ignore-protocol-version "2008-11-02")
java.lang.Exception: No such var: swank/ignore-protocol-version
(NO_SOURCE_FILE:5)
user=>
(swank/start-server "/tmp/slime.22694" :encoding "iso-latin-1-unix")
java.lang.Exception: No such var: swank/start-server (NO_SOURCE_FILE:
7)
user=>

It worked until I update clojure from svn.
Any ideas?

Regards.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to