Thread: some questions about Boost libraries

  1. #31
    بابلی ریکا Masterx's Avatar
    Join Date
    Nov 2007
    Location
    Somewhere nearby,Who Cares?
    Posts
    497
    Quote Originally Posted by Elysia View Post
    Shouldn't just
    bjam toolset=gcc
    work?

    I have compiled boost some times, but I never have had to specify a path or prefix.
    I typically just do

    bjam variant=debug,release link=static address-model=32,64

    (Note that this is not my exact line, so it's not tested!)

    And everything sorts itself out.
    i was following the CB's official guide on compiling boost and configuring CB for that!
    thats why i didnt use the default approach!
    putting all of those aside , how do you configure CB ?
    (i mean all the steps you take to set everything up and running )
    Highlight Your Codes
    The Boost C++ Libraries (online Reference)

    "...a computer is a stupid machine with the ability to do incredibly smart things, while computer programmers are smart people with the ability to do incredibly stupid things. They are,in short, a perfect match.."
    Bill Bryson


  2. #32
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    Quote Originally Posted by Elysia View Post
    Shouldn't just
    bjam toolset=gcc
    work?
    Coincidently I had to build boost on a windows system today and it was a hell of a lot easier than I remember. Maybe I tried to build it some other way in the past without bjam?

    Still had to mess about with the library file names though, and "apt-get" is still much easier!

  3. #33
    بابلی ریکا Masterx's Avatar
    Join Date
    Nov 2007
    Location
    Somewhere nearby,Who Cares?
    Posts
    497
    Quote Originally Posted by Elysia View Post
    Shouldn't just
    bjam toolset=gcc
    work?

    I have compiled boost some times, but I never have had to specify a path or prefix.
    I typically just do

    bjam variant=debug,release link=static address-model=32,64

    (Note that this is not my exact line, so it's not tested!)

    And everything sorts itself out.
    damn! i deleted and removed the boost folder, tried to compile it again . using alot of suggestions on how to have a successful compilation ! ! i even tried this method of yours .! didnt help ! here is the log!
    it really got on my nerves! why is it not compiling? damn! i've never been this down! (><)
    any help ! ?
    Code:
    Building the Boost C++ Libraries.
    
    
    Performing configuration checks
    
        - has_icu builds           : no
    warning: Graph library does not contain MPI-based parallel components.
    note: to enable them, add "using mpi ;" to your user-config.jam
        - ../config//has_long_double_support builds : no
    warning: skipping optional Message Passing Interface (MPI) library.
    note: to enable MPI support, add "using mpi ;" to user-config.jam.
    note: to suppress this message, pass "--without-mpi" to bjam.
    note: otherwise, you can safely ignore this message.
    warning: No python installation configured and autoconfiguration
    note: failed.  See http://www.boost.org/libs/python/doc/building.html
    note: for configuration instructions or pass --without-python to
    note: suppress this message and silently skip all Boost.Python targets
    warning: Unable to construct ./stage-unversioned
    warning: Unable to construct ./stage-unversioned
    
    Component configuration:
    
        - date_time                : building
        - filesystem               : building
        - graph                    : building
        - graph_parallel           : building
        - iostreams                : building
        - math                     : building
        - mpi                      : building
        - program_options          : building
        - python                   : building
        - random                   : building
        - regex                    : building
        - serialization            : building
        - signals                  : building
        - system                   : building
        - test                     : building
        - thread                   : building
        - wave                     : building
    
    ...patience...
    ...patience...
    ...patience...
    ...found 5648 targets...
    ...updating 540 targets...
    gcc.compile.c++ bin.v2\libs\iostreams\build\gcc\debug\link-static\threading-multi\file_descriptor.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1 -DBOOST_IOSTREAMS_USE_DEPRECATED  -I"." -c -o "bin.v2\libs\iostreams\build\gcc\debug\link-static\threading-multi\file_descriptor.o" "libs\iostreams\src\file_descriptor.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\iostreams\build\gcc\debug\link-static\threading-multi\file_descriptor.o...
    gcc.compile.c++ bin.v2\libs\iostreams\build\gcc\debug\link-static\threading-multi\mapped_file.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1 -DBOOST_IOSTREAMS_USE_DEPRECATED  -I"." -c -o "bin.v2\libs\iostreams\build\gcc\debug\link-static\threading-multi\mapped_file.o" "libs\iostreams\src\mapped_file.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\iostreams\build\gcc\debug\link-static\threading-multi\mapped_file.o...
    ...skipped <pbin.v2\libs\iostreams\build\gcc\debug\link-static\threading-multi>libboost_iostreams-gcc-mt-d-1_44.a(clean) for lack of <pbin.v2\libs\iostreams\build\gcc\debug\link-static\threading-multi>file_descriptor.o...
    ...skipped <pbin.v2\libs\iostreams\build\gcc\debug\link-static\threading-multi>libboost_iostreams-gcc-mt-d-1_44.a for lack of <pbin.v2\libs\iostreams\build\gcc\debug\link-static\threading-multi>file_descriptor.o...
    ...skipped <pstage\lib>libboost_iostreams-gcc-mt-d-1_44.a for lack of <pbin.v2\libs\iostreams\build\gcc\debug\link-static\threading-multi>libboost_iostreams-gcc-mt-d-1_44.a...
    gcc.compile.c++.pch bin.v2\libs\math\build\gcc\debug\link-static\threading-multi\..\src\tr1\pch.hpp.gch
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++" -x c++-header -O0 -fno-inline -Wall -g -mthreads -fvisibility=hidden -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -I"." -I"libs\math\src\tr1" -c -o "bin.v2\libs\math\build\gcc\debug\link-static\threading-multi\..\src\tr1\pch.hpp.gch" "libs\math\build\..\src\tr1\pch.hpp"
    
    ...failed gcc.compile.c++.pch bin.v2\libs\math\build\gcc\debug\link-static\threading-multi\..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>assoc_laguerre.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>assoc_legendre.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>beta.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>comp_ellint_1.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>comp_ellint_2.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>comp_ellint_3.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>cyl_bessel_i.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>cyl_bessel_j.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>cyl_bessel_k.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>cyl_neumann.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>ellint_1.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>ellint_2.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>ellint_3.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>expint.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>hermite.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>laguerre.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>legendre.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>riemann_zeta.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>sph_bessel.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>sph_legendre.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>sph_neumann.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>libboost_math_tr1-gcc-mt-d-1_44.a(clean) for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>assoc_laguerre.o...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>libboost_math_tr1-gcc-mt-d-1_44.a for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>assoc_laguerre.o...
    ...skipped <pstage\lib>libboost_math_tr1-gcc-mt-d-1_44.a for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>libboost_math_tr1-gcc-mt-d-1_44.a...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>assoc_laguerref.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>assoc_legendref.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>betaf.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>comp_ellint_1f.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>comp_ellint_2f.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>comp_ellint_3f.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>cyl_bessel_if.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>cyl_bessel_jf.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>cyl_bessel_kf.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>cyl_neumannf.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>ellint_1f.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>ellint_2f.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>ellint_3f.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>expintf.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>hermitef.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>laguerref.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>legendref.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>riemann_zetaf.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>sph_besself.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>sph_legendref.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>sph_neumannf.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>libboost_math_tr1f-gcc-mt-d-1_44.a(clean) for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>assoc_laguerref.o...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>libboost_math_tr1f-gcc-mt-d-1_44.a for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>assoc_laguerref.o...
    ...skipped <pstage\lib>libboost_math_tr1f-gcc-mt-d-1_44.a for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>libboost_math_tr1f-gcc-mt-d-1_44.a...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>acosh.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>asinh.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>atanh.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>cbrt.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>copysign.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>erfc.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>erf.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>expm1.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>fmax.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>fmin.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>fpclassify.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>hypot.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>lgamma.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>llround.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>log1p.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>lround.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>nextafter.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>nexttoward.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>round.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>tgamma.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>trunc.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>libboost_math_c99-gcc-mt-d-1_44.a(clean) for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>acosh.o...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>libboost_math_c99-gcc-mt-d-1_44.a for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>acosh.o...
    ...skipped <pstage\lib>libboost_math_c99-gcc-mt-d-1_44.a for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>libboost_math_c99-gcc-mt-d-1_44.a...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>acoshf.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>asinhf.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>atanhf.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>cbrtf.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>copysignf.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>erfcf.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>erff.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>expm1f.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>fmaxf.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>fminf.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>fpclassifyf.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>hypotf.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>lgammaf.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>llroundf.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>log1pf.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>lroundf.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>nextafterf.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>nexttowardf.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>roundf.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>tgammaf.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>truncf.o for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>libboost_math_c99f-gcc-mt-d-1_44.a(clean) for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>acoshf.o...
    ...skipped <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>libboost_math_c99f-gcc-mt-d-1_44.a for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>acoshf.o...
    ...skipped <pstage\lib>libboost_math_c99f-gcc-mt-d-1_44.a for lack of <pbin.v2\libs\math\build\gcc\debug\link-static\threading-multi>libboost_math_c99f-gcc-mt-d-1_44.a...
    gcc.compile.c++ bin.v2\libs\program_options\build\gcc\debug\link-static\threading-multi\cmdline.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\program_options\build\gcc\debug\link-static\threading-multi\cmdline.o" "libs\program_options\src\cmdline.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\program_options\build\gcc\debug\link-static\threading-multi\cmdline.o...
    gcc.compile.c++ bin.v2\libs\program_options\build\gcc\debug\link-static\threading-multi\config_file.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\program_options\build\gcc\debug\link-static\threading-multi\config_file.o" "libs\program_options\src\config_file.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\program_options\build\gcc\debug\link-static\threading-multi\config_file.o...
    gcc.compile.c++ bin.v2\libs\program_options\build\gcc\debug\link-static\threading-multi\options_description.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\program_options\build\gcc\debug\link-static\threading-multi\options_description.o" "libs\program_options\src\options_description.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\program_options\build\gcc\debug\link-static\threading-multi\options_description.o...
    gcc.compile.c++ bin.v2\libs\program_options\build\gcc\debug\link-static\threading-multi\parsers.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\program_options\build\gcc\debug\link-static\threading-multi\parsers.o" "libs\program_options\src\parsers.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\program_options\build\gcc\debug\link-static\threading-multi\parsers.o...
    gcc.compile.c++ bin.v2\libs\program_options\build\gcc\debug\link-static\threading-multi\variables_map.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\program_options\build\gcc\debug\link-static\threading-multi\variables_map.o" "libs\program_options\src\variables_map.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\program_options\build\gcc\debug\link-static\threading-multi\variables_map.o...
    gcc.compile.c++ bin.v2\libs\program_options\build\gcc\debug\link-static\threading-multi\value_semantic.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\program_options\build\gcc\debug\link-static\threading-multi\value_semantic.o" "libs\program_options\src\value_semantic.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\program_options\build\gcc\debug\link-static\threading-multi\value_semantic.o...
    gcc.compile.c++ bin.v2\libs\program_options\build\gcc\debug\link-static\threading-multi\positional_options.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\program_options\build\gcc\debug\link-static\threading-multi\positional_options.o" "libs\program_options\src\positional_options.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\program_options\build\gcc\debug\link-static\threading-multi\positional_options.o...
    gcc.compile.c++ bin.v2\libs\program_options\build\gcc\debug\link-static\threading-multi\utf8_codecvt_facet.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\program_options\build\gcc\debug\link-static\threading-multi\utf8_codecvt_facet.o" "libs\program_options\src\utf8_codecvt_facet.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\program_options\build\gcc\debug\link-static\threading-multi\utf8_codecvt_facet.o...
    gcc.compile.c++ bin.v2\libs\program_options\build\gcc\debug\link-static\threading-multi\convert.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\program_options\build\gcc\debug\link-static\threading-multi\convert.o" "libs\program_options\src\convert.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\program_options\build\gcc\debug\link-static\threading-multi\convert.o...
    gcc.compile.c++ bin.v2\libs\program_options\build\gcc\debug\link-static\threading-multi\winmain.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\program_options\build\gcc\debug\link-static\threading-multi\winmain.o" "libs\program_options\src\winmain.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\program_options\build\gcc\debug\link-static\threading-multi\winmain.o...
    gcc.compile.c++ bin.v2\libs\program_options\build\gcc\debug\link-static\threading-multi\split.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\program_options\build\gcc\debug\link-static\threading-multi\split.o" "libs\program_options\src\split.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\program_options\build\gcc\debug\link-static\threading-multi\split.o...
    ...skipped <pbin.v2\libs\program_options\build\gcc\debug\link-static\threading-multi>libboost_program_options-gcc-mt-d-1_44.a(clean) for lack of <pbin.v2\libs\program_options\build\gcc\debug\link-static\threading-multi>cmdline.o...
    ...skipped <pbin.v2\libs\program_options\build\gcc\debug\link-static\threading-multi>libboost_program_options-gcc-mt-d-1_44.a for lack of <pbin.v2\libs\program_options\build\gcc\debug\link-static\threading-multi>cmdline.o...
    ...skipped <pstage\lib>libboost_program_options-gcc-mt-d-1_44.a for lack of <pbin.v2\libs\program_options\build\gcc\debug\link-static\threading-multi>libboost_program_options-gcc-mt-d-1_44.a...
    gcc.compile.c++ bin.v2\libs\random\build\gcc\debug\link-static\threading-multi\random_device.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\random\build\gcc\debug\link-static\threading-multi\random_device.o" "libs\random\src\random_device.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\random\build\gcc\debug\link-static\threading-multi\random_device.o...
    ...skipped <pbin.v2\libs\random\build\gcc\debug\link-static\threading-multi>libboost_random-gcc-mt-d-1_44.a(clean) for lack of <pbin.v2\libs\random\build\gcc\debug\link-static\threading-multi>random_device.o...
    ...skipped <pbin.v2\libs\random\build\gcc\debug\link-static\threading-multi>libboost_random-gcc-mt-d-1_44.a for lack of <pbin.v2\libs\random\build\gcc\debug\link-static\threading-multi>random_device.o...
    ...skipped <pstage\lib>libboost_random-gcc-mt-d-1_44.a for lack of <pbin.v2\libs\random\build\gcc\debug\link-static\threading-multi>libboost_random-gcc-mt-d-1_44.a...
    gcc.compile.c++ bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\basic_archive.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\basic_archive.o" "libs\serialization\src\basic_archive.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\basic_archive.o...
    gcc.compile.c++ bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\basic_iarchive.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\basic_iarchive.o" "libs\serialization\src\basic_iarchive.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\basic_iarchive.o...
    gcc.compile.c++ bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\basic_iserializer.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\basic_iserializer.o" "libs\serialization\src\basic_iserializer.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\basic_iserializer.o...
    gcc.compile.c++ bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\basic_oarchive.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\basic_oarchive.o" "libs\serialization\src\basic_oarchive.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\basic_oarchive.o...
    gcc.compile.c++ bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\basic_oserializer.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\basic_oserializer.o" "libs\serialization\src\basic_oserializer.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\basic_oserializer.o...
    gcc.compile.c++ bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\basic_pointer_iserializer.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\basic_pointer_iserializer.o" "libs\serialization\src\basic_pointer_iserializer.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\basic_pointer_iserializer.o...
    gcc.compile.c++ bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\basic_pointer_oserializer.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\basic_pointer_oserializer.o" "libs\serialization\src\basic_pointer_oserializer.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\basic_pointer_oserializer.o...
    gcc.compile.c++ bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\basic_serializer_map.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\basic_serializer_map.o" "libs\serialization\src\basic_serializer_map.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\basic_serializer_map.o...
    gcc.compile.c++ bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\basic_text_iprimitive.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\basic_text_iprimitive.o" "libs\serialization\src\basic_text_iprimitive.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\basic_text_iprimitive.o...
    gcc.compile.c++ bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\basic_text_oprimitive.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\basic_text_oprimitive.o" "libs\serialization\src\basic_text_oprimitive.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\basic_text_oprimitive.o...
    gcc.compile.c++ bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\basic_xml_archive.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\basic_xml_archive.o" "libs\serialization\src\basic_xml_archive.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\basic_xml_archive.o...
    gcc.compile.c++ bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\binary_iarchive.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\binary_iarchive.o" "libs\serialization\src\binary_iarchive.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\binary_iarchive.o...
    gcc.compile.c++ bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\binary_oarchive.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\binary_oarchive.o" "libs\serialization\src\binary_oarchive.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\binary_oarchive.o...
    gcc.compile.c++ bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\extended_type_info.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\extended_type_info.o" "libs\serialization\src\extended_type_info.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\extended_type_info.o...
    gcc.compile.c++ bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\extended_type_info_typeid.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\extended_type_info_typeid.o" "libs\serialization\src\extended_type_info_typeid.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\extended_type_info_typeid.o...
    gcc.compile.c++ bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\extended_type_info_no_rtti.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\extended_type_info_no_rtti.o" "libs\serialization\src\extended_type_info_no_rtti.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\extended_type_info_no_rtti.o...
    gcc.compile.c++ bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\polymorphic_iarchive.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\polymorphic_iarchive.o" "libs\serialization\src\polymorphic_iarchive.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\polymorphic_iarchive.o...
    gcc.compile.c++ bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\polymorphic_oarchive.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\polymorphic_oarchive.o" "libs\serialization\src\polymorphic_oarchive.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\polymorphic_oarchive.o...
    gcc.compile.c++ bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\stl_port.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\stl_port.o" "libs\serialization\src\stl_port.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\stl_port.o...
    gcc.compile.c++ bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\text_iarchive.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\text_iarchive.o" "libs\serialization\src\text_iarchive.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\text_iarchive.o...
    gcc.compile.c++ bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\text_oarchive.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\text_oarchive.o" "libs\serialization\src\text_oarchive.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\text_oarchive.o...
    gcc.compile.c++ bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\void_cast.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\void_cast.o" "libs\serialization\src\void_cast.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\void_cast.o...
    gcc.compile.c++ bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\archive_exception.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\archive_exception.o" "libs\serialization\src\archive_exception.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\archive_exception.o...
    gcc.compile.c++ bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\xml_grammar.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\xml_grammar.o" "libs\serialization\src\xml_grammar.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\xml_grammar.o...
    gcc.compile.c++ bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\xml_iarchive.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\xml_iarchive.o" "libs\serialization\src\xml_iarchive.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\xml_iarchive.o...
    gcc.compile.c++ bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\xml_oarchive.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\xml_oarchive.o" "libs\serialization\src\xml_oarchive.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\xml_oarchive.o...
    gcc.compile.c++ bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\xml_archive_exception.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\xml_archive_exception.o" "libs\serialization\src\xml_archive_exception.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\xml_archive_exception.o...
    gcc.compile.c++ bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\shared_ptr_helper.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\shared_ptr_helper.o" "libs\serialization\src\shared_ptr_helper.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\shared_ptr_helper.o...
    ...skipped <pbin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi>libboost_serialization-gcc-mt-d-1_44.a(clean) for lack of <pbin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi>basic_archive.o...
    ...skipped <pbin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi>libboost_serialization-gcc-mt-d-1_44.a for lack of <pbin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi>basic_archive.o...
    ...skipped <pstage\lib>libboost_serialization-gcc-mt-d-1_44.a for lack of <pbin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi>libboost_serialization-gcc-mt-d-1_44.a...
    gcc.compile.c++ bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\basic_text_wiprimitive.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\basic_text_wiprimitive.o" "libs\serialization\src\basic_text_wiprimitive.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\basic_text_wiprimitive.o...
    gcc.compile.c++ bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\basic_text_woprimitive.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\basic_text_woprimitive.o" "libs\serialization\src\basic_text_woprimitive.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\basic_text_woprimitive.o...
    gcc.compile.c++ bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\text_wiarchive.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\text_wiarchive.o" "libs\serialization\src\text_wiarchive.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\text_wiarchive.o...
    gcc.compile.c++ bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\text_woarchive.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\text_woarchive.o" "libs\serialization\src\text_woarchive.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\text_woarchive.o...
    gcc.compile.c++ bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\utf8_codecvt_facet.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\utf8_codecvt_facet.o" "libs\serialization\src\utf8_codecvt_facet.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\utf8_codecvt_facet.o...
    gcc.compile.c++ bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\xml_wgrammar.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\xml_wgrammar.o" "libs\serialization\src\xml_wgrammar.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\xml_wgrammar.o...
    gcc.compile.c++ bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\xml_wiarchive.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\xml_wiarchive.o" "libs\serialization\src\xml_wiarchive.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\xml_wiarchive.o...
    gcc.compile.c++ bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\xml_woarchive.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\xml_woarchive.o" "libs\serialization\src\xml_woarchive.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\xml_woarchive.o...
    gcc.compile.c++ bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\codecvt_null.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\codecvt_null.o" "libs\serialization\src\codecvt_null.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi\codecvt_null.o...
    ...skipped <pbin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi>libboost_wserialization-gcc-mt-d-1_44.a(clean) for lack of <pbin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi>basic_text_wiprimitive.o...
    ...skipped <pbin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi>libboost_wserialization-gcc-mt-d-1_44.a for lack of <pbin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi>basic_text_wiprimitive.o...
    ...skipped <pstage\lib>libboost_wserialization-gcc-mt-d-1_44.a for lack of <pbin.v2\libs\serialization\build\gcc\debug\link-static\threading-multi>libboost_wserialization-gcc-mt-d-1_44.a...
    gcc.compile.c++ bin.v2\libs\signals\build\gcc\debug\link-static\threading-multi\trackable.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1 -DBOOST_SIGNALS_NO_LIB=1  -I"." -c -o "bin.v2\libs\signals\build\gcc\debug\link-static\threading-multi\trackable.o" "libs\signals\src\trackable.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\signals\build\gcc\debug\link-static\threading-multi\trackable.o...
    gcc.compile.c++ bin.v2\libs\signals\build\gcc\debug\link-static\threading-multi\connection.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1 -DBOOST_SIGNALS_NO_LIB=1  -I"." -c -o "bin.v2\libs\signals\build\gcc\debug\link-static\threading-multi\connection.o" "libs\signals\src\connection.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\signals\build\gcc\debug\link-static\threading-multi\connection.o...
    gcc.compile.c++ bin.v2\libs\signals\build\gcc\debug\link-static\threading-multi\named_slot_map.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1 -DBOOST_SIGNALS_NO_LIB=1  -I"." -c -o "bin.v2\libs\signals\build\gcc\debug\link-static\threading-multi\named_slot_map.o" "libs\signals\src\named_slot_map.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\signals\build\gcc\debug\link-static\threading-multi\named_slot_map.o...
    gcc.compile.c++ bin.v2\libs\signals\build\gcc\debug\link-static\threading-multi\signal_base.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1 -DBOOST_SIGNALS_NO_LIB=1  -I"." -c -o "bin.v2\libs\signals\build\gcc\debug\link-static\threading-multi\signal_base.o" "libs\signals\src\signal_base.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\signals\build\gcc\debug\link-static\threading-multi\signal_base.o...
    gcc.compile.c++ bin.v2\libs\signals\build\gcc\debug\link-static\threading-multi\slot.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1 -DBOOST_SIGNALS_NO_LIB=1  -I"." -c -o "bin.v2\libs\signals\build\gcc\debug\link-static\threading-multi\slot.o" "libs\signals\src\slot.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\signals\build\gcc\debug\link-static\threading-multi\slot.o...
    ...skipped <pbin.v2\libs\signals\build\gcc\debug\link-static\threading-multi>libboost_signals-gcc-mt-d-1_44.a(clean) for lack of <pbin.v2\libs\signals\build\gcc\debug\link-static\threading-multi>trackable.o...
    ...skipped <pbin.v2\libs\signals\build\gcc\debug\link-static\threading-multi>libboost_signals-gcc-mt-d-1_44.a for lack of <pbin.v2\libs\signals\build\gcc\debug\link-static\threading-multi>trackable.o...
    ...skipped <pstage\lib>libboost_signals-gcc-mt-d-1_44.a for lack of <pbin.v2\libs\signals\build\gcc\debug\link-static\threading-multi>libboost_signals-gcc-mt-d-1_44.a...
    gcc.compile.c++ bin.v2\libs\test\build\gcc\debug\link-static\threading-multi\execution_monitor.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -pedantic -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\test\build\gcc\debug\link-static\threading-multi\execution_monitor.o" "libs\test\src\execution_monitor.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\test\build\gcc\debug\link-static\threading-multi\execution_monitor.o...
    gcc.compile.c++ bin.v2\libs\test\build\gcc\debug\link-static\threading-multi\debug.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -pedantic -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\test\build\gcc\debug\link-static\threading-multi\debug.o" "libs\test\src\debug.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\test\build\gcc\debug\link-static\threading-multi\debug.o...
    gcc.compile.c++ bin.v2\libs\test\build\gcc\debug\link-static\threading-multi\cpp_main.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -pedantic -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\test\build\gcc\debug\link-static\threading-multi\cpp_main.o" "libs\test\src\cpp_main.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\test\build\gcc\debug\link-static\threading-multi\cpp_main.o...
    ...skipped <pbin.v2\libs\test\build\gcc\debug\link-static\threading-multi>libboost_prg_exec_monitor-gcc-mt-d-1_44.a(clean) for lack of <pbin.v2\libs\test\build\gcc\debug\link-static\threading-multi>execution_monitor.o...
    ...skipped <pbin.v2\libs\test\build\gcc\debug\link-static\threading-multi>libboost_prg_exec_monitor-gcc-mt-d-1_44.a for lack of <pbin.v2\libs\test\build\gcc\debug\link-static\threading-multi>execution_monitor.o...
    ...skipped <pstage\lib>libboost_prg_exec_monitor-gcc-mt-d-1_44.a for lack of <pbin.v2\libs\test\build\gcc\debug\link-static\threading-multi>libboost_prg_exec_monitor-gcc-mt-d-1_44.a...
    gcc.compile.c++ bin.v2\libs\test\build\gcc\debug\link-static\threading-multi\compiler_log_formatter.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -pedantic -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\test\build\gcc\debug\link-static\threading-multi\compiler_log_formatter.o" "libs\test\src\compiler_log_formatter.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\test\build\gcc\debug\link-static\threading-multi\compiler_log_formatter.o...
    gcc.compile.c++ bin.v2\libs\test\build\gcc\debug\link-static\threading-multi\framework.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -pedantic -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\test\build\gcc\debug\link-static\threading-multi\framework.o" "libs\test\src\framework.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\test\build\gcc\debug\link-static\threading-multi\framework.o...
    gcc.compile.c++ bin.v2\libs\test\build\gcc\debug\link-static\threading-multi\plain_report_formatter.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -pedantic -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\test\build\gcc\debug\link-static\threading-multi\plain_report_formatter.o" "libs\test\src\plain_report_formatter.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\test\build\gcc\debug\link-static\threading-multi\plain_report_formatter.o...
    gcc.compile.c++ bin.v2\libs\test\build\gcc\debug\link-static\threading-multi\progress_monitor.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -pedantic -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\test\build\gcc\debug\link-static\threading-multi\progress_monitor.o" "libs\test\src\progress_monitor.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\test\build\gcc\debug\link-static\threading-multi\progress_monitor.o...
    gcc.compile.c++ bin.v2\libs\test\build\gcc\debug\link-static\threading-multi\results_collector.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -pedantic -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\test\build\gcc\debug\link-static\threading-multi\results_collector.o" "libs\test\src\results_collector.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\test\build\gcc\debug\link-static\threading-multi\results_collector.o...
    gcc.compile.c++ bin.v2\libs\test\build\gcc\debug\link-static\threading-multi\results_reporter.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -pedantic -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\test\build\gcc\debug\link-static\threading-multi\results_reporter.o" "libs\test\src\results_reporter.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\test\build\gcc\debug\link-static\threading-multi\results_reporter.o...
    gcc.compile.c++ bin.v2\libs\test\build\gcc\debug\link-static\threading-multi\test_main.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -pedantic -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\test\build\gcc\debug\link-static\threading-multi\test_main.o" "libs\test\src\test_main.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\test\build\gcc\debug\link-static\threading-multi\test_main.o...
    gcc.compile.c++ bin.v2\libs\test\build\gcc\debug\link-static\threading-multi\test_tools.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -pedantic -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\test\build\gcc\debug\link-static\threading-multi\test_tools.o" "libs\test\src\test_tools.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\test\build\gcc\debug\link-static\threading-multi\test_tools.o...
    gcc.compile.c++ bin.v2\libs\test\build\gcc\debug\link-static\threading-multi\unit_test_log.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -pedantic -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\test\build\gcc\debug\link-static\threading-multi\unit_test_log.o" "libs\test\src\unit_test_log.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\test\build\gcc\debug\link-static\threading-multi\unit_test_log.o...
    gcc.compile.c++ bin.v2\libs\test\build\gcc\debug\link-static\threading-multi\unit_test_main.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -pedantic -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\test\build\gcc\debug\link-static\threading-multi\unit_test_main.o" "libs\test\src\unit_test_main.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\test\build\gcc\debug\link-static\threading-multi\unit_test_main.o...
    gcc.compile.c++ bin.v2\libs\test\build\gcc\debug\link-static\threading-multi\unit_test_monitor.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -pedantic -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\test\build\gcc\debug\link-static\threading-multi\unit_test_monitor.o" "libs\test\src\unit_test_monitor.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\test\build\gcc\debug\link-static\threading-multi\unit_test_monitor.o...
    gcc.compile.c++ bin.v2\libs\test\build\gcc\debug\link-static\threading-multi\unit_test_parameters.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -pedantic -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\test\build\gcc\debug\link-static\threading-multi\unit_test_parameters.o" "libs\test\src\unit_test_parameters.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\test\build\gcc\debug\link-static\threading-multi\unit_test_parameters.o...
    gcc.compile.c++ bin.v2\libs\test\build\gcc\debug\link-static\threading-multi\unit_test_suite.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -pedantic -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\test\build\gcc\debug\link-static\threading-multi\unit_test_suite.o" "libs\test\src\unit_test_suite.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\test\build\gcc\debug\link-static\threading-multi\unit_test_suite.o...
    gcc.compile.c++ bin.v2\libs\test\build\gcc\debug\link-static\threading-multi\xml_log_formatter.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -pedantic -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\test\build\gcc\debug\link-static\threading-multi\xml_log_formatter.o" "libs\test\src\xml_log_formatter.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\test\build\gcc\debug\link-static\threading-multi\xml_log_formatter.o...
    gcc.compile.c++ bin.v2\libs\test\build\gcc\debug\link-static\threading-multi\xml_report_formatter.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -pedantic -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\test\build\gcc\debug\link-static\threading-multi\xml_report_formatter.o" "libs\test\src\xml_report_formatter.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\test\build\gcc\debug\link-static\threading-multi\xml_report_formatter.o...
    ...skipped <pbin.v2\libs\test\build\gcc\debug\link-static\threading-multi>libboost_test_exec_monitor-gcc-mt-d-1_44.a(clean) for lack of <pbin.v2\libs\test\build\gcc\debug\link-static\threading-multi>compiler_log_formatter.o...
    ...skipped <pbin.v2\libs\test\build\gcc\debug\link-static\threading-multi>libboost_test_exec_monitor-gcc-mt-d-1_44.a for lack of <pbin.v2\libs\test\build\gcc\debug\link-static\threading-multi>compiler_log_formatter.o...
    ...skipped <pstage\lib>libboost_test_exec_monitor-gcc-mt-d-1_44.a for lack of <pbin.v2\libs\test\build\gcc\debug\link-static\threading-multi>libboost_test_exec_monitor-gcc-mt-d-1_44.a...
    gcc.compile.c++ bin.v2\libs\test\build\gcc\debug\link-static\threading-multi\exception_safety.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -pedantic -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\test\build\gcc\debug\link-static\threading-multi\exception_safety.o" "libs\test\src\exception_safety.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\test\build\gcc\debug\link-static\threading-multi\exception_safety.o...
    gcc.compile.c++ bin.v2\libs\test\build\gcc\debug\link-static\threading-multi\interaction_based.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -pedantic -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\test\build\gcc\debug\link-static\threading-multi\interaction_based.o" "libs\test\src\interaction_based.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\test\build\gcc\debug\link-static\threading-multi\interaction_based.o...
    gcc.compile.c++ bin.v2\libs\test\build\gcc\debug\link-static\threading-multi\logged_expectations.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -pedantic -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\test\build\gcc\debug\link-static\threading-multi\logged_expectations.o" "libs\test\src\logged_expectations.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\test\build\gcc\debug\link-static\threading-multi\logged_expectations.o...
    ...skipped <pbin.v2\libs\test\build\gcc\debug\link-static\threading-multi>libboost_unit_test_framework-gcc-mt-d-1_44.a(clean) for lack of <pbin.v2\libs\test\build\gcc\debug\link-static\threading-multi>compiler_log_formatter.o...
    ...skipped <pbin.v2\libs\test\build\gcc\debug\link-static\threading-multi>libboost_unit_test_framework-gcc-mt-d-1_44.a for lack of <pbin.v2\libs\test\build\gcc\debug\link-static\threading-multi>compiler_log_formatter.o...
    ...skipped <pstage\lib>libboost_unit_test_framework-gcc-mt-d-1_44.a for lack of <pbin.v2\libs\test\build\gcc\debug\link-static\threading-multi>libboost_unit_test_framework-gcc-mt-d-1_44.a...
    gcc.compile.c++ bin.v2\libs\thread\build\gcc\debug\link-static\threading-multi\win32\thread.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads -Wno-long-long -DBOOST_ALL_NO_LIB=1 -DBOOST_THREAD_BUILD_LIB=1  -I"." -c -o "bin.v2\libs\thread\build\gcc\debug\link-static\threading-multi\win32\thread.o" "libs\thread\src\win32\thread.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\thread\build\gcc\debug\link-static\threading-multi\win32\thread.o...
    gcc.compile.c++ bin.v2\libs\thread\build\gcc\debug\link-static\threading-multi\win32\tss_dll.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads -Wno-long-long -DBOOST_ALL_NO_LIB=1 -DBOOST_THREAD_BUILD_LIB=1  -I"." -c -o "bin.v2\libs\thread\build\gcc\debug\link-static\threading-multi\win32\tss_dll.o" "libs\thread\src\win32\tss_dll.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\thread\build\gcc\debug\link-static\threading-multi\win32\tss_dll.o...
    gcc.compile.c++ bin.v2\libs\thread\build\gcc\debug\link-static\threading-multi\win32\tss_pe.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads -Wno-long-long -DBOOST_ALL_NO_LIB=1 -DBOOST_THREAD_BUILD_LIB=1  -I"." -c -o "bin.v2\libs\thread\build\gcc\debug\link-static\threading-multi\win32\tss_pe.o" "libs\thread\src\win32\tss_pe.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\thread\build\gcc\debug\link-static\threading-multi\win32\tss_pe.o...
    ...skipped <pbin.v2\libs\thread\build\gcc\debug\link-static\threading-multi>libboost_thread-gcc-mt-d-1_44.a(clean) for lack of <pbin.v2\libs\thread\build\gcc\debug\link-static\threading-multi>win32\thread.o...
    ...skipped <pbin.v2\libs\thread\build\gcc\debug\link-static\threading-multi>libboost_thread-gcc-mt-d-1_44.a for lack of <pbin.v2\libs\thread\build\gcc\debug\link-static\threading-multi>win32\thread.o...
    ...skipped <pstage\lib>libboost_thread-gcc-mt-d-1_44.a for lack of <pbin.v2\libs\thread\build\gcc\debug\link-static\threading-multi>libboost_thread-gcc-mt-d-1_44.a...
    gcc.compile.c++ bin.v2\libs\wave\build\gcc\debug\link-static\threading-multi\instantiate_cpp_exprgrammar.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\wave\build\gcc\debug\link-static\threading-multi\instantiate_cpp_exprgrammar.o" "libs\wave\src\instantiate_cpp_exprgrammar.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\wave\build\gcc\debug\link-static\threading-multi\instantiate_cpp_exprgrammar.o...
    gcc.compile.c++ bin.v2\libs\wave\build\gcc\debug\link-static\threading-multi\instantiate_cpp_grammar.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\wave\build\gcc\debug\link-static\threading-multi\instantiate_cpp_grammar.o" "libs\wave\src\instantiate_cpp_grammar.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\wave\build\gcc\debug\link-static\threading-multi\instantiate_cpp_grammar.o...
    gcc.compile.c++ bin.v2\libs\wave\build\gcc\debug\link-static\threading-multi\instantiate_cpp_literalgrs.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\wave\build\gcc\debug\link-static\threading-multi\instantiate_cpp_literalgrs.o" "libs\wave\src\instantiate_cpp_literalgrs.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\wave\build\gcc\debug\link-static\threading-multi\instantiate_cpp_literalgrs.o...
    gcc.compile.c++ bin.v2\libs\wave\build\gcc\debug\link-static\threading-multi\instantiate_defined_grammar.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\wave\build\gcc\debug\link-static\threading-multi\instantiate_defined_grammar.o" "libs\wave\src\instantiate_defined_grammar.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\wave\build\gcc\debug\link-static\threading-multi\instantiate_defined_grammar.o...
    gcc.compile.c++ bin.v2\libs\wave\build\gcc\debug\link-static\threading-multi\instantiate_predef_macros.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\wave\build\gcc\debug\link-static\threading-multi\instantiate_predef_macros.o" "libs\wave\src\instantiate_predef_macros.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\wave\build\gcc\debug\link-static\threading-multi\instantiate_predef_macros.o...
    gcc.compile.c++ bin.v2\libs\wave\build\gcc\debug\link-static\threading-multi\instantiate_re2c_lexer.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\wave\build\gcc\debug\link-static\threading-multi\instantiate_re2c_lexer.o" "libs\wave\src\instantiate_re2c_lexer.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\wave\build\gcc\debug\link-static\threading-multi\instantiate_re2c_lexer.o...
    gcc.compile.c++ bin.v2\libs\wave\build\gcc\debug\link-static\threading-multi\instantiate_re2c_lexer_str.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\wave\build\gcc\debug\link-static\threading-multi\instantiate_re2c_lexer_str.o" "libs\wave\src\instantiate_re2c_lexer_str.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\wave\build\gcc\debug\link-static\threading-multi\instantiate_re2c_lexer_str.o...
    gcc.compile.c++ bin.v2\libs\wave\build\gcc\debug\link-static\threading-multi\token_ids.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\wave\build\gcc\debug\link-static\threading-multi\token_ids.o" "libs\wave\src\token_ids.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\wave\build\gcc\debug\link-static\threading-multi\token_ids.o...
    gcc.compile.c++ bin.v2\libs\wave\build\gcc\debug\link-static\threading-multi\wave_config_constant.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\wave\build\gcc\debug\link-static\threading-multi\wave_config_constant.o" "libs\wave\src\wave_config_constant.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\wave\build\gcc\debug\link-static\threading-multi\wave_config_constant.o...
    gcc.compile.c++ bin.v2\libs\wave\build\gcc\debug\link-static\threading-multi\cpplexer\re2clex\aq.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\wave\build\gcc\debug\link-static\threading-multi\cpplexer\re2clex\aq.o" "libs\wave\src\cpplexer\re2clex\aq.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\wave\build\gcc\debug\link-static\threading-multi\cpplexer\re2clex\aq.o...
    gcc.compile.c++ bin.v2\libs\wave\build\gcc\debug\link-static\threading-multi\cpplexer\re2clex\cpp_re.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -w -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\wave\build\gcc\debug\link-static\threading-multi\cpplexer\re2clex\cpp_re.o" "libs\wave\src\cpplexer\re2clex\cpp_re.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\wave\build\gcc\debug\link-static\threading-multi\cpplexer\re2clex\cpp_re.o...
    ...skipped <pbin.v2\libs\wave\build\gcc\debug\link-static\threading-multi>libboost_wave-gcc-mt-d-1_44.a(clean) for lack of <pbin.v2\libs\wave\build\gcc\debug\link-static\threading-multi>instantiate_cpp_exprgrammar.o...
    ...skipped <pbin.v2\libs\wave\build\gcc\debug\link-static\threading-multi>libboost_wave-gcc-mt-d-1_44.a for lack of <pbin.v2\libs\wave\build\gcc\debug\link-static\threading-multi>instantiate_cpp_exprgrammar.o...
    ...skipped <pstage\lib>libboost_wave-gcc-mt-d-1_44.a for lack of <pbin.v2\libs\wave\build\gcc\debug\link-static\threading-multi>libboost_wave-gcc-mt-d-1_44.a...
    gcc.compile.c++ bin.v2\libs\date_time\build\gcc\debug\link-static\threading-multi\gregorian\greg_month.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1 -DBOOST_DATE_TIME_STATIC_LINK -DDATE_TIME_INLINE  -I"." -c -o "bin.v2\libs\date_time\build\gcc\debug\link-static\threading-multi\gregorian\greg_month.o" "libs\date_time\src\gregorian\greg_month.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\date_time\build\gcc\debug\link-static\threading-multi\gregorian\greg_month.o...
    gcc.compile.c++ bin.v2\libs\date_time\build\gcc\debug\link-static\threading-multi\gregorian\greg_weekday.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1 -DBOOST_DATE_TIME_STATIC_LINK -DDATE_TIME_INLINE  -I"." -c -o "bin.v2\libs\date_time\build\gcc\debug\link-static\threading-multi\gregorian\greg_weekday.o" "libs\date_time\src\gregorian\greg_weekday.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\date_time\build\gcc\debug\link-static\threading-multi\gregorian\greg_weekday.o...
    gcc.compile.c++ bin.v2\libs\date_time\build\gcc\debug\link-static\threading-multi\gregorian\date_generators.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1 -DBOOST_DATE_TIME_STATIC_LINK -DDATE_TIME_INLINE  -I"." -c -o "bin.v2\libs\date_time\build\gcc\debug\link-static\threading-multi\gregorian\date_generators.o" "libs\date_time\src\gregorian\date_generators.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\date_time\build\gcc\debug\link-static\threading-multi\gregorian\date_generators.o...
    ...skipped <pbin.v2\libs\date_time\build\gcc\debug\link-static\threading-multi>libboost_date_time-gcc-mt-d-1_44.a(clean) for lack of <pbin.v2\libs\date_time\build\gcc\debug\link-static\threading-multi>gregorian\greg_month.o...
    ...skipped <pbin.v2\libs\date_time\build\gcc\debug\link-static\threading-multi>libboost_date_time-gcc-mt-d-1_44.a for lack of <pbin.v2\libs\date_time\build\gcc\debug\link-static\threading-multi>gregorian\greg_month.o...
    ...skipped <pstage\lib>libboost_date_time-gcc-mt-d-1_44.a for lack of <pbin.v2\libs\date_time\build\gcc\debug\link-static\threading-multi>libboost_date_time-gcc-mt-d-1_44.a...
    gcc.compile.c++ bin.v2\libs\system\build\gcc\debug\link-static\threading-multi\error_code.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1 -DBOOST_SYSTEM_STATIC_LINK=1  -I"." -c -o "bin.v2\libs\system\build\gcc\debug\link-static\threading-multi\error_code.o" "libs\system\src\error_code.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\system\build\gcc\debug\link-static\threading-multi\error_code.o...
    ...skipped <pbin.v2\libs\system\build\gcc\debug\link-static\threading-multi>libboost_system-gcc-mt-d-1_44.a(clean) for lack of <pbin.v2\libs\system\build\gcc\debug\link-static\threading-multi>error_code.o...
    ...skipped <pbin.v2\libs\system\build\gcc\debug\link-static\threading-multi>libboost_system-gcc-mt-d-1_44.a for lack of <pbin.v2\libs\system\build\gcc\debug\link-static\threading-multi>error_code.o...
    ...skipped <pstage\lib>libboost_system-gcc-mt-d-1_44.a for lack of <pbin.v2\libs\system\build\gcc\debug\link-static\threading-multi>libboost_system-gcc-mt-d-1_44.a...
    gcc.compile.c++ bin.v2\libs\filesystem\build\gcc\debug\link-static\threading-multi\v2\src\v2_operations.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1 -DBOOST_SYSTEM_STATIC_LINK=1  -I"." -c -o "bin.v2\libs\filesystem\build\gcc\debug\link-static\threading-multi\v2\src\v2_operations.o" "libs\filesystem\v2\src\v2_operations.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\filesystem\build\gcc\debug\link-static\threading-multi\v2\src\v2_operations.o...
    gcc.compile.c++ bin.v2\libs\filesystem\build\gcc\debug\link-static\threading-multi\v2\src\v2_path.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1 -DBOOST_SYSTEM_STATIC_LINK=1  -I"." -c -o "bin.v2\libs\filesystem\build\gcc\debug\link-static\threading-multi\v2\src\v2_path.o" "libs\filesystem\v2\src\v2_path.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\filesystem\build\gcc\debug\link-static\threading-multi\v2\src\v2_path.o...
    gcc.compile.c++ bin.v2\libs\filesystem\build\gcc\debug\link-static\threading-multi\v2\src\v2_portability.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1 -DBOOST_SYSTEM_STATIC_LINK=1  -I"." -c -o "bin.v2\libs\filesystem\build\gcc\debug\link-static\threading-multi\v2\src\v2_portability.o" "libs\filesystem\v2\src\v2_portability.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\filesystem\build\gcc\debug\link-static\threading-multi\v2\src\v2_portability.o...
    ...on 100th target...
    gcc.compile.c++ bin.v2\libs\filesystem\build\gcc\debug\link-static\threading-multi\v3\src\operations.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1 -DBOOST_SYSTEM_STATIC_LINK=1  -I"." -c -o "bin.v2\libs\filesystem\build\gcc\debug\link-static\threading-multi\v3\src\operations.o" "libs\filesystem\v3\src\operations.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\filesystem\build\gcc\debug\link-static\threading-multi\v3\src\operations.o...
    gcc.compile.c++ bin.v2\libs\filesystem\build\gcc\debug\link-static\threading-multi\v3\src\path.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1 -DBOOST_SYSTEM_STATIC_LINK=1  -I"." -c -o "bin.v2\libs\filesystem\build\gcc\debug\link-static\threading-multi\v3\src\path.o" "libs\filesystem\v3\src\path.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\filesystem\build\gcc\debug\link-static\threading-multi\v3\src\path.o...
    gcc.compile.c++ bin.v2\libs\filesystem\build\gcc\debug\link-static\threading-multi\v3\src\portability.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1 -DBOOST_SYSTEM_STATIC_LINK=1  -I"." -c -o "bin.v2\libs\filesystem\build\gcc\debug\link-static\threading-multi\v3\src\portability.o" "libs\filesystem\v3\src\portability.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\filesystem\build\gcc\debug\link-static\threading-multi\v3\src\portability.o...
    gcc.compile.c++ bin.v2\libs\filesystem\build\gcc\debug\link-static\threading-multi\v3\src\utf8_codecvt_facet.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1 -DBOOST_SYSTEM_STATIC_LINK=1  -I"." -c -o "bin.v2\libs\filesystem\build\gcc\debug\link-static\threading-multi\v3\src\utf8_codecvt_facet.o" "libs\filesystem\v3\src\utf8_codecvt_facet.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\filesystem\build\gcc\debug\link-static\threading-multi\v3\src\utf8_codecvt_facet.o...
    gcc.compile.c++ bin.v2\libs\filesystem\build\gcc\debug\link-static\threading-multi\v3\src\codecvt_error_category.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1 -DBOOST_SYSTEM_STATIC_LINK=1  -I"." -c -o "bin.v2\libs\filesystem\build\gcc\debug\link-static\threading-multi\v3\src\codecvt_error_category.o" "libs\filesystem\v3\src\codecvt_error_category.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\filesystem\build\gcc\debug\link-static\threading-multi\v3\src\codecvt_error_category.o...
    gcc.compile.c++ bin.v2\libs\filesystem\build\gcc\debug\link-static\threading-multi\v3\src\path_traits.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1 -DBOOST_SYSTEM_STATIC_LINK=1  -I"." -c -o "bin.v2\libs\filesystem\build\gcc\debug\link-static\threading-multi\v3\src\path_traits.o" "libs\filesystem\v3\src\path_traits.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\filesystem\build\gcc\debug\link-static\threading-multi\v3\src\path_traits.o...
    gcc.compile.c++ bin.v2\libs\filesystem\build\gcc\debug\link-static\threading-multi\v3\src\unique_path.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1 -DBOOST_SYSTEM_STATIC_LINK=1  -I"." -c -o "bin.v2\libs\filesystem\build\gcc\debug\link-static\threading-multi\v3\src\unique_path.o" "libs\filesystem\v3\src\unique_path.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\filesystem\build\gcc\debug\link-static\threading-multi\v3\src\unique_path.o...
    gcc.compile.c++ bin.v2\libs\filesystem\build\gcc\debug\link-static\threading-multi\v3\src\windows_file_codecvt.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1 -DBOOST_SYSTEM_STATIC_LINK=1  -I"." -c -o "bin.v2\libs\filesystem\build\gcc\debug\link-static\threading-multi\v3\src\windows_file_codecvt.o" "libs\filesystem\v3\src\windows_file_codecvt.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\filesystem\build\gcc\debug\link-static\threading-multi\v3\src\windows_file_codecvt.o...
    ...skipped <pbin.v2\libs\filesystem\build\gcc\debug\link-static\threading-multi>libboost_filesystem-gcc-mt-d-1_44.a(clean) for lack of <pbin.v2\libs\filesystem\build\gcc\debug\link-static\threading-multi>v2\src\v2_operations.o...
    ...skipped <pbin.v2\libs\filesystem\build\gcc\debug\link-static\threading-multi>libboost_filesystem-gcc-mt-d-1_44.a for lack of <pbin.v2\libs\filesystem\build\gcc\debug\link-static\threading-multi>v2\src\v2_operations.o...
    ...skipped <pstage\lib>libboost_filesystem-gcc-mt-d-1_44.a for lack of <pbin.v2\libs\filesystem\build\gcc\debug\link-static\threading-multi>libboost_filesystem-gcc-mt-d-1_44.a...
    gcc.compile.c++ bin.v2\libs\regex\build\gcc\debug\link-static\threading-multi\c_regex_traits.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\regex\build\gcc\debug\link-static\threading-multi\c_regex_traits.o" "libs\regex\build\..\src\c_regex_traits.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\regex\build\gcc\debug\link-static\threading-multi\c_regex_traits.o...
    gcc.compile.c++ bin.v2\libs\regex\build\gcc\debug\link-static\threading-multi\cpp_regex_traits.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\regex\build\gcc\debug\link-static\threading-multi\cpp_regex_traits.o" "libs\regex\build\..\src\cpp_regex_traits.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\regex\build\gcc\debug\link-static\threading-multi\cpp_regex_traits.o...
    gcc.compile.c++ bin.v2\libs\regex\build\gcc\debug\link-static\threading-multi\cregex.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\regex\build\gcc\debug\link-static\threading-multi\cregex.o" "libs\regex\build\..\src\cregex.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\regex\build\gcc\debug\link-static\threading-multi\cregex.o...
    gcc.compile.c++ bin.v2\libs\regex\build\gcc\debug\link-static\threading-multi\fileiter.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\regex\build\gcc\debug\link-static\threading-multi\fileiter.o" "libs\regex\build\..\src\fileiter.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\regex\build\gcc\debug\link-static\threading-multi\fileiter.o...
    gcc.compile.c++ bin.v2\libs\regex\build\gcc\debug\link-static\threading-multi\icu.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\regex\build\gcc\debug\link-static\threading-multi\icu.o" "libs\regex\build\..\src\icu.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\regex\build\gcc\debug\link-static\threading-multi\icu.o...
    gcc.compile.c++ bin.v2\libs\regex\build\gcc\debug\link-static\threading-multi\instances.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\regex\build\gcc\debug\link-static\threading-multi\instances.o" "libs\regex\build\..\src\instances.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\regex\build\gcc\debug\link-static\threading-multi\instances.o...
    gcc.compile.c++ bin.v2\libs\regex\build\gcc\debug\link-static\threading-multi\posix_api.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\regex\build\gcc\debug\link-static\threading-multi\posix_api.o" "libs\regex\build\..\src\posix_api.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\regex\build\gcc\debug\link-static\threading-multi\posix_api.o...
    gcc.compile.c++ bin.v2\libs\regex\build\gcc\debug\link-static\threading-multi\regex.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\regex\build\gcc\debug\link-static\threading-multi\regex.o" "libs\regex\build\..\src\regex.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\regex\build\gcc\debug\link-static\threading-multi\regex.o...
    gcc.compile.c++ bin.v2\libs\regex\build\gcc\debug\link-static\threading-multi\regex_debug.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\regex\build\gcc\debug\link-static\threading-multi\regex_debug.o" "libs\regex\build\..\src\regex_debug.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\regex\build\gcc\debug\link-static\threading-multi\regex_debug.o...
    gcc.compile.c++ bin.v2\libs\regex\build\gcc\debug\link-static\threading-multi\regex_raw_buffer.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\regex\build\gcc\debug\link-static\threading-multi\regex_raw_buffer.o" "libs\regex\build\..\src\regex_raw_buffer.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\regex\build\gcc\debug\link-static\threading-multi\regex_raw_buffer.o...
    gcc.compile.c++ bin.v2\libs\regex\build\gcc\debug\link-static\threading-multi\regex_traits_defaults.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\regex\build\gcc\debug\link-static\threading-multi\regex_traits_defaults.o" "libs\regex\build\..\src\regex_traits_defaults.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\regex\build\gcc\debug\link-static\threading-multi\regex_traits_defaults.o...
    gcc.compile.c++ bin.v2\libs\regex\build\gcc\debug\link-static\threading-multi\static_mutex.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\regex\build\gcc\debug\link-static\threading-multi\static_mutex.o" "libs\regex\build\..\src\static_mutex.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\regex\build\gcc\debug\link-static\threading-multi\static_mutex.o...
    gcc.compile.c++ bin.v2\libs\regex\build\gcc\debug\link-static\threading-multi\w32_regex_traits.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\regex\build\gcc\debug\link-static\threading-multi\w32_regex_traits.o" "libs\regex\build\..\src\w32_regex_traits.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\regex\build\gcc\debug\link-static\threading-multi\w32_regex_traits.o...
    gcc.compile.c++ bin.v2\libs\regex\build\gcc\debug\link-static\threading-multi\wc_regex_traits.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\regex\build\gcc\debug\link-static\threading-multi\wc_regex_traits.o" "libs\regex\build\..\src\wc_regex_traits.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\regex\build\gcc\debug\link-static\threading-multi\wc_regex_traits.o...
    gcc.compile.c++ bin.v2\libs\regex\build\gcc\debug\link-static\threading-multi\wide_posix_api.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\regex\build\gcc\debug\link-static\threading-multi\wide_posix_api.o" "libs\regex\build\..\src\wide_posix_api.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\regex\build\gcc\debug\link-static\threading-multi\wide_posix_api.o...
    gcc.compile.c++ bin.v2\libs\regex\build\gcc\debug\link-static\threading-multi\winstances.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\regex\build\gcc\debug\link-static\threading-multi\winstances.o" "libs\regex\build\..\src\winstances.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\regex\build\gcc\debug\link-static\threading-multi\winstances.o...
    gcc.compile.c++ bin.v2\libs\regex\build\gcc\debug\link-static\threading-multi\usinstances.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2\libs\regex\build\gcc\debug\link-static\threading-multi\usinstances.o" "libs\regex\build\..\src\usinstances.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\regex\build\gcc\debug\link-static\threading-multi\usinstances.o...
    ...skipped <pbin.v2\libs\regex\build\gcc\debug\link-static\threading-multi>libboost_regex-gcc-mt-d-1_44.a(clean) for lack of <pbin.v2\libs\regex\build\gcc\debug\link-static\threading-multi>c_regex_traits.o...
    ...skipped <pbin.v2\libs\regex\build\gcc\debug\link-static\threading-multi>libboost_regex-gcc-mt-d-1_44.a for lack of <pbin.v2\libs\regex\build\gcc\debug\link-static\threading-multi>c_regex_traits.o...
    ...skipped <pstage\lib>libboost_regex-gcc-mt-d-1_44.a for lack of <pbin.v2\libs\regex\build\gcc\debug\link-static\threading-multi>libboost_regex-gcc-mt-d-1_44.a...
    gcc.compile.c++ bin.v2\libs\graph\build\gcc\debug\link-static\threading-multi\read_graphviz_new.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -I"libs\graph\src" -c -o "bin.v2\libs\graph\build\gcc\debug\link-static\threading-multi\read_graphviz_new.o" "libs\graph\src\read_graphviz_new.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\graph\build\gcc\debug\link-static\threading-multi\read_graphviz_new.o...
    gcc.compile.c++ bin.v2\libs\graph\build\gcc\debug\link-static\threading-multi\graphml.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -mthreads  -DBOOST_ALL_NO_LIB=1  -I"." -I"libs\graph\src" -c -o "bin.v2\libs\graph\build\gcc\debug\link-static\threading-multi\graphml.o" "libs\graph\src\graphml.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\graph\build\gcc\debug\link-static\threading-multi\graphml.o...
    ...skipped <pbin.v2\libs\graph\build\gcc\debug\link-static\threading-multi>libboost_graph-gcc-mt-d-1_44.a(clean) for lack of <pbin.v2\libs\graph\build\gcc\debug\link-static\threading-multi>read_graphviz_new.o...
    ...skipped <pbin.v2\libs\graph\build\gcc\debug\link-static\threading-multi>libboost_graph-gcc-mt-d-1_44.a for lack of <pbin.v2\libs\graph\build\gcc\debug\link-static\threading-multi>read_graphviz_new.o...
    ...skipped <pstage\lib>libboost_graph-gcc-mt-d-1_44.a for lack of <pbin.v2\libs\graph\build\gcc\debug\link-static\threading-multi>libboost_graph-gcc-mt-d-1_44.a...
    gcc.compile.c++ bin.v2\libs\date_time\build\gcc\release\link-static\threading-multi\gregorian\greg_month.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DBOOST_DATE_TIME_STATIC_LINK -DDATE_TIME_INLINE -DNDEBUG  -I"." -c -o "bin.v2\libs\date_time\build\gcc\release\link-static\threading-multi\gregorian\greg_month.o" "libs\date_time\src\gregorian\greg_month.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\date_time\build\gcc\release\link-static\threading-multi\gregorian\greg_month.o...
    gcc.compile.c++ bin.v2\libs\date_time\build\gcc\release\link-static\threading-multi\gregorian\greg_weekday.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DBOOST_DATE_TIME_STATIC_LINK -DDATE_TIME_INLINE -DNDEBUG  -I"." -c -o "bin.v2\libs\date_time\build\gcc\release\link-static\threading-multi\gregorian\greg_weekday.o" "libs\date_time\src\gregorian\greg_weekday.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\date_time\build\gcc\release\link-static\threading-multi\gregorian\greg_weekday.o...
    gcc.compile.c++ bin.v2\libs\date_time\build\gcc\release\link-static\threading-multi\gregorian\date_generators.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DBOOST_DATE_TIME_STATIC_LINK -DDATE_TIME_INLINE -DNDEBUG  -I"." -c -o "bin.v2\libs\date_time\build\gcc\release\link-static\threading-multi\gregorian\date_generators.o" "libs\date_time\src\gregorian\date_generators.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\date_time\build\gcc\release\link-static\threading-multi\gregorian\date_generators.o...
    ...skipped <pbin.v2\libs\date_time\build\gcc\release\link-static\threading-multi>libboost_date_time-gcc-mt-1_44.a(clean) for lack of <pbin.v2\libs\date_time\build\gcc\release\link-static\threading-multi>gregorian\greg_month.o...
    ...skipped <pbin.v2\libs\date_time\build\gcc\release\link-static\threading-multi>libboost_date_time-gcc-mt-1_44.a for lack of <pbin.v2\libs\date_time\build\gcc\release\link-static\threading-multi>gregorian\greg_month.o...
    ...skipped <pstage\lib>libboost_date_time-gcc-mt-1_44.a for lack of <pbin.v2\libs\date_time\build\gcc\release\link-static\threading-multi>libboost_date_time-gcc-mt-1_44.a...
    gcc.compile.c++ bin.v2\libs\system\build\gcc\release\link-static\threading-multi\error_code.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\system\build\gcc\release\link-static\threading-multi\error_code.o" "libs\system\src\error_code.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\system\build\gcc\release\link-static\threading-multi\error_code.o...
    ...skipped <pbin.v2\libs\system\build\gcc\release\link-static\threading-multi>libboost_system-gcc-mt-1_44.a(clean) for lack of <pbin.v2\libs\system\build\gcc\release\link-static\threading-multi>error_code.o...
    ...skipped <pbin.v2\libs\system\build\gcc\release\link-static\threading-multi>libboost_system-gcc-mt-1_44.a for lack of <pbin.v2\libs\system\build\gcc\release\link-static\threading-multi>error_code.o...
    ...skipped <pstage\lib>libboost_system-gcc-mt-1_44.a for lack of <pbin.v2\libs\system\build\gcc\release\link-static\threading-multi>libboost_system-gcc-mt-1_44.a...
    gcc.compile.c++ bin.v2\libs\filesystem\build\gcc\release\link-static\threading-multi\v2\src\v2_operations.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\filesystem\build\gcc\release\link-static\threading-multi\v2\src\v2_operations.o" "libs\filesystem\v2\src\v2_operations.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\filesystem\build\gcc\release\link-static\threading-multi\v2\src\v2_operations.o...
    gcc.compile.c++ bin.v2\libs\filesystem\build\gcc\release\link-static\threading-multi\v2\src\v2_path.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\filesystem\build\gcc\release\link-static\threading-multi\v2\src\v2_path.o" "libs\filesystem\v2\src\v2_path.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\filesystem\build\gcc\release\link-static\threading-multi\v2\src\v2_path.o...
    gcc.compile.c++ bin.v2\libs\filesystem\build\gcc\release\link-static\threading-multi\v2\src\v2_portability.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\filesystem\build\gcc\release\link-static\threading-multi\v2\src\v2_portability.o" "libs\filesystem\v2\src\v2_portability.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\filesystem\build\gcc\release\link-static\threading-multi\v2\src\v2_portability.o...
    gcc.compile.c++ bin.v2\libs\filesystem\build\gcc\release\link-static\threading-multi\v3\src\operations.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\filesystem\build\gcc\release\link-static\threading-multi\v3\src\operations.o" "libs\filesystem\v3\src\operations.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\filesystem\build\gcc\release\link-static\threading-multi\v3\src\operations.o...
    gcc.compile.c++ bin.v2\libs\filesystem\build\gcc\release\link-static\threading-multi\v3\src\path.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\filesystem\build\gcc\release\link-static\threading-multi\v3\src\path.o" "libs\filesystem\v3\src\path.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\filesystem\build\gcc\release\link-static\threading-multi\v3\src\path.o...
    gcc.compile.c++ bin.v2\libs\filesystem\build\gcc\release\link-static\threading-multi\v3\src\portability.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\filesystem\build\gcc\release\link-static\threading-multi\v3\src\portability.o" "libs\filesystem\v3\src\portability.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\filesystem\build\gcc\release\link-static\threading-multi\v3\src\portability.o...
    gcc.compile.c++ bin.v2\libs\filesystem\build\gcc\release\link-static\threading-multi\v3\src\utf8_codecvt_facet.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\filesystem\build\gcc\release\link-static\threading-multi\v3\src\utf8_codecvt_facet.o" "libs\filesystem\v3\src\utf8_codecvt_facet.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\filesystem\build\gcc\release\link-static\threading-multi\v3\src\utf8_codecvt_facet.o...
    gcc.compile.c++ bin.v2\libs\filesystem\build\gcc\release\link-static\threading-multi\v3\src\codecvt_error_category.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\filesystem\build\gcc\release\link-static\threading-multi\v3\src\codecvt_error_category.o" "libs\filesystem\v3\src\codecvt_error_category.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\filesystem\build\gcc\release\link-static\threading-multi\v3\src\codecvt_error_category.o...
    gcc.compile.c++ bin.v2\libs\filesystem\build\gcc\release\link-static\threading-multi\v3\src\path_traits.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\filesystem\build\gcc\release\link-static\threading-multi\v3\src\path_traits.o" "libs\filesystem\v3\src\path_traits.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\filesystem\build\gcc\release\link-static\threading-multi\v3\src\path_traits.o...
    gcc.compile.c++ bin.v2\libs\filesystem\build\gcc\release\link-static\threading-multi\v3\src\unique_path.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\filesystem\build\gcc\release\link-static\threading-multi\v3\src\unique_path.o" "libs\filesystem\v3\src\unique_path.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\filesystem\build\gcc\release\link-static\threading-multi\v3\src\unique_path.o...
    gcc.compile.c++ bin.v2\libs\filesystem\build\gcc\release\link-static\threading-multi\v3\src\windows_file_codecvt.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\filesystem\build\gcc\release\link-static\threading-multi\v3\src\windows_file_codecvt.o" "libs\filesystem\v3\src\windows_file_codecvt.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\filesystem\build\gcc\release\link-static\threading-multi\v3\src\windows_file_codecvt.o...
    ...skipped <pbin.v2\libs\filesystem\build\gcc\release\link-static\threading-multi>libboost_filesystem-gcc-mt-1_44.a(clean) for lack of <pbin.v2\libs\filesystem\build\gcc\release\link-static\threading-multi>v2\src\v2_operations.o...
    ...skipped <pbin.v2\libs\filesystem\build\gcc\release\link-static\threading-multi>libboost_filesystem-gcc-mt-1_44.a for lack of <pbin.v2\libs\filesystem\build\gcc\release\link-static\threading-multi>v2\src\v2_operations.o...
    ...skipped <pstage\lib>libboost_filesystem-gcc-mt-1_44.a for lack of <pbin.v2\libs\filesystem\build\gcc\release\link-static\threading-multi>libboost_filesystem-gcc-mt-1_44.a...
    gcc.compile.c++ bin.v2\libs\regex\build\gcc\release\link-static\threading-multi\c_regex_traits.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\regex\build\gcc\release\link-static\threading-multi\c_regex_traits.o" "libs\regex\build\..\src\c_regex_traits.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\regex\build\gcc\release\link-static\threading-multi\c_regex_traits.o...
    gcc.compile.c++ bin.v2\libs\regex\build\gcc\release\link-static\threading-multi\cpp_regex_traits.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\regex\build\gcc\release\link-static\threading-multi\cpp_regex_traits.o" "libs\regex\build\..\src\cpp_regex_traits.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\regex\build\gcc\release\link-static\threading-multi\cpp_regex_traits.o...
    gcc.compile.c++ bin.v2\libs\regex\build\gcc\release\link-static\threading-multi\cregex.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\regex\build\gcc\release\link-static\threading-multi\cregex.o" "libs\regex\build\..\src\cregex.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\regex\build\gcc\release\link-static\threading-multi\cregex.o...
    gcc.compile.c++ bin.v2\libs\regex\build\gcc\release\link-static\threading-multi\fileiter.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\regex\build\gcc\release\link-static\threading-multi\fileiter.o" "libs\regex\build\..\src\fileiter.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\regex\build\gcc\release\link-static\threading-multi\fileiter.o...
    gcc.compile.c++ bin.v2\libs\regex\build\gcc\release\link-static\threading-multi\icu.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\regex\build\gcc\release\link-static\threading-multi\icu.o" "libs\regex\build\..\src\icu.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\regex\build\gcc\release\link-static\threading-multi\icu.o...
    gcc.compile.c++ bin.v2\libs\regex\build\gcc\release\link-static\threading-multi\instances.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\regex\build\gcc\release\link-static\threading-multi\instances.o" "libs\regex\build\..\src\instances.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\regex\build\gcc\release\link-static\threading-multi\instances.o...
    gcc.compile.c++ bin.v2\libs\regex\build\gcc\release\link-static\threading-multi\posix_api.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\regex\build\gcc\release\link-static\threading-multi\posix_api.o" "libs\regex\build\..\src\posix_api.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\regex\build\gcc\release\link-static\threading-multi\posix_api.o...
    gcc.compile.c++ bin.v2\libs\regex\build\gcc\release\link-static\threading-multi\regex.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\regex\build\gcc\release\link-static\threading-multi\regex.o" "libs\regex\build\..\src\regex.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\regex\build\gcc\release\link-static\threading-multi\regex.o...
    gcc.compile.c++ bin.v2\libs\regex\build\gcc\release\link-static\threading-multi\regex_debug.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\regex\build\gcc\release\link-static\threading-multi\regex_debug.o" "libs\regex\build\..\src\regex_debug.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\regex\build\gcc\release\link-static\threading-multi\regex_debug.o...
    gcc.compile.c++ bin.v2\libs\regex\build\gcc\release\link-static\threading-multi\regex_raw_buffer.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\regex\build\gcc\release\link-static\threading-multi\regex_raw_buffer.o" "libs\regex\build\..\src\regex_raw_buffer.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\regex\build\gcc\release\link-static\threading-multi\regex_raw_buffer.o...
    gcc.compile.c++ bin.v2\libs\regex\build\gcc\release\link-static\threading-multi\regex_traits_defaults.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\regex\build\gcc\release\link-static\threading-multi\regex_traits_defaults.o" "libs\regex\build\..\src\regex_traits_defaults.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\regex\build\gcc\release\link-static\threading-multi\regex_traits_defaults.o...
    gcc.compile.c++ bin.v2\libs\regex\build\gcc\release\link-static\threading-multi\static_mutex.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\regex\build\gcc\release\link-static\threading-multi\static_mutex.o" "libs\regex\build\..\src\static_mutex.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\regex\build\gcc\release\link-static\threading-multi\static_mutex.o...
    gcc.compile.c++ bin.v2\libs\regex\build\gcc\release\link-static\threading-multi\w32_regex_traits.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\regex\build\gcc\release\link-static\threading-multi\w32_regex_traits.o" "libs\regex\build\..\src\w32_regex_traits.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\regex\build\gcc\release\link-static\threading-multi\w32_regex_traits.o...
    gcc.compile.c++ bin.v2\libs\regex\build\gcc\release\link-static\threading-multi\wc_regex_traits.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\regex\build\gcc\release\link-static\threading-multi\wc_regex_traits.o" "libs\regex\build\..\src\wc_regex_traits.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\regex\build\gcc\release\link-static\threading-multi\wc_regex_traits.o...
    gcc.compile.c++ bin.v2\libs\regex\build\gcc\release\link-static\threading-multi\wide_posix_api.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\regex\build\gcc\release\link-static\threading-multi\wide_posix_api.o" "libs\regex\build\..\src\wide_posix_api.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\regex\build\gcc\release\link-static\threading-multi\wide_posix_api.o...
    gcc.compile.c++ bin.v2\libs\regex\build\gcc\release\link-static\threading-multi\winstances.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\regex\build\gcc\release\link-static\threading-multi\winstances.o" "libs\regex\build\..\src\winstances.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\regex\build\gcc\release\link-static\threading-multi\winstances.o...
    gcc.compile.c++ bin.v2\libs\regex\build\gcc\release\link-static\threading-multi\usinstances.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\regex\build\gcc\release\link-static\threading-multi\usinstances.o" "libs\regex\build\..\src\usinstances.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\regex\build\gcc\release\link-static\threading-multi\usinstances.o...
    ...skipped <pbin.v2\libs\regex\build\gcc\release\link-static\threading-multi>libboost_regex-gcc-mt-1_44.a(clean) for lack of <pbin.v2\libs\regex\build\gcc\release\link-static\threading-multi>c_regex_traits.o...
    ...skipped <pbin.v2\libs\regex\build\gcc\release\link-static\threading-multi>libboost_regex-gcc-mt-1_44.a for lack of <pbin.v2\libs\regex\build\gcc\release\link-static\threading-multi>c_regex_traits.o...
    ...skipped <pstage\lib>libboost_regex-gcc-mt-1_44.a for lack of <pbin.v2\libs\regex\build\gcc\release\link-static\threading-multi>libboost_regex-gcc-mt-1_44.a...
    gcc.compile.c++ bin.v2\libs\graph\build\gcc\release\link-static\threading-multi\read_graphviz_new.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -I"libs\graph\src" -c -o "bin.v2\libs\graph\build\gcc\release\link-static\threading-multi\read_graphviz_new.o" "libs\graph\src\read_graphviz_new.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\graph\build\gcc\release\link-static\threading-multi\read_graphviz_new.o...
    gcc.compile.c++ bin.v2\libs\graph\build\gcc\release\link-static\threading-multi\graphml.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -I"libs\graph\src" -c -o "bin.v2\libs\graph\build\gcc\release\link-static\threading-multi\graphml.o" "libs\graph\src\graphml.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\graph\build\gcc\release\link-static\threading-multi\graphml.o...
    ...skipped <pbin.v2\libs\graph\build\gcc\release\link-static\threading-multi>libboost_graph-gcc-mt-1_44.a(clean) for lack of <pbin.v2\libs\graph\build\gcc\release\link-static\threading-multi>read_graphviz_new.o...
    ...skipped <pbin.v2\libs\graph\build\gcc\release\link-static\threading-multi>libboost_graph-gcc-mt-1_44.a for lack of <pbin.v2\libs\graph\build\gcc\release\link-static\threading-multi>read_graphviz_new.o...
    ...skipped <pstage\lib>libboost_graph-gcc-mt-1_44.a for lack of <pbin.v2\libs\graph\build\gcc\release\link-static\threading-multi>libboost_graph-gcc-mt-1_44.a...
    gcc.compile.c++ bin.v2\libs\iostreams\build\gcc\release\link-static\threading-multi\file_descriptor.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DBOOST_IOSTREAMS_USE_DEPRECATED -DNDEBUG  -I"." -c -o "bin.v2\libs\iostreams\build\gcc\release\link-static\threading-multi\file_descriptor.o" "libs\iostreams\src\file_descriptor.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\iostreams\build\gcc\release\link-static\threading-multi\file_descriptor.o...
    gcc.compile.c++ bin.v2\libs\iostreams\build\gcc\release\link-static\threading-multi\mapped_file.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DBOOST_IOSTREAMS_USE_DEPRECATED -DNDEBUG  -I"." -c -o "bin.v2\libs\iostreams\build\gcc\release\link-static\threading-multi\mapped_file.o" "libs\iostreams\src\mapped_file.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\iostreams\build\gcc\release\link-static\threading-multi\mapped_file.o...
    ...skipped <pbin.v2\libs\iostreams\build\gcc\release\link-static\threading-multi>libboost_iostreams-gcc-mt-1_44.a(clean) for lack of <pbin.v2\libs\iostreams\build\gcc\release\link-static\threading-multi>file_descriptor.o...
    ...skipped <pbin.v2\libs\iostreams\build\gcc\release\link-static\threading-multi>libboost_iostreams-gcc-mt-1_44.a for lack of <pbin.v2\libs\iostreams\build\gcc\release\link-static\threading-multi>file_descriptor.o...
    ...skipped <pstage\lib>libboost_iostreams-gcc-mt-1_44.a for lack of <pbin.v2\libs\iostreams\build\gcc\release\link-static\threading-multi>libboost_iostreams-gcc-mt-1_44.a...
    gcc.compile.c++.pch bin.v2\libs\math\build\gcc\release\link-static\threading-multi\..\src\tr1\pch.hpp.gch
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++" -x c++-header -O3 -finline-functions -Wno-inline -Wall -mthreads -fvisibility=hidden -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"." -I"libs\math\src\tr1" -c -o "bin.v2\libs\math\build\gcc\release\link-static\threading-multi\..\src\tr1\pch.hpp.gch" "libs\math\build\..\src\tr1\pch.hpp"
    
    ...failed gcc.compile.c++.pch bin.v2\libs\math\build\gcc\release\link-static\threading-multi\..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>assoc_laguerre.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>assoc_legendre.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>beta.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>comp_ellint_1.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>comp_ellint_2.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>comp_ellint_3.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>cyl_bessel_i.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>cyl_bessel_j.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>cyl_bessel_k.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>cyl_neumann.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>ellint_1.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>ellint_2.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>ellint_3.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>expint.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>hermite.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>laguerre.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>legendre.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>riemann_zeta.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>sph_bessel.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>sph_legendre.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>sph_neumann.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>libboost_math_tr1-gcc-mt-1_44.a(clean) for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>assoc_laguerre.o...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>libboost_math_tr1-gcc-mt-1_44.a for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>assoc_laguerre.o...
    ...skipped <pstage\lib>libboost_math_tr1-gcc-mt-1_44.a for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>libboost_math_tr1-gcc-mt-1_44.a...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>assoc_laguerref.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>assoc_legendref.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>betaf.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>comp_ellint_1f.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>comp_ellint_2f.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>comp_ellint_3f.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>cyl_bessel_if.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>cyl_bessel_jf.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>cyl_bessel_kf.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>cyl_neumannf.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>ellint_1f.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>ellint_2f.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>ellint_3f.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>expintf.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>hermitef.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>laguerref.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>legendref.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>riemann_zetaf.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>sph_besself.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>sph_legendref.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>sph_neumannf.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>libboost_math_tr1f-gcc-mt-1_44.a(clean) for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>assoc_laguerref.o...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>libboost_math_tr1f-gcc-mt-1_44.a for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>assoc_laguerref.o...
    ...skipped <pstage\lib>libboost_math_tr1f-gcc-mt-1_44.a for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>libboost_math_tr1f-gcc-mt-1_44.a...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>acosh.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>asinh.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>atanh.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>cbrt.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>copysign.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>erfc.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>erf.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>expm1.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>fmax.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>fmin.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>fpclassify.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>hypot.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>lgamma.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>llround.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>log1p.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>lround.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>nextafter.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>nexttoward.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>round.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>tgamma.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>trunc.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>libboost_math_c99-gcc-mt-1_44.a(clean) for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>acosh.o...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>libboost_math_c99-gcc-mt-1_44.a for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>acosh.o...
    ...skipped <pstage\lib>libboost_math_c99-gcc-mt-1_44.a for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>libboost_math_c99-gcc-mt-1_44.a...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>acoshf.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>asinhf.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>atanhf.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>cbrtf.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>copysignf.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>erfcf.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>erff.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>expm1f.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>fmaxf.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>fminf.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>fpclassifyf.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>hypotf.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>lgammaf.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>llroundf.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>log1pf.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>lroundf.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>nextafterf.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>nexttowardf.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>roundf.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>tgammaf.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>truncf.o for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>..\src\tr1\pch.hpp.gch...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>libboost_math_c99f-gcc-mt-1_44.a(clean) for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>acoshf.o...
    ...skipped <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>libboost_math_c99f-gcc-mt-1_44.a for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>acoshf.o...
    ...skipped <pstage\lib>libboost_math_c99f-gcc-mt-1_44.a for lack of <pbin.v2\libs\math\build\gcc\release\link-static\threading-multi>libboost_math_c99f-gcc-mt-1_44.a...
    gcc.compile.c++ bin.v2\libs\program_options\build\gcc\release\link-static\threading-multi\cmdline.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\program_options\build\gcc\release\link-static\threading-multi\cmdline.o" "libs\program_options\src\cmdline.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\program_options\build\gcc\release\link-static\threading-multi\cmdline.o...
    gcc.compile.c++ bin.v2\libs\program_options\build\gcc\release\link-static\threading-multi\config_file.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\program_options\build\gcc\release\link-static\threading-multi\config_file.o" "libs\program_options\src\config_file.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\program_options\build\gcc\release\link-static\threading-multi\config_file.o...
    gcc.compile.c++ bin.v2\libs\program_options\build\gcc\release\link-static\threading-multi\options_description.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\program_options\build\gcc\release\link-static\threading-multi\options_description.o" "libs\program_options\src\options_description.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\program_options\build\gcc\release\link-static\threading-multi\options_description.o...
    gcc.compile.c++ bin.v2\libs\program_options\build\gcc\release\link-static\threading-multi\parsers.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\program_options\build\gcc\release\link-static\threading-multi\parsers.o" "libs\program_options\src\parsers.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\program_options\build\gcc\release\link-static\threading-multi\parsers.o...
    gcc.compile.c++ bin.v2\libs\program_options\build\gcc\release\link-static\threading-multi\variables_map.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\program_options\build\gcc\release\link-static\threading-multi\variables_map.o" "libs\program_options\src\variables_map.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\program_options\build\gcc\release\link-static\threading-multi\variables_map.o...
    gcc.compile.c++ bin.v2\libs\program_options\build\gcc\release\link-static\threading-multi\value_semantic.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\program_options\build\gcc\release\link-static\threading-multi\value_semantic.o" "libs\program_options\src\value_semantic.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\program_options\build\gcc\release\link-static\threading-multi\value_semantic.o...
    gcc.compile.c++ bin.v2\libs\program_options\build\gcc\release\link-static\threading-multi\positional_options.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\program_options\build\gcc\release\link-static\threading-multi\positional_options.o" "libs\program_options\src\positional_options.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\program_options\build\gcc\release\link-static\threading-multi\positional_options.o...
    gcc.compile.c++ bin.v2\libs\program_options\build\gcc\release\link-static\threading-multi\utf8_codecvt_facet.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\program_options\build\gcc\release\link-static\threading-multi\utf8_codecvt_facet.o" "libs\program_options\src\utf8_codecvt_facet.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\program_options\build\gcc\release\link-static\threading-multi\utf8_codecvt_facet.o...
    gcc.compile.c++ bin.v2\libs\program_options\build\gcc\release\link-static\threading-multi\convert.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\program_options\build\gcc\release\link-static\threading-multi\convert.o" "libs\program_options\src\convert.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\program_options\build\gcc\release\link-static\threading-multi\convert.o...
    gcc.compile.c++ bin.v2\libs\program_options\build\gcc\release\link-static\threading-multi\winmain.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\program_options\build\gcc\release\link-static\threading-multi\winmain.o" "libs\program_options\src\winmain.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\program_options\build\gcc\release\link-static\threading-multi\winmain.o...
    gcc.compile.c++ bin.v2\libs\program_options\build\gcc\release\link-static\threading-multi\split.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\program_options\build\gcc\release\link-static\threading-multi\split.o" "libs\program_options\src\split.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\program_options\build\gcc\release\link-static\threading-multi\split.o...
    ...skipped <pbin.v2\libs\program_options\build\gcc\release\link-static\threading-multi>libboost_program_options-gcc-mt-1_44.a(clean) for lack of <pbin.v2\libs\program_options\build\gcc\release\link-static\threading-multi>cmdline.o...
    ...skipped <pbin.v2\libs\program_options\build\gcc\release\link-static\threading-multi>libboost_program_options-gcc-mt-1_44.a for lack of <pbin.v2\libs\program_options\build\gcc\release\link-static\threading-multi>cmdline.o...
    ...skipped <pstage\lib>libboost_program_options-gcc-mt-1_44.a for lack of <pbin.v2\libs\program_options\build\gcc\release\link-static\threading-multi>libboost_program_options-gcc-mt-1_44.a...
    gcc.compile.c++ bin.v2\libs\random\build\gcc\release\link-static\threading-multi\random_device.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\random\build\gcc\release\link-static\threading-multi\random_device.o" "libs\random\src\random_device.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\random\build\gcc\release\link-static\threading-multi\random_device.o...
    ...skipped <pbin.v2\libs\random\build\gcc\release\link-static\threading-multi>libboost_random-gcc-mt-1_44.a(clean) for lack of <pbin.v2\libs\random\build\gcc\release\link-static\threading-multi>random_device.o...
    ...skipped <pbin.v2\libs\random\build\gcc\release\link-static\threading-multi>libboost_random-gcc-mt-1_44.a for lack of <pbin.v2\libs\random\build\gcc\release\link-static\threading-multi>random_device.o...
    ...skipped <pstage\lib>libboost_random-gcc-mt-1_44.a for lack of <pbin.v2\libs\random\build\gcc\release\link-static\threading-multi>libboost_random-gcc-mt-1_44.a...
    gcc.compile.c++ bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\basic_archive.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\basic_archive.o" "libs\serialization\src\basic_archive.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\basic_archive.o...
    gcc.compile.c++ bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\basic_iarchive.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\basic_iarchive.o" "libs\serialization\src\basic_iarchive.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\basic_iarchive.o...
    gcc.compile.c++ bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\basic_iserializer.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\basic_iserializer.o" "libs\serialization\src\basic_iserializer.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\basic_iserializer.o...
    gcc.compile.c++ bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\basic_oarchive.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\basic_oarchive.o" "libs\serialization\src\basic_oarchive.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\basic_oarchive.o...
    gcc.compile.c++ bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\basic_oserializer.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\basic_oserializer.o" "libs\serialization\src\basic_oserializer.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\basic_oserializer.o...
    gcc.compile.c++ bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\basic_pointer_iserializer.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\basic_pointer_iserializer.o" "libs\serialization\src\basic_pointer_iserializer.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\basic_pointer_iserializer.o...
    gcc.compile.c++ bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\basic_pointer_oserializer.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\basic_pointer_oserializer.o" "libs\serialization\src\basic_pointer_oserializer.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\basic_pointer_oserializer.o...
    gcc.compile.c++ bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\basic_serializer_map.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\basic_serializer_map.o" "libs\serialization\src\basic_serializer_map.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\basic_serializer_map.o...
    gcc.compile.c++ bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\basic_text_iprimitive.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\basic_text_iprimitive.o" "libs\serialization\src\basic_text_iprimitive.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\basic_text_iprimitive.o...
    gcc.compile.c++ bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\basic_text_oprimitive.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\basic_text_oprimitive.o" "libs\serialization\src\basic_text_oprimitive.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\basic_text_oprimitive.o...
    gcc.compile.c++ bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\basic_xml_archive.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\basic_xml_archive.o" "libs\serialization\src\basic_xml_archive.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\basic_xml_archive.o...
    gcc.compile.c++ bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\binary_iarchive.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\binary_iarchive.o" "libs\serialization\src\binary_iarchive.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\binary_iarchive.o...
    gcc.compile.c++ bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\binary_oarchive.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\binary_oarchive.o" "libs\serialization\src\binary_oarchive.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\binary_oarchive.o...
    gcc.compile.c++ bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\extended_type_info.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\extended_type_info.o" "libs\serialization\src\extended_type_info.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\extended_type_info.o...
    gcc.compile.c++ bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\extended_type_info_typeid.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\extended_type_info_typeid.o" "libs\serialization\src\extended_type_info_typeid.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\extended_type_info_typeid.o...
    gcc.compile.c++ bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\extended_type_info_no_rtti.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\extended_type_info_no_rtti.o" "libs\serialization\src\extended_type_info_no_rtti.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\extended_type_info_no_rtti.o...
    gcc.compile.c++ bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\polymorphic_iarchive.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\polymorphic_iarchive.o" "libs\serialization\src\polymorphic_iarchive.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\polymorphic_iarchive.o...
    gcc.compile.c++ bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\polymorphic_oarchive.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\polymorphic_oarchive.o" "libs\serialization\src\polymorphic_oarchive.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\polymorphic_oarchive.o...
    gcc.compile.c++ bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\stl_port.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\stl_port.o" "libs\serialization\src\stl_port.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\stl_port.o...
    gcc.compile.c++ bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\text_iarchive.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\text_iarchive.o" "libs\serialization\src\text_iarchive.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\text_iarchive.o...
    gcc.compile.c++ bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\text_oarchive.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\text_oarchive.o" "libs\serialization\src\text_oarchive.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\text_oarchive.o...
    gcc.compile.c++ bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\void_cast.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\void_cast.o" "libs\serialization\src\void_cast.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\void_cast.o...
    gcc.compile.c++ bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\archive_exception.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\archive_exception.o" "libs\serialization\src\archive_exception.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\archive_exception.o...
    gcc.compile.c++ bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\xml_grammar.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\xml_grammar.o" "libs\serialization\src\xml_grammar.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\xml_grammar.o...
    ...on 200th target...
    gcc.compile.c++ bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\xml_iarchive.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\xml_iarchive.o" "libs\serialization\src\xml_iarchive.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\xml_iarchive.o...
    gcc.compile.c++ bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\xml_oarchive.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\xml_oarchive.o" "libs\serialization\src\xml_oarchive.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\xml_oarchive.o...
    gcc.compile.c++ bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\xml_archive_exception.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\xml_archive_exception.o" "libs\serialization\src\xml_archive_exception.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\xml_archive_exception.o...
    gcc.compile.c++ bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\shared_ptr_helper.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\shared_ptr_helper.o" "libs\serialization\src\shared_ptr_helper.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\shared_ptr_helper.o...
    ...skipped <pbin.v2\libs\serialization\build\gcc\release\link-static\threading-multi>libboost_serialization-gcc-mt-1_44.a(clean) for lack of <pbin.v2\libs\serialization\build\gcc\release\link-static\threading-multi>basic_archive.o...
    ...skipped <pbin.v2\libs\serialization\build\gcc\release\link-static\threading-multi>libboost_serialization-gcc-mt-1_44.a for lack of <pbin.v2\libs\serialization\build\gcc\release\link-static\threading-multi>basic_archive.o...
    ...skipped <pstage\lib>libboost_serialization-gcc-mt-1_44.a for lack of <pbin.v2\libs\serialization\build\gcc\release\link-static\threading-multi>libboost_serialization-gcc-mt-1_44.a...
    gcc.compile.c++ bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\basic_text_wiprimitive.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\basic_text_wiprimitive.o" "libs\serialization\src\basic_text_wiprimitive.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\basic_text_wiprimitive.o...
    gcc.compile.c++ bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\basic_text_woprimitive.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\basic_text_woprimitive.o" "libs\serialization\src\basic_text_woprimitive.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\basic_text_woprimitive.o...
    gcc.compile.c++ bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\text_wiarchive.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\text_wiarchive.o" "libs\serialization\src\text_wiarchive.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\text_wiarchive.o...
    gcc.compile.c++ bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\text_woarchive.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\text_woarchive.o" "libs\serialization\src\text_woarchive.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\text_woarchive.o...
    gcc.compile.c++ bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\utf8_codecvt_facet.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\utf8_codecvt_facet.o" "libs\serialization\src\utf8_codecvt_facet.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\utf8_codecvt_facet.o...
    gcc.compile.c++ bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\xml_wgrammar.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\xml_wgrammar.o" "libs\serialization\src\xml_wgrammar.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\xml_wgrammar.o...
    gcc.compile.c++ bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\xml_wiarchive.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\xml_wiarchive.o" "libs\serialization\src\xml_wiarchive.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\xml_wiarchive.o...
    gcc.compile.c++ bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\xml_woarchive.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\xml_woarchive.o" "libs\serialization\src\xml_woarchive.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\xml_woarchive.o...
    gcc.compile.c++ bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\codecvt_null.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\codecvt_null.o" "libs\serialization\src\codecvt_null.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\serialization\build\gcc\release\link-static\threading-multi\codecvt_null.o...
    ...skipped <pbin.v2\libs\serialization\build\gcc\release\link-static\threading-multi>libboost_wserialization-gcc-mt-1_44.a(clean) for lack of <pbin.v2\libs\serialization\build\gcc\release\link-static\threading-multi>basic_text_wiprimitive.o...
    ...skipped <pbin.v2\libs\serialization\build\gcc\release\link-static\threading-multi>libboost_wserialization-gcc-mt-1_44.a for lack of <pbin.v2\libs\serialization\build\gcc\release\link-static\threading-multi>basic_text_wiprimitive.o...
    ...skipped <pstage\lib>libboost_wserialization-gcc-mt-1_44.a for lack of <pbin.v2\libs\serialization\build\gcc\release\link-static\threading-multi>libboost_wserialization-gcc-mt-1_44.a...
    gcc.compile.c++ bin.v2\libs\signals\build\gcc\release\link-static\threading-multi\trackable.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DBOOST_SIGNALS_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\signals\build\gcc\release\link-static\threading-multi\trackable.o" "libs\signals\src\trackable.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\signals\build\gcc\release\link-static\threading-multi\trackable.o...
    gcc.compile.c++ bin.v2\libs\signals\build\gcc\release\link-static\threading-multi\connection.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DBOOST_SIGNALS_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\signals\build\gcc\release\link-static\threading-multi\connection.o" "libs\signals\src\connection.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\signals\build\gcc\release\link-static\threading-multi\connection.o...
    gcc.compile.c++ bin.v2\libs\signals\build\gcc\release\link-static\threading-multi\named_slot_map.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DBOOST_SIGNALS_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\signals\build\gcc\release\link-static\threading-multi\named_slot_map.o" "libs\signals\src\named_slot_map.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\signals\build\gcc\release\link-static\threading-multi\named_slot_map.o...
    gcc.compile.c++ bin.v2\libs\signals\build\gcc\release\link-static\threading-multi\signal_base.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DBOOST_SIGNALS_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\signals\build\gcc\release\link-static\threading-multi\signal_base.o" "libs\signals\src\signal_base.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\signals\build\gcc\release\link-static\threading-multi\signal_base.o...
    gcc.compile.c++ bin.v2\libs\signals\build\gcc\release\link-static\threading-multi\slot.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DBOOST_SIGNALS_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\signals\build\gcc\release\link-static\threading-multi\slot.o" "libs\signals\src\slot.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\signals\build\gcc\release\link-static\threading-multi\slot.o...
    ...skipped <pbin.v2\libs\signals\build\gcc\release\link-static\threading-multi>libboost_signals-gcc-mt-1_44.a(clean) for lack of <pbin.v2\libs\signals\build\gcc\release\link-static\threading-multi>trackable.o...
    ...skipped <pbin.v2\libs\signals\build\gcc\release\link-static\threading-multi>libboost_signals-gcc-mt-1_44.a for lack of <pbin.v2\libs\signals\build\gcc\release\link-static\threading-multi>trackable.o...
    ...skipped <pstage\lib>libboost_signals-gcc-mt-1_44.a for lack of <pbin.v2\libs\signals\build\gcc\release\link-static\threading-multi>libboost_signals-gcc-mt-1_44.a...
    gcc.compile.c++ bin.v2\libs\test\build\gcc\release\link-static\threading-multi\execution_monitor.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\test\build\gcc\release\link-static\threading-multi\execution_monitor.o" "libs\test\src\execution_monitor.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\test\build\gcc\release\link-static\threading-multi\execution_monitor.o...
    gcc.compile.c++ bin.v2\libs\test\build\gcc\release\link-static\threading-multi\debug.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\test\build\gcc\release\link-static\threading-multi\debug.o" "libs\test\src\debug.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\test\build\gcc\release\link-static\threading-multi\debug.o...
    gcc.compile.c++ bin.v2\libs\test\build\gcc\release\link-static\threading-multi\cpp_main.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\test\build\gcc\release\link-static\threading-multi\cpp_main.o" "libs\test\src\cpp_main.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\test\build\gcc\release\link-static\threading-multi\cpp_main.o...
    ...skipped <pbin.v2\libs\test\build\gcc\release\link-static\threading-multi>libboost_prg_exec_monitor-gcc-mt-1_44.a(clean) for lack of <pbin.v2\libs\test\build\gcc\release\link-static\threading-multi>execution_monitor.o...
    ...skipped <pbin.v2\libs\test\build\gcc\release\link-static\threading-multi>libboost_prg_exec_monitor-gcc-mt-1_44.a for lack of <pbin.v2\libs\test\build\gcc\release\link-static\threading-multi>execution_monitor.o...
    ...skipped <pstage\lib>libboost_prg_exec_monitor-gcc-mt-1_44.a for lack of <pbin.v2\libs\test\build\gcc\release\link-static\threading-multi>libboost_prg_exec_monitor-gcc-mt-1_44.a...
    gcc.compile.c++ bin.v2\libs\test\build\gcc\release\link-static\threading-multi\compiler_log_formatter.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\test\build\gcc\release\link-static\threading-multi\compiler_log_formatter.o" "libs\test\src\compiler_log_formatter.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\test\build\gcc\release\link-static\threading-multi\compiler_log_formatter.o...
    gcc.compile.c++ bin.v2\libs\test\build\gcc\release\link-static\threading-multi\framework.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\test\build\gcc\release\link-static\threading-multi\framework.o" "libs\test\src\framework.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\test\build\gcc\release\link-static\threading-multi\framework.o...
    gcc.compile.c++ bin.v2\libs\test\build\gcc\release\link-static\threading-multi\plain_report_formatter.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\test\build\gcc\release\link-static\threading-multi\plain_report_formatter.o" "libs\test\src\plain_report_formatter.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\test\build\gcc\release\link-static\threading-multi\plain_report_formatter.o...
    gcc.compile.c++ bin.v2\libs\test\build\gcc\release\link-static\threading-multi\progress_monitor.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\test\build\gcc\release\link-static\threading-multi\progress_monitor.o" "libs\test\src\progress_monitor.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\test\build\gcc\release\link-static\threading-multi\progress_monitor.o...
    gcc.compile.c++ bin.v2\libs\test\build\gcc\release\link-static\threading-multi\results_collector.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\test\build\gcc\release\link-static\threading-multi\results_collector.o" "libs\test\src\results_collector.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\test\build\gcc\release\link-static\threading-multi\results_collector.o...
    gcc.compile.c++ bin.v2\libs\test\build\gcc\release\link-static\threading-multi\results_reporter.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\test\build\gcc\release\link-static\threading-multi\results_reporter.o" "libs\test\src\results_reporter.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\test\build\gcc\release\link-static\threading-multi\results_reporter.o...
    gcc.compile.c++ bin.v2\libs\test\build\gcc\release\link-static\threading-multi\test_main.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\test\build\gcc\release\link-static\threading-multi\test_main.o" "libs\test\src\test_main.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\test\build\gcc\release\link-static\threading-multi\test_main.o...
    gcc.compile.c++ bin.v2\libs\test\build\gcc\release\link-static\threading-multi\test_tools.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\test\build\gcc\release\link-static\threading-multi\test_tools.o" "libs\test\src\test_tools.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\test\build\gcc\release\link-static\threading-multi\test_tools.o...
    gcc.compile.c++ bin.v2\libs\test\build\gcc\release\link-static\threading-multi\unit_test_log.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\test\build\gcc\release\link-static\threading-multi\unit_test_log.o" "libs\test\src\unit_test_log.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\test\build\gcc\release\link-static\threading-multi\unit_test_log.o...
    gcc.compile.c++ bin.v2\libs\test\build\gcc\release\link-static\threading-multi\unit_test_main.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\test\build\gcc\release\link-static\threading-multi\unit_test_main.o" "libs\test\src\unit_test_main.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\test\build\gcc\release\link-static\threading-multi\unit_test_main.o...
    gcc.compile.c++ bin.v2\libs\test\build\gcc\release\link-static\threading-multi\unit_test_monitor.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\test\build\gcc\release\link-static\threading-multi\unit_test_monitor.o" "libs\test\src\unit_test_monitor.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\test\build\gcc\release\link-static\threading-multi\unit_test_monitor.o...
    gcc.compile.c++ bin.v2\libs\test\build\gcc\release\link-static\threading-multi\unit_test_parameters.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\test\build\gcc\release\link-static\threading-multi\unit_test_parameters.o" "libs\test\src\unit_test_parameters.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\test\build\gcc\release\link-static\threading-multi\unit_test_parameters.o...
    gcc.compile.c++ bin.v2\libs\test\build\gcc\release\link-static\threading-multi\unit_test_suite.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\test\build\gcc\release\link-static\threading-multi\unit_test_suite.o" "libs\test\src\unit_test_suite.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\test\build\gcc\release\link-static\threading-multi\unit_test_suite.o...
    gcc.compile.c++ bin.v2\libs\test\build\gcc\release\link-static\threading-multi\xml_log_formatter.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\test\build\gcc\release\link-static\threading-multi\xml_log_formatter.o" "libs\test\src\xml_log_formatter.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\test\build\gcc\release\link-static\threading-multi\xml_log_formatter.o...
    gcc.compile.c++ bin.v2\libs\test\build\gcc\release\link-static\threading-multi\xml_report_formatter.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\test\build\gcc\release\link-static\threading-multi\xml_report_formatter.o" "libs\test\src\xml_report_formatter.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\test\build\gcc\release\link-static\threading-multi\xml_report_formatter.o...
    ...skipped <pbin.v2\libs\test\build\gcc\release\link-static\threading-multi>libboost_test_exec_monitor-gcc-mt-1_44.a(clean) for lack of <pbin.v2\libs\test\build\gcc\release\link-static\threading-multi>compiler_log_formatter.o...
    ...skipped <pbin.v2\libs\test\build\gcc\release\link-static\threading-multi>libboost_test_exec_monitor-gcc-mt-1_44.a for lack of <pbin.v2\libs\test\build\gcc\release\link-static\threading-multi>compiler_log_formatter.o...
    ...skipped <pstage\lib>libboost_test_exec_monitor-gcc-mt-1_44.a for lack of <pbin.v2\libs\test\build\gcc\release\link-static\threading-multi>libboost_test_exec_monitor-gcc-mt-1_44.a...
    gcc.compile.c++ bin.v2\libs\test\build\gcc\release\link-static\threading-multi\exception_safety.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\test\build\gcc\release\link-static\threading-multi\exception_safety.o" "libs\test\src\exception_safety.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\test\build\gcc\release\link-static\threading-multi\exception_safety.o...
    gcc.compile.c++ bin.v2\libs\test\build\gcc\release\link-static\threading-multi\interaction_based.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\test\build\gcc\release\link-static\threading-multi\interaction_based.o" "libs\test\src\interaction_based.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\test\build\gcc\release\link-static\threading-multi\interaction_based.o...
    gcc.compile.c++ bin.v2\libs\test\build\gcc\release\link-static\threading-multi\logged_expectations.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\test\build\gcc\release\link-static\threading-multi\logged_expectations.o" "libs\test\src\logged_expectations.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\test\build\gcc\release\link-static\threading-multi\logged_expectations.o...
    ...skipped <pbin.v2\libs\test\build\gcc\release\link-static\threading-multi>libboost_unit_test_framework-gcc-mt-1_44.a(clean) for lack of <pbin.v2\libs\test\build\gcc\release\link-static\threading-multi>compiler_log_formatter.o...
    ...skipped <pbin.v2\libs\test\build\gcc\release\link-static\threading-multi>libboost_unit_test_framework-gcc-mt-1_44.a for lack of <pbin.v2\libs\test\build\gcc\release\link-static\threading-multi>compiler_log_formatter.o...
    ...skipped <pstage\lib>libboost_unit_test_framework-gcc-mt-1_44.a for lack of <pbin.v2\libs\test\build\gcc\release\link-static\threading-multi>libboost_unit_test_framework-gcc-mt-1_44.a...
    gcc.compile.c++ bin.v2\libs\thread\build\gcc\release\link-static\threading-multi\win32\thread.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads -Wno-long-long -DBOOST_ALL_NO_LIB=1 -DBOOST_THREAD_BUILD_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\thread\build\gcc\release\link-static\threading-multi\win32\thread.o" "libs\thread\src\win32\thread.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\thread\build\gcc\release\link-static\threading-multi\win32\thread.o...
    gcc.compile.c++ bin.v2\libs\thread\build\gcc\release\link-static\threading-multi\win32\tss_dll.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads -Wno-long-long -DBOOST_ALL_NO_LIB=1 -DBOOST_THREAD_BUILD_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\thread\build\gcc\release\link-static\threading-multi\win32\tss_dll.o" "libs\thread\src\win32\tss_dll.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\thread\build\gcc\release\link-static\threading-multi\win32\tss_dll.o...
    gcc.compile.c++ bin.v2\libs\thread\build\gcc\release\link-static\threading-multi\win32\tss_pe.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads -Wno-long-long -DBOOST_ALL_NO_LIB=1 -DBOOST_THREAD_BUILD_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\thread\build\gcc\release\link-static\threading-multi\win32\tss_pe.o" "libs\thread\src\win32\tss_pe.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\thread\build\gcc\release\link-static\threading-multi\win32\tss_pe.o...
    ...skipped <pbin.v2\libs\thread\build\gcc\release\link-static\threading-multi>libboost_thread-gcc-mt-1_44.a(clean) for lack of <pbin.v2\libs\thread\build\gcc\release\link-static\threading-multi>win32\thread.o...
    ...skipped <pbin.v2\libs\thread\build\gcc\release\link-static\threading-multi>libboost_thread-gcc-mt-1_44.a for lack of <pbin.v2\libs\thread\build\gcc\release\link-static\threading-multi>win32\thread.o...
    ...skipped <pstage\lib>libboost_thread-gcc-mt-1_44.a for lack of <pbin.v2\libs\thread\build\gcc\release\link-static\threading-multi>libboost_thread-gcc-mt-1_44.a...
    gcc.compile.c++ bin.v2\libs\wave\build\gcc\release\link-static\threading-multi\instantiate_cpp_exprgrammar.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\wave\build\gcc\release\link-static\threading-multi\instantiate_cpp_exprgrammar.o" "libs\wave\src\instantiate_cpp_exprgrammar.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\wave\build\gcc\release\link-static\threading-multi\instantiate_cpp_exprgrammar.o...
    gcc.compile.c++ bin.v2\libs\wave\build\gcc\release\link-static\threading-multi\instantiate_cpp_grammar.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\wave\build\gcc\release\link-static\threading-multi\instantiate_cpp_grammar.o" "libs\wave\src\instantiate_cpp_grammar.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\wave\build\gcc\release\link-static\threading-multi\instantiate_cpp_grammar.o...
    gcc.compile.c++ bin.v2\libs\wave\build\gcc\release\link-static\threading-multi\instantiate_cpp_literalgrs.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\wave\build\gcc\release\link-static\threading-multi\instantiate_cpp_literalgrs.o" "libs\wave\src\instantiate_cpp_literalgrs.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\wave\build\gcc\release\link-static\threading-multi\instantiate_cpp_literalgrs.o...
    gcc.compile.c++ bin.v2\libs\wave\build\gcc\release\link-static\threading-multi\instantiate_defined_grammar.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\wave\build\gcc\release\link-static\threading-multi\instantiate_defined_grammar.o" "libs\wave\src\instantiate_defined_grammar.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\wave\build\gcc\release\link-static\threading-multi\instantiate_defined_grammar.o...
    gcc.compile.c++ bin.v2\libs\wave\build\gcc\release\link-static\threading-multi\instantiate_predef_macros.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\wave\build\gcc\release\link-static\threading-multi\instantiate_predef_macros.o" "libs\wave\src\instantiate_predef_macros.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\wave\build\gcc\release\link-static\threading-multi\instantiate_predef_macros.o...
    gcc.compile.c++ bin.v2\libs\wave\build\gcc\release\link-static\threading-multi\instantiate_re2c_lexer.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\wave\build\gcc\release\link-static\threading-multi\instantiate_re2c_lexer.o" "libs\wave\src\instantiate_re2c_lexer.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\wave\build\gcc\release\link-static\threading-multi\instantiate_re2c_lexer.o...
    gcc.compile.c++ bin.v2\libs\wave\build\gcc\release\link-static\threading-multi\instantiate_re2c_lexer_str.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\wave\build\gcc\release\link-static\threading-multi\instantiate_re2c_lexer_str.o" "libs\wave\src\instantiate_re2c_lexer_str.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\wave\build\gcc\release\link-static\threading-multi\instantiate_re2c_lexer_str.o...
    gcc.compile.c++ bin.v2\libs\wave\build\gcc\release\link-static\threading-multi\token_ids.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\wave\build\gcc\release\link-static\threading-multi\token_ids.o" "libs\wave\src\token_ids.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\wave\build\gcc\release\link-static\threading-multi\token_ids.o...
    gcc.compile.c++ bin.v2\libs\wave\build\gcc\release\link-static\threading-multi\wave_config_constant.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\wave\build\gcc\release\link-static\threading-multi\wave_config_constant.o" "libs\wave\src\wave_config_constant.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\wave\build\gcc\release\link-static\threading-multi\wave_config_constant.o...
    gcc.compile.c++ bin.v2\libs\wave\build\gcc\release\link-static\threading-multi\cpplexer\re2clex\aq.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\wave\build\gcc\release\link-static\threading-multi\cpplexer\re2clex\aq.o" "libs\wave\src\cpplexer\re2clex\aq.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\wave\build\gcc\release\link-static\threading-multi\cpplexer\re2clex\aq.o...
    gcc.compile.c++ bin.v2\libs\wave\build\gcc\release\link-static\threading-multi\cpplexer\re2clex\cpp_re.o
    '"g++"' is not recognized as an internal or external command,
    operable program or batch file.
    
        "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -w -mthreads  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2\libs\wave\build\gcc\release\link-static\threading-multi\cpplexer\re2clex\cpp_re.o" "libs\wave\src\cpplexer\re2clex\cpp_re.cpp"
    
    ...failed gcc.compile.c++ bin.v2\libs\wave\build\gcc\release\link-static\threading-multi\cpplexer\re2clex\cpp_re.o...
    ...skipped <pbin.v2\libs\wave\build\gcc\release\link-static\threading-multi>libboost_wave-gcc-mt-1_44.a(clean) for lack of <pbin.v2\libs\wave\build\gcc\release\link-static\threading-multi>instantiate_cpp_exprgrammar.o...
    ...skipped <pbin.v2\libs\wave\build\gcc\release\link-static\threading-multi>libboost_wave-gcc-mt-1_44.a for lack of <pbin.v2\libs\wave\build\gcc\release\link-static\threading-multi>instantiate_cpp_exprgrammar.o...
    ...skipped <pstage\lib>libboost_wave-gcc-mt-1_44.a for lack of <pbin.v2\libs\wave\build\gcc\release\link-static\threading-multi>libboost_wave-gcc-mt-1_44.a...
    ...failed updating 252 targets...
    ...skipped 288 targets...
    Highlight Your Codes
    The Boost C++ Libraries (online Reference)

    "...a computer is a stupid machine with the ability to do incredibly smart things, while computer programmers are smart people with the ability to do incredibly stupid things. They are,in short, a perfect match.."
    Bill Bryson


  4. #34
    بابلی ریکا Masterx's Avatar
    Join Date
    Nov 2007
    Location
    Somewhere nearby,Who Cares?
    Posts
    497
    Quote Originally Posted by Fordy View Post
    Coincidently I had to build boost on a windows system today and it was a hell of a lot easier than I remember. Maybe I tried to build it some other way in the past without bjam?

    Still had to mess about with the library file names though, and "apt-get" is still much easier!
    what steps did you take to have a such a breeze on boost compilation ?
    Highlight Your Codes
    The Boost C++ Libraries (online Reference)

    "...a computer is a stupid machine with the ability to do incredibly smart things, while computer programmers are smart people with the ability to do incredibly stupid things. They are,in short, a perfect match.."
    Bill Bryson


  5. #35
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    Quote Originally Posted by Masterx View Post
    i was following the CB's official guide on compiling boost and configuring CB for that!
    thats why i didnt use the default approach!
    putting all of those aside , how do you configure CB ?
    (i mean all the steps you take to set everything up and running )
    Just that. Download bjam, throw in command line, done.

    Quote Originally Posted by Masterx View Post
    what steps did you take to have a such a breeze on boost compilation ?
    The problem is obviously that it cannot find g++. Did you really have to post the entire output?
    I can only suggest reading the boost.build manual at this point and looking at how to configure toolsets.
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

  6. #36
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    Looks like your MinGW isnt setup properly

    Quote Originally Posted by Masterx View Post
    what steps did you take to have a such a breeze on boost compilation ?
    Literally "bjam toolset=gcc" and another option to compile to a separate "stage" folder that I cant remember off the top of my head

    I already had it built for MSVC but needed a build for MinGW. You need to make sure your toolset is setup properly. I download a fresh version on MinGW and use that as my compiler (not using what might come bundled with an IDE) - MinGW - Minimalist GNU for Windows | Download MinGW - Minimalist GNU for Windows software for free at SourceForge.net

  7. #37
    بابلی ریکا Masterx's Avatar
    Join Date
    Nov 2007
    Location
    Somewhere nearby,Who Cares?
    Posts
    497
    Quote Originally Posted by Elysia View Post
    Just that. Download bjam, throw in command line, done.


    The problem is obviously that it cannot find g++. Did you really have to post the entire output?
    I can only suggest reading the boost.build manual at this point and looking at how to configure toolsets.
    well thats the problem , as i have already mentioned , i didnt used to get this error! but now i get such an error ! confused !
    well i have already read that boost build manual several times, but no luck!
    and for that whole log! i actually did it for further references , i mean if someone googles sth like this , and we happened to find the cause , he/she can benefit from our thread! thats all .!
    -
    Quote Originally Posted by Fordy View Post
    Looks like your MinGW isnt setup properly



    Literally "bjam toolset=gcc" and another option to compile to a separate "stage" folder that I cant remember off the top of my head

    I already had it built for MSVC but needed a build for MinGW. You need to make sure your toolset is setup properly. I download a fresh version on MinGW and use that as my compiler (not using what might come bundled with an IDE) - MinGW - Minimalist GNU for Windows | Download MinGW - Minimalist GNU for Windows software for free at SourceForge.net
    well i have CB installed, i have no idea why it worked once ! and then it didnt! ( and yet doesnt!)
    if there was anything wrong with gcc(mingw) then it shouldn't have succeeded in first try either!
    anyway , sourceforge banned my country i cant download from sourceforge now , any other options ?
    Edited : i found another counterpart ( package for mingw) and im downloading it , here it is ::
    http://tdm-gcc.tdragon.net/
    ( irony im downloading from sourceforge and im not banned! (o_O)
    Last edited by Masterx; 11-09-2010 at 10:59 AM.
    Highlight Your Codes
    The Boost C++ Libraries (online Reference)

    "...a computer is a stupid machine with the ability to do incredibly smart things, while computer programmers are smart people with the ability to do incredibly stupid things. They are,in short, a perfect match.."
    Bill Bryson


  8. #38
    Registered User Codeplug's Avatar
    Join Date
    Mar 2003
    Posts
    4,981
    In the root of your MinGW install you'll find "mingwvars.bat".
    Open your command window.
    CD into the directory containing "mingwvars.bat".
    Run it.
    CD over to boost and build it.

    gg

  9. #39
    بابلی ریکا Masterx's Avatar
    Join Date
    Nov 2007
    Location
    Somewhere nearby,Who Cares?
    Posts
    497
    Quote Originally Posted by Codeplug View Post
    In the root of your MinGW install you'll find "mingwvars.bat".
    Open your command window.
    CD into the directory containing "mingwvars.bat".
    Run it.
    CD over to boost and build it.

    gg
    thank you Codeplug, but i just installed that gcc package , and im in middle of compilation , so far so good , if i encountered any problem , i try your method .
    ( just installed tdm-gcc package, migh it have already set that environment var by itself during installation ? , so that i dont need to run it prior to compiling boost? )
    Highlight Your Codes
    The Boost C++ Libraries (online Reference)

    "...a computer is a stupid machine with the ability to do incredibly smart things, while computer programmers are smart people with the ability to do incredibly stupid things. They are,in short, a perfect match.."
    Bill Bryson


  10. #40
    بابلی ریکا Masterx's Avatar
    Join Date
    Nov 2007
    Location
    Somewhere nearby,Who Cares?
    Posts
    497
    ok it nearly took 3 hours to finish ( guess the cause was kaspersky maybe)) and it is now 3 Gigabyte or so so far so good .
    now there is a problem i have in compiling samples .
    first of all let me tell you where it got installed :
    the default directory is :
    Code:
    F:\Boost\Boost_1_44_0
    so after compilation the libs reside in:
    Code:
     F:\Boost\Boost_1_44_0\stage\libs .
    but i have no idea where the include folder is ! , there is one
    Code:
    F:\Boost\Boost_1_44_0\bin.v2\libs
    which contains directories for like "filesystem","graph"," math", "io" and etc , and its size after compilation became 1.8 Gigabyte , is it the include folder ?
    i mean i stuck in where i should configure the CB , specifying include directory,libs and stuff .
    i chose the base directory
    Code:
    (F:\Boost\Boost_1_44_0)
    , and chose the lib Directory
    Code:
    (F:\Boost\Boost_1_44_0\stage\libs)
    but i have no idea where the include Directory resides! according to the CB wiki there should be a Folder named "include" in the base directory (
    Code:
    meaning in: F:\Boost\Boost_1_44_0)
    , but in the current 1.44 package there is'nt such a thing!
    for the time being i chose "
    Code:
    F:\Boost\boost_1_44_0\boost
    "as the include directory. (which contains alot of header files, and directorys which then again contain header files too! )
    the next step was to configure the linker setting and Compiler and linker search directories!
    i configured them like this :
    Compiler search directories :
    Code:
    F:\Boost\boost_1_44_0
    F:\Boost\boost_1_44_0\bin.v2\libs
    F:\Boost\boost_1_44_0\boost
    and for linker i typed :
    Code:
    $(#boost.lib) ( as CB wiki stated ! i have no idea what this means! nor i have no idea what it does!)
    F:\Boost\boost_1_44_0\stage\lib
    and the last one is linker settings :
    in CB wiki it is read that , i add "
    Code:
    boost_*-mgwXX-mt-1_42
    " , ( so i did "
    Code:
    boost_*-mgwXX-mt-1_44
    ") .
    all in all it doesnt get compiled!
    can anyone tell me what im doing wrong ? and correct me ?
    Last edited by Masterx; 11-09-2010 at 09:16 PM.
    Highlight Your Codes
    The Boost C++ Libraries (online Reference)

    "...a computer is a stupid machine with the ability to do incredibly smart things, while computer programmers are smart people with the ability to do incredibly stupid things. They are,in short, a perfect match.."
    Bill Bryson


  11. #41
    بابلی ریکا Masterx's Avatar
    Join Date
    Nov 2007
    Location
    Somewhere nearby,Who Cares?
    Posts
    497
    Thanks to Dear God and all of you guys , i finally made it
    here is the summary :
    instruction used :
    bootstrap.bat
    bjam toolset=gcc --build-type=complete stage
    the instruction above , installs ( compiles boost) to the default directory ( where boost archive is unpacked)
    if the default directory is :
    Code:
    F:\Boost\Boost_1_44_0
    then after compilation the libs reside in:
    Code:
     F:\Boost\Boost_1_44_0\stage\libs .
    and the include folder is :
    "
    Code:
    F:\Boost\boost_1_44_0\boost
    "
    and the CodeBlocks Global Variables must be configured this way :
    Base :
    Code:
    F:\Boost\boost_1_44_0
    Include :
    Code:
    F:\Boost\boost_1_44_0\boost
    Lib:
    Code:
    F:\Boost\boost_1_44_0\stage\lib
    and here it comes the important part . we need to configure the Compiler and Linker search directories and linker settings :

    Note: if you wish to save yourself a headache, and an iterative task , instead of right clicking on projects name , just do this: on menu bar click on Settings\Compiler and debugger..., and here configure the compiler and linker search directories and linker settings as explained below : (&&)

    for this :
    * Right-click your project's name in the Projects section of the Management window and select "Build options..."
    * Highlight the root of your project in the tree on the left side of the Project build options window
    * Select the "Search directories" tab
    (&&) * With the "Compiler" subtab selected, click the Add button, enter "these :
    Code:
    F:\Boost\boost_1_44_0
    F:\Boost\boost_1_44_0\boost
    F:\Boost\boost_1_44_0\bin.v2\libs
    and click OK
    then , when you added all of those mentioned above , click on CopyAll button on the right corner of the window , next to clear button , then choose Debug and then Release and click Ok .
    after that go to the "Linker" subtab , click the Add button, :
    Code:
    F:\Boost\boost_1_44_0\stage\lib
    Code:
    $(#boost.lib)
    after that just like before , click on Copyallto.. button and so on , when done , click ok .

    now select the linker setting tab, and there , click "Add"
    and navigate to the libs folder where all of the libs are located ": i mean
    Code:
    F:\Boost\boost_1_44_0\stage\lib
    and now select all of the files you see there. when selected , click ok .
    a pop up window appears , click no , and then click Ok .

    Note:
    and not to mention that , i installed gcc compiler again , the prebundled CodeBlocks gcc wouldnt work! so i downloaded the package here
    "http://tdm-gcc.tdragon.net/"
    and then the compilation went on smoothly

    Note2:
    if you are on win7 or vista , make sure you execute ( or run) cmd ( command prompt) with administrative rights- to do so , just right click on cmd and select run as administrator .
    now everything is set up so you can compile any boost sample
    ( this is how i setup my codeblocks and i got it all running
    Last edited by Masterx; 11-10-2010 at 06:00 AM.
    Highlight Your Codes
    The Boost C++ Libraries (online Reference)

    "...a computer is a stupid machine with the ability to do incredibly smart things, while computer programmers are smart people with the ability to do incredibly stupid things. They are,in short, a perfect match.."
    Bill Bryson


  12. #42
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    Good to see you got it up and running.
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. boost libraries
    By herWter in forum C++ Programming
    Replies: 6
    Last Post: 07-15-2008, 05:35 PM
  2. Why does boost jam build repeating libraries?
    By indigo0086 in forum Tech Board
    Replies: 0
    Last Post: 05-30-2007, 06:35 AM
  3. building boost libraries
    By l2u in forum C++ Programming
    Replies: 3
    Last Post: 05-09-2007, 08:34 AM
  4. instaling boost libraries
    By whackaxe in forum C++ Programming
    Replies: 2
    Last Post: 06-04-2004, 09:33 AM
  5. Two questions (Linking Libraries and Creating Them)
    By Thantos in forum Linux Programming
    Replies: 3
    Last Post: 03-21-2004, 05:01 PM

Tags for this Thread