Opened 11 years ago
#6589 new Bugs
boost::wave samples won't build with "Simplified Build From Source" build
Reported by: | Owned by: | Hartmut Kaiser | |
---|---|---|---|
Milestone: | To Be Determined | Component: | wave |
Version: | Boost 1.48.0 | Severity: | Problem |
Keywords: | Cc: |
Description
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