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

SVE Make Error #45

Open
543090lee opened this issue Nov 3, 2022 · 0 comments
Open

SVE Make Error #45

543090lee opened this issue Nov 3, 2022 · 0 comments

Comments

@543090lee
Copy link

Hello,
I am trying to "make" after installing SVE in the SVE directory. I go this error.
gcc -g -Wall -O2 -c -I.. -o md5fa.o md5fa.c
gcc -g -Wall -O2 -o md5fa md5.o md5fa.o -lz
gcc -g -Wall -O2 -o maq2sam-short maq2sam.c -lz
gcc -g -Wall -O2 -DMAQ_LONGREADS -o maq2sam-long maq2sam.c -lz
gcc -g -Wall -O2 -c -I.. -o ace2sam.o ace2sam.c
gcc -g -Wall -O2 -o ace2sam ace2sam.o -lz
gcc -g -Wall -O2 -c -I.. -o wgsim.o wgsim.c
gcc -g -Wall -O2 -o wgsim wgsim.o -lm -lz
gcc -g -Wall -O2 -c -I.. -o bamcheck.o bamcheck.c
gcc -g -Wall -O2 -o bamcheck bamcheck.o -L.. -lm -lbam -lpthread -lz
g++ -std=c++11 -m64 -O3 -DCNVNATOR_VERSION="v0.3" -I/ROOT_Build_Path/include -Isrc/samtools -c src/cnvnator.cpp -o src/obj/cnvnator.o
In file included from src/cnvnator.cpp:8:0:
src/HisMaker.hh:11:20: fatal error: TFrame.h: No such file or directory
#include <TFrame.h>
^
compilation terminated.
make[3]: *** [src/obj/cnvnator.o] Error 1
make[2]: *** [cnvnator-multi] Error 2
make[1]: *** [all] Error 2
make: *** [speedseq] Error 2

Thank you for your help

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

1 participant