2 Aug
2005
2 Aug
'05
4:03 a.m.
On Aug 1, 2005, at 5:34 PM, Oleg Smolsky wrote:
Hello Doug,
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...
Thanks for reporting this!
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? Doug