AMDG On 3/9/19 4:54 PM, Peter Dimov via Boost wrote:
Steven Watanabe wrote:
* Can't create libraries for bzip2 and zlib (showstopper? anyone else > seeing this?)
I can replicate this. It happens because of Peter's refactoring of the install rule. Each project is now expected to provide install and stage targets, but zlib and bzip2 do not have this. As a result, they get skipped by the overall install.
This doesn't sound good, if I understand correctly. zlib.jam is part of Boost.Build and it's not supposed to depend on tools/boost_install.
Yep. I think we can solve this be having the IOStreams Jamfile pass zlib to boost_install. I'll need to make sure that it safely turns into a no-op if zlib is not being built from source. In Christ, Steven Watanabe