kylemcdonald / ofxCv

Alternative approach to interfacing with OpenCv from openFrameworks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

compilation issues with ofx 0.98

batchku opened this issue · comments

When i try to compile one of my ofxCv using projects in ofx 0.98, i get compilation error complains from Utilities.h, Wrappers.h, Helpers.h, Flow.h and Utilities.cpp. The errors are about:

Use of undeclared identified 'glm'

Here is an example:

/Users/ali/Documents/Development/of_v0.9.8_osx_release/addons/ofxCv/libs/ofxCv/include/ofxCv/Utilities.h:264:19: Use of undeclared identifier 'glm'
/Users/ali/Documents/Development/of_v0.9.8_osx_release/addons/ofxCv/libs/ofxCv/src/Calibration.cpp:1:10: In file included from /Users/ali/Documents/Development/of_v0.9.8_osx_release/addons/ofxCv/libs/ofxCv/src/Calibration.cpp:1:
/Users/ali/Documents/Development/of_v0.9.8_osx_release/addons/ofxCv/libs/ofxCv/include/ofxCv/Calibration.h:22:10: In file included from ../../../addons/ofxCv/libs/ofxCv/include/ofxCv/Calibration.h:22:
/Users/ali/Documents/Development/of_v0.9.8_osx_release/addons/ofxCv/src/ofxCv.h:9:10: In file included from /Users/ali/Documents/Development/of_v0.9.8_osx_release/apps/myApps/dranimate/../../../addons/ofxCv/src/ofxCv.h:9:

See comments here #197