Hello,
I am new to open frameworks, I am trying to run kinect with OpenNI to get the skeleton data.
I downloaded ofxOpenNI from gameoverhack's Github. I managed to install the addon to my OF after solving all kinds of linking problems, then I occurred those errors which I have no idea how to solve it, please see below.
Can anyone help or direct me to a right path that I can solve this issue. I am using OF0.9.0 with Xcode 0.72 and OS X EI Capitan.
Many Thanks.
Below are the error message:
ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks//QuickTime.framework/QuickTime.tbd, missing required architecture x86_64 in file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks//QuickTime.framework/QuickTime.tbd
Undefined symbols for architecture x86_64:
"ofxOpenNI::removeImageGenerator()", referenced from:
ofApp::keyPressed(int) in ofApp.o
"ofxOpenNI::addInfraGenerator()", referenced from:
ofApp::keyPressed(int) in ofApp.o
"ofxOpenNI::removeInfraGenerator()", referenced from:
ofApp::keyPressed(int) in ofApp.o
"ofxOpenNI::getUseBackBuffer()", referenced from:
ofApp::keyPressed(int) in ofApp.o
"ofxOpenNI::setUseBackBuffer(bool)", referenced from:
ofApp::keyPressed(int) in ofApp.o
"ofxOpenNI::stop()", referenced from:
ofApp::exit() in ofApp.o
ofApp::keyPressed(int) in ofApp.o
"ofxOpenNI::isInfraOn()", referenced from:
ofApp::keyPressed(int) in ofApp.o
"ofxOpenNI::getTrackedUser(int)", referenced from:
ofApp::draw() in ofApp.o
"ofxOpenNI::setBaseUserClass(ofxOpenNIUser&)", referenced from:
ofApp::setup() in ofApp.o
"ofxOpenNIUser::drawMask()", referenced from:
ofApp::draw() in ofApp.o
"ofxOpenNI::isImageOn()", referenced from:
ofApp::keyPressed(int) in ofApp.o
"ofxOpenNIUser::drawPointCloud()", referenced from:
ofApp::draw() in ofApp.o
"ofxOpenNI::update()", referenced from:
ofApp::update() in ofApp.o
"ofxOpenNI::~ofxOpenNI()", referenced from:
ofApp::ofApp() in main.o
ofApp::~ofApp() in ofApp.o
"ofxOpenNI::addImageGenerator()", referenced from:
ofApp::setup() in ofApp.o
ofApp::keyPressed(int) in ofApp.o
"ofxOpenNI::drawDebug()", referenced from:
ofApp::draw() in ofApp.o
"ofxOpenNI::setRegister(bool)", referenced from:
ofApp::setup() in ofApp.o
"ofxOpenNI::setMirror(bool)", referenced from:
ofApp::setup() in ofApp.o
"ofxOpenNIUser::setUseMaskTexture(bool)", referenced from:
ofApp::setup() in ofApp.o
"ofxOpenNI::start()", referenced from:
ofApp::setup() in ofApp.o
"ofxOpenNIUser::setUsePointCloud(bool)", referenced from:
ofApp::setup() in ofApp.o
"ofxOpenNIUser::setPointCloudResolution(int)", referenced from:
ofApp::setup() in ofApp.o
"ofxOpenNI::setMaxNumUsers(int)", referenced from:
ofApp::setup() in ofApp.o
"ofxOpenNIUser::ofxOpenNIUser()", referenced from:
ofApp::setup() in ofApp.o
"ofxOpenNI::getNumDevices()", referenced from:
ofApp::setup() in ofApp.o
"ofxOpenNI::getNumTrackedUsers()", referenced from:
ofApp::draw() in ofApp.o
"ofxOpenNI::addUserGenerator()", referenced from:
ofApp::setup() in ofApp.o
"ofxOpenNI::setPointCloudResolutionAllUsers(int)", referenced from:
ofApp::keyPressed(int) in ofApp.o
"ofxOpenNIUser::~ofxOpenNIUser()", referenced from:
ofApp::setup() in ofApp.o
"ofxOpenNIUser::setPointCloudDrawSize(int)", referenced from:
ofApp::setup() in ofApp.o
"ofxOpenNI::setup(bool)", referenced from:
ofApp::setup() in ofApp.o
"ofxOpenNI::addDepthGenerator()", referenced from:
ofApp::setup() in ofApp.o
"ofxOpenNI::ofxOpenNI()", referenced from:
ofApp::ofApp() in main.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)