Hallo Leute
I’m trying to run a project in QtCreator in Ubuntu, involving ofxOpencv and ofxKinect but I’m getting this
/home/myUserName/openFrameworks/addons/ofxOpenCv/src/ofxCvHaarFinder.cpp:56: error: undefined reference to 'ofToDataPath[abi:cxx11](boost::filesystem::path const&, bool)'
the reference to this function starts here when I call:
haar.setup("haarcascade_frontalface_default.xml");
in my ofApp.cpp
it’s been a while for me away from software development, but it seems to me it is a problem with an undefined path variable or something. Still I’m a bit rusty to get around and fix it, so I hope for the best with the help I could get from here.
Also I’d like to know if there is ways to check on this variables before hand or any other recommended way to debug this out
Very much appreciated and thanks in advance <3