kingsfordgroup / sailfish

Rapid Mapping-based Isoform Quantification from RNA-Seq Reads
http://www.cs.cmu.edu/~ckingsf/software/sailfish
GNU General Public License v3.0
124 stars 45 forks source link

Error: base operand of '->'is not a pointer #106

Open studident opened 6 years ago

studident commented 6 years ago

Using Cmake's make command on Sailfish following errors are returned:

In file included from /usr/tools/SailfishBeta-0.7.6_Linux-x86-64/bin/sailfish/src/SailfishIndexer.cpp:62:0: /usr/tools/SailfishBeta-0.7.6_Linux-x86-64/bin/sailfish/include/SailfishIndex.hpp:126:39: error: base operand of ‘->’ is not a pointer if (!quasiIndex64_->load(indexStr)) {

Can anyone suggest a way to resolve this?