bjam wih visual studio 2010

Posted by ra170 on Stack Overflow See other posts from Stack Overflow or by ra170
Published on 2010-04-22T19:15:27Z Indexed on 2010/04/23 6:03 UTC
Read the original article Hit count: 361

Filed under:

ok, so I ran into problems with Boost under visual studio 2010, so I decided to rebuild it with bjam: such as:

bjam --toolset=msvc-10.0 --build-type=complete

After running bjam (successfully?) it created a new directory under boost_1_42_0 called: bin.v2 Inside bin.v2 is directory called: libs. Two issues: 1. there's lot less libs under that new directory (about 13), the old directory libs has 88. Is it supposed to be like that or did something fail? 2. the structure is somewhat different too.

What do I do with this exactly? Meaning, do I copy it over to the original libs, delete the old libs, try rebulding it with different flags?

© Stack Overflow or respective owner

Related posts about boost