We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 am trying to install the speedseq using:
git clone --recursive https://github.com/hall-lab/speedseq
However, when I use make I get this error message:
make
/usr/include/c++/8/bits/stl_tree.h:777:8: error: static assertion failed: comparison object must be invocable as const is_invocable_v<const _Compare&, const _Key&, const _Key&>,
error: static assertion failed: comparison object must be invocable as const make[6]: *** [src/api/CMakeFiles/BamTools-static.dir/build.make:238: src/api/CMakeFiles/BamTools-static.dir/internal/bam/BamMultiReader_p.cpp.o] Error 1 make[6]: Leaving directory '/home/programs/speedseq/src/freebayes/bamtools/build' make[5]: *** [CMakeFiles/Makefile2:369: src/api/CMakeFiles/BamTools-static.dir/all] Error 2 make[5]: Leaving directory '/home/programs/speedseq/src/freebayes/bamtools/build' make[4]: *** [Makefile:149: all] Error 2 make[4]: Leaving directory '/home/programs/speedseq/src/freebayes/bamtools/build' make[3]: *** [Makefile:39: ../bamtools/lib/libbamtools.a] Error 2 make[3]: Leaving directory '/home/programs/speedseq/src/freebayes/src' make[2]: *** [Makefile:2: all] Error 2 make[2]: Leaving directory '/home/programs/speedseq/src/freebayes' make[1]: *** [Makefile:116: freebayes] Error 2 make[1]: Leaving directory '/home/programs/speedseq' make: *** [Makefile:28: all] Error 2
Thanks
Mariana
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am trying to install the speedseq using:
git clone --recursive https://github.com/hall-lab/speedseq
However, when I use
make
I get this error message:/usr/include/c++/8/bits/stl_tree.h:777:8: error: static assertion failed: comparison object must be invocable as const
is_invocable_v<const _Compare&, const _Key&, const _Key&>,
error: static assertion failed: comparison object must be invocable as const
make[6]: *** [src/api/CMakeFiles/BamTools-static.dir/build.make:238: src/api/CMakeFiles/BamTools-static.dir/internal/bam/BamMultiReader_p.cpp.o] Error 1
make[6]: Leaving directory '/home/programs/speedseq/src/freebayes/bamtools/build'
make[5]: *** [CMakeFiles/Makefile2:369: src/api/CMakeFiles/BamTools-static.dir/all] Error 2
make[5]: Leaving directory '/home/programs/speedseq/src/freebayes/bamtools/build'
make[4]: *** [Makefile:149: all] Error 2
make[4]: Leaving directory '/home/programs/speedseq/src/freebayes/bamtools/build'
make[3]: *** [Makefile:39: ../bamtools/lib/libbamtools.a] Error 2
make[3]: Leaving directory '/home/programs/speedseq/src/freebayes/src'
make[2]: *** [Makefile:2: all] Error 2
make[2]: Leaving directory '/home/programs/speedseq/src/freebayes'
make[1]: *** [Makefile:116: freebayes] Error 2
make[1]: Leaving directory '/home/programs/speedseq'
make: *** [Makefile:28: all] Error 2
Thanks
Mariana
The text was updated successfully, but these errors were encountered: