致命错误:boost / algorithm / string / trim.hpp:无此类文件或目录,无root访问权限

时间:2018-08-30 18:01:28

标签: linux boost

我正在尝试编译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

0 个答案:

没有答案