Skip to content

Unable to load B2 ... No *** was found by searching for ... build-system.jam from boost_1_85_0 to boost_1_88_0 #781

Closed
@PlutusCN

Description

@PlutusCN

Hi, everyone

    I have tired to compile boost from boost_1_81_0 to boost_1_88_0 with MSYS2 by getting source code from https://www.boost.org/releases/latest/

    And I got two kinds of result:
    (1) That is fine to be compiled from boost_1_81_0 to boost_1_84_0;
    (2) but there is some problem from boost_1_84_0 to boost_1_88_0 like following 

**# ./b2 -j4 toolset=gcc address-model=64 link=static,shared threading=multi --build-type=complete
Unable to load B2

No '' was found by searching for:
E:/Dev/study/open_source/boost/boost_1_88_0/.b2/build-system.jam
E:/Dev/study/open_source/boost/share/b2/build-system.jam
E:/Dev/study/open_source/boost/share/b2/src/build-system.jam
E:/Dev/study/open_source/boost/build-system.jam
E:/Dev/study/open_source/boost/boost_1_88_0/src/build-system.jam
E:/Dev/study/open_source/boost/boost_1_88_0/tools/build/src/build-system.jam
E:/Dev/study/open_source/boost/boost_1_88_0/src/build-system.jam
E:/Dev/study/open_source/boost/src/build-system.jam
E:/Dev/study/open_source/src/build-system.jam
E:/Dev/study/src/build-system.jam
E:/Dev/src/build-system.jam
E:/src/build-system.jam

Please consult the documentation at 'https://www.bfgroup.xyz/b2/'.**

Before that, I already run: ./bootstrap.sh --with-toolset=gcc --with-libraries=all --prefix= successfully.

So, the question is why the compilation problem happen and how to fix it ?

Thanks a lot !

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions