Open fishextinction opened 5 years ago
Thanks for reporting this. I pushed a quick fix to the 0.9.4 branch. However, I can't test it on my machine since the error seems to be caused by a specific version of GCC (https://stackoverflow.com/questions/20708165/g-undefined-reference-to-symbol-cxa-free-exceptioncxxabi-1-3-when-buildi)
Could you please checkout the 0.9.4 and try compiling it?
git fetch git checkout 0.9.4
You're going to need to provide a more precise series of commands, I'm afraid. I'm getting lots of 'fatal: not a git repository (or any of the parent directories): .git' when I try to add a remote URL prior to fetching.
(Once again, you want empiricists, not just other developers, to be able to use your software. You have to spell it out for us, unfortunately.)
Sorry for a late reply, to do the whole thing from scratch try the following:
mkdir TwoPaCo-0.9.4 git clone https://github.com/medvedevgroup/TwoPaCo git checkout 0.9.4 mkdir build cd build cmake .. make
Hitting a general issue with install, despite following the directions.
As a friendly reminder, if developers expect (moderately) computationally literate biologists to use their software, they need to provide explicit lines of code in the README, not general instructions. Sometimes that's the difference between hundreds of citations or almost none.