You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: