Open vtrinca opened 4 years ago
yes , I also get the same error
same here. any solution?
Mmm, that is old code that's not used really, I think. But it never was prunned and it compiled OK with older GCCs.
Can you all confirm this is using GCC10? @shenweima @amvarani.
I may give it a try to compile with GCC10 in linux if that's the case.
I got the same problem. My gcc version is 8.5. Any one can help me ?
I got the same problem. My gcc version is 8.5. Any one can help me ?
https://github.com/bioinfologics/w2rap-contigger/issues/31 Just in case this would be helpful, I was able to install w2rap-contigger by installing gcc6 using conda:
conda create -n w2rap -c omgarcia gcc-6 conda activate w2rap
cmake -D CMAKE_CXX_COMPILER=g++ . make -j 4
Hi, When installing the w2rap-contigger I get the following error:
The compiler I used: