Re: [boost] Regression test woes

2002-12-10 Thread Beman Dawes
At 04:58 PM 12/9/2002, David Abrahams wrote: Beman Dawes [EMAIL PROTECTED] writes: First, the regression tests are broken; the message is: unknown dependent target libs!test!buildlibboost_prg_exec_monitor.lib I assume this is the result of a change Glennadiy made last night in the test

RE: [boost] Regression test woes

2002-12-10 Thread Beman Dawes
At 05:47 PM 12/9/2002, Aleksey Gurtovoy wrote: David Abrahams wrote: Second, with VC++ large numbers of warnings are now appearing for many type traits headers. Which version? I can't reproduce these problems with 6, 7, or 7.1. I can't either, but I fixed it anyway :). Thanks! They went

RE: [boost] Regression test woes

2002-12-10 Thread Rozental, Gennadiy
Thanks! The bjam part is now running, but the post test processing is failing. The failure is occurring in the Boost.test tests library. I won't be able to look at it until late afternoon; the error message from the post-processing program was less that helpful. You confusing me again.

RE: [boost] Regression test woes

2002-12-09 Thread Rozental, Gennadiy
First, the regression tests are broken; the message is: unknown dependent target libs!test!buildlibboost_prg_exec_monitor.lib 1. I do not get it. boost_prg_exec_monitor is the new name of the library. bjam could not find it? 2. Where did you get these errors? 3. I though that in most

Re: [boost] Regression test woes

2002-12-09 Thread David Abrahams
Beman Dawes [EMAIL PROTECTED] writes: First, the regression tests are broken; the message is: unknown dependent target libs!test!buildlibboost_prg_exec_monitor.lib I assume this is the result of a change Glennadiy made last night in the test library build Jamfile, but reverting it to

Re: [boost] Regression test woes

2002-12-09 Thread David Abrahams
Rozental, Gennadiy [EMAIL PROTECTED] writes: First, the regression tests are broken; the message is: unknown dependent target libs!test!buildlibboost_prg_exec_monitor.lib 1. I do not get it. boost_prg_exec_monitor is the new name of the library. bjam could not find it? I think he

RE: [boost] Regression test woes

2002-12-09 Thread Aleksey Gurtovoy
David Abrahams wrote: Second, with VC++ large numbers of warnings are now appearing for many type traits headers. Which version? I can't reproduce these problems with 6, 7, or 7.1. I can't either, but I fixed it anyway :). Aleksey ___

RE: [boost] Regression test woes

2002-12-09 Thread Rozental, Gennadiy
#File: ..\libs\test\src\execution_monitor.cpp # --- # 157: case _CRT_ASSERT: # Error: ^^^ # undefined identifier '_CRT_ASSERT' ### mwcc Compiler: # 161: case _CRT_ERROR: # Error: ^^

Re: [boost] Regression test woes

2002-12-09 Thread David Abrahams
Rozental, Gennadiy [EMAIL PROTECTED] writes: #File: ..\libs\test\src\execution_monitor.cpp # --- # 157: case _CRT_ASSERT: # Error: ^^^ # undefined identifier '_CRT_ASSERT' ### mwcc Compiler: # 161: case