nickgillian / grt

gesture recognition toolkit
853 stars 286 forks source link

Help! Unknown type name 'TimeseriesGraph' #142

Open mariel-pettee opened 6 years ago

mariel-pettee commented 6 years ago

Hi all, I'm trying to compile the OF Kinect Example with OSX 10.11.6, OpenFrameworks 0.9.4 and Xcode 8.2.1.

I'm getting the error "Unknown type name 'TimeseriesGraph'" in testApp.h. The corresponding files for TimeseriesGraph do indeed exist in my grt/ folder, which I've put in src/ in my Xcode project, but Xcode for some reason doesn't see them. (I should also note that I fixed a typo, as these files define TimeseriesGraph but the original code calls for TimeSeriesGraph. I get the same problem either way.)

I've also tried specifying the specific folder withing grt/ as a header path, to no avail.

Any tips for how to move forward?