You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: