Hi All,
I am trying to install MAP assembler for metagenomic assembly but i am getting following error.
make
g++ -O3 -fopenmp -c -o Cons_Ctg_Cons.o Cons_Ctg_Cons.cpp
Cons_Ctg_Cons.cpp: In function ‘void complete_indelqc(Mul_Alnmt&)’:
Cons_Ctg_Cons.cpp:114:68: error: ‘system’ was not declared in this scope
cout<<"error no qc for indel's nerbour "<<endl; system("pause");
^
make: *** [Cons_Ctg_Cons.o] Error 1
Can anyone tell me what is wrong in the installation?
Thanks in advance.
I am trying to install MAP assembler for metagenomic assembly but i am getting following error.
make
g++ -O3 -fopenmp -c -o Cons_Ctg_Cons.o Cons_Ctg_Cons.cpp
Cons_Ctg_Cons.cpp: In function ‘void complete_indelqc(Mul_Alnmt&)’:
Cons_Ctg_Cons.cpp:114:68: error: ‘system’ was not declared in this scope
cout<<"error no qc for indel's nerbour "<<endl; system("pause");
^
make: *** [Cons_Ctg_Cons.o] Error 1
Can anyone tell me what is wrong in the installation?
Thanks in advance.