Re: Apparent interaction of libraries with lein

2013-03-14 Thread Jim foo.bar
Could it be that you're using lein1 instead of lein2? Is lein1 still actively maintained? In any case I suggest you upgrade to lein2... Jim On 14/03/13 12:48, Nico Swart wrote: The Leiningen project file I use include these dependancies: (defproject fb20try "1.0.0-SNAPSHOT" :description "F

Re: Apparent interaction of libraries with lein

2013-03-14 Thread Akhil Wali
The error looks like its coming from java rather than leinengen. And the error might be due to quil loading some dll in the jre which is missing. Try reinstalling java is all I can say at this point. On Mar 14, 2013 6:18 PM, "Nico Swart" wrote: > The Leiningen project file I use include these

Apparent interaction of libraries with lein

2013-03-14 Thread Nico Swart
The Leiningen project file I use include these dependancies: (defproject fb20try "1.0.0-SNAPSHOT" :description "FIXME: write description" :dependencies [[org.clojure/clojure "1.4.0"] [org.clojure/clojure-contrib "1.2.0"] [dds/ndds "1.0"] [quil