I spent some time today trying unsuccessfully to get the equiv branch
up and running on Windows.  I'd appreciate some guidance.
I downloaded git, installed git.
Used git to "clone" the github repository.
Used git to "checkout origin/equiv".
Downloaded ant.
Installed ant.
Ran ant.
Seemed to work.
Used git to "clone" the clojure-contrib github repository.
Ran ant.  Didn't work (no ant build file.  Why does clojure-contrib
have a different build process than clojure?).
Installed maven.
Ran "maven package" in the clojure-contrib directory.
It churned for a while, and the reported a java exception:
"Unable to resolve symbol: flatten in this context (literals.clj:
169)" and an enormous stacktrace.

I thought maybe the contrib branch is incompatible with this new
branch of clojure.  So I tried:
"git checkout origin/new"
but got an error that I can't switch branches due to a local change in
test_math.clj (which makes no sense to me because I didn't make any
changes to any file after the initial clone).

It took me a long time to get this far, but now I feel stuck.  Any ideas?

-- 
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
Note that posts from new members are moderated - please be patient with your 
first post.
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