就是遇到类似标题上面的错误。

 

原因是没有安装对应python的python-dev依赖,不然编译到boost python模块的时候就会出错。

 

所以解决方案是sudo apt-get install python-dev就行了

 

然后用boost自带的b2工具编译boost python模块的时候就不会出错了

 

注意好好看以下文档,官方文档很重要。

 

 

 

references:

http://stackoverflow.com/questions/6782071/boostbuild-patchlevel-h-does-not-exist

http://stackoverflow.com/questions/15136671/unable-to-build-boost-python

http://stackoverflow.com/questions/1771063/no-such-file-or-directory-error-with-boost-python

http://www.boost.org/doc/libs/1_56_0/libs/python/doc/building.html

http://www.boost.org/doc/libs/1_56_0/more/getting_started/unix-variants.html

相关文章:

  • 2021-12-17
  • 2021-05-07
  • 2022-01-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-15
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案