Hello! I'm a beginner for OF and i'm more used to Processing. Recently I've been reading a book named which talks about building interactive apps with the help of Kinect and I want to transform my processing code to OF for further study. Unfortunately I stuck on the first step, to run examples giving by you successfully. I read the advise you provided above but it still doesn't work for me.
Here is the error:
ld: warning: directory not found for option '-L/Volumes/Macintosh HD 2/of_v0.9.0RC2_osx_release/apps/myApps/mySketch/bindata/openni/lib'
ld: library not found for -lXnDDK
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I use XcodeVersion 6.3.1 (6D1002) and Ido as exactly what you told above; XnDDK.dylib does exits in the lib folder!
addons
->ofxOpenNI
->src
->include
->lib
Hope you can find me the solution!! Really looking forward to your reply!!