On Tue, Nov 18, 2008 at 5:01 PM, islon <[EMAIL PROTECTED]> 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?
There was a change done today to provide AOT/gen-class support. Unfortunately, it breaks swank-clojure. So, your options are: 1. Grab an earlier version of Clojure from svn 2. Don't use slime in emacs (http://bc.tech.coop/blog/081118.html) 3. Fix the swank-clojure breakage - Bill --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---