鲲鹏社区首页
中文
注册
我要评分
文档获取效率
文档正确性
内容完整性
文档易理解
在线提单
论坛求助

编译Cufflinks时报GHash.hh:91:44: error错误

问题现象描述

编译Cufflinks时报错,报错信息为:

GHash.hh:91:44: error: type/value mismatch at argument 1 in template parameter list for ‘template<class _Tp> struct std::hash’
91 |     while (pos<fCapacity && hash[pos].hash<0) pos++;
| 

关键过程、根本原因分析

Cufflinks源码bug,已在最新master版本中修正。

结论、解决方案及效果

请下载最新的Cufflinks安装包。

下载地址:https://codeload.github.com/cole-trapnell-lab/cufflinks/zip/master