El 07/01/2026 a las 16:23, Peter Dimov via Boost escribió:
Ion Gaztañaga wrote:
What is the error?
error: Unable to find file or target named error: '/boost/static_assert//boost_static_assert' error: referred to from project at error: '/__w/boostdep/boost-root/libs/detail' error: could not resolve project reference '/boost/static_assert'
https://github.com/boostorg/boostdep/actions/runs/20784697352/job/5969085263...
Is that because b2 searches for some info under folder libs/static_assert (say, build.jam or similar)? I mean, where does the build system expect to find "target name" "/boost/static_assert//boost_static_assert"? Couldn't Config declare that boost_static_assert target for backwards compatibility? Not an expert at all, so maybe what I'm asking is nonsense... Best, Ion