|
Boost : |
From: Ruben Perez (rubenperez038_at_[hidden])
Date: 2024-05-14 06:19:43
> cpp:42:10: fatal error:
> boost/scope/unique_fd.hpp: No such file or directory
> 42 | #include <boost/scope/unique_fd.hpp>
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> compilation terminated.
>
You're missing the --init flag in your `git submodule update` command.
That's preventing git from initializing the Boost.Scope submodule,
introduced in 1.85 IIRC.
>
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk