26 Aug
2017
26 Aug
'17
3:29 p.m.
On 08/26/17 18:14, Antony Polukhin via Boost wrote:
Hi,
People complain about the broken installation.
Command `./b2 --prefix=/tmp/boost --with-stacktrace install` does not copy the boost/stacktrace/detail/push_options.pp and boost/stacktrace/detail/pop_options.pp files into the destination folder.
See https://github.com/boostorg/stacktrace/issues/29
How this could be fixed? Is that a b2 issue?
You should probably rename those files to *.hpp or *.h, depending on whether they are C-compatible. http://www.boost.org/development/requirements.html#Guidelines I don't know if that is the source of the problem though.