On Sat, Feb 20, 2010 at 9:41 AM, Paul Tarvydas <tarvy...@visualframeworksinc.com> wrote: > I tried to install clojure today using these instructions > > http://github.com/technomancy/swank-clojure > > (after first wasting a couple of hours trying to follow these instructions > linked to by clojure.org > http://en.wikibooks.org/wiki/Clojure_Programming/Getting_Started#Installing_a_JAR) > > and I seem to be having the same problem. > > Below is a manually edited log of what I did. It appears that there is a > compilation error in slime-repl.el and that everything after that fails (e.g. > m-x slime complains that some swank files cannot be found).
>From the readme you linked to above: > Install from ELPA using package.el[1]. > >When you perform the installation, you will see warnings related to the >byte-compilation of the packages. This is normal; the packages will work just >fine even if there are problems compiling it upon installation Since elisp can work in either compiled or interpreted mode, compilation errors don't mean the package failed to install. It just means it will run in interpreted mode. -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