On 8/1/05, Oleg Smolsky
Hello Doug,
Doug Gregor wrote on 2/08/2005 at 4:03 p.m.:
Doug Gregor wrote on 2/08/2005 at 5:04 a.m.:
Boost 1.33.0 release candidate #1 is now available here: http://www.osl.iu.edu/~dgregor/boost-1.33.0/ I've just tried building it with the July build of Visual Studio 2005/VC8 , and it failed to update 8 targets. bjam output is below... bjam "-sTOOLS=vc-8_0" "-sBUILD=debug release <runtime-link>dynamic <threading>multi" --prefix=..\boost --builddir=..\boost-obj It looks like the new security stuff is causing some problems in that build. Could you try adding <define>_SCL_SECURE_NO_DEPRECATE to the BUILD settings? I'm guessing you meant _CRT_SECURE_NO_DEPRECATE which is documented in MSDN.... In any case, this define just produces/suppresses warnings and everything compiles anyway. A newer, shortened output is attached.
_CRT is for the C functions, _SCL is for the STL. Both will need to be used.
Best regards, Oleg.
[snip]
-- Cory Nelson http://www.int64.org