
16 Jan
2025
16 Jan
'25
7:01 p.m.
чт, 16 янв. 2025 г. в 18:09, Nicholas Williams via Boost-users
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.