编译OpenFace
报错:undefined reference to `cv::destroyWindow(std::_cxx11::basic_string<char, std::char_traits<char>
参考:https://blog.csdn.net/LLY_A/article/details/120385775
解决办法:在 CMakeLists.txt 中添加命令:set(CMAKE_CXX_FLAGS "$ -D_GLIBCXX_USE_CXX11_ABI=0"),重新cmake
cmake命令:cmake -D CMAKE_CXX_COMPILER=g++ -D CMAKE_C_COMPILER=gcc -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/online1/public/support/amd/openface/2.2.0/gcc8.3.0 ..
报错解决!