首页 > 其他 > 详细

编译GraphLab出错

时间:2014-05-31 11:52:36      阅读:817      评论:0      收藏:0      [点我收藏+]

/src/graphlab-master/deps/local/include/boost/atomic/atomic.hpp:166:16: error: ‘uintptr_t’ was not declared in this scope
typedef atomic<uintptr_t> atomic_uintptr_t;
^
/src/graphlab-master/deps/local/include/boost/atomic/atomic.hpp:166:25: error: template argument 1 is invalid
typedef atomic<uintptr_t> atomic_uintptr_t;
^
/src/graphlab-master/deps/local/include/boost/atomic/atomic.hpp:166:43: error: invalid type in declaration before ‘;’ token
typedef atomic<uintptr_t> atomic_uintptr_t;

找到解决方法:

https://svn.boost.org/trac/boost/ticket/7979

编译GraphLab出错,布布扣,bubuko.com

编译GraphLab出错

原文:http://www.cnblogs.com/agnostic/p/3761352.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!