Undefined reference to process(std::__cxx11::basic_string … ) when compiling affdex linux sample applications

My initial suspicion was that the problem is attempting to compile the apps using a newer GCC or rather GLIBCXX than what the sdk is compiled with (gcc v4.8). The error msg refers to an undefined function that the compiler is unable to find .. undefined reference to `affdex::VideoDetector::process(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) The problem … Read more