boostorg / build

B2 makes it easy to build C++ projects, everywhere.
Boost Software License 1.0
229 stars 47 forks source link

After building b2, lib are generated fine, but I get linker error LNK1181 cannot open input file 'C:\boost_1_77_0\stage.obj' #747

Closed hule11 closed 2 years ago

hule11 commented 2 years ago

After building bootstrap, it generated b2 but it did not generate bjam(I guess that should be fine because b2 is the new name and bjam is the old one). All the libraries are generated fine in c/boost/Stage/lib. But I get this error now LNK1181. looks like that stage.obj file is not generated, not sure why.

Is there any way I can Ignore this error? This code was written in 1997 maybe in VS2013, we don't even use boost anymore. But there are so many dependencies, I have to use it. FYI same code works fine in VS2003.

github-actions[bot] commented 2 years ago

Thank you for your contributions. Main development of B2 has moved to https://github.com/bfgroup/b2 Please consider following up at https://github.com/bfgroup/b2/issues