bioinfologics/w2rap-contigger

Fails to build with clang on Mac OS

sjackman opened this issue · 2 comments

GCC 6.1 on Mac OS works fine. Here's the error from clang:

/tmp/w2rap-contigger-20160703-12559-bhmpw2/src/feudal/BinaryStream.h:176In file included from /tmp/w2rap-contigger-20160703-12559-bhmpw2/src/paths/MakeAlignsPathsParallelX.cc:12:63: error: no member named 'c_str' in 'std::__1::basic_istream<char>'
In file included from /tmp/w2rap-contigger-20160703-12559-bhmpw2/src/kmers/kmer_parcels/KmerParcelsBuilder.cc:10:
…
/tmp/w2rap-contigger-20160703-12559-bhmpw2/src/STLExtensions.h:158:10: fatal error'ext/functional' file not found/tmp/w2rap-contigger-20160703-12559-bhmpw2/src/Vec.h'ext/functional' file not found

Yeah, clang is not supported and I don't think it will be for this release. Both GCC and ICC should work though. I am closing this one.

Fair enough. Thanks anyway. Please tag this issue as wontfix.