Penumbra anyone in clojure 1.5.1

2014-01-27 Thread Kuba Roth
Hi there,
I'm trying to get Penumbra working with clojure 1.5.1 and was wondering if 
there is still anyone using that library...?

Also I've just discovered a fork of penumbra in the clojars 
(https://clojars.org/prismofeverything/penumbra/versions/0.6.12) which 
claims to be compatible with clojure 1.3, adn address some changes to 
lein2. Is that version preferable to the original git? So far I have had 
not luck with any.

The ('use penumbra.opengl) line gives the following error: 
CompilerException java.lang.ClassNotFoundException: penumbra.opengl, 
compiling:(NO_SOURCE_PATH:1:1) 

Does that mean the native library can not be found or perhaps I'm missing 
something in project.clj?

  :dependencies [[org.clojure/clojure 1.5.1]
 [prismofeverything/penumbra 0.6.12]]
  :jvm-opts [-Djava.library.path=./target/native/linux]


Checking ./target/native/linux indicates some native lib do exist there, 
but ./target/classes folder is empty. I assume all the jars are loaded now 
from ~/.m2/repository/prismofeverything/penumbra/0.6.12 (in my case)

Thanks for help,

kuba

-- 
-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Penumbra anyone in clojure 1.5.1

2014-01-27 Thread Kuba Roth
ok I think got it working at least black frame shows up.


On Monday, January 27, 2014 12:51:45 PM UTC-8, Kuba Roth wrote:

 Hi there,
 I'm trying to get Penumbra working with clojure 1.5.1 and was wondering if 
 there is still anyone using that library...?

 Also I've just discovered a fork of penumbra in the clojars (
 https://clojars.org/prismofeverything/penumbra/versions/0.6.12) which 
 claims to be compatible with clojure 1.3, adn address some changes to 
 lein2. Is that version preferable to the original git? So far I have had 
 not luck with any.

 The ('use penumbra.opengl) line gives the following error: 
 CompilerException java.lang.ClassNotFoundException: penumbra.opengl, 
 compiling:(NO_SOURCE_PATH:1:1) 

 Does that mean the native library can not be found or perhaps I'm missing 
 something in project.clj?

   :dependencies [[org.clojure/clojure 1.5.1]
  [prismofeverything/penumbra 0.6.12]]
   :jvm-opts [-Djava.library.path=./target/native/linux]


 Checking ./target/native/linux indicates some native lib do exist there, 
 but ./target/classes folder is empty. I assume all the jars are loaded now 
 from ~/.m2/repository/prismofeverything/penumbra/0.6.12 (in my case)

 Thanks for help,

 kuba


-- 
-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.