
On Wed, Jun 22, 2011 at 1:32 PM, Adam Merz <adammerz@hotmail.com> wrote:
Beman Dawes <bdawes <at> acm.org> writes:
Release candidate files for 1.47.0 beta 1 are available at http://boost.cowic.de/rc/
As always, the release managers would appreciate it if you download the candidate of your choice and give building it a try. Please report both success and failure, and anything else that is noteworthy.
This helps ensure the candidates build OK before we push them out to SourceForge.
Thanks,
--The release managers
PS: I've downloaded and built the Windows 7z file. No problems.
The .7z package built without errors with MSVC 2010 SP1 for both x86 and x64, but in all cases I see the following in bjam's output:
common.copy stage\lib\boost_exception-vc100-mt-gd-1_47.lib The system cannot find the file specified.
copy /b "bin.v2\libs\exception\build\msvc-10.0\debug\address-model- 32\architecture-x86\extern-c-nothrow-on\threading-multi\boost_exception-vc100- mt-gd-1_47.lib" + this-file-does-not-exist-A698EE7806899E69 "stage\lib\boost_exception-vc100-mt-gd-1_47.lib"
...failed common.copy stage\lib\boost_exception-vc100-mt-gd-1_47.lib...
To clarify, the failure is of course for `boost_exception-vc100-mt-1_47.lib' rather than `boost_exception-vc100-mt-gd-1_47.lib' for release builds.
...
...failed updating 1 target...
I'm not sure if this is intentional and/or benign, but I thought it was worth mentioning. I've hosted the bjam output in case it's relevant:
[1] http://dl.dropbox.com/u/10282384/x86debug.txt [2] http://dl.dropbox.com/u/10282384/x86release.txt [3] http://dl.dropbox.com/u/10282384/x64debug.txt [4] http://dl.dropbox.com/u/10282384/x64release.txt
Has there been any resolution of this problem? --Beman