Reputation: 121
Apparently vc143 is unsupported and i cannot seem to make the toolset commands to work with the following commands in powershell:
./bootstrap.bat gcc OR ./bootstrap.bat mingw OR ./bootstrap.bat msvc
Boost version is 1.77
Regards, Usman
Upvotes: 12
Views: 23368
Reputation: 1811
Now that VS 2022 is released and the version of Boost is boost_1_79_0 the process is simple.
On successful completion the above procedure will build boost static libraries found in eg E:\boost_1_79_0\stage\lib
Hope it helps.
Upvotes: 7
Reputation: 171
I have made it work, but it requires a lot of changes to a few files in order to make it work.
I've put my procedure here: https://github.com/boostorg/boost/issues/552
Hopefully someone can include the changes into Boost itself.
Upvotes: 7