[Inchworm-users] compilation problem
Brought to you by:
bhaas
From: Fabrice L. <fab...@ir...> - 2011-02-18 10:13:20
|
Hi, I've installed the 01-20-2010 version of inchwom on a linux Redhat (2.6.18-194.11.4.el5 x86_64). But while compiling I got the following error : g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Werror -Wno-deprecated -MT IRKE.o -MD -MP -MF .deps/IRKE.Tpo -c -o IRKE.o IRKE.cpp cc1plus: warnings being treated as errors IRKE.cpp: In member function ‘void IRKE::populate_Kmers_from_fasta(const std::string&, bool)’: IRKE.cpp:126: warning: converting to ‘unsigned int’ from ‘double’ IRKE.cpp: In member function ‘void IRKE::compute_sequence_assemblies(KmerCounter&, float, unsigned int, unsigned int, bool, std::string)’: IRKE.cpp:492: warning: converting to ‘unsigned int’ from ‘double’ make[2]: *** [IRKE.o] Error 1 make[2]: Leaving directory `/partage/tmp/inchworm_01-20-2010/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/partage/tmp/inchworm_01-20-2010' make: *** [all] Error 2 I achieved to compile by removing the -Werror from the configure.ac and src/Makefile.in, but I am not sure that it is the good option. Would you please check ? Best regards, Fabrice Legeai AphidBase |