mahulchak/svmu

the make problem

Opened this issue · 2 comments

Hello, when I use make command, some errors appearred, like [-Wsign-compare] and [-Wunused-variable] as following:
"g++ -g -Wall -std=c++0x -c svlib.cpp
svlib.cpp: In function ‘void findInnie(std::vector&, mI&)’:
svlib.cpp:39:34: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
while((mi.x2 > mums[i].x1) && (i<mums.size()))
svlib.cpp:339:29: warning: unused variable ‘Dist’ [-Wunused-variable]
double d1 =0, d2 =0, d = 0,Dist= 0,rd2=0,rd=0;"
what should I do? Thanks for your attention.

thanks a lot, yes, you are right, it has been complied, but when I run the following command "svmu ref_qry_ebv.delta refer.fasta contigs.fasta l ebv", it still printed the error as following:
"terminate called after throwing an instance of 'std::logic_error'
what(): basic_string::_M_construct null not valid
Aborted (core dumped)"