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

Not able to install Graphmap ? #96

Open
pinninti19 opened this issue Aug 2, 2018 · 2 comments
Open

Not able to install Graphmap ? #96

pinninti19 opened this issue Aug 2, 2018 · 2 comments

Comments

@pinninti19
Copy link

HI,

I'm trying to install graphmap manually, after giving make command, facing the error ./src/alignment/alignment.h:20:10: fatal error: sequences/single_sequence.h: No such file or directory

I provided GCC 7.3 version, how to rectify this error.

make
Makefile:100: "*** WARNING g++ minor version <7 ***"
mkdir -p obj_linux/src/alignment/
g++ -static-libgcc -static-libstdc++ -D__cplusplus=201103L -I"./src/" -I"/usr/include/" -I"codebase/seqlib/src/libs/seqan-library-2.0.1/include" -I"codebase/seqlib/src/libs/libdivsufsort-2.0.1-64bit/" -DRELEASE_VERSION -O3 -fdata-sections -ffunction-sections -c -fmessage-length=0 -ffreestanding -fopenmp -m64 -std=c++11 -Werror=return-type -pthread -o obj_linux/src/alignment/alignment.o src/alignment/alignment.cc
In file included from src/alignment/alignment.cc:8:0:
./src/alignment/alignment.h:20:10: fatal error: sequences/single_sequence.h: No such file or directory
#include "sequences/single_sequence.h"
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [obj_linux/src/alignment/alignment.o] Error 1

Thanks!

@lvxuan96
Copy link

I met the same issue with you

@MeiHsysu
Copy link

I met the same issue too.

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

3 participants