SVN version 1110 of Clojure made a breaking change to a feature that  
swank-clojure is using. For now, I recommend moving back one rev by  
using:

svn up -r 1109

from within your checkout of clojure/trunk.

In the past, Jeff has updated swank-clojure very quickly on those rare  
occasions where Clojure changes enough to break it. Stay tuned.

--Steve

On Nov 18, 2008, at 8:01 PM, islon wrote:

>
> 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