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

Build errors on Ubuntu #43

Closed enguyen closed 13 years ago

enguyen commented 13 years ago

I have openframeworks properly installed on Ubuntu, with demos building and running. The ofxKinect app does not work, however. I have it cloned in apps/examples/ofxKinect. When I run make I get a lengthy list of errors.

The error log can be found here: https://gist.github.com/796064

arturoc commented 13 years ago

are you using the openframeworks version from github? the addon should work with 0062 but the OF version in github for 32bits linux is currently broken

enguyen commented 13 years ago

Thanks for the quick response. I am using the latest (a37075d9add9729fed106fb15be7f7210d2a2e18) from github from a few days ago. I'm on 64-bit linux, though; not sure where the 32bit/64bit choice would have been made. I'm building things myself. Sorry if this is unclear; I'm not sure what other information to provide.

mbliu commented 13 years ago

Was this issue ever fixed? I'm having the same problem in Ubuntu 11.04 with the latest master branch of OF working. I get these errors using both a patched version of ofxKinect master branch as well as the latest experimental branch (no patching required but it gets the same list of errors.)

EDIT: I feel like this has to do with linking libraries in the makefile. Anyone have any ideas?