14 May
2024
14 May
'24
7:55 a.m.
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
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~ 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.