Hi Andrew, in summer I've uploaded a lein compatible re-packaged version of JOGL & JOCL to Clojars:
https://clojars.org/org.clojars.toxi/jogl https://clojars.org/org.clojars.toxi/jocl Both will also require Gluegen of course, but can't remember if I've included a dependency for it in their POM or if you have to include it manually. In any way, lein specs are here: [org.clojars.toxi/jogl "2.0.0-rc10"] [org.clojars.toxi/jocl "2.0.0-rc10"] [org.clojars.toxi/gluegen-rt "2.0.0-rc10"] Hth! K. -- http://postspectacular.com | http://toxiclibs.org | http://toxi.co.uk On 5 December 2012 10:41, Andrew P. Lentvorski, Jr. <bsd...@gmail.com> wrote: > Anybody have some advice for me about the latest JOGL(2.0 rc11) with Clojure > on Eclipse? I'm running Eclipse Juno SR1 with Counterclockwise on OS X > 10.6.8. > > The JOGL tutorial sets up by creating a JOGL project that you then make new > Java projects depend upon. This works fine for Java and seems to be > considered the "official" way of making things go with Eclipse and Java. I > can create a new Java project, add the JOGL project to the Java Build Path, > set up OpenGL and draw a basic triangle. The project finds all the > dependencies and everything runs. > > This doesn't seem to work for Clojure for some reason. I could post > specific errors, but given that I'm a clojure newbie, I figured I should > probably take a further step back since I'm likely to be barking up the > wrong tree completely. So, my question is: > > What is the proper way to get JOGL running under Clojure on Eclipse? > > Thanks. > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to clojure@googlegroups.com > Note that posts from new members are moderated - please be patient with your > first post. > To unsubscribe from this group, send email to > clojure+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en