Open kingjr opened 7 years ago
The linker does not find cv::imread(std::__cxx11::basic_string
: this is due to your opencv
libraries being compiled with a pre-C++11 compiler, and you trying to compile with a C++11 compiler (the 'dual ABI' issue).
Have a look here for instance to see how to fix that problem: http://stackoverflow.com/questions/33394934/converting-std-cxx11string-to-stdstring
Hi,
Thanks a lot for your package. I'm unfortunately encountering an error when building:
the
cmake
generated this ouput:Would you have any hint on what I should do?