On Nov 1, 4:47 am, Chanwoo Yoo <[EMAIL PROTECTED]> wrote:
> Hi. With a latest version of slime, I can not make slime working
> properly with clojure on Mac(Leopard). I tried it as instructions of
> clojure wiki, a readme file in swank-clojure, and emacs/slime/clojure
> tutorial on ubuntu, but in the every case, slime shows some error
> messages.
>
> When I type m+x run-clojure, a user prompte appears with errors:
>
> (clojure/add-classpath "file:////Users/chanwoo/Documents/lisp/clojure/
> swank-clojure/")
>
> (clojure/require (quote
> swank))
>
> (swank/ignore-protocol-version "2008-10-31")
>
> (swank/start-server "/var/folders/Zc/ZcIgibUaGyWC8sCN4S4Y9++++TI/-Tmp-/
> slime.33346" :encoding "iso-latin-1-unix")
>
> Clojure
> user=>
> nil
> user=> java.lang.Exception: Unable to resolve symbol: *1 in this
> context
> clojure.lang.Compiler$CompilerException: core.clj:124: Unable to
> resolve symbol: *1 in this context

AFAIK, you should be using Clojure compiled from the most recent SVN
sources, not release tarballs.

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