ztellman / penumbra

not under active development - idiomatic opengl bindings for clojure
354 stars 43 forks source link

Unable to run native-deps with leiningen and clojure 1.2.0 #27

Closed tgk closed 14 years ago

tgk commented 14 years ago

I'm unable to switch to the 1.2.0 branch of leiningen, clojure and clojure contrib and still use penumbra. I have used the scaffold project.clj from the wiki page, but I am unable to run lein native-deps. It seems swanodettes native-deps plugin tries to call leiningen.pom/make-dependency which the program claims does not exist. I did not have the same problem running 1.1 (and penumbra 0.5). I have purged .m2, but that didn't change anything.

Here is my project.clj, and here is my trace. I'm running this on mac os x 1.5.8 with lein --version Leiningen 1.2.0 on Java 1.6.0_20 Java HotSpot(TM) 64-Bit Server VM

ztellman commented 14 years ago

Sorry, the documentation wasn't up to date. You need to use version 1.0.1 of native-deps with Leiningen 1.2. I've fixed the "Getting Started' wiki entry to reflect this.

tgk commented 14 years ago

Oh, awesome. Once again, thanks for the quick response.