Re: Issues with Penumbra

2012-10-12 Thread JvJ
Another issue that was giving me trouble was that penumbra 0.6.0 appears to only work with Clojure 1.2 because of some issues with Contrib dependencies. It looks like prismofeverything's 0.6.9 refactors it to work with 1.3 and up. On Friday, 12 October 2012 00:37:47 UTC-4, AtKaaZ wrote: > > Up

Re: Issues with Penumbra

2012-10-12 Thread AtKaaZ
I see that latest is here 0.6.0 here: http://clojars.org/repo/penumbra/penumbra/ from 30-Aug-2012 18:35 with lein2 I did: lein new pu cd pu edit project.clj and add *[penumbra "0.6.0"]* to *:dependencies* lein deps lein repl user=> (use 'penumbra.opengl) ClassNotFoundException penumbra.PenumbraS

Re: Issues with Penumbra

2012-10-12 Thread AtKaaZ
Upon further inspection(s) I notice that the penumbra-0.6.0.jar does not contain the java .class files for at least PenumbraSystem but also the Natives which is a bit odd because when doing lein uberjar they do get compiled and included (70Kb vs 60 kb .jar) So I believe this is why the error: Clas

Re: Issues with Penumbra

2012-10-11 Thread AtKaaZ
Just to be sure, this is the link: https://github.com/ztellman/penumbra I notice OP was using a different fork (?) On Thu, Oct 11, 2012 at 11:46 PM, Zach Tellman wrote: > I updated Penumbra to target the project structure for Leiningen 2 a while > back, are you using v1 by any chance? > > Zach >

Re: Issues with Penumbra

2012-10-11 Thread Zach Tellman
I updated Penumbra to target the project structure for Leiningen 2 a while back, are you using v1 by any chance? Zach On Thursday, October 11, 2012 12:34:44 PM UTC-7, JvJ wrote: > > I'm trying to make a project using Penumbra for opengl, but somehow I get > an issue when I try (use 'penumbra.op

Issues with Penumbra

2012-10-11 Thread JvJ
I'm trying to make a project using Penumbra for opengl, but somehow I get an issue when I try (use 'penumbra.opengl). It looks like there's a class excepiton: penumbra.PenumbraSystem [Thrown class java.lang.ClassNotFoundException] Here's the project file I'm using: (defproject enjine "1.0.0-S