On Feb 21, 2011, at 8:24 AM, Timothy Baldridge wrote: > Finally I found out that the "best" was was to use lein. So I > installed lein, and after several hours finally got it to download and > install Clojure. I added penumbra to my project.clj, and told lein to > get the deps. It downloaded dozens of packages then said it completed. > Oh! but penumbra also requires a Java OpenGL interop package that > isn't on clojars!
Do you have lwjgl in your project's :native-dependencies? In any case, you might have better luck asking the Leiningen mailing list. -- 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
