
8 Dec
2010
8 Dec
'10
11:22 p.m.
On Wed, Dec 8, 2010 at 6:08 PM, Vladimir Prus <vladimir@codesourcery.com> wrote:
Paul A. Bristow wrote:
I've just updated trunk, and note that version.hpp has been updated to 1.46.
When I try to link previous tests, I get messages like
LINK : fatal error LNK1104: cannot open file 'libboost_test_exec_monitor-vc100-mt-sgd-1_46.lib'
But when I try to rebuild the libraries, they are all still *1.45.* :-(
I suppose somebody changed version in headers, but not in Jamroot.
Jamroot was updated by the same commit that changed the header. The change looks correct, too.
Or, you have stale Jamroot.
That sounds more likely, --Beman