On Dec 15, 5:35 pm, CuppoJava <patrickli_2...@hotmail.com> wrote:
> Hi,
> I just ran into a need for using gen-class, and need some help getting
> started.
>
> I upgraded to the latest Clojure version using
> svn cohttps://clojure.svn.sourceforge.net/svnroot/clojureclojure
>
> and I run the REPL using
> java -jar clojure.jar
>
> However when I type:
> user=> (compile)
>
> I get the following error:
> Unable to resolve symbol: compile in this context.
>
> Do I have the right version of Clojure for using it's new gen-class
> facilities?
>

When pulling new Clojure from SVN, please do:

ant clean
ant

So you know you have a consistent build.

Rich

--~--~---------~--~----~------------~-------~--~----~
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 
clojure+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to