Skip to content
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

Error in Installation #3

Open
wchenqi opened this issue Aug 4, 2024 · 1 comment
Open

Error in Installation #3

wchenqi opened this issue Aug 4, 2024 · 1 comment

Comments

@wchenqi
Copy link

wchenqi commented Aug 4, 2024

Hello!

When I ran "make" in the git cloned path, an Error reported:
make
g++ -Wall -std=c++14 -D_GLIBCXX_USE_CXX11_ABI=1 -O3 -I. -Irnaseqc -Irnaseqc/src -Irnaseqc/SeqLib -Irnaseqc/SeqLib/htslib/ -c -o src/scrinvex.o src/scrinvex.cpp
g++: error: unrecognized command line option ‘-std=c++14’
make: *** [Makefile:24: src/scrinvex.o] Error 1

Would you please offer an advice of solving this problem? Thank you very much !!!

@agraubert
Copy link
Collaborator

It sounds like your version of g++ may not include the C++14 standard. I believe support for c++14 was added in gcc version 5.2. If updating is not an option, you can try editing the Makefile to use c++1y instead of c++14, although this may not compile as expected

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants