$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2023-09-29 16:09:24
Steven Watanabe wrote:
> When b2 fails to create a symlink it's usually because the header is
> only included through a macro, and the #include scanner misses it.
That was my first thought, but it's a normal include:
It might have to do something with the fact that platform_config.hpp
is in src/; not sure how this gets into the include path.
But boost/winapi/config.hpp is also included directly from the config
check source:
so the include scanner must be able to see it anyway.
boost/winapi is a junction/symlink for me, so it's not the split either.