id summary reporter owner description type status milestone component version severity resolution keywords cc 6589 "boost::wave samples won't build with ""Simplified Build From Source"" build" Joe Kerian Hartmut Kaiser "According to a quick check on the #boost irc channel, jam _should_ be forcing the build of any boost libraries it needs. This does not appear to be happening when I try to build the boost::wave (1.48.0) samples with VS10 on WinXP. I get a series of linking errors, when I attempt: C:\boost_1_48_0> bjam.exe libs\wave\samples References to filesystem3 or even wave itself fail to link. A solution is to force everything to build in boost with: C:\boost_1_48_0> b2.exe --build-type=complete At that point many of the projects will build, but still some don't in a possibly unrelated issue documented here: https://svn.boost.org/trac/boost/ticket/6588" Bugs new To Be Determined wave Boost 1.48.0 Problem