ofxFaceTracker.h: Use of undeclared identifier 'glm'
drscotthawley opened this issue · 1 comments
drscotthawley commented
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 kylemcdonald/ofxCv#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
resolved if you use nightly build instead of 0.9.8.
closing.