pgte/node-openni

build error on mac

Open

#20 opened on Nov 3, 2013

View on GitHub
 (8 comments) (0 reactions) (0 assignees)C++ (37 forks)github user discovery
help wanted

Repository metrics

Stars
 (79 stars)
PR merge metrics
 (PR metrics pending)

Description

> node-gyp configure build

  CXX(target) Release/obj.target/openni/src/Callbacks.o
../src/Callbacks.cc:1:9: warning: 'BUILDING_NODE_EXTENSION' macro redefined
#define BUILDING_NODE_EXTENSION
        ^
<command line>:4:9: note: previous definition is here
#define BUILDING_NODE_EXTENSION 1
        ^
In file included from ../src/Callbacks.cc:6:
../src/Context.h:7:10: fatal error: 'XnCppWrapper.h' file not found
#include <XnCppWrapper.h>
         ^
1 warning and 1 error generated.
make: *** [Release/obj.target/openni/src/Callbacks.o] Error 1

I'm new on kinect platform, I'm getting error message above. Do anyone know what's going on? thanks in advance.

Contributor guide