ofTheo/ofxKinect

fatal error: tesselator.h: No such file or directory

Closed this issue · 3 comments

Hi

I'm trying to run this project for first time. And i have my very first problems... ...trying to run the example, I can't build it, I've linux 32, ubuntu 12.04.1 and code::blocks, and I get this message:

../../../libs/openFrameworks/utils/ofConstants.h | 187 |  fatal error: tesselator.h: No such file or directory|

I try to look for tesselator.h and can't get nothing. this should not be so complicated. I'm newbie on of. Well, I hope you could help me. :)

tnks

it looks like something is wrong with OF rather than ofxKinect. try running some of the examples that come with OF first. also @arturoc might have used this recently on c::b / linux.

The tesselator is in newer versions of OF. If you're using an older version, say < OF 0073, then this might be causing the error as the curent version of ofxKinect comes with project files for the newer versiosn of OF.

If you are using an old OF version, then see the readme on how to checkout an older version of ofxKinect.

Thanks you guys,

I'm using the newest version of OF (v0.7.4). I ran the exemples too, and only had problems with ones that works with mp3 (jaja, it's another problem that I'm facing now). I'll ask @arturoc for help. Thanks again!.