kingsfordgroup/sailfish

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

Opened this issue · 0 comments

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?