ofTheo / ofxKinect

legacy openFrameworks wrapper for the xbox kinect (OF pre-0.8.0+ only) - ofxKinect is now included and is being maintained in OF releases
MIT License
540 stars 105 forks source link

Unable to compile #55

Closed nardove closed 13 years ago

nardove commented 13 years ago

Hi,

I get 3 errors 2 related to error: cannot declare field 'testApp::mKinect' to be of abstract type 'ofxKinect'

And the other cp: /Users/nardove/Programming/openframeworks_master/my apps/Kinect/PointCloud07/bin//PointCloud07.app/Contents/MacOS/libfmodex.dylib: No such file or directory

Any help will be much appreciated

kylemcdonald commented 13 years ago

does the example compile for you? ofxKinect should not be an abstract type.

do you get the same libfmodex error from the example?

are you using 007/beta or 0062?

more details, including pastebin code snippets would be great.

nardove commented 13 years ago

Hi kyle,

Yes I get the errors from the example project as well, I am using 007/beta

kylemcdonald commented 13 years ago

hacky bug fix for 007 compliance with getPixelsRef(). closed by 26c1548d342acea40443ac030bb548c8f8f26014.

kylemcdonald commented 13 years ago

i just fixed this. but in general, the -beta should not be considered stable until 007 is officially released.

nardove commented 13 years ago

Working like a charm

Thanks lot!

danomatika commented 13 years ago

Workign for 007 .. but this breaks 0062 compatibility.