morispi / CONSENT

Scalable long read self-correction and assembly polishing with multiple sequence alignment
https://doi.org/10.1038/s41598-020-80757-5
GNU Affero General Public License v3.0
55 stars 5 forks source link

member questions in bmean.cpp #34

Open Beauty9527 opened 2 years ago

Beauty9527 commented 2 years ago

Hi: I have followed your installation process. Environment includes python3.8, zlib1.2.12, cmake3.19.1, and g++10.2.0. Then I encountered the following problems during execution of ./install. Have you ever encountered them during your development? "g++ -o bmean.o -c bmean.cpp -O3 -std=c++11 -lpthread -Ispoa/include -Ispoa/include/ -Lspoa/build/lib/ -lspoa bmean.cpp: In function ‘std::vector<std::cxx11::basic_string > consensus_SPOA(std::vector<std::cxx11::basic_string >&, unsigned int, std::string)’: bmean.cpp:586:32: error: ‘createAlignmentEngine’ is not a member of ‘spoa’; did you mean ‘AlignmentEngine’? 586 | auto alignment_engine = spoa::createAlignmentEngine(static_cast(0), 5, -10, -4, -4); | ^~~~~ | AlignmentEngine bmean.cpp:588:21: error: ‘createGraph’ is not a member of ‘spoa’ 588 | auto graph = spoa::createGraph(); | ^~~ make: *** [bmean.o] Error 1" Looking forward to your reply gratefully! Wang Rongshu

Beauty9527 commented 2 years ago

Hi, I am so sorry to disturb you again. After testing and adjustment, I found that the problem is caused by the high version of my compiler g++. Best wishes! Wang Rongshu