the preprocess symbol “Success is defined by x11
·
egine和x11的冲突,看到网上给出的一些解决方案是直接去安装的文件去改,这是不太对的。参照
https://stackoverflow.com/questions/22400905/eigen-and-cimg-compatibility-issues
#ifdef Success
#undef Success
#endif
#include <Eigen/Eigen>
在Eigen头文件引用之前追加即可
更多推荐


所有评论(0)