AS5下安装Desmond遇到
/root/desmond/boost_1_37_0/include/boost-1_37/boost/type_traits/detail/cv_traits_impl.hpp:38: internal compiler error: in make_rtl_for_nonlocal_decl, at cp/decl.c:5067
这样的问题,原因是在Boost 早期版本中默认支持“in-class initialization of static integral constant members“.解决方案只需在
boost_1_37_0/include/boost-1_37/boost/config/user.hpp中添加
“#define BOOST_NO_INCLASS_MEMBER_INITIALIZATION“
即可。
至于为什么在Ubuntu下未遇见同样问题就不得而知了。
refer to:http://old.nabble.com/Please-help:-boost-python-1.41-extension-problem-td27282417.html
RH-AS5下安装Desmond
最新推荐文章于 2021-12-16 16:33:40 发布