
Gennadiy Rozental wrote:
"Thorsten Ottosen" <thorsten.ottosen@dezide.com> wrote in message news:4470766A.80902@dezide.com...
Gennadiy Rozental wrote:
But *where* in the Jam file. I have the follwing:
<lib>../../regex/build/boost_regex :
--catch_system_errors=no
Thanks :-) It doesn't change anything for me. I guess I don't have a system error? Gennadiy, can you say anything about why I get the following outout? -Thorsten $ bjam -sTOOLS="vc-8_0" adaptors Building Boost.Regex with the optional Unicode/ICU support disabled. Please refer to the Boost.Regex documentation for more information (and if you don't know what ICU is then you probably don't need it). ...found 1530 targets... ...using 1 temp target... ...updating 2 targets... ...using <@boost!libs!range!test\adaptors.test\vc-8_0\debug\threading-multi>adap tors.exe... execute-test ..\..\..\bin\boost\libs\range\test\adaptors.test\vc-8_0\debug\threa ding-multi\adaptors.run ====== BEGIN OUTPUT ====== EXIT STATUS: -1073741819 ====== END OUTPUT ====== ..\..\..\bin\boost\libs\range\test\adaptors.test\vc-8_0\debug\threading-multi\ad aptors.exe --catch_system_errors=no > ..\..\..\bin\boost\libs\range\test\adapt ors.test\vc-8_0\debug\threading-multi\adaptors.output 2>&1 set status=%ERRORLEVEL% echo. >> ..\..\..\bin\boost\libs\range\test\adaptors.test\vc-8_0\debug\threa ding-multi\adaptors.output echo EXIT STATUS: %status% >> ..\..\..\bin\boost\libs\range\test\adaptors.te st\vc-8_0\debug\threading-multi\adaptors.output if %status% EQU 0 ( copy ..\..\..\bin\boost\libs\range\test\adaptors.test\vc-8_0\debug\threa ding-multi\adaptors.output ..\..\..\bin\boost\libs\range\test\adaptors.test\vc-8 _0\debug\threading-multi\adaptors.run ) set verbose=1 if %status% NEQ 0 ( set verbose=0 ) if %verbose% EQU 0 ( echo ====== BEGIN OUTPUT ====== type ..\..\..\bin\boost\libs\range\test\adaptors.test\vc-8_0\debug\threa ding-multi\adaptors.output echo ====== END OUTPUT ====== ) exit %status% ...failed execute-test ..\..\..\bin\boost\libs\range\test\adaptors.test\vc-8_0\d ebug\threading-multi\adaptors.run... ...failed updating 1 target... ...skipped 1 target...