$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: ÐмиÑÑий ÐÑÑ
ипов (grisumbras_at_[hidden])
Date: 2025-01-16 19:01:00
ÑÑ, 16 Ñнв. 2025â¯Ð³. в 18:09, Nicholas Williams via Boost-users
<boost-users_at_[hidden]>:
> error: Unable to find file or target named
> error: '/boost/align//boost_align'
> error: referred to from project at
> error: '{dir}/_dst/libs/atomic/build'
> make: *** [build] Error 1
That is a bug in bcp. If you're looking for a quick fix, find this
line in Jamroot:
modules.poke $(lib-module) : BOOST_LIB_TARGET : boost_$(lib) ;
And replace it with
modules.poke $(lib-module) : BOOST_LIB_TARGET : "boost"_$(lib) ;
Then run bcp again.