@ranveeraggarwal wrote:
To make OpenNI work, I did the following:
- Downloaded ofxOpenNI from here: https://github.com/gameoverhack/ofxOpenNI and put it in the addons folder.
- Installed NITE v1.5.2.21-64-bit
- Downloaded OpenNI from here: https://github.com/OpenNI/OpenNI and built it and installed it
- Used PeojectGenerator to create a new project with ofxOpenNI included.
Now, when I go to this project and try to compile it using
make
I a lot of undefined reference, for instance this:
ofxOpenNI.cpp:(.text._ZN2xn12NodeInfoList8IteratorC2E22XnNodeInfoListIterator[_ZN2xn12NodeInfoList8IteratorC5E22XnNodeInfoListIterator]+0x3c): undefined reference to `xnNodeInfoListIteratorIsValid'
I know this is a linking error. How do I fix it?
Posts: 5
Participants: 2