On Thu, 14 Jul 2022 at 14:18, Andrey Semashev via Boost < boost@lists.boost.org> wrote:
On 7/14/22 12:07, Денис Михайлов via Boost wrote:
if not "%EXTRA_TESTS%" == "" set DEPINST_ARG_INCLUDE_EXAMPLES="--include=example" python tools/boostdep/depinst/depinst.py %DEPINST_ARG_INCLUDE_EXAMPLES% --git_args "--jobs %GIT_FETCH_JOBS%" filesystem Installing: config, headers, ../tools/boost_install, ../tools/build, ../tools/cmake Installing: config, system, assert, core, detail, smart_ptr, iterator, io, container_hash, type_traits, atomic, throw_exception, winapi, predef, bind, exception, foreach, timer, test, thread, range Installing: variant2, static_assert, preprocessor, move, mpl, function_types, optional, utility, concept_check, fusion, conversion, integer, align, tuple, chrono, function, numeric/conversion, algorithm, container, date_time, intrusive, lexical_cast, regex, array Installing: mp11, typeof, ratio, type_index, unordered, tokenizer Installing: rational
I suppose that Boost::functional just wasn't installed in this stage.
Installation is being performed by depinst.py, so either the dependency does not exist in the source code or it is obfuscated and needs to be added as a special case to depinst.py.
Does not exist for the reason I gave.