---
title: 编译Cufflinks时报GHash.hh:91:44: error错误
description: "编译Cufflinks时报错，报错信息为："
url: https://www.hikunpeng.com/document/detail/zh/kunpenghpcs/hpcindapp/trouble/bootkit_hpc_troublecase_0058.html
sourcePath: /source/zh/kunpenghpcs/hpcindapp/trouble/bootkit_hpc_troublecase_0058.html
indexId: d7773c5d905ba2378a904c46ae49f155954477666f82245817b500297f4eaa5974
---
# 编译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(https://codeload.github.com/cole-trapnell-lab/cufflinks/zip/master)
