James Ashley writes:

> 2) Download the lein "install" script as text from the leiningen home page.
> 3) Copy it over to my cygwin directory
> 4) Search/replace to replace the HTML entities with the real thing. I think
> this was a matter of & and >

Can you explain how you downloaded bin/lein such that you had HTML
entities in it? Is that a quirk of the browser you used or something?

> 5) They mentioned instructions about setting up
> an environment variable (something
> about something like `export DOWNLOAD="curl --trusting %1"`...that wasn't
> it, but it was along the same lines).

Yeah, if the certificate store that curl is checking doesn't have the CA
for GitHub then you won't be able to download it securely. I'm not sure
whether this is a problem with Cygwin or Windows itself. Not much we can
do about this, but at least the error message explains one solution. Of
course fixing the certificate store would be better still.

> 7) Change project.clj to use clojure 1.5

This is fixed in master; hope to have the next release out in a few weeks.

> 8) `lein repl` inside cygwin didn't work correctly. CLASSPATH was all
> windows-style, which confused cygwin. So basic clojure.core pieces
> weren't found.

Good to know. Someone submitted some patches for Cygwin compatibility in
bin/lein, but it was a long time ago (over a year) so it probably needs
a refresh. Would be great to get a patch for this or even just a bug
report with details.

Thanks for the info.

-Phil

-- 
-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to