Error "GHash.hh:91:44: error" Reported During Cufflinks Compilation
Symptom
An error is reported during Cufflinks compilation. The error information is similar to the following:
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++; |
Key Process and Cause Analysis
The Cufflinks source code has a bug, which has been fixed in the latest master release.