pdLib PureData lib error
in
Contributed Library Questions
•
1 year ago
Hi,
I have installed the puredata lib (PDP5) for processing, according to the directions, but when i try to run the included example in java mode i get this error message:
Exception in thread "Animation Thread" org.puredata.core.NativeLoader$NativeLibraryLoadError: Couldn't find libpdnative.jnilib for this platform mac/x86
at org.puredata.core.NativeLoader.loadLibraryFromJar(NativeLoader.java:111)
at org.puredata.core.NativeLoader.loadLibrary(NativeLoader.java:99)
at org.puredata.core.PdBase.<clinit>(PdBase.java:74)
at org.puredata.processing.PureData.<init>(Unknown Source)
at HelloPd.setup(HelloPd.java:36)
at processing.core.PApplet.handleDraw(PApplet.java:2103)
at processing.core.PGraphicsJava2D.requestDraw(PGraphicsJava2D.java:190)
at processing.core.PApplet.run(PApplet.java:2006)
at java.lang.Thread.run(Thread.java:680)
while at the code is highlighted the line:
pd = new PureData(this, 44100, 0, 2);
Does anyone can help me with this?
I run Processing 2.0b3 in a macbook 2.1 with os x 10.6.8
1