
On Wed, Aug 12, 2009 at 3:52 AM, Vladimir Prus<vladimir@codesourcery.com> wrote:
Beman Dawes wrote:
1.40.0 beta 1 release candidates are available at http://boost.cowic.de/rc/
Before pushing the beta out to SourceForge, I'd appreciate it if several people would try the release candidate and report success or problems.
FWIW, I have tried on Linux, with both stage and install, and with both --layout=system, and --layout=versioned, and things worked OK.
Good! Thanks!
--build-type=complete does not work with ICU installed in the same way as reported by Václav Haisman.
It would be important to have somebody to test on Windows, using the "bootstrap.bat + .\bjam" procedure.
I've just tried that, and it worked fine AFAICS. One slight nit. build.bat used vc10, but I really wanted to test with vc9 (express). So I had to manually edit booststrap.bat to pass vc9 to build.bat. Thus it would have been slightly easier if the call to build.bat had been: call .\build.bat %1 > ..\..\..\bjam.log Thanks, --Beman