Boost logo

Boost :

From: Peter Dimov (pdimov_at_[hidden])
Date: 2024-05-14 07:55:08


Ted Lyngmo wrote:
> Ok, I added `./b2 headers` before `./b2 -j8 install` which didn't change
> anything that I could see. `./b2 -j8 --with-filesystem` then gave me this:
>
...
> gcc.compile.c++
> bin.v2/libs/filesystem/build/gcc-14/release/threading-multi/visibility-
> hidden/unique_path.o
> libs/filesystem/src/unique_path.cpp:57:10: fatal error:
> boost/scope/unique_fd.hpp: No such file or directory
> 57 | #include <boost/scope/unique_fd.hpp>
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> compilation terminated.

You need to add --init to your `git submodule update`, as without
it the new submodules such as Scope aren't being checked out.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk