我正在尝试编译OrthoDB的软件包部分BRHCLUS。我没有root用户访问权限,但确实加载了boost模块。尝试全部创建时,我总是收到致命错误。关于这个问题有什么想法吗?
Compiling pairdataset.cpp
In file included from pairdataset.cpp:22:0:
pairdataset.h:37:10: fatal error: boost/algorithm/string/trim.hpp: No such file or directory
#include <boost/algorithm/string/trim.hpp>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [.linux/pairdataset.o] Error 1
make[1]: *** [src] Error 2
make: *** [all] Error 2