11 Jul
2024
11 Jul
'24
10:49 p.m.
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/2c372461e8ab49fde18bff6c3c5e47b72... build/Jamfile, however, doesn't seem to have it.