[Boost-build] Broken installation with `./b2 --prefix=/tmp/boost --with-stacktrace install`
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? -- Best regards, Antony Polukhin
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.
On Sat, Aug 26, 2017 at 10:29 AM, Andrey Semashev via Boost < boost@lists.boost.org> wrote:
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.
https://github.com/boostorg/boost/blob/develop/Jamroot#L328 -- -- Rene Rivera -- Grafik - Don't Assume Anything -- Robot Dreams - http://robot-dreams.net -- rrivera/acm.org (msn) - grafikrobot/aim,yahoo,skype,efnet,gmail
participants (3)
-
Andrey Semashev
-
Antony Polukhin
-
Rene Rivera