ztellman / penumbra

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

java.lang.UnsatisfiedLinkError: Can't load library: ../penumbra/liblwjgl.so (slate.clj:9) #38

Closed jamiltron closed 11 years ago

jamiltron commented 13 years ago

I've tried tunning penumbra 0.6.0-SNAPSHOT in the specified manner and kept coming up with:

java.lang.UnsatisfiedLinkError: Can't load library: .../penumbra/liblwjgl.so (slate.clj:9)

I get this with lein test as well as well as running lein repl and then trying to (require 'examples)

Any help is appreciated!