vpc-ccg / sedef

Identification of segmental duplications in the genome
MIT License
26 stars 8 forks source link

compile fail #1

Closed calkan closed 6 years ago

calkan commented 6 years ago

gcc version 5.4.0 20160609

parse.cc: In function ‘void parse(int, char)’: parse.cc:424:7: error: redeclaration of ‘int q’ int q = sp[8][0] == '-'; ^ parse.cc:423:7: note: ‘int q’ previously declared here int q = sp[9][0] == '-'; ^ parse.cc:428:36: error: could not convert ‘sp.std::vector<_Tp, _Alloc>::operator[]<std::cxx11::basic_string, std::allocator<std::__cxx11::basic_string > >((sp.std::vector<_Tp, _Alloc>::size<std::cxx11::basic_string, std::allocator<std::cxx11::basic_string > >() + 18446744073709551615ul))’ from ‘__gnu_cxx::alloc_traits<std::allocator<std::cxx11::basic_string > >::value_type {aka std::cxx11::basic_string}’ to ‘loc_t {aka std::tuple<std::__cxx11::basic_string<char, std::char_traits, std::allocator >, int, int>}’ check(fr, A1, A2, sp[sp.size()-1]); ^ Makefile:34: recipe for target 'parse.o' failed make: ** [parse.o] Error 1 make: Waiting for unfinished jobs....