atfrank/RNAPosers

Error in make step when trying to install RNAPosers

Sowmya-R-Krishnan opened this issue · 1 comments

Dear Prof. Frank,

I tried to install RNAPosers as it is one of the dependencies for using the RNACavityMiner tool. The make clean step worked perfectly fine for me. But during the make step, I'm getting the following error:

featurize.cpp:288:58: error: ‘to_string’ was not declared in this scope
outf = outfile + "_traj" + to_string(itrj + 1) + "_pdb" + to_string

My OS is Ubuntu 18.04.5 LTS and I have installed all the other dependencies such as RxDock, pandas, xgboost, scikit-learn etc., as suggested in your README file. Since I do not have prior experience in C++ coding, I request your kind help in resolving this installation issue.

Thanks in advance
Sowmya

Hi,

I could resolve the issue by upgrading my g++ version as suggested online.

Sowmya