joaquimrocha / Skeltrack

A Free Software skeleton tracking library
GNU Lesser General Public License v3.0
294 stars 63 forks source link

"make check" failed. #10

Open updogliu opened 11 years ago

updogliu commented 11 years ago

ERROR:test-skeleton.c:214:on_track_joints: assertion failed (get_number_of_valid_joints (list) == 7): (6 == 7) /bin/bash: line 5: 17129 Aborted (core dumped) ${dir}$tst FAIL: test-skeleton

The commit I compiled is "3a3dae69 build: Raises required version of GLib to 2.32".

joaquimrocha commented 11 years ago

That's a known one. I rounded some default values in the last release and didn't notice that it would make the tests fail.

I will fix it soon. Thanks.

updogliu commented 11 years ago

May I just ignore it and run any sample binary file to play with a Kinect?

joaquimrocha commented 11 years ago

If you have a Kinect, you do not need the binary files. Those are just for the tests which is what make check does.