-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm failing to compile release 0.5 #39
Comments
OK so I know I'm about a year late here, but I just ran into this myself. The problem here is that this version of RapMap (currently the most recent release) bundles an old version of spdlog, which in turn bundles fmt... which is what is actually causing the error here (see this issue for more details.) The problem has been fixed in fmt and the fix has been included into more recent versions of spdlog. If anyone else runs into this problem, the way I fixed it was to checkout this spdlog commit and then replace the spdlog directory inside the RapMap source include directory with the new checkout version. Unfortunately, simply updating to the latest version of spdlog doesn't work here, because RapMap relies on some of the older code and will throw other errors if you simply download a recent version of spdlog to update the include dir. |
Hi @cljacobs, The active development has been going on in a different branch, and it seems that "bit rot" caused problems in master (and the 0.5.0 release). I've updated master to be consistent with the latest develop branches, and will tag a 0.6.0 release soon. Could you let me know if the current master works for you without patches? Thanks! |
Hi @rob-p, The current master appears to be incapable of building right now, because it requires After copying over the version of EDIT: Just fixed some typos. |
Ahh, thanks for finding this @cljacobs! I'll fix this in master before I tag this release; great catch. |
I've got a several-year old installation of Arch, and I'm trying to
compile RapMap to benchmark against some other aligners with in
silico tests. I'm assessing accuracy and recall as
"alignment/mapping overlaps origin of read" and "
bedtools subtract
".Anyways, so to try and compile the 0.5 release of RapMap you linked
here, I've got some errors.
gcc -v
isclang -v
iscmake -V
is 3.7.2mkdir build && cd build
of course works finecmake ..
works fine, reports that it couldn't find Cereal orJellyfish and will fetch and build both.
make
reports errors and warnings. It seems to start at stepThere's quite a few warnings, and then it ends with:
Any ideas on how to debug this, and fix it on my end or in the release?
The text was updated successfully, but these errors were encountered: