[prev in list] [next in list] [prev in thread] [next in thread] 

List:       boost-build
Subject:    [Boost-build] error: unable to construct
From:       Bronek Kozicki <brok () rubikon ! pl>
Date:       2006-06-29 23:40:42
Message-ID: 44A464FA.4040403 () rubikon ! pl
[Download RAW message or body]

I just tried to run como toolests and got an error. Toolsets seem to be 
configured properly, as everything looks OK when I run bjam manually in 
boost/libs/mpl/test

Relevant fragment of user-config.jam :
using como-win : 4.3.3_vc7 : "vc7.cmd 1>nul && como433.cmd 1>nul &&" 
C:/DEVEL/Como433/bin/como.exe ;
using como-win : 4.3.4.1_vc7 : "vc7.cmd 1>nul && como4341.cmd 1>nul &&" 
C:/DEVEL/Como4341/bin/como.exe ;

vc7 and como4341 and como433 are small batch files that I use to set env. 
variables.

Output from status directory:
E:\DEVEL\BOOST_RTEST\boost\status>"E:\DEVEL\BOOST_RTEST\bjam.exe" --v2 
"-sBOOST_BUILD_PATH=E:\DEVEL\BOOST_RTEST" 
"-sBOOST_ROOT=E:\DEVEL\BOOST_RTEST\boost" como-win-4.3.3_vc7 
como-win-4.3.4.1_vc7 -d2 --dump-tests -l1500 
"--build-dir=E:\DEVEL\BOOST_RTEST\results"

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).
error: unable to construct  ../libs/config/test/link/link_test
To debug this problem, try the --debug-generators option.

Output with --debug-generators in attached file


B.



["link_test.txt" (text/plain)]

E:\DEVEL\BOOST_RTEST\boost\status>"E:\DEVEL\BOOST_RTEST\bjam.exe" --debug-generators \
--v2 "-sBOOST_BUILD_PATH=E:\DEVEL\BOOST_RTEST" \
"-sBOOST_ROOT=E:\DEVEL\BOOST_RTEST\boost" como-win-4.3.3_vc7 como-win-4.3.4.1_vc7 -d2 \
--dump-tests -l1500 "--build-dir=E:\DEVEL\BOOST_RTEST\results" 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).
     *** construct LIB
         from { compiler_log_formatter.cpp.CPP }
         from { execution_monitor.cpp.CPP }
         from { framework.cpp.CPP }
         from { plain_report_formatter.cpp.CPP }
         from { progress_monitor.cpp.CPP }
         from { results_collector.cpp.CPP }
         from { results_reporter.cpp.CPP }
         from { test_main.cpp.CPP }
         from { test_tools.cpp.CPP }
         from { unit_test_log.cpp.CPP }
         from { unit_test_main.cpp.CPP }
         from { unit_test_monitor.cpp.CPP }
         from { unit_test_parameters.cpp.CPP }
         from { unit_test_suite.cpp.CPP }
         from { xml_log_formatter.cpp.CPP }
         from { xml_report_formatter.cpp.CPP }
         properties: <asynch-exceptions>off <debug-store>object <debug-symbols>on \
<define>BOOST_ALL_NO_LIB=1 <define>BOOST_TEST_NO_AUTO_LINK=1 <exception-handling>on \
<extern-c-nothrow>off <hardcode-dll-paths>true <include>.. <inlining>off \
<install-dependencies>off <link>static <main-target-type>LIB <midl-robust>yes \
<midl-stubless-proxy>yes <optimization>off <os>NT <pch>on <profiling>off <rtti>on \
<runtime-debugging>on <runtime-link>shared <stdlib>native \
<symlink-location>project-relative \
<tag>@Jamfile</E:/DEVEL/BOOST_RTEST/boost>%Jamfile</E:/DEVEL/BOOST_RTEST/boost>.tag \
<threading>single <toolset-como:platform>win <toolset-como:version>4.3.3_vc7 \
<toolset>como <user-interface>console <variant>debug <warnings-as-errors>off \
                <warnings>on
     find-viable-generators target-type= LIB property-set= \
como-win-4.3.3_vc7/debug/link-static  trying type LIB
     there are generators for this type
     trying generator builtin.lib-generator ( -> LIB )
       is viable
     trying generator builtin.prebuilt ( -> LIB )
     trying generator unix.prebuilt ( -> LIB )
     trying generator gcc.prebuilt ( -> LIB )
     ***  1  viable generators
         *** construct STATIC_LIB
             from { compiler_log_formatter.cpp.CPP }
             from { execution_monitor.cpp.CPP }
             from { framework.cpp.CPP }
             from { plain_report_formatter.cpp.CPP }
             from { progress_monitor.cpp.CPP }
             from { results_collector.cpp.CPP }
             from { results_reporter.cpp.CPP }
             from { test_main.cpp.CPP }
             from { test_tools.cpp.CPP }
             from { unit_test_log.cpp.CPP }
             from { unit_test_main.cpp.CPP }
             from { unit_test_monitor.cpp.CPP }
             from { unit_test_parameters.cpp.CPP }
             from { unit_test_suite.cpp.CPP }
             from { xml_log_formatter.cpp.CPP }
             from { xml_report_formatter.cpp.CPP }
             properties: <asynch-exceptions>off <debug-store>object <debug-symbols>on \
<define>BOOST_ALL_NO_LIB=1 <define>BOOST_TEST_NO_AUTO_LINK=1 <exception-handling>on \
<extern-c-nothrow>off <hardcode-dll-paths>true <include>.. <inlining>off \
<install-dependencies>off <link>static <main-target-type>LIB <midl-robust>yes \
<midl-stubless-proxy>yes <optimization>off <os>NT <pch>on <profiling>off <rtti>on \
<runtime-debugging>on <runtime-link>shared <stdlib>native \
<symlink-location>project-relative \
<tag>@Jamfile</E:/DEVEL/BOOST_RTEST/boost>%Jamfile</E:/DEVEL/BOOST_RTEST/boost>.tag \
<threading>single <toolset-como:platform>win <toolset-como:version>4.3.3_vc7 \
<toolset>como <user-interface>console <variant>debug <warnings-as-errors>off \
                <warnings>on
         find-viable-generators target-type= STATIC_LIB property-set= \
como-win-4.3.3_vc7/debug/link-static  trying type STATIC_LIB
         there are generators for this type
         trying generator unix.archive ( OBJ -> STATIC_LIB )
         trying generator gcc.archive ( OBJ -> STATIC_LIB )
         trying generator msvc.archive ( OBJ -> STATIC_LIB )
         trying generator como-win.archive ( OBJ -> STATIC_LIB )
           is viable
         ***  1  viable generators
           ** generator como-win.archive
           multiple:
           composing: true
             *** construct OBJ
                 from { compiler_log_formatter.cpp.CPP }
                 properties: <asynch-exceptions>off <debug-store>object \
<debug-symbols>on <define>BOOST_ALL_NO_LIB=1 <define>BOOST_TEST_NO_AUTO_LINK=1 \
<exception-handling>on <extern-c-nothrow>off <hardcode-dll-paths>true <include>.. \
<inlining>off <install-dependencies>off <link>static <main-target-type>LIB \
<midl-robust>yes <midl-stubless-proxy>yes <optimization>off <os>NT <pch>on \
<profiling>off <rtti>on <runtime-debugging>on <runtime-link>shared <stdlib>native \
<symlink-location>project-relative \
<tag>@Jamfile</E:/DEVEL/BOOST_RTEST/boost>%Jamfile</E:/DEVEL/BOOST_RTEST/boost>.tag \
<threading>single <toolset-como:platform>win <toolset-como:version>4.3.3_vc7 \
<toolset>como <user-interface>console <variant>debug <warnings-as-errors>off \
                <warnings>on
             find-viable-generators target-type= OBJ property-set= \
como-win-4.3.3_vc7/debug/link-static  trying type OBJ
             there are generators for this type
             trying generator rc.compile.resource ( RC -> OBJ )
               is viable
             trying generator gcc.compile.c++ ( CPP -> OBJ )
             trying generator gcc.compile.c ( C -> OBJ )
             trying generator gcc.compile.asm ( ASM -> OBJ )
             trying generator msvc.compile.c++ ( CPP -> OBJ )
             trying generator msvc.compile.c ( C -> OBJ )
             trying generator msvc.compile.rc ( RC -> OBJ )
             trying generator msvc.compile.asm ( ASM -> OBJ )
             trying generator msvc.compile.pch ( PCHEADER -> OBJ PCH )
             trying generator como-win.compile.c++ ( CPP -> OBJ )
               is viable
             trying generator como-win.compile.c ( C -> OBJ )
               is viable
             ***  3  viable generators
               ** generator 'rc.compile.resource' pruned
               ** generator como-win.compile.c++
               multiple:
               composing:
               SUCCESS:  { \
como-win%como-win.compile.c++-compiler_log_formatter.obj.OBJ { \
compiler_log_formatter.cpp.CPP } }

               generator como-win.compile.c++  spawned
               { como-win%como-win.compile.c++-compiler_log_formatter.obj.OBJ { \
                compiler_log_formatter.cpp.CPP } }
               ** generator 'como-win.compile.c' pruned
             *** construct OBJ
                 from { execution_monitor.cpp.CPP }
                 properties: <asynch-exceptions>off <debug-store>object \
<debug-symbols>on <define>BOOST_ALL_NO_LIB=1 <define>BOOST_TEST_NO_AUTO_LINK=1 \
<exception-handling>on <extern-c-nothrow>off <hardcode-dll-paths>true <include>.. \
<inlining>off <install-dependencies>off <link>static <main-target-type>LIB \
<midl-robust>yes <midl-stubless-proxy>yes <optimization>off <os>NT <pch>on \
<profiling>off <rtti>on <runtime-debugging>on <runtime-link>shared <stdlib>native \
<symlink-location>project-relative \
<tag>@Jamfile</E:/DEVEL/BOOST_RTEST/boost>%Jamfile</E:/DEVEL/BOOST_RTEST/boost>.tag \
<threading>single <toolset-como:platform>win <toolset-como:version>4.3.3_vc7 \
<toolset>como <user-interface>console <variant>debug <warnings-as-errors>off \
                <warnings>on
             ***  3  viable generators
               ** generator 'rc.compile.resource' pruned
               ** generator como-win.compile.c++
               multiple:
               composing:
               SUCCESS:  { como-win%como-win.compile.c++-execution_monitor.obj.OBJ { \
execution_monitor.cpp.CPP } }

               generator como-win.compile.c++  spawned
               { como-win%como-win.compile.c++-execution_monitor.obj.OBJ { \
                execution_monitor.cpp.CPP } }
               ** generator 'como-win.compile.c' pruned
             *** construct OBJ
                 from { framework.cpp.CPP }
                 properties: <asynch-exceptions>off <debug-store>object \
<debug-symbols>on <define>BOOST_ALL_NO_LIB=1 <define>BOOST_TEST_NO_AUTO_LINK=1 \
<exception-handling>on <extern-c-nothrow>off <hardcode-dll-paths>true <include>.. \
<inlining>off <install-dependencies>off <link>static <main-target-type>LIB \
<midl-robust>yes <midl-stubless-proxy>yes <optimization>off <os>NT <pch>on \
<profiling>off <rtti>on <runtime-debugging>on <runtime-link>shared <stdlib>native \
<symlink-location>project-relative \
<tag>@Jamfile</E:/DEVEL/BOOST_RTEST/boost>%Jamfile</E:/DEVEL/BOOST_RTEST/boost>.tag \
<threading>single <toolset-como:platform>win <toolset-como:version>4.3.3_vc7 \
<toolset>como <user-interface>console <variant>debug <warnings-as-errors>off \
                <warnings>on
             ***  3  viable generators
               ** generator 'rc.compile.resource' pruned
               ** generator como-win.compile.c++
               multiple:
               composing:
               SUCCESS:  { como-win%como-win.compile.c++-framework.obj.OBJ { \
framework.cpp.CPP } }

               generator como-win.compile.c++  spawned
               { como-win%como-win.compile.c++-framework.obj.OBJ { framework.cpp.CPP \
                } }
               ** generator 'como-win.compile.c' pruned
             *** construct OBJ
                 from { plain_report_formatter.cpp.CPP }
                 properties: <asynch-exceptions>off <debug-store>object \
<debug-symbols>on <define>BOOST_ALL_NO_LIB=1 <define>BOOST_TEST_NO_AUTO_LINK=1 \
<exception-handling>on <extern-c-nothrow>off <hardcode-dll-paths>true <include>.. \
<inlining>off <install-dependencies>off <link>static <main-target-type>LIB \
<midl-robust>yes <midl-stubless-proxy>yes <optimization>off <os>NT <pch>on \
<profiling>off <rtti>on <runtime-debugging>on <runtime-link>shared <stdlib>native \
<symlink-location>project-relative \
<tag>@Jamfile</E:/DEVEL/BOOST_RTEST/boost>%Jamfile</E:/DEVEL/BOOST_RTEST/boost>.tag \
<threading>single <toolset-como:platform>win <toolset-como:version>4.3.3_vc7 \
<toolset>como <user-interface>console <variant>debug <warnings-as-errors>off \
                <warnings>on
             ***  3  viable generators
               ** generator 'rc.compile.resource' pruned
               ** generator como-win.compile.c++
               multiple:
               composing:
               SUCCESS:  { \
como-win%como-win.compile.c++-plain_report_formatter.obj.OBJ { \
plain_report_formatter.cpp.CPP } }

               generator como-win.compile.c++  spawned
               { como-win%como-win.compile.c++-plain_report_formatter.obj.OBJ { \
                plain_report_formatter.cpp.CPP } }
               ** generator 'como-win.compile.c' pruned
             *** construct OBJ
                 from { progress_monitor.cpp.CPP }
                 properties: <asynch-exceptions>off <debug-store>object \
<debug-symbols>on <define>BOOST_ALL_NO_LIB=1 <define>BOOST_TEST_NO_AUTO_LINK=1 \
<exception-handling>on <extern-c-nothrow>off <hardcode-dll-paths>true <include>.. \
<inlining>off <install-dependencies>off <link>static <main-target-type>LIB \
<midl-robust>yes <midl-stubless-proxy>yes <optimization>off <os>NT <pch>on \
<profiling>off <rtti>on <runtime-debugging>on <runtime-link>shared <stdlib>native \
<symlink-location>project-relative \
<tag>@Jamfile</E:/DEVEL/BOOST_RTEST/boost>%Jamfile</E:/DEVEL/BOOST_RTEST/boost>.tag \
<threading>single <toolset-como:platform>win <toolset-como:version>4.3.3_vc7 \
<toolset>como <user-interface>console <variant>debug <warnings-as-errors>off \
                <warnings>on
             ***  3  viable generators
               ** generator 'rc.compile.resource' pruned
               ** generator como-win.compile.c++
               multiple:
               composing:
               SUCCESS:  { como-win%como-win.compile.c++-progress_monitor.obj.OBJ { \
progress_monitor.cpp.CPP } }

               generator como-win.compile.c++  spawned
               { como-win%como-win.compile.c++-progress_monitor.obj.OBJ { \
                progress_monitor.cpp.CPP } }
               ** generator 'como-win.compile.c' pruned
             *** construct OBJ
                 from { results_collector.cpp.CPP }
                 properties: <asynch-exceptions>off <debug-store>object \
<debug-symbols>on <define>BOOST_ALL_NO_LIB=1 <define>BOOST_TEST_NO_AUTO_LINK=1 \
<exception-handling>on <extern-c-nothrow>off <hardcode-dll-paths>true <include>.. \
<inlining>off <install-dependencies>off <link>static <main-target-type>LIB \
<midl-robust>yes <midl-stubless-proxy>yes <optimization>off <os>NT <pch>on \
<profiling>off <rtti>on <runtime-debugging>on <runtime-link>shared <stdlib>native \
<symlink-location>project-relative \
<tag>@Jamfile</E:/DEVEL/BOOST_RTEST/boost>%Jamfile</E:/DEVEL/BOOST_RTEST/boost>.tag \
<threading>single <toolset-como:platform>win <toolset-como:version>4.3.3_vc7 \
<toolset>como <user-interface>console <variant>debug <warnings-as-errors>off \
                <warnings>on
             ***  3  viable generators
               ** generator 'rc.compile.resource' pruned
               ** generator como-win.compile.c++
               multiple:
               composing:
               SUCCESS:  { como-win%como-win.compile.c++-results_collector.obj.OBJ { \
results_collector.cpp.CPP } }

               generator como-win.compile.c++  spawned
               { como-win%como-win.compile.c++-results_collector.obj.OBJ { \
                results_collector.cpp.CPP } }
               ** generator 'como-win.compile.c' pruned
             *** construct OBJ
                 from { results_reporter.cpp.CPP }
                 properties: <asynch-exceptions>off <debug-store>object \
<debug-symbols>on <define>BOOST_ALL_NO_LIB=1 <define>BOOST_TEST_NO_AUTO_LINK=1 \
<exception-handling>on <extern-c-nothrow>off <hardcode-dll-paths>true <include>.. \
<inlining>off <install-dependencies>off <link>static <main-target-type>LIB \
<midl-robust>yes <midl-stubless-proxy>yes <optimization>off <os>NT <pch>on \
<profiling>off <rtti>on <runtime-debugging>on <runtime-link>shared <stdlib>native \
<symlink-location>project-relative \
<tag>@Jamfile</E:/DEVEL/BOOST_RTEST/boost>%Jamfile</E:/DEVEL/BOOST_RTEST/boost>.tag \
<threading>single <toolset-como:platform>win <toolset-como:version>4.3.3_vc7 \
<toolset>como <user-interface>console <variant>debug <warnings-as-errors>off \
                <warnings>on
             ***  3  viable generators
               ** generator 'rc.compile.resource' pruned
               ** generator como-win.compile.c++
               multiple:
               composing:
               SUCCESS:  { como-win%como-win.compile.c++-results_reporter.obj.OBJ { \
results_reporter.cpp.CPP } }

               generator como-win.compile.c++  spawned
               { como-win%como-win.compile.c++-results_reporter.obj.OBJ { \
                results_reporter.cpp.CPP } }
               ** generator 'como-win.compile.c' pruned
             *** construct OBJ
                 from { test_main.cpp.CPP }
                 properties: <asynch-exceptions>off <debug-store>object \
<debug-symbols>on <define>BOOST_ALL_NO_LIB=1 <define>BOOST_TEST_NO_AUTO_LINK=1 \
<exception-handling>on <extern-c-nothrow>off <hardcode-dll-paths>true <include>.. \
<inlining>off <install-dependencies>off <link>static <main-target-type>LIB \
<midl-robust>yes <midl-stubless-proxy>yes <optimization>off <os>NT <pch>on \
<profiling>off <rtti>on <runtime-debugging>on <runtime-link>shared <stdlib>native \
<symlink-location>project-relative \
<tag>@Jamfile</E:/DEVEL/BOOST_RTEST/boost>%Jamfile</E:/DEVEL/BOOST_RTEST/boost>.tag \
<threading>single <toolset-como:platform>win <toolset-como:version>4.3.3_vc7 \
<toolset>como <user-interface>console <variant>debug <warnings-as-errors>off \
                <warnings>on
             ***  3  viable generators
               ** generator 'rc.compile.resource' pruned
               ** generator como-win.compile.c++
               multiple:
               composing:
               SUCCESS:  { como-win%como-win.compile.c++-test_main.obj.OBJ { \
test_main.cpp.CPP } }

               generator como-win.compile.c++  spawned
               { como-win%como-win.compile.c++-test_main.obj.OBJ { test_main.cpp.CPP \
                } }
               ** generator 'como-win.compile.c' pruned
             *** construct OBJ
                 from { test_tools.cpp.CPP }
                 properties: <asynch-exceptions>off <debug-store>object \
<debug-symbols>on <define>BOOST_ALL_NO_LIB=1 <define>BOOST_TEST_NO_AUTO_LINK=1 \
<exception-handling>on <extern-c-nothrow>off <hardcode-dll-paths>true <include>.. \
<inlining>off <install-dependencies>off <link>static <main-target-type>LIB \
<midl-robust>yes <midl-stubless-proxy>yes <optimization>off <os>NT <pch>on \
<profiling>off <rtti>on <runtime-debugging>on <runtime-link>shared <stdlib>native \
<symlink-location>project-relative \
<tag>@Jamfile</E:/DEVEL/BOOST_RTEST/boost>%Jamfile</E:/DEVEL/BOOST_RTEST/boost>.tag \
<threading>single <toolset-como:platform>win <toolset-como:version>4.3.3_vc7 \
<toolset>como <user-interface>console <variant>debug <warnings-as-errors>off \
                <warnings>on
             ***  3  viable generators
               ** generator 'rc.compile.resource' pruned
               ** generator como-win.compile.c++
               multiple:
               composing:
               SUCCESS:  { como-win%como-win.compile.c++-test_tools.obj.OBJ { \
test_tools.cpp.CPP } }

               generator como-win.compile.c++  spawned
               { como-win%como-win.compile.c++-test_tools.obj.OBJ { \
                test_tools.cpp.CPP } }
               ** generator 'como-win.compile.c' pruned
             *** construct OBJ
                 from { unit_test_log.cpp.CPP }
                 properties: <asynch-exceptions>off <debug-store>object \
<debug-symbols>on <define>BOOST_ALL_NO_LIB=1 <define>BOOST_TEST_NO_AUTO_LINK=1 \
<exception-handling>on <extern-c-nothrow>off <hardcode-dll-paths>true <include>.. \
<inlining>off <install-dependencies>off <link>static <main-target-type>LIB \
<midl-robust>yes <midl-stubless-proxy>yes <optimization>off <os>NT <pch>on \
<profiling>off <rtti>on <runtime-debugging>on <runtime-link>shared <stdlib>native \
<symlink-location>project-relative \
<tag>@Jamfile</E:/DEVEL/BOOST_RTEST/boost>%Jamfile</E:/DEVEL/BOOST_RTEST/boost>.tag \
<threading>single <toolset-como:platform>win <toolset-como:version>4.3.3_vc7 \
<toolset>como <user-interface>console <variant>debug <warnings-as-errors>off \
                <warnings>on
             ***  3  viable generators
               ** generator 'rc.compile.resource' pruned
               ** generator como-win.compile.c++
               multiple:
               composing:
               SUCCESS:  { como-win%como-win.compile.c++-unit_test_log.obj.OBJ { \
unit_test_log.cpp.CPP } }

               generator como-win.compile.c++  spawned
               { como-win%como-win.compile.c++-unit_test_log.obj.OBJ { \
                unit_test_log.cpp.CPP } }
               ** generator 'como-win.compile.c' pruned
             *** construct OBJ
                 from { unit_test_main.cpp.CPP }
                 properties: <asynch-exceptions>off <debug-store>object \
<debug-symbols>on <define>BOOST_ALL_NO_LIB=1 <define>BOOST_TEST_NO_AUTO_LINK=1 \
<exception-handling>on <extern-c-nothrow>off <hardcode-dll-paths>true <include>.. \
<inlining>off <install-dependencies>off <link>static <main-target-type>LIB \
<midl-robust>yes <midl-stubless-proxy>yes <optimization>off <os>NT <pch>on \
<profiling>off <rtti>on <runtime-debugging>on <runtime-link>shared <stdlib>native \
<symlink-location>project-relative \
<tag>@Jamfile</E:/DEVEL/BOOST_RTEST/boost>%Jamfile</E:/DEVEL/BOOST_RTEST/boost>.tag \
<threading>single <toolset-como:platform>win <toolset-como:version>4.3.3_vc7 \
<toolset>como <user-interface>console <variant>debug <warnings-as-errors>off \
                <warnings>on
             ***  3  viable generators
               ** generator 'rc.compile.resource' pruned
               ** generator como-win.compile.c++
               multiple:
               composing:
               SUCCESS:  { como-win%como-win.compile.c++-unit_test_main.obj.OBJ { \
unit_test_main.cpp.CPP } }

               generator como-win.compile.c++  spawned
               { como-win%como-win.compile.c++-unit_test_main.obj.OBJ { \
                unit_test_main.cpp.CPP } }
               ** generator 'como-win.compile.c' pruned
             *** construct OBJ
                 from { unit_test_monitor.cpp.CPP }
                 properties: <asynch-exceptions>off <debug-store>object \
<debug-symbols>on <define>BOOST_ALL_NO_LIB=1 <define>BOOST_TEST_NO_AUTO_LINK=1 \
<exception-handling>on <extern-c-nothrow>off <hardcode-dll-paths>true <include>.. \
<inlining>off <install-dependencies>off <link>static <main-target-type>LIB \
<midl-robust>yes <midl-stubless-proxy>yes <optimization>off <os>NT <pch>on \
<profiling>off <rtti>on <runtime-debugging>on <runtime-link>shared <stdlib>native \
<symlink-location>project-relative \
<tag>@Jamfile</E:/DEVEL/BOOST_RTEST/boost>%Jamfile</E:/DEVEL/BOOST_RTEST/boost>.tag \
<threading>single <toolset-como:platform>win <toolset-como:version>4.3.3_vc7 \
<toolset>como <user-interface>console <variant>debug <warnings-as-errors>off \
                <warnings>on
             ***  3  viable generators
               ** generator 'rc.compile.resource' pruned
               ** generator como-win.compile.c++
               multiple:
               composing:
               SUCCESS:  { como-win%como-win.compile.c++-unit_test_monitor.obj.OBJ { \
unit_test_monitor.cpp.CPP } }

               generator como-win.compile.c++  spawned
               { como-win%como-win.compile.c++-unit_test_monitor.obj.OBJ { \
                unit_test_monitor.cpp.CPP } }
               ** generator 'como-win.compile.c' pruned
             *** construct OBJ
                 from { unit_test_parameters.cpp.CPP }
                 properties: <asynch-exceptions>off <debug-store>object \
<debug-symbols>on <define>BOOST_ALL_NO_LIB=1 <define>BOOST_TEST_NO_AUTO_LINK=1 \
<exception-handling>on <extern-c-nothrow>off <hardcode-dll-paths>true <include>.. \
<inlining>off <install-dependencies>off <link>static <main-target-type>LIB \
<midl-robust>yes <midl-stubless-proxy>yes <optimization>off <os>NT <pch>on \
<profiling>off <rtti>on <runtime-debugging>on <runtime-link>shared <stdlib>native \
<symlink-location>project-relative \
<tag>@Jamfile</E:/DEVEL/BOOST_RTEST/boost>%Jamfile</E:/DEVEL/BOOST_RTEST/boost>.tag \
<threading>single <toolset-como:platform>win <toolset-como:version>4.3.3_vc7 \
<toolset>como <user-interface>console <variant>debug <warnings-as-errors>off \
                <warnings>on
             ***  3  viable generators
               ** generator 'rc.compile.resource' pruned
               ** generator como-win.compile.c++
               multiple:
               composing:
               SUCCESS:  { como-win%como-win.compile.c++-unit_test_parameters.obj.OBJ \
{ unit_test_parameters.cpp.CPP } }

               generator como-win.compile.c++  spawned
               { como-win%como-win.compile.c++-unit_test_parameters.obj.OBJ { \
                unit_test_parameters.cpp.CPP } }
               ** generator 'como-win.compile.c' pruned
             *** construct OBJ
                 from { unit_test_suite.cpp.CPP }
                 properties: <asynch-exceptions>off <debug-store>object \
<debug-symbols>on <define>BOOST_ALL_NO_LIB=1 <define>BOOST_TEST_NO_AUTO_LINK=1 \
<exception-handling>on <extern-c-nothrow>off <hardcode-dll-paths>true <include>.. \
<inlining>off <install-dependencies>off <link>static <main-target-type>LIB \
<midl-robust>yes <midl-stubless-proxy>yes <optimization>off <os>NT <pch>on \
<profiling>off <rtti>on <runtime-debugging>on <runtime-link>shared <stdlib>native \
<symlink-location>project-relative \
<tag>@Jamfile</E:/DEVEL/BOOST_RTEST/boost>%Jamfile</E:/DEVEL/BOOST_RTEST/boost>.tag \
<threading>single <toolset-como:platform>win <toolset-como:version>4.3.3_vc7 \
<toolset>como <user-interface>console <variant>debug <warnings-as-errors>off \
                <warnings>on
             ***  3  viable generators
               ** generator 'rc.compile.resource' pruned
               ** generator como-win.compile.c++
               multiple:
               composing:
               SUCCESS:  { como-win%como-win.compile.c++-unit_test_suite.obj.OBJ { \
unit_test_suite.cpp.CPP } }

               generator como-win.compile.c++  spawned
               { como-win%como-win.compile.c++-unit_test_suite.obj.OBJ { \
                unit_test_suite.cpp.CPP } }
               ** generator 'como-win.compile.c' pruned
             *** construct OBJ
                 from { xml_log_formatter.cpp.CPP }
                 properties: <asynch-exceptions>off <debug-store>object \
<debug-symbols>on <define>BOOST_ALL_NO_LIB=1 <define>BOOST_TEST_NO_AUTO_LINK=1 \
<exception-handling>on <extern-c-nothrow>off <hardcode-dll-paths>true <include>.. \
<inlining>off <install-dependencies>off <link>static <main-target-type>LIB \
<midl-robust>yes <midl-stubless-proxy>yes <optimization>off <os>NT <pch>on \
<profiling>off <rtti>on <runtime-debugging>on <runtime-link>shared <stdlib>native \
<symlink-location>project-relative \
<tag>@Jamfile</E:/DEVEL/BOOST_RTEST/boost>%Jamfile</E:/DEVEL/BOOST_RTEST/boost>.tag \
<threading>single <toolset-como:platform>win <toolset-como:version>4.3.3_vc7 \
<toolset>como <user-interface>console <variant>debug <warnings-as-errors>off \
                <warnings>on
             ***  3  viable generators
               ** generator 'rc.compile.resource' pruned
               ** generator como-win.compile.c++
               multiple:
               composing:
               SUCCESS:  { como-win%como-win.compile.c++-xml_log_formatter.obj.OBJ { \
xml_log_formatter.cpp.CPP } }

               generator como-win.compile.c++  spawned
               { como-win%como-win.compile.c++-xml_log_formatter.obj.OBJ { \
                xml_log_formatter.cpp.CPP } }
               ** generator 'como-win.compile.c' pruned
             *** construct OBJ
                 from { xml_report_formatter.cpp.CPP }
                 properties: <asynch-exceptions>off <debug-store>object \
<debug-symbols>on <define>BOOST_ALL_NO_LIB=1 <define>BOOST_TEST_NO_AUTO_LINK=1 \
<exception-handling>on <extern-c-nothrow>off <hardcode-dll-paths>true <include>.. \
<inlining>off <install-dependencies>off <link>static <main-target-type>LIB \
<midl-robust>yes <midl-stubless-proxy>yes <optimization>off <os>NT <pch>on \
<profiling>off <rtti>on <runtime-debugging>on <runtime-link>shared <stdlib>native \
<symlink-location>project-relative \
<tag>@Jamfile</E:/DEVEL/BOOST_RTEST/boost>%Jamfile</E:/DEVEL/BOOST_RTEST/boost>.tag \
<threading>single <toolset-como:platform>win <toolset-como:version>4.3.3_vc7 \
<toolset>como <user-interface>console <variant>debug <warnings-as-errors>off \
                <warnings>on
             ***  3  viable generators
               ** generator 'rc.compile.resource' pruned
               ** generator como-win.compile.c++
               multiple:
               composing:
               SUCCESS:  { como-win%como-win.compile.c++-xml_report_formatter.obj.OBJ \
{ xml_report_formatter.cpp.CPP } }

               generator como-win.compile.c++  spawned
               { como-win%como-win.compile.c++-xml_report_formatter.obj.OBJ { \
                xml_report_formatter.cpp.CPP } }
               ** generator 'como-win.compile.c' pruned
           SUCCESS:  { \
como-win%como-win.archive-boost_test_exec_monitor-como43-gd-1_34.lib.STATIC_LIB { \
como-win%como-win.compile.c++-compiler_log_formatter.obj.OBJ { \
compiler_log_formatter.cpp.CPP } } { \
como-win%como-win.compile.c++-execution_monitor.obj.OBJ { execution_monitor.cpp.CPP } \
} { como-win%como-win.compile.c++-framework.obj.OBJ { framework.cpp.CPP } } { \
como-win%como-win.compile.c++-plain_report_formatter.obj.OBJ { \
plain_report_formatter.cpp.CPP } } { \
como-win%como-win.compile.c++-progress_monitor.obj.OBJ { progress_monitor.cpp.CPP } } \
{ como-win%como-win.compile.c++-results_collector.obj.OBJ { results_collector.cpp.CPP \
} } { como-win%como-win.compile.c++-results_reporter.obj.OBJ { \
results_reporter.cpp.CPP } } { como-win%como-win.compile.c++-test_main.obj.OBJ { \
test_main.cpp.CPP } } { como-win%como-win.compile.c++-test_tools.obj.OBJ { \
test_tools.cpp.CPP } } { como-win%como-win.compile.c++-unit_test_log.obj.OBJ { \
unit_test_log.cpp.CPP } } { como-win%como-win.compile.c++-unit_test_main.obj.OBJ { \
unit_test_main.cpp.CPP } } { como-win%como-win.compile.c++-unit_test_monitor.obj.OBJ \
{ unit_test_monitor.cpp.CPP } } { \
como-win%como-win.compile.c++-unit_test_parameters.obj.OBJ { \
unit_test_parameters.cpp.CPP } } { \
como-win%como-win.compile.c++-unit_test_suite.obj.OBJ { unit_test_suite.cpp.CPP } } { \
como-win%como-win.compile.c++-xml_log_formatter.obj.OBJ { xml_log_formatter.cpp.CPP } \
} { como-win%como-win.compile.c++-xml_report_formatter.obj.OBJ { \
xml_report_formatter.cpp.CPP } } }

           generator como-win.archive  spawned
           { como-win%como-win.archive-boost_test_exec_monitor-como43-gd-1_34.lib.STATIC_LIB \
{ como-win%como-win.compile.c++-compiler_log_formatter.obj.OBJ { \
compiler_log_formatter.cpp.CPP } } { \
como-win%como-win.compile.c++-execution_monitor.obj.OBJ { execution_monitor.cpp.CPP } \
} { como-win%como-win.compile.c++-framework.obj.OBJ { framework.cpp.CPP } } { \
como-win%como-win.compile.c++-plain_report_formatter.obj.OBJ { \
plain_report_formatter.cpp.CPP } } { \
como-win%como-win.compile.c++-progress_monitor.obj.OBJ { progress_monitor.cpp.CPP } } \
{ como-win%como-win.compile.c++-results_collector.obj.OBJ { results_collector.cpp.CPP \
} } { como-win%como-win.compile.c++-results_reporter.obj.OBJ { \
results_reporter.cpp.CPP } } { como-win%como-win.compile.c++-test_main.obj.OBJ { \
test_main.cpp.CPP } } { como-win%como-win.compile.c++-test_tools.obj.OBJ { \
test_tools.cpp.CPP } } { como-win%como-win.compile.c++-unit_test_log.obj.OBJ { \
unit_test_log.cpp.CPP } } { como-win%como-win.compile.c++-unit_test_main.obj.OBJ { \
unit_test_main.cpp.CPP } } { como-win%como-win.compile.c++-unit_test_monitor.obj.OBJ \
{ unit_test_monitor.cpp.CPP } } { \
como-win%como-win.compile.c++-unit_test_parameters.obj.OBJ { \
unit_test_parameters.cpp.CPP } } { \
como-win%como-win.compile.c++-unit_test_suite.obj.OBJ { unit_test_suite.cpp.CPP } } { \
como-win%como-win.compile.c++-xml_log_formatter.obj.OBJ { xml_log_formatter.cpp.CPP } \
} { como-win%como-win.compile.c++-xml_report_formatter.obj.OBJ { \
xml_report_formatter.cpp.CPP } } }  generator builtin.lib-generator  spawned
       { como-win%como-win.archive-boost_test_exec_monitor-como43-gd-1_34.lib.STATIC_LIB \
{ como-win%como-win.compile.c++-compiler_log_formatter.obj.OBJ { \
compiler_log_formatter.cpp.CPP } } { \
como-win%como-win.compile.c++-execution_monitor.obj.OBJ { execution_monitor.cpp.CPP } \
} { como-win%como-win.compile.c++-framework.obj.OBJ { framework.cpp.CPP } } { \
como-win%como-win.compile.c++-plain_report_formatter.obj.OBJ { \
plain_report_formatter.cpp.CPP } } { \
como-win%como-win.compile.c++-progress_monitor.obj.OBJ { progress_monitor.cpp.CPP } } \
{ como-win%como-win.compile.c++-results_collector.obj.OBJ { results_collector.cpp.CPP \
} } { como-win%como-win.compile.c++-results_reporter.obj.OBJ { \
results_reporter.cpp.CPP } } { como-win%como-win.compile.c++-test_main.obj.OBJ { \
test_main.cpp.CPP } } { como-win%como-win.compile.c++-test_tools.obj.OBJ { \
test_tools.cpp.CPP } } { como-win%como-win.compile.c++-unit_test_log.obj.OBJ { \
unit_test_log.cpp.CPP } } { como-win%como-win.compile.c++-unit_test_main.obj.OBJ { \
unit_test_main.cpp.CPP } } { como-win%como-win.compile.c++-unit_test_monitor.obj.OBJ \
{ unit_test_monitor.cpp.CPP } } { \
como-win%como-win.compile.c++-unit_test_parameters.obj.OBJ { \
unit_test_parameters.cpp.CPP } } { \
como-win%como-win.compile.c++-unit_test_suite.obj.OBJ { unit_test_suite.cpp.CPP } } { \
como-win%como-win.compile.c++-xml_log_formatter.obj.OBJ { xml_log_formatter.cpp.CPP } \
} { como-win%como-win.compile.c++-xml_report_formatter.obj.OBJ { \
                xml_report_formatter.cpp.CPP } } }
     *** construct LIB
         from { compiler_log_formatter.cpp.CPP }
         from { exception_safety.cpp.CPP }
         from { execution_monitor.cpp.CPP }
         from { framework.cpp.CPP }
         from { interaction_based.cpp.CPP }
         from { logged_expectations.cpp.CPP }
         from { plain_report_formatter.cpp.CPP }
         from { progress_monitor.cpp.CPP }
         from { results_collector.cpp.CPP }
         from { results_reporter.cpp.CPP }
         from { test_tools.cpp.CPP }
         from { unit_test_log.cpp.CPP }
         from { unit_test_main.cpp.CPP }
         from { unit_test_monitor.cpp.CPP }
         from { unit_test_parameters.cpp.CPP }
         from { unit_test_suite.cpp.CPP }
         from { xml_log_formatter.cpp.CPP }
         from { xml_report_formatter.cpp.CPP }
         properties: <asynch-exceptions>off <debug-store>object <debug-symbols>on \
<define>BOOST_ALL_NO_LIB=1 <define>BOOST_TEST_NO_AUTO_LINK=1 <exception-handling>on \
<extern-c-nothrow>off <hardcode-dll-paths>true <include>.. <inlining>off \
<install-dependencies>off <link>static <main-target-type>LIB <midl-robust>yes \
<midl-stubless-proxy>yes <optimization>off <os>NT <pch>on <profiling>off <rtti>on \
<runtime-debugging>on <runtime-link>shared <stdlib>native \
<symlink-location>project-relative \
<tag>@Jamfile</E:/DEVEL/BOOST_RTEST/boost>%Jamfile</E:/DEVEL/BOOST_RTEST/boost>.tag \
<threading>single <toolset-como:platform>win <toolset-como:version>4.3.3_vc7 \
<toolset>como <user-interface>console <variant>debug <warnings-as-errors>off \
                <warnings>on
     ***  1  viable generators
         *** construct STATIC_LIB
             from { compiler_log_formatter.cpp.CPP }
             from { exception_safety.cpp.CPP }
             from { execution_monitor.cpp.CPP }
             from { framework.cpp.CPP }
             from { interaction_based.cpp.CPP }
             from { logged_expectations.cpp.CPP }
             from { plain_report_formatter.cpp.CPP }
             from { progress_monitor.cpp.CPP }
             from { results_collector.cpp.CPP }
             from { results_reporter.cpp.CPP }
             from { test_tools.cpp.CPP }
             from { unit_test_log.cpp.CPP }
             from { unit_test_main.cpp.CPP }
             from { unit_test_monitor.cpp.CPP }
             from { unit_test_parameters.cpp.CPP }
             from { unit_test_suite.cpp.CPP }
             from { xml_log_formatter.cpp.CPP }
             from { xml_report_formatter.cpp.CPP }
             properties: <asynch-exceptions>off <debug-store>object <debug-symbols>on \
<define>BOOST_ALL_NO_LIB=1 <define>BOOST_TEST_NO_AUTO_LINK=1 <exception-handling>on \
<extern-c-nothrow>off <hardcode-dll-paths>true <include>.. <inlining>off \
<install-dependencies>off <link>static <main-target-type>LIB <midl-robust>yes \
<midl-stubless-proxy>yes <optimization>off <os>NT <pch>on <profiling>off <rtti>on \
<runtime-debugging>on <runtime-link>shared <stdlib>native \
<symlink-location>project-relative \
<tag>@Jamfile</E:/DEVEL/BOOST_RTEST/boost>%Jamfile</E:/DEVEL/BOOST_RTEST/boost>.tag \
<threading>single <toolset-como:platform>win <toolset-como:version>4.3.3_vc7 \
<toolset>como <user-interface>console <variant>debug <warnings-as-errors>off \
                <warnings>on
         ***  1  viable generators
           ** generator como-win.archive
           multiple:
           composing: true
             *** construct OBJ
                 from { compiler_log_formatter.cpp.CPP }
                 properties: <asynch-exceptions>off <debug-store>object \
<debug-symbols>on <define>BOOST_ALL_NO_LIB=1 <define>BOOST_TEST_NO_AUTO_LINK=1 \
<exception-handling>on <extern-c-nothrow>off <hardcode-dll-paths>true <include>.. \
<inlining>off <install-dependencies>off <link>static <main-target-type>LIB \
<midl-robust>yes <midl-stubless-proxy>yes <optimization>off <os>NT <pch>on \
<profiling>off <rtti>on <runtime-debugging>on <runtime-link>shared <stdlib>native \
<symlink-location>project-relative \
<tag>@Jamfile</E:/DEVEL/BOOST_RTEST/boost>%Jamfile</E:/DEVEL/BOOST_RTEST/boost>.tag \
<threading>single <toolset-como:platform>win <toolset-como:version>4.3.3_vc7 \
<toolset>como <user-interface>console <variant>debug <warnings-as-errors>off \
                <warnings>on
             ***  3  viable generators
               ** generator 'rc.compile.resource' pruned
               ** generator como-win.compile.c++
               multiple:
               composing:
               SUCCESS:  { \
como-win%como-win.compile.c++-compiler_log_formatter.obj.OBJ { \
compiler_log_formatter.cpp.CPP } }

               generator como-win.compile.c++  spawned
               { como-win%como-win.compile.c++-compiler_log_formatter.obj.OBJ { \
                compiler_log_formatter.cpp.CPP } }
               ** generator 'como-win.compile.c' pruned
             *** construct OBJ
                 from { exception_safety.cpp.CPP }
                 properties: <asynch-exceptions>off <debug-store>object \
<debug-symbols>on <define>BOOST_ALL_NO_LIB=1 <define>BOOST_TEST_NO_AUTO_LINK=1 \
<exception-handling>on <extern-c-nothrow>off <hardcode-dll-paths>true <include>.. \
<inlining>off <install-dependencies>off <link>static <main-target-type>LIB \
<midl-robust>yes <midl-stubless-proxy>yes <optimization>off <os>NT <pch>on \
<profiling>off <rtti>on <runtime-debugging>on <runtime-link>shared <stdlib>native \
<symlink-location>project-relative \
<tag>@Jamfile</E:/DEVEL/BOOST_RTEST/boost>%Jamfile</E:/DEVEL/BOOST_RTEST/boost>.tag \
<threading>single <toolset-como:platform>win <toolset-como:version>4.3.3_vc7 \
<toolset>como <user-interface>console <variant>debug <warnings-as-errors>off \
                <warnings>on
             ***  3  viable generators
               ** generator 'rc.compile.resource' pruned
               ** generator como-win.compile.c++
               multiple:
               composing:
               SUCCESS:  { como-win%como-win.compile.c++-exception_safety.obj.OBJ { \
exception_safety.cpp.CPP } }

               generator como-win.compile.c++  spawned
               { como-win%como-win.compile.c++-exception_safety.obj.OBJ { \
                exception_safety.cpp.CPP } }
               ** generator 'como-win.compile.c' pruned
             *** construct OBJ
                 from { execution_monitor.cpp.CPP }
                 properties: <asynch-exceptions>off <debug-store>object \
<debug-symbols>on <define>BOOST_ALL_NO_LIB=1 <define>BOOST_TEST_NO_AUTO_LINK=1 \
<exception-handling>on <extern-c-nothrow>off <hardcode-dll-paths>true <include>.. \
<inlining>off <install-dependencies>off <link>static <main-target-type>LIB \
<midl-robust>yes <midl-stubless-proxy>yes <optimization>off <os>NT <pch>on \
<profiling>off <rtti>on <runtime-debugging>on <runtime-link>shared <stdlib>native \
<symlink-location>project-relative \
<tag>@Jamfile</E:/DEVEL/BOOST_RTEST/boost>%Jamfile</E:/DEVEL/BOOST_RTEST/boost>.tag \
<threading>single <toolset-como:platform>win <toolset-como:version>4.3.3_vc7 \
<toolset>como <user-interface>console <variant>debug <warnings-as-errors>off \
                <warnings>on
             ***  3  viable generators
               ** generator 'rc.compile.resource' pruned
               ** generator como-win.compile.c++
               multiple:
               composing:
               SUCCESS:  { como-win%como-win.compile.c++-execution_monitor.obj.OBJ { \
execution_monitor.cpp.CPP } }

               generator como-win.compile.c++  spawned
               { como-win%como-win.compile.c++-execution_monitor.obj.OBJ { \
                execution_monitor.cpp.CPP } }
               ** generator 'como-win.compile.c' pruned
             *** construct OBJ
                 from { framework.cpp.CPP }
                 properties: <asynch-exceptions>off <debug-store>object \
<debug-symbols>on <define>BOOST_ALL_NO_LIB=1 <define>BOOST_TEST_NO_AUTO_LINK=1 \
<exception-handling>on <extern-c-nothrow>off <hardcode-dll-paths>true <include>.. \
<inlining>off <install-dependencies>off <link>static <main-target-type>LIB \
<midl-robust>yes <midl-stubless-proxy>yes <optimization>off <os>NT <pch>on \
<profiling>off <rtti>on <runtime-debugging>on <runtime-link>shared <stdlib>native \
<symlink-location>project-relative \
<tag>@Jamfile</E:/DEVEL/BOOST_RTEST/boost>%Jamfile</E:/DEVEL/BOOST_RTEST/boost>.tag \
<threading>single <toolset-como:platform>win <toolset-como:version>4.3.3_vc7 \
<toolset>como <user-interface>console <variant>debug <warnings-as-errors>off \
                <warnings>on
             ***  3  viable generators
               ** generator 'rc.compile.resource' pruned
               ** generator como-win.compile.c++
               multiple:
               composing:
               SUCCESS:  { como-win%como-win.compile.c++-framework.obj.OBJ { \
framework.cpp.CPP } }

               generator como-win.compile.c++  spawned
               { como-win%como-win.compile.c++-framework.obj.OBJ { framework.cpp.CPP \
                } }
               ** generator 'como-win.compile.c' pruned
             *** construct OBJ
                 from { interaction_based.cpp.CPP }
                 properties: <asynch-exceptions>off <debug-store>object \
<debug-symbols>on <define>BOOST_ALL_NO_LIB=1 <define>BOOST_TEST_NO_AUTO_LINK=1 \
<exception-handling>on <extern-c-nothrow>off <hardcode-dll-paths>true <include>.. \
<inlining>off <install-dependencies>off <link>static <main-target-type>LIB \
<midl-robust>yes <midl-stubless-proxy>yes <optimization>off <os>NT <pch>on \
<profiling>off <rtti>on <runtime-debugging>on <runtime-link>shared <stdlib>native \
<symlink-location>project-relative \
<tag>@Jamfile</E:/DEVEL/BOOST_RTEST/boost>%Jamfile</E:/DEVEL/BOOST_RTEST/boost>.tag \
<threading>single <toolset-como:platform>win <toolset-como:version>4.3.3_vc7 \
<toolset>como <user-interface>console <variant>debug <warnings-as-errors>off \
                <warnings>on
             ***  3  viable generators
               ** generator 'rc.compile.resource' pruned
               ** generator como-win.compile.c++
               multiple:
               composing:
               SUCCESS:  { como-win%como-win.compile.c++-interaction_based.obj.OBJ { \
interaction_based.cpp.CPP } }

               generator como-win.compile.c++  spawned
               { como-win%como-win.compile.c++-interaction_based.obj.OBJ { \
                interaction_based.cpp.CPP } }
               ** generator 'como-win.compile.c' pruned
             *** construct OBJ
                 from { logged_expectations.cpp.CPP }
                 properties: <asynch-exceptions>off <debug-store>object \
<debug-symbols>on <define>BOOST_ALL_NO_LIB=1 <define>BOOST_TEST_NO_AUTO_LINK=1 \
<exception-handling>on <extern-c-nothrow>off <hardcode-dll-paths>true <include>.. \
<inlining>off <install-dependencies>off <link>static <main-target-type>LIB \
<midl-robust>yes <midl-stubless-proxy>yes <optimization>off <os>NT <pch>on \
<profiling>off <rtti>on <runtime-debugging>on <runtime-link>shared <stdlib>native \
<symlink-location>project-relative \
<tag>@Jamfile</E:/DEVEL/BOOST_RTEST/boost>%Jamfile</E:/DEVEL/BOOST_RTEST/boost>.tag \
<threading>single <toolset-como:platform>win <toolset-como:version>4.3.3_vc7 \
<toolset>como <user-interface>console <variant>debug <warnings-as-errors>off \
                <warnings>on
             ***  3  viable generators
               ** generator 'rc.compile.resource' pruned
               ** generator como-win.compile.c++
               multiple:
               composing:
               SUCCESS:  { como-win%como-win.compile.c++-logged_expectations.obj.OBJ \
{ logged_expectations.cpp.CPP } }

               generator como-win.compile.c++  spawned
               { como-win%como-win.compile.c++-logged_expectations.obj.OBJ { \
                logged_expectations.cpp.CPP } }
               ** generator 'como-win.compile.c' pruned
             *** construct OBJ
                 from { plain_report_formatter.cpp.CPP }
                 properties: <asynch-exceptions>off <debug-store>object \
<debug-symbols>on <define>BOOST_ALL_NO_LIB=1 <define>BOOST_TEST_NO_AUTO_LINK=1 \
<exception-handling>on <extern-c-nothrow>off <hardcode-dll-paths>true <include>.. \
<inlining>off <install-dependencies>off <link>static <main-target-type>LIB \
<midl-robust>yes <midl-stubless-proxy>yes <optimization>off <os>NT <pch>on \
<profiling>off <rtti>on <runtime-debugging>on <runtime-link>shared <stdlib>native \
<symlink-location>project-relative \
<tag>@Jamfile</E:/DEVEL/BOOST_RTEST/boost>%Jamfile</E:/DEVEL/BOOST_RTEST/boost>.tag \
<threading>single <toolset-como:platform>win <toolset-como:version>4.3.3_vc7 \
<toolset>como <user-interface>console <variant>debug <warnings-as-errors>off \
                <warnings>on
             ***  3  viable generators
               ** generator 'rc.compile.resource' pruned
               ** generator como-win.compile.c++
               multiple:
               composing:
               SUCCESS:  { \
como-win%como-win.compile.c++-plain_report_formatter.obj.OBJ { \
plain_report_formatter.cpp.CPP } }

               generator como-win.compile.c++  spawned
               { como-win%como-win.compile.c++-plain_report_formatter.obj.OBJ { \
                plain_report_formatter.cpp.CPP } }
               ** generator 'como-win.compile.c' pruned
             *** construct OBJ
                 from { progress_monitor.cpp.CPP }
                 properties: <asynch-exceptions>off <debug-store>object \
<debug-symbols>on <define>BOOST_ALL_NO_LIB=1 <define>BOOST_TEST_NO_AUTO_LINK=1 \
<exception-handling>on <extern-c-nothrow>off <hardcode-dll-paths>true <include>.. \
<inlining>off <install-dependencies>off <link>static <main-target-type>LIB \
<midl-robust>yes <midl-stubless-proxy>yes <optimization>off <os>NT <pch>on \
<profiling>off <rtti>on <runtime-debugging>on <runtime-link>shared <stdlib>native \
<symlink-location>project-relative \
<tag>@Jamfile</E:/DEVEL/BOOST_RTEST/boost>%Jamfile</E:/DEVEL/BOOST_RTEST/boost>.tag \
<threading>single <toolset-como:platform>win <toolset-como:version>4.3.3_vc7 \
<toolset>como <user-interface>console <variant>debug <warnings-as-errors>off \
                <warnings>on
             ***  3  viable generators
               ** generator 'rc.compile.resource' pruned
               ** generator como-win.compile.c++
               multiple:
               composing:
               SUCCESS:  { como-win%como-win.compile.c++-progress_monitor.obj.OBJ { \
progress_monitor.cpp.CPP } }

               generator como-win.compile.c++  spawned
               { como-win%como-win.compile.c++-progress_monitor.obj.OBJ { \
                progress_monitor.cpp.CPP } }
               ** generator 'como-win.compile.c' pruned
             *** construct OBJ
                 from { results_collector.cpp.CPP }
                 properties: <asynch-exceptions>off <debug-store>object \
<debug-symbols>on <define>BOOST_ALL_NO_LIB=1 <define>BOOST_TEST_NO_AUTO_LINK=1 \
<exception-handling>on <extern-c-nothrow>off <hardcode-dll-paths>true <include>.. \
<inlining>off <install-dependencies>off <link>static <main-target-type>LIB \
<midl-robust>yes <midl-stubless-proxy>yes <optimization>off <os>NT <pch>on \
<profiling>off <rtti>on <runtime-debugging>on <runtime-link>shared <stdlib>native \
<symlink-location>project-relative \
<tag>@Jamfile</E:/DEVEL/BOOST_RTEST/boost>%Jamfile</E:/DEVEL/BOOST_RTEST/boost>.tag \
<threading>single <toolset-como:platform>win <toolset-como:version>4.3.3_vc7 \
<toolset>como <user-interface>console <variant>debug <warnings-as-errors>off \
                <warnings>on
             ***  3  viable generators
               ** generator 'rc.compile.resource' pruned
               ** generator como-win.compile.c++
               multiple:
               composing:
               SUCCESS:  { como-win%como-win.compile.c++-results_collector.obj.OBJ { \
results_collector.cpp.CPP } }

               generator como-win.compile.c++  spawned
               { como-win%como-win.compile.c++-results_collector.obj.OBJ { \
                results_collector.cpp.CPP } }
               ** generator 'como-win.compile.c' pruned
             *** construct OBJ
                 from { results_reporter.cpp.CPP }
                 properties: <asynch-exceptions>off <debug-store>object \
<debug-symbols>on <define>BOOST_ALL_NO_LIB=1 <define>BOOST_TEST_NO_AUTO_LINK=1 \
<exception-handling>on <extern-c-nothrow>off <hardcode-dll-paths>true <include>.. \
<inlining>off <install-dependencies>off <link>static <main-target-type>LIB \
<midl-robust>yes <midl-stubless-proxy>yes <optimization>off <os>NT <pch>on \
<profiling>off <rtti>on <runtime-debugging>on <runtime-link>shared <stdlib>native \
<symlink-location>project-relative \
<tag>@Jamfile</E:/DEVEL/BOOST_RTEST/boost>%Jamfile</E:/DEVEL/BOOST_RTEST/boost>.tag \
<threading>single <toolset-como:platform>win <toolset-como:version>4.3.3_vc7 \
<toolset>como <user-interface>console <variant>debug <warnings-as-errors>off \
                <warnings>on
             ***  3  viable generators
               ** generator 'rc.compile.resource' pruned
               ** generator como-win.compile.c++
               multiple:
               composing:
               SUCCESS:  { como-win%como-win.compile.c++-results_reporter.obj.OBJ { \
results_reporter.cpp.CPP } }

               generator como-win.compile.c++  spawned
               { como-win%como-win.compile.c++-results_reporter.obj.OBJ { \
                results_reporter.cpp.CPP } }
               ** generator 'como-win.compile.c' pruned
             *** construct OBJ
                 from { test_tools.cpp.CPP }
                 properties: <asynch-exceptions>off <debug-store>object \
<debug-symbols>on <define>BOOST_ALL_NO_LIB=1 <define>BOOST_TEST_NO_AUTO_LINK=1 \
<exception-handling>on <extern-c-nothrow>off <hardcode-dll-paths>true <include>.. \
<inlining>off <install-dependencies>off <link>static <main-target-type>LIB \
<midl-robust>yes <midl-stubless-proxy>yes <optimization>off <os>NT <pch>on \
<profiling>off <rtti>on <runtime-debugging>on <runtime-link>shared <stdlib>native \
<symlink-location>project-relative \
<tag>@Jamfile</E:/DEVEL/BOOST_RTEST/boost>%Jamfile</E:/DEVEL/BOOST_RTEST/boost>.tag \
<threading>single <toolset-como:platform>win <toolset-como:version>4.3.3_vc7 \
<toolset>como <user-interface>console <variant>debug <warnings-as-errors>off \
                <warnings>on
             ***  3  viable generators
               ** generator 'rc.compile.resource' pruned
               ** generator como-win.compile.c++
               multiple:
               composing:
               SUCCESS:  { como-win%como-win.compile.c++-test_tools.obj.OBJ { \
test_tools.cpp.CPP } }

               generator como-win.compile.c++  spawned
               { como-win%como-win.compile.c++-test_tools.obj.OBJ { \
                test_tools.cpp.CPP } }
               ** generator 'como-win.compile.c' pruned
             *** construct OBJ
                 from { unit_test_log.cpp.CPP }
                 properties: <asynch-exceptions>off <debug-store>object \
<debug-symbols>on <define>BOOST_ALL_NO_LIB=1 <define>BOOST_TEST_NO_AUTO_LINK=1 \
<exception-handling>on <extern-c-nothrow>off <hardcode-dll-paths>true <include>.. \
<inlining>off <install-dependencies>off <link>static <main-target-type>LIB \
<midl-robust>yes <midl-stubless-proxy>yes <optimization>off <os>NT <pch>on \
<profiling>off <rtti>on <runtime-debugging>on <runtime-link>shared <stdlib>native \
<symlink-location>project-relative \
<tag>@Jamfile</E:/DEVEL/BOOST_RTEST/boost>%Jamfile</E:/DEVEL/BOOST_RTEST/boost>.tag \
<threading>single <toolset-como:platform>win <toolset-como:version>4.3.3_vc7 \
<toolset>como <user-interface>console <variant>debug <warnings-as-errors>off \
                <warnings>on
             ***  3  viable generators
               ** generator 'rc.compile.resource' pruned
               ** generator como-win.compile.c++
               multiple:
               composing:
               SUCCESS:  { como-win%como-win.compile.c++-unit_test_log.obj.OBJ { \
unit_test_log.cpp.CPP } }

               generator como-win.compile.c++  spawned
               { como-win%como-win.compile.c++-unit_test_log.obj.OBJ { \
                unit_test_log.cpp.CPP } }
               ** generator 'como-win.compile.c' pruned
             *** construct OBJ
                 from { unit_test_main.cpp.CPP }
                 properties: <asynch-exceptions>off <debug-store>object \
<debug-symbols>on <define>BOOST_ALL_NO_LIB=1 <define>BOOST_TEST_NO_AUTO_LINK=1 \
<exception-handling>on <extern-c-nothrow>off <hardcode-dll-paths>true <include>.. \
<inlining>off <install-dependencies>off <link>static <main-target-type>LIB \
<midl-robust>yes <midl-stubless-proxy>yes <optimization>off <os>NT <pch>on \
<profiling>off <rtti>on <runtime-debugging>on <runtime-link>shared <stdlib>native \
<symlink-location>project-relative \
<tag>@Jamfile</E:/DEVEL/BOOST_RTEST/boost>%Jamfile</E:/DEVEL/BOOST_RTEST/boost>.tag \
<threading>single <toolset-como:platform>win <toolset-como:version>4.3.3_vc7 \
<toolset>como <user-interface>console <variant>debug <warnings-as-errors>off \
                <warnings>on
             ***  3  viable generators
               ** generator 'rc.compile.resource' pruned
               ** generator como-win.compile.c++
               multiple:
               composing:
               SUCCESS:  { como-win%como-win.compile.c++-unit_test_main.obj.OBJ { \
unit_test_main.cpp.CPP } }

               generator como-win.compile.c++  spawned
               { como-win%como-win.compile.c++-unit_test_main.obj.OBJ { \
                unit_test_main.cpp.CPP } }
               ** generator 'como-win.compile.c' pruned
             *** construct OBJ
                 from { unit_test_monitor.cpp.CPP }
                 properties: <asynch-exceptions>off <debug-store>object \
<debug-symbols>on <define>BOOST_ALL_NO_LIB=1 <define>BOOST_TEST_NO_AUTO_LINK=1 \
<exception-handling>on <extern-c-nothrow>off <hardcode-dll-paths>true <include>.. \
<inlining>off <install-dependencies>off <link>static <main-target-type>LIB \
<midl-robust>yes <midl-stubless-proxy>yes <optimization>off <os>NT <pch>on \
<profiling>off <rtti>on <runtime-debugging>on <runtime-link>shared <stdlib>native \
<symlink-location>project-relative \
<tag>@Jamfile</E:/DEVEL/BOOST_RTEST/boost>%Jamfile</E:/DEVEL/BOOST_RTEST/boost>.tag \
<threading>single <toolset-como:platform>win <toolset-como:version>4.3.3_vc7 \
<toolset>como <user-interface>console <variant>debug <warnings-as-errors>off \
                <warnings>on
             ***  3  viable generators
               ** generator 'rc.compile.resource' pruned
               ** generator como-win.compile.c++
               multiple:
               composing:
               SUCCESS:  { como-win%como-win.compile.c++-unit_test_monitor.obj.OBJ { \
unit_test_monitor.cpp.CPP } }

               generator como-win.compile.c++  spawned
               { como-win%como-win.compile.c++-unit_test_monitor.obj.OBJ { \
                unit_test_monitor.cpp.CPP } }
               ** generator 'como-win.compile.c' pruned
             *** construct OBJ
                 from { unit_test_parameters.cpp.CPP }
                 properties: <asynch-exceptions>off <debug-store>object \
<debug-symbols>on <define>BOOST_ALL_NO_LIB=1 <define>BOOST_TEST_NO_AUTO_LINK=1 \
<exception-handling>on <extern-c-nothrow>off <hardcode-dll-paths>true <include>.. \
<inlining>off <install-dependencies>off <link>static <main-target-type>LIB \
<midl-robust>yes <midl-stubless-proxy>yes <optimization>off <os>NT <pch>on \
<profiling>off <rtti>on <runtime-debugging>on <runtime-link>shared <stdlib>native \
<symlink-location>project-relative \
<tag>@Jamfile</E:/DEVEL/BOOST_RTEST/boost>%Jamfile</E:/DEVEL/BOOST_RTEST/boost>.tag \
<threading>single <toolset-como:platform>win <toolset-como:version>4.3.3_vc7 \
<toolset>como <user-interface>console <variant>debug <warnings-as-errors>off \
                <warnings>on
             ***  3  viable generators
               ** generator 'rc.compile.resource' pruned
               ** generator como-win.compile.c++
               multiple:
               composing:
               SUCCESS:  { como-win%como-win.compile.c++-unit_test_parameters.obj.OBJ \
{ unit_test_parameters.cpp.CPP } }

               generator como-win.compile.c++  spawned
               { como-win%como-win.compile.c++-unit_test_parameters.obj.OBJ { \
                unit_test_parameters.cpp.CPP } }
               ** generator 'como-win.compile.c' pruned
             *** construct OBJ
                 from { unit_test_suite.cpp.CPP }
                 properties: <asynch-exceptions>off <debug-store>object \
<debug-symbols>on <define>BOOST_ALL_NO_LIB=1 <define>BOOST_TEST_NO_AUTO_LINK=1 \
<exception-handling>on <extern-c-nothrow>off <hardcode-dll-paths>true <include>.. \
<inlining>off <install-dependencies>off <link>static <main-target-type>LIB \
<midl-robust>yes <midl-stubless-proxy>yes <optimization>off <os>NT <pch>on \
<profiling>off <rtti>on <runtime-debugging>on <runtime-link>shared <stdlib>native \
<symlink-location>project-relative \
<tag>@Jamfile</E:/DEVEL/BOOST_RTEST/boost>%Jamfile</E:/DEVEL/BOOST_RTEST/boost>.tag \
<threading>single <toolset-como:platform>win <toolset-como:version>4.3.3_vc7 \
<toolset>como <user-interface>console <variant>debug <warnings-as-errors>off \
                <warnings>on
             ***  3  viable generators
               ** generator 'rc.compile.resource' pruned
               ** generator como-win.compile.c++
               multiple:
               composing:
               SUCCESS:  { como-win%como-win.compile.c++-unit_test_suite.obj.OBJ { \
unit_test_suite.cpp.CPP } }

               generator como-win.compile.c++  spawned
               { como-win%como-win.compile.c++-unit_test_suite.obj.OBJ { \
                unit_test_suite.cpp.CPP } }
               ** generator 'como-win.compile.c' pruned
             *** construct OBJ
                 from { xml_log_formatter.cpp.CPP }
                 properties: <asynch-exceptions>off <debug-store>object \
<debug-symbols>on <define>BOOST_ALL_NO_LIB=1 <define>BOOST_TEST_NO_AUTO_LINK=1 \
<exception-handling>on <extern-c-nothrow>off <hardcode-dll-paths>true <include>.. \
<inlining>off <install-dependencies>off <link>static <main-target-type>LIB \
<midl-robust>yes <midl-stubless-proxy>yes <optimization>off <os>NT <pch>on \
<profiling>off <rtti>on <runtime-debugging>on <runtime-link>shared <stdlib>native \
<symlink-location>project-relative \
<tag>@Jamfile</E:/DEVEL/BOOST_RTEST/boost>%Jamfile</E:/DEVEL/BOOST_RTEST/boost>.tag \
<threading>single <toolset-como:platform>win <toolset-como:version>4.3.3_vc7 \
<toolset>como <user-interface>console <variant>debug <warnings-as-errors>off \
                <warnings>on
             ***  3  viable generators
               ** generator 'rc.compile.resource' pruned
               ** generator como-win.compile.c++
               multiple:
               composing:
               SUCCESS:  { como-win%como-win.compile.c++-xml_log_formatter.obj.OBJ { \
xml_log_formatter.cpp.CPP } }

               generator como-win.compile.c++  spawned
               { como-win%como-win.compile.c++-xml_log_formatter.obj.OBJ { \
                xml_log_formatter.cpp.CPP } }
               ** generator 'como-win.compile.c' pruned
             *** construct OBJ
                 from { xml_report_formatter.cpp.CPP }
                 properties: <asynch-exceptions>off <debug-store>object \
<debug-symbols>on <define>BOOST_ALL_NO_LIB=1 <define>BOOST_TEST_NO_AUTO_LINK=1 \
<exception-handling>on <extern-c-nothrow>off <hardcode-dll-paths>true <include>.. \
<inlining>off <install-dependencies>off <link>static <main-target-type>LIB \
<midl-robust>yes <midl-stubless-proxy>yes <optimization>off <os>NT <pch>on \
<profiling>off <rtti>on <runtime-debugging>on <runtime-link>shared <stdlib>native \
<symlink-location>project-relative \
<tag>@Jamfile</E:/DEVEL/BOOST_RTEST/boost>%Jamfile</E:/DEVEL/BOOST_RTEST/boost>.tag \
<threading>single <toolset-como:platform>win <toolset-como:version>4.3.3_vc7 \
<toolset>como <user-interface>console <variant>debug <warnings-as-errors>off \
                <warnings>on
             ***  3  viable generators
               ** generator 'rc.compile.resource' pruned
               ** generator como-win.compile.c++
               multiple:
               composing:
               SUCCESS:  { como-win%como-win.compile.c++-xml_report_formatter.obj.OBJ \
{ xml_report_formatter.cpp.CPP } }

               generator como-win.compile.c++  spawned
               { como-win%como-win.compile.c++-xml_report_formatter.obj.OBJ { \
                xml_report_formatter.cpp.CPP } }
               ** generator 'como-win.compile.c' pruned
           SUCCESS:  { \
como-win%como-win.archive-boost_unit_test_framework-como43-gd-1_34.lib.STATIC_LIB { \
como-win%como-win.compile.c++-compiler_log_formatter.obj.OBJ { \
compiler_log_formatter.cpp.CPP } } { \
como-win%como-win.compile.c++-exception_safety.obj.OBJ { exception_safety.cpp.CPP } } \
{ como-win%como-win.compile.c++-execution_monitor.obj.OBJ { execution_monitor.cpp.CPP \
} } { como-win%como-win.compile.c++-framework.obj.OBJ { framework.cpp.CPP } } { \
como-win%como-win.compile.c++-interaction_based.obj.OBJ { interaction_based.cpp.CPP } \
} { como-win%como-win.compile.c++-logged_expectations.obj.OBJ { \
logged_expectations.cpp.CPP } } { \
como-win%como-win.compile.c++-plain_report_formatter.obj.OBJ { \
plain_report_formatter.cpp.CPP } } { \
como-win%como-win.compile.c++-progress_monitor.obj.OBJ { progress_monitor.cpp.CPP } } \
{ como-win%como-win.compile.c++-results_collector.obj.OBJ { results_collector.cpp.CPP \
} } { como-win%como-win.compile.c++-results_reporter.obj.OBJ { \
results_reporter.cpp.CPP } } { como-win%como-win.compile.c++-test_tools.obj.OBJ { \
test_tools.cpp.CPP } } { como-win%como-win.compile.c++-unit_test_log.obj.OBJ { \
unit_test_log.cpp.CPP } } { como-win%como-win.compile.c++-unit_test_main.obj.OBJ { \
unit_test_main.cpp.CPP } } { como-win%como-win.compile.c++-unit_test_monitor.obj.OBJ \
{ unit_test_monitor.cpp.CPP } } { \
como-win%como-win.compile.c++-unit_test_parameters.obj.OBJ { \
unit_test_parameters.cpp.CPP } } { \
como-win%como-win.compile.c++-unit_test_suite.obj.OBJ { unit_test_suite.cpp.CPP } } { \
como-win%como-win.compile.c++-xml_log_formatter.obj.OBJ { xml_log_formatter.cpp.CPP } \
} { como-win%como-win.compile.c++-xml_report_formatter.obj.OBJ { \
xml_report_formatter.cpp.CPP } } }

           generator como-win.archive  spawned
           { como-win%como-win.archive-boost_unit_test_framework-como43-gd-1_34.lib.STATIC_LIB \
{ como-win%como-win.compile.c++-compiler_log_formatter.obj.OBJ { \
compiler_log_formatter.cpp.CPP } } { \
como-win%como-win.compile.c++-exception_safety.obj.OBJ { exception_safety.cpp.CPP } } \
{ como-win%como-win.compile.c++-execution_monitor.obj.OBJ { execution_monitor.cpp.CPP \
} } { como-win%como-win.compile.c++-framework.obj.OBJ { framework.cpp.CPP } } { \
como-win%como-win.compile.c++-interaction_based.obj.OBJ { interaction_based.cpp.CPP } \
} { como-win%como-win.compile.c++-logged_expectations.obj.OBJ { \
logged_expectations.cpp.CPP } } { \
como-win%como-win.compile.c++-plain_report_formatter.obj.OBJ { \
plain_report_formatter.cpp.CPP } } { \
como-win%como-win.compile.c++-progress_monitor.obj.OBJ { progress_monitor.cpp.CPP } } \
{ como-win%como-win.compile.c++-results_collector.obj.OBJ { results_collector.cpp.CPP \
} } { como-win%como-win.compile.c++-results_reporter.obj.OBJ { \
results_reporter.cpp.CPP } } { como-win%como-win.compile.c++-test_tools.obj.OBJ { \
test_tools.cpp.CPP } } { como-win%como-win.compile.c++-unit_test_log.obj.OBJ { \
unit_test_log.cpp.CPP } } { como-win%como-win.compile.c++-unit_test_main.obj.OBJ { \
unit_test_main.cpp.CPP } } { como-win%como-win.compile.c++-unit_test_monitor.obj.OBJ \
{ unit_test_monitor.cpp.CPP } } { \
como-win%como-win.compile.c++-unit_test_parameters.obj.OBJ { \
unit_test_parameters.cpp.CPP } } { \
como-win%como-win.compile.c++-unit_test_suite.obj.OBJ { unit_test_suite.cpp.CPP } } { \
como-win%como-win.compile.c++-xml_log_formatter.obj.OBJ { xml_log_formatter.cpp.CPP } \
} { como-win%como-win.compile.c++-xml_report_formatter.obj.OBJ { \
xml_report_formatter.cpp.CPP } } }  generator builtin.lib-generator  spawned
       { como-win%como-win.archive-boost_unit_test_framework-como43-gd-1_34.lib.STATIC_LIB \
{ como-win%como-win.compile.c++-compiler_log_formatter.obj.OBJ { \
compiler_log_formatter.cpp.CPP } } { \
como-win%como-win.compile.c++-exception_safety.obj.OBJ { exception_safety.cpp.CPP } } \
{ como-win%como-win.compile.c++-execution_monitor.obj.OBJ { execution_monitor.cpp.CPP \
} } { como-win%como-win.compile.c++-framework.obj.OBJ { framework.cpp.CPP } } { \
como-win%como-win.compile.c++-interaction_based.obj.OBJ { interaction_based.cpp.CPP } \
} { como-win%como-win.compile.c++-logged_expectations.obj.OBJ { \
logged_expectations.cpp.CPP } } { \
como-win%como-win.compile.c++-plain_report_formatter.obj.OBJ { \
plain_report_formatter.cpp.CPP } } { \
como-win%como-win.compile.c++-progress_monitor.obj.OBJ { progress_monitor.cpp.CPP } } \
{ como-win%como-win.compile.c++-results_collector.obj.OBJ { results_collector.cpp.CPP \
} } { como-win%como-win.compile.c++-results_reporter.obj.OBJ { \
results_reporter.cpp.CPP } } { como-win%como-win.compile.c++-test_tools.obj.OBJ { \
test_tools.cpp.CPP } } { como-win%como-win.compile.c++-unit_test_log.obj.OBJ { \
unit_test_log.cpp.CPP } } { como-win%como-win.compile.c++-unit_test_main.obj.OBJ { \
unit_test_main.cpp.CPP } } { como-win%como-win.compile.c++-unit_test_monitor.obj.OBJ \
{ unit_test_monitor.cpp.CPP } } { \
como-win%como-win.compile.c++-unit_test_parameters.obj.OBJ { \
unit_test_parameters.cpp.CPP } } { \
como-win%como-win.compile.c++-unit_test_suite.obj.OBJ { unit_test_suite.cpp.CPP } } { \
como-win%como-win.compile.c++-xml_log_formatter.obj.OBJ { xml_log_formatter.cpp.CPP } \
} { como-win%como-win.compile.c++-xml_report_formatter.obj.OBJ { \
                xml_report_formatter.cpp.CPP } } }
     *** construct COMPILE_FAIL
         from { libs/config/test/threads/test_thread_fail2.cpp.CPP }
         properties: <asynch-exceptions>off <debug-store>object <debug-symbols>on \
<define>BOOST_ALL_NO_LIB=1 <exception-handling>on <extern-c-nothrow>off \
<hardcode-dll-paths>true <include>.. <inlining>off <install-dependencies>off \
<link>shared <location-prefix>test_thread_fail2.test <main-target-type>COMPILE_FAIL \
<midl-robust>yes <midl-stubless-proxy>yes <optimization>off <os>NT <pch>on \
<profiling>off <rtti>on <runtime-debugging>on <runtime-link>shared <stdlib>native \
<symlink-location>project-relative \
<tag>@Jamfile</E:/DEVEL/BOOST_RTEST/boost>%Jamfile</E:/DEVEL/BOOST_RTEST/boost>.tag \
<threading>single <toolset-como:platform>win <toolset-como:version>4.3.3_vc7 \
<toolset>como <user-interface>console <variant>debug <warnings-as-errors>off \
                <warnings>on
     find-viable-generators target-type= COMPILE_FAIL property-set= \
como-win-4.3.3_vc7/debug  trying type COMPILE_FAIL
     there are generators for this type
     trying generator testing.expect-failure ( OBJ -> COMPILE_FAIL )
       is viable
     ***  1  viable generators
       ** generator testing.expect-failure
       multiple:
       composing:
         *** construct OBJ
             from { libs/config/test/threads/test_thread_fail2.cpp.CPP }
             properties: <asynch-exceptions>off <debug-store>object <debug-symbols>on \
<define>BOOST_ALL_NO_LIB=1 <exception-handling>on <extern-c-nothrow>off \
<hardcode-dll-paths>true <include>.. <inlining>off <install-dependencies>off \
<link>shared <location-prefix>test_thread_fail2.test <main-target-type>COMPILE_FAIL \
<midl-robust>yes <midl-stubless-proxy>yes <optimization>off <os>NT <pch>on \
<profiling>off <rtti>on <runtime-debugging>on <runtime-link>shared <stdlib>native \
<symlink-location>project-relative \
<tag>@Jamfile</E:/DEVEL/BOOST_RTEST/boost>%Jamfile</E:/DEVEL/BOOST_RTEST/boost>.tag \
<threading>single <toolset-como:platform>win <toolset-como:version>4.3.3_vc7 \
<toolset>como <user-interface>console <variant>debug <warnings-as-errors>off \
                <warnings>on
         find-viable-generators target-type= OBJ property-set= \
como-win-4.3.3_vc7/debug  trying type OBJ
         there are generators for this type
         trying generator rc.compile.resource ( RC -> OBJ )
           is viable
         trying generator gcc.compile.c++ ( CPP -> OBJ )
         trying generator gcc.compile.c ( C -> OBJ )
         trying generator gcc.compile.asm ( ASM -> OBJ )
         trying generator msvc.compile.c++ ( CPP -> OBJ )
         trying generator msvc.compile.c ( C -> OBJ )
         trying generator msvc.compile.rc ( RC -> OBJ )
         trying generator msvc.compile.asm ( ASM -> OBJ )
         trying generator msvc.compile.pch ( PCHEADER -> OBJ PCH )
         trying generator como-win.compile.c++ ( CPP -> OBJ )
           is viable
         trying generator como-win.compile.c ( C -> OBJ )
           is viable
         ***  3  viable generators
           ** generator 'rc.compile.resource' pruned
           ** generator como-win.compile.c++
           multiple:
           composing:
           SUCCESS:  { como-win%como-win.compile.c++-test_thread_fail2.obj.OBJ { \
libs/config/test/threads/test_thread_fail2.cpp.CPP } }

           generator como-win.compile.c++  spawned
           { como-win%como-win.compile.c++-test_thread_fail2.obj.OBJ { \
                libs/config/test/threads/test_thread_fail2.cpp.CPP } }
           ** generator 'como-win.compile.c' pruned
       SUCCESS:  { testing%testing.expect-failure-test_thread_fail2.test.COMPILE_FAIL \
{ como-win%como-win.compile.c++-test_thread_fail2.obj.OBJ { \
libs/config/test/threads/test_thread_fail2.cpp.CPP } } }

       generator testing.expect-failure  spawned
       { testing%testing.expect-failure-test_thread_fail2.test.COMPILE_FAIL { \
como-win%como-win.compile.c++-test_thread_fail2.obj.OBJ { \
                libs/config/test/threads/test_thread_fail2.cpp.CPP } } }
     *** construct COMPILE_FAIL
         from { libs/config/test/threads/test_thread_fail1.cpp.CPP }
         properties: <asynch-exceptions>off <debug-store>object <debug-symbols>on \
<define>BOOST_ALL_NO_LIB=1 <exception-handling>on <extern-c-nothrow>off \
<hardcode-dll-paths>true <include>.. <inlining>off <install-dependencies>off \
<link>shared <location-prefix>test_thread_fail1.test <main-target-type>COMPILE_FAIL \
<midl-robust>yes <midl-stubless-proxy>yes <optimization>off <os>NT <pch>on \
<profiling>off <rtti>on <runtime-debugging>on <runtime-link>shared <stdlib>native \
<symlink-location>project-relative \
<tag>@Jamfile</E:/DEVEL/BOOST_RTEST/boost>%Jamfile</E:/DEVEL/BOOST_RTEST/boost>.tag \
<threading>single <toolset-como:platform>win <toolset-como:version>4.3.3_vc7 \
<toolset>como <user-interface>console <variant>debug <warnings-as-errors>off \
                <warnings>on
     find-viable-generators target-type= COMPILE_FAIL property-set= \
como-win-4.3.3_vc7/debug  trying type COMPILE_FAIL
     there are generators for this type
     trying generator testing.expect-failure ( OBJ -> COMPILE_FAIL )
       is viable
     ***  1  viable generators
       ** generator testing.expect-failure
       multiple:
       composing:
         *** construct OBJ
             from { libs/config/test/threads/test_thread_fail1.cpp.CPP }
             properties: <asynch-exceptions>off <debug-store>object <debug-symbols>on \
<define>BOOST_ALL_NO_LIB=1 <exception-handling>on <extern-c-nothrow>off \
<hardcode-dll-paths>true <include>.. <inlining>off <install-dependencies>off \
<link>shared <location-prefix>test_thread_fail1.test <main-target-type>COMPILE_FAIL \
<midl-robust>yes <midl-stubless-proxy>yes <optimization>off <os>NT <pch>on \
<profiling>off <rtti>on <runtime-debugging>on <runtime-link>shared <stdlib>native \
<symlink-location>project-relative \
<tag>@Jamfile</E:/DEVEL/BOOST_RTEST/boost>%Jamfile</E:/DEVEL/BOOST_RTEST/boost>.tag \
<threading>single <toolset-como:platform>win <toolset-como:version>4.3.3_vc7 \
<toolset>como <user-interface>console <variant>debug <warnings-as-errors>off \
                <warnings>on
         find-viable-generators target-type= OBJ property-set= \
como-win-4.3.3_vc7/debug  trying type OBJ
         there are generators for this type
         trying generator rc.compile.resource ( RC -> OBJ )
           is viable
         trying generator gcc.compile.c++ ( CPP -> OBJ )
         trying generator gcc.compile.c ( C -> OBJ )
         trying generator gcc.compile.asm ( ASM -> OBJ )
         trying generator msvc.compile.c++ ( CPP -> OBJ )
         trying generator msvc.compile.c ( C -> OBJ )
         trying generator msvc.compile.rc ( RC -> OBJ )
         trying generator msvc.compile.asm ( ASM -> OBJ )
         trying generator msvc.compile.pch ( PCHEADER -> OBJ PCH )
         trying generator como-win.compile.c++ ( CPP -> OBJ )
           is viable
         trying generator como-win.compile.c ( C -> OBJ )
           is viable
         ***  3  viable generators
           ** generator 'rc.compile.resource' pruned
           ** generator como-win.compile.c++
           multiple:
           composing:
           SUCCESS:  { como-win%como-win.compile.c++-test_thread_fail1.obj.OBJ { \
libs/config/test/threads/test_thread_fail1.cpp.CPP } }

           generator como-win.compile.c++  spawned
           { como-win%como-win.compile.c++-test_thread_fail1.obj.OBJ { \
                libs/config/test/threads/test_thread_fail1.cpp.CPP } }
           ** generator 'como-win.compile.c' pruned
       SUCCESS:  { testing%testing.expect-failure-test_thread_fail1.test.COMPILE_FAIL \
{ como-win%como-win.compile.c++-test_thread_fail1.obj.OBJ { \
libs/config/test/threads/test_thread_fail1.cpp.CPP } } }

       generator testing.expect-failure  spawned
       { testing%testing.expect-failure-test_thread_fail1.test.COMPILE_FAIL { \
como-win%como-win.compile.c++-test_thread_fail1.obj.OBJ { \
                libs/config/test/threads/test_thread_fail1.cpp.CPP } } }
     *** construct LIB
         from { link_test.cpp.CPP }
         properties: <asynch-exceptions>off <debug-store>object <debug-symbols>on \
<define>BOOST_ALL_NO_LIB=1 <define>BOOST_DYN_LINK=1 <exception-handling>on \
<extern-c-nothrow>off <hardcode-dll-paths>true <include>.. <inlining>off \
<install-dependencies>off <link>shared <main-target-type>LIB <midl-robust>yes \
<midl-stubless-proxy>yes <optimization>off <os>NT <pch>on <profiling>off <rtti>on \
<runtime-debugging>on <runtime-link>shared <stdlib>native \
<symlink-location>project-relative \
<tag>@Jamfile</E:/DEVEL/BOOST_RTEST/boost>%Jamfile</E:/DEVEL/BOOST_RTEST/boost>.tag \
<threading>single <toolset-como:platform>win <toolset-como:version>4.3.3_vc7 \
<toolset>como <user-interface>console <variant>debug <warnings-as-errors>off \
                <warnings>on
     find-viable-generators target-type= LIB property-set= como-win-4.3.3_vc7/debug
     trying type LIB
     there are generators for this type
     trying generator builtin.lib-generator ( -> LIB )
       is viable
     trying generator builtin.prebuilt ( -> LIB )
     trying generator unix.prebuilt ( -> LIB )
     trying generator gcc.prebuilt ( -> LIB )
     ***  1  viable generators
         *** construct SHARED_LIB
             from { link_test.cpp.CPP }
             properties: <asynch-exceptions>off <debug-store>object <debug-symbols>on \
<define>BOOST_ALL_NO_LIB=1 <define>BOOST_DYN_LINK=1 <exception-handling>on \
<extern-c-nothrow>off <hardcode-dll-paths>true <include>.. <inlining>off \
<install-dependencies>off <link>shared <main-target-type>LIB <midl-robust>yes \
<midl-stubless-proxy>yes <optimization>off <os>NT <pch>on <profiling>off <rtti>on \
<runtime-debugging>on <runtime-link>shared <stdlib>native \
<symlink-location>project-relative \
<tag>@Jamfile</E:/DEVEL/BOOST_RTEST/boost>%Jamfile</E:/DEVEL/BOOST_RTEST/boost>.tag \
<threading>single <toolset-como:platform>win <toolset-como:version>4.3.3_vc7 \
<toolset>como <user-interface>console <variant>debug <warnings-as-errors>off \
                <warnings>on
         find-viable-generators target-type= SHARED_LIB property-set= \
como-win-4.3.3_vc7/debug  trying type SHARED_LIB
         there are generators for this type
         trying generator unix.link.dll ( LIB OBJ -> SHARED_LIB )
         trying generator gcc.link.dll ( LIB OBJ -> SHARED_LIB )
         trying generator msvc.link.dll ( OBJ SEARCHED_LIB STATIC_LIB IMPORT_LIB -> \
                SHARED_LIB IMPORT_LIB )
         ***  0  viable generators
       generator builtin.lib-generator  spawned

error: unable to construct  ../libs/config/test/link/link_test
find-viable-generators target-type= LIB property-set= como-win-4.3.3_vc7/debug
trying type LIB
there are generators for this type
trying generator builtin.lib-generator ( -> LIB )
  is viable
trying generator builtin.prebuilt ( -> LIB )
trying generator unix.prebuilt ( -> LIB )
trying generator gcc.prebuilt ( -> LIB )
To debug this problem, try the --debug-generators option.


E:\DEVEL\BOOST_RTEST\boost\status>



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic