pgte / node-openni

OpenNI bindings for Node.js
79 stars 37 forks source link

OSX fails to build #15

Closed ChristianRich closed 10 years ago

ChristianRich commented 11 years ago

Build fails when running 'node-gyp configure build' on OSX.

danfinlay commented 11 years ago

I highly recommend installing OpenNI via the SimpleOpenNI installer, as advised in the readme. Have you tried that?

konklone commented 11 years ago

This fails on Ubuntu too - it's on the lines that reference boundingBox_, right? This is because of #12, and is fixed by commenting out those lines, as recommended in #14.