$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Andrey Semashev (andrey.semashev_at_[hidden])
Date: 2022-05-17 17:22:44
On 5/17/22 19:46, Peter Dimov via Boost wrote:
> Andrey Semashev wrote:
>> I think this broke my local setup.
>>
>> I have traditionally put a locally built b2 binary in my ~/bin directory to be able
>> to run it from anywhere on my system. Previously this worked fine, now it
>> doesn't work if I run b2 from a project directory (e.g. a library directory or
>> tests directory):
>
> ...
>
> I do the same on Windows (have b2.exe in C:\Bin, which is in PATH), so it's
> probably going to break for me as well.
I've created a ticket:
https://github.com/bfgroup/b2/issues/154
Also another ticket about incorrect path composition:
https://github.com/bfgroup/b2/issues/155