为什么编译boost时,最后提示...failed updating 6 targets... ...skipped 6 targets... ...updated 1092 targets......

为什么80%的码农都做不了架构师?>>>   hot3.png

 

Boost has a few libraries that are not standalone and require installation of 3rd party libraries. These are:

  • Boost.IOStreams Bzip2 filters
  • Boost.IOStreams Zlib filters
  • Boost.MPI
  • Boost.Python
  • Boost.Regex ICU support

If you do not install these dependencies, Boost.Build will skip them which explains your build message. If you want the optional components, then you have more work to do. This is explained in great detail in this answer.

如何查看那些模块失败了呢?

I run ./b2 -q

 

转载于:https://my.oschina.net/lieefu/blog/816445

你可能感兴趣的:(为什么编译boost时,最后提示...failed updating 6 targets... ...skipped 6 targets... ...updated 1092 targets......)