yutarochan / simple-openni

Automatically exported from code.google.com/p/simple-openni
0 stars 0 forks source link

install simple-openni on OSX 10.7.2, Processing 2.4a #32

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. install simple-openni on OSX 10.7.2, Processing 2.4a
2. Try to open any example (e.g. hands.pde)
3.

What is the expected output? What do you see instead?

Can't find the SimpleOpenNI library : java.lang.UnsatisfiedLinkError: 
/Users/admin/Documents/Processing/libraries/SimpleOpenNI/library/libSimpleOpenNI
.jnilib:  Library not loaded: ../../Bin/x86-Release/libOpenNI.dylib   
Referenced from: 
/Users/admin/Documents/Processing/libraries/SimpleOpenNI/library/libSimpleOpenNI
.jnilib   Reason: image not found
Exception in thread "Animation Thread" java.lang.UnsatisfiedLinkError: 
SimpleOpenNI.SimpleOpenNIJNI.swig_module_init()V
    at SimpleOpenNI.SimpleOpenNIJNI.swig_module_init(Native Method)
    at SimpleOpenNI.SimpleOpenNIJNI.<clinit>(SimpleOpenNIJNI.java:1542)
    at SimpleOpenNI.ContextWrapper.<init>(ContextWrapper.java:54)
    at SimpleOpenNI.SimpleOpenNI.<init>(SimpleOpenNI.java:192)
    at Hands.setup(Hands.java:53)
    at processing.core.PApplet.handleDraw(PApplet.java:1881)
    at processing.core.PApplet.run(PApplet.java:1803)
    at java.lang.Thread.run(Thread.java:680)

What version of the product are you using? On what operating system?

OSX 10.7.2, Processing 2.4a

Please provide any additional information below.

Original issue reported on code.google.com by andreas....@gmail.com on 22 Feb 2012 at 12:25

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
The library only wors with Processing<2.0. Try downloading the 1.5 release. 

Original comment by maverick...@gmail.com on 9 Apr 2012 at 2:17

GoogleCodeExporter commented 8 years ago
Same problem even with 1.5, some solution?

10.7.4

Original comment by antoniom...@gmail.com on 22 May 2012 at 7:22