Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build errors on OSX #14

Open
raldred opened this issue Jul 27, 2013 · 4 comments
Open

Build errors on OSX #14

raldred opened this issue Jul 27, 2013 · 4 comments

Comments

@raldred
Copy link

raldred commented Jul 27, 2013

I'm on OSX lion, various methods to install OpenNI didn't work, I think I have it installed now (version 1.4.0.2). but when I try to build this repo I get a bunch of warnings, but I get these two build errors:

    ../src/Context.cc:375:64: error: no member named 'boundingBox_' in 'nodeopenni::Context'
        status = this->gesture_generator_.AddGesture("Click",this->boundingBox_);
                                                             ~~~~  ^
    ../src/Context.cc:376:63: error: no member named 'boundingBox_' in 'nodeopenni::Context'
        status = this->gesture_generator_.AddGesture("Wave",this->boundingBox_);

Any ideas? Thanks

@chriskilding
Copy link

I'm getting exactly the same error building on Ubuntu 13.04 x64, although the OS isn't really the issue - the problem seems to be that the boundingBox_ variable doesn't exist in the class definition in Context.h.

Commenting out those 2 lines allows it to build successfully for me, although obviously missing those pieces of functionality.

I do still see a ton of warnings though, which probably can't be healthy in the long term.

@raldred
Copy link
Author

raldred commented Aug 8, 2013

Yeh that's what I did too. Probably half baked functionality as the commits are recent.

@andrerod
Copy link

andrerod commented Nov 3, 2013

I'm getting the same compilation error. For now i commented the lines, but if i have time i'll try to figure out what's wrong / fix it.

@pammacdotnet
Copy link

How can I edit this file? Where is it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants