I have compiling errors (attached image) when trying to compile ofxcv library. I am using xcode 4.3.2, OF 007 and attempting to compile the examples that come with ofxcv. Sorry if this can be referenced to somewhere else on the forum or is obvious. All help is appreciated.
errors are
Utillities.h
Semantic Issue
Call to function ‘toCv’ that is neither visible in the template definition nor found by argument-dependent lookup
In file included from /Users/LeeLee/Documents/of_preRelease_v007_osx/apps/ofxCv_Example/example-background/…/libs/ofxCv/src/Helpers.cpp:2:
In instantiation of function template specialization ‘ofxCv::copy<cv::Mat, cv::Mat>’ requested here
‘toCv’ should be declared prior to the call site or in namespace ‘cv’
Semantic Issue
Call to function ‘toCv’ that is neither visible in the template definition nor found by argument-dependent lookup
In file included from /Users/LeeLee/Documents/of_preRelease_v007_osx/apps/ofxCv_Example/example-background/…/libs/ofxCv/src/Helpers.cpp:2:
‘toCv’ should be declared prior to the call site or in namespace ‘cv’