I just reinstalled my Clojure environment using the Emacs Starter Kit +
Clojure Mode. The M-x clojure-install command has worked fine in the past,
but this time, it hits an error in compiling PersistentArrayMap.java:
---------------------- Begin output
---------------------------------------------------
clean:
init:
[mkdir] Created dir: /Users/chad/src/clojure/clojure/classes
init-version:
[copy] Copying 1 file to /Users/chad/src/clojure/clojure
compile-java:
[javac] Compiling 132 source files to
/Users/chad/src/clojure/clojure/classes
[javac]
/Users/chad/src/clojure/clojure/src/jvm/clojure/lang/PersistentArrayMap.java:333:
cannot find symbol
[javac] symbol : method copyOf(java.lang.Object[],int)
[javac] location: class java.util.Arrays
[javac] return new PersistentArrayMap(Arrays.copyOf(array,
len));
[javac] ^
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 1 error
BUILD FAILED
/Users/chad/src/clojure/clojure/build.xml:82: Compile failed; see the
compiler error output for details.
Total time: 3 seconds
---------------------- End output
---------------------------------------------------
The M-x clojure-install command checks out the latest clojure using:
"git clone git://github.com/richhickey/clojure.git"
so I am assuming that this is a recently-introduced issue.
Does anyone know what is going on here?
Thanks for your help,
Chad Harrington
[email protected]
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your
first post.
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
-~----------~----~----~----~------~----~------~--~---