$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2024-07-11 22:49:26
Andrey Semashev wrote:
> > A link error with msvc-14.3 (similar ones for msvc-14.1 and msvc-14.2):
>
> It seems, Boost.Process is missing linking with shell32, user32 and ntdll in its
> Jamfile and CMakeLists.txt. Maybe with other libraries as well. At least, I don't
> see where they are being linked.
Klemens added ntdll to CMakeLists.txt:
https://github.com/boostorg/process/commit/2c372461e8ab49fde18bff6c3c5e47b721d70383
build/Jamfile, however, doesn't seem to have it.