El 11/07/2026 a las 15:13, Matthijs Möhlmann via Boost escribió:
When trying to build it within a docker container it fails at my place.
Attached my build script and Dockerfile so it can easily be reproduced.
The error: + ./b2 variant=release cxxstd=23 stdlib=libc++ -j8 Performing configuration checks
- default address-model : 64-bit [1] - default architecture : x86 [1]
Building the Boost C++ Libraries.
error: Unable to find file or target named error: '/boost/boost_1_92_0/libs/config/checks//cxx11_variadic_templates' error: referred to from project at error: '/boost/boost_1_92_0/libs/charconv/build' error: could not resolve project reference '/boost/boost_1_92_0/libs/config/checks'
Does the error happen when making a simple /bootstrap.sh without arguments? Something like: ./bootstrap.sh ./b2 variant="release" cxxstd=23 stdlib=libc++ -j$(nproc) Best, Ion