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
Hi there.
Thank you for the amazing tool.
I am having issues with the installation of either MetaGeneMark-2 or MetaGeneMark-2-exp on my Centos server.
In both cases, when I try to run make -f $pf_makefile ( pf_makefile= Makefile.ubuntu), it gives the following error:
g++ -c -o main.o -O2 -Wall -I. -I/usr/include/boost/ main.cpp
In file included from sequence_file_2.h:20:0,
from main.cpp:32:
memory_mapped_file.h:18:50: fatal error: boost/iostreams/device/mapped_file.hpp: No such file or directory
#include <boost/iostreams/device/mapped_file.hpp>
^
compilation terminated.
make: *** [main.o] Error 1
Thanks
The text was updated successfully, but these errors were encountered:
Hi there.
Thank you for the amazing tool.
I am having issues with the installation of either MetaGeneMark-2 or MetaGeneMark-2-exp on my Centos server.
In both cases, when I try to run make -f $pf_makefile ( pf_makefile= Makefile.ubuntu), it gives the following error:
g++ -c -o main.o -O2 -Wall -I. -I/usr/include/boost/ main.cpp
In file included from sequence_file_2.h:20:0,
from main.cpp:32:
memory_mapped_file.h:18:50: fatal error: boost/iostreams/device/mapped_file.hpp: No such file or directory
#include <boost/iostreams/device/mapped_file.hpp>
^
compilation terminated.
make: *** [main.o] Error 1
Thanks
The text was updated successfully, but these errors were encountered: