kylemcdonald / ofxFaceTracker

CLM face tracking addon for openFrameworks based on Jason Saragih's FaceTracker.
http://facetracker.net/
Other
1.39k stars 371 forks source link

ofxFaceTracker.h: Use of undeclared identifier 'glm' #144

Closed drscotthawley closed 6 years ago

drscotthawley commented 6 years ago

In trying to build the iOS version (https://github.com/kylemcdonald/ofxFaceTracker-iOS), one encounters an error at ofxFaceTracker.h, lines 37 onward:

vector<glm::vec2> getImagePoints() const;

Error: Use of undeclared identifier 'glm'

This is using the 'stable' branch of ofxCv (https://github.com/kylemcdonald/ofxCv/tree/stable) and openFrameworks 0.9.8 (I read https://github.com/kylemcdonald/ofxCv/issues/208 , which is why I used 'stable' to try to avoid this problem.)

( That is, if you download ofxFaceTracker and put it in $(OF_ROOT)/addons. If you don't do that, you just get 'ofxFaceTracker.h' file not found )

?

drscotthawley commented 6 years ago

resolved if you use nightly build instead of 0.9.8. closing.