You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cd TERefiner && make && cd .. = after this command fatal error api/BamReader.h: No such file or directory compilation terminated is generating.
g++ -O3 -Wall -static -I../bamtools/build/src/api/include -I../bamtools/build/src/include -L -Wl,-rpath, -c bam_parse.cpp
In file included from bam_parse.cpp:1:0:
bam_parse.h:4:27: fatal error: api/BamReader.h: No such file or directory
compilation terminated.
Makefile:19: recipe for target 'bam_parse.o' failed
make: *** [bam_parse.o] Error 1
I even tried multiple links from bamtools repository and build folder to REPdenovo/bamtools-master, and the file is never found.
kindly, solve as i have to finish my project within 10 days.
The text was updated successfully, but these errors were encountered:
cd TERefiner && make && cd .. = after this command fatal error api/BamReader.h: No such file or directory compilation terminated is generating.
g++ -O3 -Wall -static -I../bamtools/build/src/api/include -I../bamtools/build/src/include -L -Wl,-rpath, -c bam_parse.cpp
In file included from bam_parse.cpp:1:0:
bam_parse.h:4:27: fatal error: api/BamReader.h: No such file or directory
compilation terminated.
Makefile:19: recipe for target 'bam_parse.o' failed
make: *** [bam_parse.o] Error 1
I even tried multiple links from bamtools repository and build folder to REPdenovo/bamtools-master, and the file is never found.
kindly, solve as i have to finish my project within 10 days.
The text was updated successfully, but these errors were encountered: