Re: Problem using clojure.contrib.seq-utils

2009-04-18 Thread Michael Wood
I was having trouble building clojure-contrib after having updated both clojure and clojure-contrib. Clojure was already at HEAD. I have a habit of running "ant clean" before compiling. When I tried to build clojure-contrib, I was getting a stack trace, which was complaining about "get-method".

Re: Problem using clojure.contrib.seq-utils

2009-04-18 Thread Meikel Brandmeyer
Hi, Am 18.04.2009 um 13:29 schrieb synphonix: I did that already and it did not help. I also explictly unset my CLASSPATH env in the shell from which I start ant (just to be sure) and checked that the "clojure.jar" property in clojure-contrib's build.xml is correct. I do not see this behavior w

Re: Problem using clojure.contrib.seq-utils

2009-04-18 Thread synphonix
Hi Meikel, I did that already and it did not help. I also explictly unset my CLASSPATH env in the shell from which I start ant (just to be sure) and checked that the "clojure.jar" property in clojure-contrib's build.xml is correct. I do not see this behavior when I switch clojure to svn rev 1339.

Re: Problem using clojure.contrib.seq-utils

2009-04-18 Thread Meikel Brandmeyer
Hi, Am 18.04.2009 um 12:17 schrieb synphonix: java.lang.NoSuchMethodError: clojure.lang.MultiFn.(Lclojure/ lang/ IFn;Ljava/lang/Object;Lclojure/lang/IRef;)V(NO_SOURCE_FILE:0) later invocations result in java.lang.NoClassDefFoundError: Could not initialize class clojure.contrib.seq_utils__init

Re: Problem using clojure.contrib.seq-utils

2009-04-18 Thread synphonix
Hello, I have problems using seq-utils with the latest versions of clojure and clojure-contrib. I use clojure rev 1352 and clojure-contrib rev 675. Using these two the first invocation of (use 'clojure.contrib.seq-utils) gives java.lang.NoSuchMethodError: clojure.lang.MultiFn.(Lclojure/lang/ IFn