Giter Club home page Giter Club logo

Comments (8)

ilovepi avatar ilovepi commented on August 26, 2024

Hi Alexander,

I'm sorry to hear you're having trouble, but fortunately I was able to replicate the errors. I believe the error comes from the BindLib submodule not being initialized, so I'm going to guess that you didn't recursively clone the lib and its submodules, which I also forgot to do. Correcting this is a simple matter of removing the afio repo and recursively cloning the afio library from github.

git clone --recursive https://github.com/BoostGSoC13/boost.afio.git

After this correction I am able to build properly per the instructions listed in the docs.

On the offchance your unfamiliar with using submodules I found this SO thread has some good information on submodule initialization, though I find simply re-cloning to be the simplest solution.

I alway find diagnosing Boost.Build issues is terribly hard, so hopefully this will work for you. Let Niall or I know if this solves your issue.

from boost.afio.

ned14 avatar ned14 commented on August 26, 2024

Yep, it's the lack of the git submodules. Alexander, can you tell me how you went about trying out AFIO? Did you follow the instructions at https://boostgsoc13.github.io/boost.afio/doc/html/afio/compilation.html?

Looking at that page now I realise it really isn't very good and could do with being rewritten. Plus I am thinking that the source zip archive for AFIO really needs to include all submodules too.

from boost.afio.

ned14 avatar ned14 commented on August 26, 2024

@ariccio Can you try https://boostgsoc13.github.io/boost.afio/afio-stable.tar.bz2 for me please and tell me if that works as a complete and ready to go standalone distro?

from boost.afio.

ariccio avatar ariccio commented on August 26, 2024

I alway[s] find diagnosing Boost.Build issues is terribly hard, so hopefully this will work for you. Let Niall or I know if this solves your issue.

In my experience/opinion, this is easily the single biggest thing that discourages people from
trying/using boost.

Can you try https://boostgsoc13.github.io/boost.afio/afio-stable.tar.bz2 for me please and tell me if that works as a complete and ready to go standalone distro?

I'll test that, but for now, here's the console output (I'm glad that I saved it!) of trying to build boost AFIO:

C:\Users\Alexander Riccio>pushd boost/libs
The syntax of the command is incorrect.

C:\Users\Alexander Riccio>pushd ./boost/libs
The syntax of the command is incorrect.

C:\Users\Alexander Riccio>pushd ./boost/boost_1_57_0/libs
The syntax of the command is incorrect.

C:\Users\Alexander Riccio>pushd boost/boost_1_57_0/libs
The syntax of the command is incorrect.

C:\Users\Alexander Riccio>pushd boost

C:\Users\Alexander Riccio\boost>popd

C:\Users\Alexander Riccio>pushd boost\boost_1_57_0\libs

C:\Users\Alexander Riccio\boost\boost_1_57_0\libs>mklink /j afio C:\Users\Alexander Riccio\boost.afio
The syntax of the command is incorrect.

C:\Users\Alexander Riccio\boost\boost_1_57_0\libs>mklink /j afio C:\Users\Alexander Riccio\boost.afio
The syntax of the command is incorrect.

C:\Users\Alexander Riccio\boost\boost_1_57_0\libs>mklink /?
Creates a symbolic link.

MKLINK [[/D] | [/H] | [/J]] Link Target

        /D      Creates a directory symbolic link.  Default is a file
                symbolic link.
        /H      Creates a hard link instead of a symbolic link.
        /J      Creates a Directory Junction.
        Link    specifies the new symbolic link name.
        Target  specifies the path (relative or absolute) that the new link
                refers to.

C:\Users\Alexander Riccio\boost\boost_1_57_0\libs>mklink /j afio "C:\Users\Alexander Riccio\boost.afio"
Junction created for afio <<===>> C:\Users\Alexander Riccio\boost.afio

C:\Users\Alexander Riccio\boost\boost_1_57_0\libs>pushd ..

C:\Users\Alexander Riccio\boost\boost_1_57_0>b2 headers
'b2' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\Alexander Riccio\boost\boost_1_57_0>pushd ..

C:\Users\Alexander Riccio\boost>b2 headersp^X

C:\Users\Alexander Riccio\boost>popd

C:\Users\Alexander Riccio\boost\boost_1_57_0>./b2 headers
'.' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\Alexander Riccio\boost\boost_1_57_0>dir
 Volume in drive C has no label.
 Volume Serial Number is 707C-E04E

 Directory of C:\Users\Alexander Riccio\boost\boost_1_57_0

03/26/2015  01:12 AM    <DIR>          .
03/26/2015  01:12 AM    <DIR>          ..
03/26/2015  01:11 AM    <DIR>          boost
10/30/2014  08:00 AM               867 boost-build.jam
10/30/2014  08:00 AM             1,054 boost.css
10/30/2014  08:00 AM             6,308 boost.png
10/30/2014  08:00 AM            18,083 boostcpp.jam
10/30/2014  08:00 AM             2,560 bootstrap.bat
10/30/2014  08:00 AM            10,330 bootstrap.sh
03/26/2015  01:11 AM    <DIR>          doc
10/30/2014  08:00 AM               794 index.htm
10/30/2014  08:00 AM             5,560 index.html
10/30/2014  08:00 AM               298 INSTALL
10/30/2014  08:00 AM            11,189 Jamroot
03/26/2015  01:17 AM    <DIR>          libs
10/30/2014  08:00 AM             1,361 LICENSE_1_0.txt
03/26/2015  01:12 AM    <DIR>          more
10/30/2014  08:00 AM             2,757 rst.css
03/26/2015  01:12 AM    <DIR>          status
03/26/2015  01:12 AM    <DIR>          tools
              12 File(s)         61,161 bytes
               8 Dir(s)   9,603,915,776 bytes free

C:\Users\Alexander Riccio\boost\boost_1_57_0>dir tools\build
 Volume in drive C has no label.
 Volume Serial Number is 707C-E04E

 Directory of C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build

03/26/2015  01:12 AM    <DIR>          .
03/26/2015  01:12 AM    <DIR>          ..
10/24/2014  03:06 PM               275 boost-build.jam
10/24/2014  03:06 PM             1,134 bootstrap.bat
10/24/2014  03:06 PM             2,623 bootstrap.sh
03/26/2015  01:12 AM    <DIR>          doc
03/26/2015  01:12 AM    <DIR>          example
10/24/2014  03:06 PM             7,012 index.html
10/24/2014  03:06 PM             1,037 Jamroot.jam
03/26/2015  01:12 AM    <DIR>          notes
03/26/2015  01:12 AM    <DIR>          scripts
03/26/2015  01:12 AM    <DIR>          src
03/26/2015  01:12 AM    <DIR>          test
03/26/2015  01:12 AM    <DIR>          website
               5 File(s)         12,081 bytes
               9 Dir(s)   9,605,967,872 bytes free

C:\Users\Alexander Riccio\boost\boost_1_57_0>tools\build\bootstrap.bat
Bootstrapping the build engine
The system cannot find the path specified.
'.\build.bat' is not recognized as an internal or external command,
operable program or batch file.

Failed to bootstrap the build engine
Please consult bootstrap.log for furter diagnostics.


C:\Users\Alexander Riccio\boost\boost_1_57_0\libs>pushd tools\build
The system cannot find the path specified.

C:\Users\Alexander Riccio\boost\boost_1_57_0\libs>tools\build\bootstrap.bat
The system cannot find the path specified.

C:\Users\Alexander Riccio\boost\boost_1_57_0\libs>bootstrap.bat
'bootstrap.bat' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\Alexander Riccio\boost\boost_1_57_0\libs>pushd tool
The system cannot find the path specified.

C:\Users\Alexander Riccio\boost\boost_1_57_0\libs>pushd tools
The system cannot find the path specified.

C:\Users\Alexander Riccio\boost\boost_1_57_0\libs>pushd build
The system cannot find the path specified.

C:\Users\Alexander Riccio\boost\boost_1_57_0\libs>pushd tool

C:\Users\Alexander Riccio\boost\boost_1_57_0\libs>popd

C:\Users\Alexander Riccio>pushd boost\boost_1_57_0

C:\Users\Alexander Riccio\boost\boost_1_57_0>pushd tools\build

C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build>bootstrap.bat
Bootstrapping the build engine

Bootstrapping is done. To build, run:

    .\b2 --prefix=DIR install


C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build>dir
 Volume in drive C has no label.
 Volume Serial Number is 707C-E04E

 Directory of C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build

03/26/2015  01:20 AM    <DIR>          .
03/26/2015  01:20 AM    <DIR>          ..
03/26/2015  01:20 AM           316,416 b2.exe
03/26/2015  01:20 AM           316,416 bjam.exe
10/24/2014  03:06 PM               275 boost-build.jam
10/24/2014  03:06 PM             1,134 bootstrap.bat
03/26/2015  01:20 AM             2,690 bootstrap.log
10/24/2014  03:06 PM             2,623 bootstrap.sh
03/26/2015  01:12 AM    <DIR>          doc
03/26/2015  01:12 AM    <DIR>          example
10/24/2014  03:06 PM             7,012 index.html
10/24/2014  03:06 PM             1,037 Jamroot.jam
03/26/2015  01:12 AM    <DIR>          notes
03/26/2015  01:12 AM    <DIR>          scripts
03/26/2015  01:12 AM    <DIR>          src
03/26/2015  01:12 AM    <DIR>          test
03/26/2015  01:12 AM    <DIR>          website
               8 File(s)        647,603 bytes
               9 Dir(s)   9,570,586,624 bytes free

C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build>b2 install --prefix="C:\Users\Alexander Riccio\boostbuild_1_57"
warning: No toolsets are configured.
warning: Configuring default toolset "msvc".
warning: If the default is wrong, your build may not work correctly.
warning: Use the "toolset=xxxxx" option to override our guess.
warning: For more configuration options, please consult
warning: http://boost.org/boost-build2/doc/html/bbv2/advanced/configuration.html
...found 1 target...
...updating 1 target...
msvc.write-setup-script C:\Users\ALEXAN~1\AppData\Local\Temp\b2_msvc_12.0_vcvarsall_x86.cmd
...updated 1 target...
...found 1 target...
...updating 1 target...
msvc.write-setup-script C:\Users\ALEXAN~1\AppData\Local\Temp\b2_msvc_12.0_vcvarsall_x86_amd64.cmd
...updated 1 target...
...found 1 target...
...updating 1 target...
msvc.write-setup-script C:\Users\ALEXAN~1\AppData\Local\Temp\b2_msvc_12.0_vcvarsall_x86_arm.cmd
...updated 1 target...
...found 601 targets...
...updating 319 targets...
common.mkdir C:\Users\Alexander Riccio\boostbuild_1_57\share
common.mkdir C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build
common.mkdir C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src
common.mkdir C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\python-config.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\python-config.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\python.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\python.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\qcc.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\qcc.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\qt.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\qt.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\qt3.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\qt3.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\qt4.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\qt4.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\qt5.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\qt5.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\quickbook-config.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\quickbook-config.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\quickbook.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\quickbook.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\rc.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\rc.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\rc.py
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\rc.py
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\stage.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\stage.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\stage.py
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\stage.py
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\stlport.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\stlport.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\sun.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\sun.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\symlink.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\symlink.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\symlink.py
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\symlink.py
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\testing-aux.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\testing-aux.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\testing.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\testing.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\testing.py
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\testing.py
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\unix.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\unix.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\unix.py
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\unix.py
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\vacpp.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\vacpp.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\whale.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\whale.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\xlf.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\xlf.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\xsltproc-config.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\xsltproc-config.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\xsltproc.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\xsltproc.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\zlib.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\zlib.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\__init__.py
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\__init__.py
        1 file(s) copied.
common.mkdir C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\doxygen
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\doxygen\windows-paths-check.doxyfile
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\doxygen\windows-paths-check.doxyfile
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\doxygen\windows-paths-check.hpp
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\doxygen\windows-paths-check.hpp
        1 file(s) copied.
common.mkdir C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\types
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\types\asm.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\types\asm.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\types\asm.py
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\types\asm.py
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\types\cpp.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\types\cpp.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\types\cpp.py
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\types\cpp.py
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\types\exe.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\types\exe.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\types\exe.py
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\types\exe.py
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\types\html.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\types\html.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\types\html.py
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\types\html.py
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\types\lib.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\types\lib.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\types\lib.py
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\types\lib.py
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\types\obj.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\types\obj.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\types\obj.py
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\types\obj.py
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\types\objc.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\types\objc.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\types\preprocessed.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\types\preprocessed.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\types\preprocessed.py
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\types\preprocessed.py
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\types\qt.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\types\qt.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\types\register.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\types\register.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\types\rsp.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\types\rsp.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\types\rsp.py
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\types\rsp.py
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\types\__init__.py
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\types\__init__.py
        1 file(s) copied.
common.mkdir C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\xsltproc
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\xsltproc\included.xsl
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\xsltproc\included.xsl
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\xsltproc\test.xml
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\xsltproc\test.xml
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\xsltproc\test.xsl
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\xsltproc\test.xsl
        1 file(s) copied.
common.mkdir C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\boost-build.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\boost-build.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\site-config.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\site-config.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\user-config.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\user-config.jam
        1 file(s) copied.
common.mkdir C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\built_tool
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\built_tool\Jamroot.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\built_tool\Jamroot.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\built_tool\readme.txt
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\built_tool\readme.txt
        1 file(s) copied.
common.mkdir C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\customization
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\customization\class.verbatim
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\customization\class.verbatim
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\customization\codegen.cpp
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\customization\codegen.cpp
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\customization\inline_file.py
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\customization\inline_file.py
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\customization\jamroot.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\customization\jamroot.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\customization\readme.txt
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\customization\readme.txt
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\customization\t1.verbatim
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\customization\t1.verbatim
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\customization\t2.verbatim
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\customization\t2.verbatim
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\customization\usage.verbatim
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\customization\usage.verbatim
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\customization\verbatim.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\customization\verbatim.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\customization\verbatim.py
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\customization\verbatim.py
        1 file(s) copied.
common.mkdir C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\generate
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\generate\a.cpp
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\generate\a.cpp
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\generate\gen.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\generate\gen.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\generate\gen.py
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\generate\gen.py
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\generate\jamroot.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\generate\jamroot.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\generate\REAME.txt
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\generate\REAME.txt
        1 file(s) copied.
common.mkdir C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\generator
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\generator\foo.gci
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\generator\foo.gci
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\generator\jamroot.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\generator\jamroot.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\generator\README.txt
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\generator\README.txt
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\generator\soap.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\generator\soap.jam
        1 file(s) copied.
common.mkdir C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\gettext
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\gettext\jamfile.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\gettext\jamfile.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\gettext\jamroot.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\gettext\jamroot.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\gettext\main.cpp
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\gettext\main.cpp
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\gettext\readme.txt
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\gettext\readme.txt
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\gettext\russian.po
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\gettext\russian.po
        1 file(s) copied.
common.mkdir C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\hello
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\hello\hello.cpp
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\hello\hello.cpp
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\hello\jamroot.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\hello\jamroot.jam
        1 file(s) copied.
...on 100th target...
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\hello\readme.txt
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\hello\readme.txt
        1 file(s) copied.
common.mkdir C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\libraries
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\libraries\jamroot.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\libraries\jamroot.jam
        1 file(s) copied.
common.mkdir C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\make
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\make\foo.py
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\make\foo.py
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\make\jamroot.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\make\jamroot.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\make\main_cpp.pro
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\make\main_cpp.pro
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\make\readme.txt
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\make\readme.txt
        1 file(s) copied.
common.mkdir C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\pch
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\pch\jamroot.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\pch\jamroot.jam
        1 file(s) copied.
common.mkdir C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\python_modules
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\python_modules\jamroot.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\python_modules\jamroot.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\python_modules\python_helpers.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\python_modules\python_helpers.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\python_modules\python_helpers.py
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\python_modules\python_helpers.py
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\python_modules\readme.txt
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\python_modules\readme.txt
        1 file(s) copied.
common.mkdir C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\qt
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\qt\README.txt
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\qt\README.txt
        1 file(s) copied.
common.mkdir C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\testing
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\testing\compile-fail.cpp
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\testing\compile-fail.cpp
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\testing\fail.cpp
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\testing\fail.cpp
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\testing\jamroot.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\testing\jamroot.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\testing\success.cpp
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\testing\success.cpp
        1 file(s) copied.
common.mkdir C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\variant
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\variant\a.cpp
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\variant\a.cpp
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\variant\jamfile.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\variant\jamfile.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\variant\jamroot.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\variant\jamroot.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\variant\readme.txt
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\variant\readme.txt
        1 file(s) copied.
common.mkdir C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\built_tool\core
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\built_tool\core\a.td
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\built_tool\core\a.td
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\built_tool\core\core.cpp
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\built_tool\core\core.cpp
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\built_tool\core\Jamfile.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\built_tool\core\Jamfile.jam
        1 file(s) copied.
common.mkdir C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\built_tool\tblgen
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\built_tool\tblgen\Jamfile.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\built_tool\tblgen\Jamfile.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\built_tool\tblgen\tblgen.cpp
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\built_tool\tblgen\tblgen.cpp
        1 file(s) copied.
common.mkdir C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\libraries\app
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\libraries\app\app.cpp
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\libraries\app\app.cpp
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\libraries\app\jamfile.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\libraries\app\jamfile.jam
        1 file(s) copied.
common.mkdir C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\pch\include
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\pch\include\pch.hpp
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\pch\include\pch.hpp
        1 file(s) copied.
common.mkdir C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\pch\source
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\pch\source\hello_world.cpp
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\pch\source\hello_world.cpp
        1 file(s) copied.
common.mkdir C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\variant\libs
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\variant\libs\jamfile.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\variant\libs\jamfile.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\variant\libs\l.cpp
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\variant\libs\l.cpp
        1 file(s) copied.
common.mkdir C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\libraries\util
common.mkdir C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\libraries\util\foo
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\libraries\util\foo\bar.cpp
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\libraries\util\foo\bar.cpp
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\libraries\util\foo\jamfile.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\libraries\util\foo\jamfile.jam
        1 file(s) copied.
common.mkdir C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\qt\qt3
common.mkdir C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\qt\qt3\hello
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\qt\qt3\hello\canvas.cpp
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\qt\qt3\hello\canvas.cpp
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\qt\qt3\hello\canvas.h
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\qt\qt3\hello\canvas.h
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\qt\qt3\hello\jamroot.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\qt\qt3\hello\jamroot.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\qt\qt3\hello\main.cpp
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\qt\qt3\hello\main.cpp
        1 file(s) copied.
common.mkdir C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\qt\qt3\moccable-cpp
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\qt\qt3\moccable-cpp\jamroot.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\qt\qt3\moccable-cpp\jamroot.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\qt\qt3\moccable-cpp\main.cpp
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\qt\qt3\moccable-cpp\main.cpp
        1 file(s) copied.
common.mkdir C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\qt\qt3\uic
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\qt\qt3\uic\hello_world_widget.ui
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\qt\qt3\uic\hello_world_widget.ui
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\qt\qt3\uic\jamroot.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\qt\qt3\uic\jamroot.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\qt\qt3\uic\main.cpp
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\qt\qt3\uic\main.cpp
        1 file(s) copied.
common.mkdir C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\qt\qt4
common.mkdir C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\qt\qt4\hello
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\qt\qt4\hello\arrow.cpp
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\qt\qt4\hello\arrow.cpp
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\qt\qt4\hello\arrow.h
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\qt\qt4\hello\arrow.h
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\qt\qt4\hello\jamroot.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\qt\qt4\hello\jamroot.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\qt\qt4\hello\main.cpp
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\qt\qt4\hello\main.cpp
        1 file(s) copied.
common.mkdir C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\qt\qt4\moccable-cpp
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\qt\qt4\moccable-cpp\jamroot.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\qt\qt4\moccable-cpp\jamroot.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\qt\qt4\moccable-cpp\main.cpp
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\qt\qt4\moccable-cpp\main.cpp
        1 file(s) copied.
common.mkdir C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\qt\qt4\uic
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\qt\qt4\uic\hello_world_widget.ui
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\qt\qt4\uic\hello_world_widget.ui
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\qt\qt4\uic\jamroot.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\qt\qt4\uic\jamroot.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\qt\qt4\uic\main.cpp
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\qt\qt4\uic\main.cpp
        1 file(s) copied.
common.mkdir C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\libraries\util\foo\include
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\example\libraries\util\foo\include\lib1.h
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\example\libraries\util\foo\include\lib1.h
        1 file(s) copied.
common.mkdir C:\Users\Alexander Riccio\boostbuild_1_57\bin
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\bin\b2.exe
b2.exe
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\bin\bjam.exe
bjam.exe
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\boost-build.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\boost-build.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\build-system.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\build-system.jam
        1 file(s) copied.
common.mkdir C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\build
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\build\ac.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\build\ac.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\build\alias.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\build\alias.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\build\alias.py
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\build\alias.py
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\build\build-request.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\build\build-request.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\build\build_request.py
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\build\build_request.py
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\build\config-cache.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\build\config-cache.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\build\configure.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\build\configure.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\build\configure.py
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\build\configure.py
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\build\engine.py
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\build\engine.py
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\build\errors.py
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\build\errors.py
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\build\feature.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\build\feature.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\build\feature.py
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\build\feature.py
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\build\generators.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\build\generators.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\build\generators.py
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\build\generators.py
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\build\project.ann.py
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\build\project.ann.py
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\build\project.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\build\project.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\build\project.py
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\build\project.py
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\build\property-set.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\build\property-set.jam
        1 file(s) copied.
...on 200th target...
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\build\property.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\build\property.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\build\property.py
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\build\property.py
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\build\property_set.py
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\build\property_set.py
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\build\scanner.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\build\scanner.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\build\scanner.py
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\build\scanner.py
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\build\targets.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\build\targets.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\build\targets.py
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\build\targets.py
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\build\toolset.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\build\toolset.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\build\toolset.py
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\build\toolset.py
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\build\type.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\build\type.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\build\type.py
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\build\type.py
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\build\version.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\build\version.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\build\virtual-target.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\build\virtual-target.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\build\virtual_target.py
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\build\virtual_target.py
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\build\__init__.py
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\build\__init__.py
        1 file(s) copied.
common.mkdir C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\kernel
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\kernel\boost-build.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\kernel\boost-build.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\kernel\bootstrap.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\kernel\bootstrap.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\kernel\bootstrap.py
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\kernel\bootstrap.py
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\kernel\class.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\kernel\class.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\kernel\errors.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\kernel\errors.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\kernel\modules.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\kernel\modules.jam
        1 file(s) copied.
common.mkdir C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\util
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\util\assert.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\util\assert.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\util\container.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\util\container.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\util\doc.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\util\doc.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\util\indirect.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\util\indirect.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\util\indirect.py
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\util\indirect.py
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\util\logger.py
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\util\logger.py
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\util\numbers.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\util\numbers.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\util\option.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\util\option.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\util\option.py
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\util\option.py
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\util\order.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\util\order.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\util\order.py
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\util\order.py
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\util\os.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\util\os.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\util\os_j.py
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\util\os_j.py
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\util\path.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\util\path.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\util\path.py
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\util\path.py
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\util\print.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\util\print.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\util\regex.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\util\regex.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\util\regex.py
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\util\regex.py
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\util\sequence.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\util\sequence.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\util\sequence.py
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\util\sequence.py
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\util\set.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\util\set.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\util\set.py
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\util\set.py
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\util\string.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\util\string.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\util\utility.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\util\utility.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\util\utility.py
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\util\utility.py
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\util\__init__.py
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\util\__init__.py
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\acc.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\acc.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\auto-index.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\auto-index.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\bison.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\bison.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\boostbook-config.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\boostbook-config.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\boostbook.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\boostbook.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\borland.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\borland.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\builtin.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\builtin.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\builtin.py
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\builtin.py
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\cast.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\cast.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\cast.py
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\cast.py
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\clang-darwin.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\clang-darwin.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\clang-linux.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\clang-linux.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\clang-win.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\clang-win.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\clang.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\clang.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\common.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\common.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\common.py
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\common.py
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\common_clang_vc.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\common_clang_vc.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\como-linux.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\como-linux.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\como-win.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\como-win.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\como.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\como.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\convert.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\convert.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\cray.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\cray.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\cw-config.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\cw-config.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\cw.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\cw.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\darwin.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\darwin.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\darwin.py
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\darwin.py
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\dmc.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\dmc.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\docutils.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\docutils.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\doxproc.py
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\doxproc.py
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\doxygen-config.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\doxygen-config.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\doxygen.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\doxygen.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\fop.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\fop.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\fortran.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\fortran.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\gcc.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\gcc.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\gcc.py
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\gcc.py
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\generate.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\generate.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\gettext.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\gettext.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\gfortran.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\gfortran.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\hpfortran.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\hpfortran.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\hp_cxx.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\hp_cxx.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\ifort.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\ifort.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\intel-darwin.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\intel-darwin.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\intel-linux.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\intel-linux.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\intel-win.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\intel-win.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\intel.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\intel.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\lex.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\lex.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\libjpeg.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\libjpeg.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\libpng.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\libpng.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\libtiff.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\libtiff.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\link.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\link.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\make.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\make.jam
        1 file(s) copied.
...on 300th target...
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\make.py
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\make.py
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\mc.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\mc.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\mc.py
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\mc.py
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\message.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\message.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\message.py
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\message.py
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\midl.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\midl.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\midl.py
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\midl.py
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\mipspro.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\mipspro.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\mpi.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\mpi.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\msvc-config.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\msvc-config.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\msvc.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\msvc.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\msvc.py
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\msvc.py
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\notfile.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\notfile.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\notfile.py
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\notfile.py
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\package.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\package.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\package.py
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\package.py
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\pathscale.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\pathscale.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\pch.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\pch.jam
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\pch.py
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\pch.py
        1 file(s) copied.
common.copy C:\Users\Alexander Riccio\boostbuild_1_57\share\boost-build\src\tools\pgi.jam
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src\tools\pgi.jam
        1 file(s) copied.
...updated 319 targets...

C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build>popd

C:\Users\Alexander Riccio\boost\boost_1_57_0>"C:\Users\Alexander Riccio\boostbuild_1_57\bin\b2.exe" headers
warning: No toolsets are configured.
warning: Configuring default toolset "msvc".
warning: If the default is wrong, your build may not work correctly.
warning: Use the "toolset=xxxxx" option to override our guess.
warning: For more configuration options, please consult
warning: http://boost.org/boost-build2/doc/html/bbv2/advanced/configuration.html
Performing configuration checks

    - symlinks supported       : no
    - junctions supported      : yes
    - hardlinks supported      : yes
...found 7 targets...
...updating 2 targets...
mklink-or-dir boost\afio
Junction created for boost\afio <<===>> libs\afio\include\boost\afio
link.hardlink boost\afio.hpp
Hardlink created for boost\afio.hpp <<===>> libs\afio\include\boost\afio.hpp
...updated 2 targets...

C:\Users\Alexander Riccio\boost\boost_1_57_0>"C:\Users\Alexander Riccio\boostbuild_1_57\bin\b2.exe" headers
warning: No toolsets are configured.
warning: Configuring default toolset "msvc".
warning: If the default is wrong, your build may not work correctly.
warning: Use the "toolset=xxxxx" option to override our guess.
warning: For more configuration options, please consult
warning: http://boost.org/boost-build2/doc/html/bbv2/advanced/configuration.html
Performing configuration checks

    - symlinks supported       : no  (cached)
    - junctions supported      : yes (cached)
    - hardlinks supported      : yes (cached)
...found 6 targets...

C:\Users\Alexander Riccio\boost\boost_1_57_0>"C:\Users\Alexander Riccio\boostbuild_1_57\bin\b2.exe" --help
Boost.Build 2014.03-svn

Project-specific help:

  Project has jamfile at Jamroot

Usage:

  b2 [options] [properties] [install|stage]

  Builds and installs Boost.

Targets and Related Options:

  install                 Install headers and compiled library files to the
  =======                 configured locations (below).

  --prefix=<PREFIX>       Install architecture independent files here.
                          Default; C:\Boost on Win32
                          Default; /usr/local on Unix. Linux, etc.

  --exec-prefix=<EPREFIX> Install architecture dependent files here.
                          Default; <PREFIX>

  --libdir=<DIR>          Install library files here.
                          Default; <EPREFIX>/lib

  --includedir=<HDRDIR>   Install header files here.
                          Default; <PREFIX>/include

  stage                   Build and install only compiled library files to the
  =====                   stage directory.

  --stagedir=<STAGEDIR>   Install library files here
                          Default; ./stage

Other Options:

  --build-type=<type>     Build the specified pre-defined set of variations of
                          the libraries. Note, that which variants get built
                          depends on what each library supports.

                              -- minimal -- (default) Builds a minimal set of
                              variants. On Windows, these are static
                              multithreaded libraries in debug and release
                              modes, using shared runtime. On Linux, these are
                              static and shared multithreaded libraries in
                              release mode.

                              -- complete -- Build all possible variations.

  --build-dir=DIR         Build in this location instead of building within
                          the distribution tree. Recommended!

  --show-libraries        Display the list of Boost libraries that require
                          build and installation steps, and then exit.

  --layout=<layout>       Determine whether to choose library names and header
                          locations such that multiple versions of Boost or
                          multiple compilers can be used on the same system.

                              -- versioned -- Names of boost binaries include
                              the Boost version number, name and version of
                              the compiler and encoded build properties. Boost
                              headers are installed in a subdirectory of
                              <HDRDIR> whose name contains the Boost version
                              number.

                              -- tagged -- Names of boost binaries include the
                              encoded build properties such as variant and
                              threading, but do not including compiler name
                              and version, or Boost version. This option is
                              useful if you build several variants of Boost,
                              using the same compiler.

                              -- system -- Binaries names do not include the
                              Boost version number or the name and version
                              number of the compiler. Boost headers are
                              installed directly into <HDRDIR>. This option is
                              intended for system integrators building
                              distribution packages.

                          The default value is 'versioned' on Windows, and
                          'system' on Unix.

  --buildid=ID            Add the specified ID to the name of built libraries.
                          The default is to not add anything.

  --python-buildid=ID     Add the specified ID to the name of built libraries
                          that depend on Python. The default is to not add
                          anything. This ID is added in addition to --buildid.

  --help                  This message.

  --with-<library>        Build and install the specified <library>. If this
                          option is used, only libraries specified using this
                          option will be built.

  --without-<library>     Do not build, stage, or install the specified
                          <library>. By default, all libraries are built.

Properties:

  toolset=toolset         Indicate the toolset to build with.

  variant=debug|release   Select the build variant

  link=static|shared      Whether to build static or shared libraries

  threading=single|multi  Whether to build single or multithreaded binaries

  runtime-link=static|shared
                          Whether to link to static or shared C and C++
                          runtime.


General command line usage:

    b2 [options] [properties] [targets]

  Options, properties and targets can be specified in any order.

Important Options:

  * --clean Remove targets instead of building
  * -a Rebuild everything
  * -n Don't execute the commands, only print them
  * -d+2 Show commands as they are executed
  * -d0 Supress all informational messages
  * -q Stop at first error
  * --reconfigure Rerun all configuration checks
  * --debug-configuration Diagnose configuration
  * --debug-building Report which targets are built with what properties
  * --debug-generator Diagnose generator search/execution

Further Help:

  The following options can be used to obtain additional documentation.

  * --help-options Print more obscure command line options.
  * --help-internal Boost.Build implementation details.
  * --help-doc-options Implementation details doc formatting.

...found 1 target...

C:\Users\Alexander Riccio\boost\boost_1_57_0>"C:\Users\Alexander Riccio\boostbuild_1_57\bin\b2.exe" --help|more
Boost.Build 2014.03-svn

Project-specific help:

  Project has jamfile at Jamroot

Usage:

  b2 [options] [properties] [install|stage]

  Builds and installs Boost.

Targets and Related Options:

  install                 Install headers and compiled library files to the
  =======                 configured locations (below).

  --prefix=<PREFIX>       Install architecture independent files here.
                          Default; C:\Boost on Win32
                          Default; /usr/local on Unix. Linux, etc.

  --exec-prefix=<EPREFIX> Install architecture dependent files here.
                          Default; <PREFIX>

  --libdir=<DIR>          Install library files here.
                          Default; <EPREFIX>/lib

  --includedir=<HDRDIR>   Install header files here.
                          Default; <PREFIX>/include

  stage                   Build and install only compiled library files to the
  =====                   stage directory.

  --stagedir=<STAGEDIR>   Install library files here
                          Default; ./stage

Other Options:

  --build-type=<type>     Build the specified pre-defined set of variations of
                          the libraries. Note, that which variants get built
                          depends on what each library supports.

                              -- minimal -- (default) Builds a minimal set of
                              variants. On Windows, these are static
                              multithreaded libraries in debug and release
                              modes, using shared runtime. On Linux, these are
                              static and shared multithreaded libraries in
                              release mode.

                              -- complete -- Build all possible variations.

  --build-dir=DIR         Build in this location instead of building within
                          the distribution tree. Recommended!

  --show-libraries        Display the list of Boost libraries that require
                          build and installation steps, and then exit.

  --layout=<layout>       Determine whether to choose library names and header
                          locations such that multiple versions of Boost or
                          multiple compilers can be used on the same system.

                              -- versioned -- Names of boost binaries include
                              the Boost version number, name and version of
                              the compiler and encoded build properties. Boost
                              headers are installed in a subdirectory of
                              <HDRDIR> whose name contains the Boost version
                              number.

                              -- tagged -- Names of boost binaries include the
                              encoded build properties such as variant and
                              threading, but do not including compiler name
                              and version, or Boost version. This option is
                              useful if you build several variants of Boost,
                              using the same compiler.

                              -- system -- Binaries names do not include the
                              Boost version number or the name and version
                              number of the compiler. Boost headers are
                              installed directly into <HDRDIR>. This option is
                              intended for system integrators building
                              distribution packages.

                          The default value is 'versioned' on Windows, and
                          'system' on Unix.

  --buildid=ID            Add the specified ID to the name of built libraries.
                          The default is to not add anything.

  --python-buildid=ID     Add the specified ID to the name of built libraries
                          that depend on Python. The default is to not add
                          anything. This ID is added in addition to --buildid.

  --help                  This message.

  --with-<library>        Build and install the specified <library>. If this
                          option is used, only libraries specified using this
                          option will be built.

  --without-<library>     Do not build, stage, or install the specified
                          <library>. By default, all libraries are built.

Properties:

  toolset=toolset         Indicate the toolset to build with.

  variant=debug|release   Select the build variant

  link=static|shared      Whether to build static or shared libraries

  threading=single|multi  Whether to build single or multithreaded binaries

  runtime-link=static|shared
                          Whether to link to static or shared C and C++
                          runtime.


General command line usage:

    b2 [options] [properties] [targets]

  Options, properties and targets can be specified in any order.

Important Options:

  * --clean Remove targets instead of building
  * -a Rebuild everything
  * -n Don't execute the commands, only print them
  * -d+2 Show commands as they are executed
  * -d0 Supress all informational messages
  * -q Stop at first error
  * --reconfigure Rerun all configuration checks
  * --debug-configuration Diagnose configuration
  * --debug-building Report which targets are built with what properties
  * --debug-generator Diagnose generator search/execution

Further Help:

  The following options can be used to obtain additional documentation.

  * --help-options Print more obscure command line options.
  * --help-internal Boost.Build implementation details.
  * --help-doc-options Implementation details doc formatting.

...found 1 target...


C:\Users\Alexander Riccio\boost\boost_1_57_0>"C:\Users\Alexander Riccio\boostbuild_1_57\bin\b2.exe" --debug-building headers
warning: No toolsets are configured.
warning: Configuring default toolset "msvc".
warning: If the default is wrong, your build may not work correctly.
warning: Use the "toolset=xxxxx" option to override our guess.
warning: For more configuration options, please consult
warning: http://boost.org/boost-build2/doc/html/bbv2/advanced/configuration.html

Building target './headers'
     Build request: object(property-set)@1
     Command line free features:
     Target requirements: <conditional>@Jamfile<C:\Users\Alexander Riccio\boost\boost_1_57_0>%Jamfile<C:\Users\Alexander Riccio\boost\boost_1_57_0>.handle-static-runtime <define>BOOST_ALL_NO_LIB=1 <include>. <tag>@Jamfile<C:\Users\Alexander Riccio\boost\boost_1_57_0>%J
amfile<C:\Users\Alexander Riccio\boost\boost_1_57_0>.tag <toolset>como-linux:<define>_GNU_SOURCE=1 <toolset>como:<link>static <toolset>sun:<stdlib>sun-stlport <xsl:param>boost.defaults=Boost

     Common properties:  <abi>ms <asynch-exceptions>off <binary-format>pe <conditional>@Jamfile<C:\Users\Alexander Riccio\boost\boost_1_57_0>%Jamfile<C:\Users\Alexander Riccio\boost\boost_1_57_0>.handle-static-runtime <debug-store>object <debug-symbols>on <define>BOOST
_ALL_NO_LIB=1 <embed-manifest>on <exception-handling>on <extern-c-nothrow>off <hardcode-dll-paths>true <host-os>windows <include>. <inlining>off <install-dependencies>off <link>shared <log-api>generic <midl-robust>yes <midl-stubless-proxy>yes <optimization>off <os>NT <
pch>on <preserve-test-targets>on <profiling>off <python-debugging>off <python>3.4 <rtti>on <runtime-debugging>on <runtime-link>shared <stdlib>native <strip>off <suppress-import-lib>false <symlink-location>project-relative <tag>@Jamfile<C:\Users\Alexander Riccio\boost\b
oost_1_57_0>%Jamfile<C:\Users\Alexander Riccio\boost\boost_1_57_0>.tag <target-os>windows <testing.execute>on <threadapi>win32 <threading>single <toolset-msvc:version>12.0 <toolset>msvc <user-interface>console <variant>debug <warnings-as-errors>off <warnings>on <window
s-api>desktop <xsl:param>boost.defaults=Boost

     Building target './afio-headers'
         Build request: object(property-set)@1471 <abi>ms <asynch-exceptions>off <binary-format>pe <debug-store>object <debug-symbols>on <embed-manifest>on <exception-handling>on <extern-c-nothrow>off <inlining>off <link>shared <midl-robust>yes <midl-stubless-proxy>yes
 <optimization>off <os>NT <pch>on <preserve-test-targets>on <profiling>off <python-debugging>off <python>3.4 <rtti>on <runtime-debugging>on <runtime-link>shared <stdlib>native <strip>off <target-os>windows <testing.execute>on <threadapi>win32 <threading>single <toolset
-msvc:version>12.0 <toolset>msvc <variant>debug <warnings-as-errors>off <warnings>on <windows-api>desktop
         Command line free features:
         Target requirements: <location>.

         Common properties:  <abi>ms <asynch-exceptions>off <binary-format>pe <debug-store>object <debug-symbols>on <embed-manifest>on <exception-handling>on <extern-c-nothrow>off <hardcode-dll-paths>true <host-os>windows <inlining>off <install-dependencies>off <link>s
hared <location>. <log-api>generic <midl-robust>yes <midl-stubless-proxy>yes <optimization>off <os>NT <pch>on <preserve-test-targets>on <profiling>off <python-debugging>off <python>3.4 <rtti>on <runtime-debugging>on <runtime-link>shared <stdlib>native <strip>off <suppr
ess-import-lib>false <symlink-location>project-relative <target-os>windows <testing.execute>on <threadapi>win32 <threading>single <toolset-msvc:version>12.0 <toolset>msvc <user-interface>console <variant>debug <warnings-as-errors>off <warnings>on <windows-api>desktop

         Building target './libs/afio/include/boost'
             Build request: object(property-set)@1471 <abi>ms <asynch-exceptions>off <binary-format>pe <debug-store>object <debug-symbols>on <embed-manifest>on <exception-handling>on <extern-c-nothrow>off <inlining>off <link>shared <midl-robust>yes <midl-stubless-proxy
>yes <optimization>off <os>NT <pch>on <preserve-test-targets>on <profiling>off <python-debugging>off <python>3.4 <rtti>on <runtime-debugging>on <runtime-link>shared <stdlib>native <strip>off <target-os>windows <testing.execute>on <threadapi>win32 <threading>single <too
lset-msvc:version>12.0 <toolset>msvc <variant>debug <warnings-as-errors>off <warnings>on <windows-api>desktop
             Command line free features:
             Target requirements:

             Common properties:  <abi>ms <asynch-exceptions>off <binary-format>pe <debug-store>object <debug-symbols>on <embed-manifest>on <exception-handling>on <extern-c-nothrow>off <hardcode-dll-paths>true <host-os>windows <inlining>off <install-dependencies>off <li
nk>shared <log-api>generic <midl-robust>yes <midl-stubless-proxy>yes <optimization>off <os>NT <pch>on <preserve-test-targets>on <profiling>off <python-debugging>off <python>3.4 <rtti>on <runtime-debugging>on <runtime-link>shared <stdlib>native <strip>off <suppress-impo
rt-lib>false <symlink-location>project-relative <target-os>windows <testing.execute>on <threadapi>win32 <threading>single <toolset-msvc:version>12.0 <toolset>msvc <user-interface>console <variant>debug <warnings-as-errors>off <warnings>on <windows-api>desktop

             Usage requirements for libs/afio/include/boost:
             Build properties:  <abi>ms <asynch-exceptions>off <binary-format>pe <debug-store>object <debug-symbols>on <embed-manifest>on <exception-handling>on <extern-c-nothrow>off <hardcode-dll-paths>true <host-os>windows <inlining>off <install-dependencies>off <lin
k>shared <log-api>generic <midl-robust>yes <midl-stubless-proxy>yes <optimization>off <os>NT <pch>on <preserve-test-targets>on <profiling>off <python-debugging>off <python>3.4 <rtti>on <runtime-debugging>on <runtime-link>shared <stdlib>native <strip>off <suppress-impor
t-lib>false <symlink-location>project-relative <target-os>windows <testing.execute>on <threadapi>win32 <threading>single <toolset-msvc:version>12.0 <toolset>msvc <user-interface>console <variant>debug <warnings-as-errors>off <warnings>on <windows-api>desktop
             Usage requirements from libs/afio/include/boost:

         Usage requirements for afio-headers:
         Build properties:  <abi>ms <asynch-exceptions>off <binary-format>pe <debug-store>object <debug-symbols>on <embed-manifest>on <exception-handling>on <extern-c-nothrow>off <hardcode-dll-paths>true <host-os>windows <inlining>off <install-dependencies>off <link>sh
ared <location>. <log-api>generic <midl-robust>yes <midl-stubless-proxy>yes <optimization>off <os>NT <pch>on <preserve-test-targets>on <profiling>off <python-debugging>off <python>3.4 <rtti>on <runtime-debugging>on <runtime-link>shared <stdlib>native <strip>off <suppre
ss-import-lib>false <symlink-location>project-relative <target-os>windows <testing.execute>on <threadapi>win32 <threading>single <toolset-msvc:version>12.0 <toolset>msvc <user-interface>console <variant>debug <warnings-as-errors>off <warnings>on <windows-api>desktop
Performing configuration checks

    - symlinks supported       : no  (cached)
    - junctions supported      : yes (cached)
    - hardlinks supported      : yes (cached)
         Usage requirements from afio-headers:

     Usage requirements for headers:
     Build properties:  <abi>ms <asynch-exceptions>off <binary-format>pe <conditional>@Jamfile<C:\Users\Alexander Riccio\boost\boost_1_57_0>%Jamfile<C:\Users\Alexander Riccio\boost\boost_1_57_0>.handle-static-runtime <debug-store>object <debug-symbols>on <define>BOOST_
ALL_NO_LIB=1 <embed-manifest>on <exception-handling>on <extern-c-nothrow>off <hardcode-dll-paths>true <host-os>windows <include>. <inlining>off <install-dependencies>off <link>shared <log-api>generic <midl-robust>yes <midl-stubless-proxy>yes <optimization>off <os>NT <p
ch>on <preserve-test-targets>on <profiling>off <python-debugging>off <python>3.4 <rtti>on <runtime-debugging>on <runtime-link>shared <stdlib>native <strip>off <suppress-import-lib>false <symlink-location>project-relative <tag>@Jamfile<C:\Users\Alexander Riccio\boost\bo
ost_1_57_0>%Jamfile<C:\Users\Alexander Riccio\boost\boost_1_57_0>.tag <target-os>windows <testing.execute>on <threadapi>win32 <threading>single <toolset-msvc:version>12.0 <toolset>msvc <user-interface>console <variant>debug <warnings-as-errors>off <warnings>on <windows
-api>desktop <xsl:param>boost.defaults=Boost
     Usage requirements from headers:  <include>.
...found 6 targets...

C:\Users\Alexander Riccio\boost\boost_1_57_0>"C:\Users\Alexander Riccio\boostbuild_1_57\bin\b2.exe" libs/afio/build
warning: No toolsets are configured.
warning: Configuring default toolset "msvc".
warning: If the default is wrong, your build may not work correctly.
warning: Use the "toolset=xxxxx" option to override our guess.
warning: For more configuration options, please consult
warning: http://boost.org/boost-build2/doc/html/bbv2/advanced/configuration.html
Performing configuration checks

    - symlinks supported       : no
    - junctions supported      : yes
    - hardlinks supported      : yes
...patience...
...patience...
...found 2569 targets...
...updating 68 targets...
common.mkdir bin.v2\libs
common.mkdir bin.v2\libs\afio
common.mkdir bin.v2\libs\afio\build
common.mkdir bin.v2\libs\afio\build\msvc-12.0
common.mkdir bin.v2\libs\afio\build\msvc-12.0\debug
common.mkdir bin.v2\libs\afio\build\msvc-12.0\debug\threading-multi
compile-c-c++ bin.v2\libs\afio\build\msvc-12.0\debug\threading-multi\afio.obj
afio.cpp
c:\users\alexander riccio\boost\boost_1_57_0\boost\afio\config.hpp(58) : fatal error C1083: Cannot open include file: 'bindlib/include/import.h': No such file or directory

    call "C:\Users\ALEXAN~1\AppData\Local\Temp\b2_msvc_12.0_vcvarsall_x86.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\afio\build\msvc-12.0\debug\threading-multi\afio.obj.rsp"

...failed compile-c-c++ bin.v2\libs\afio\build\msvc-12.0\debug\threading-multi\afio.obj...
common.mkdir bin.v2\libs\atomic
common.mkdir bin.v2\libs\atomic\build
common.mkdir bin.v2\libs\atomic\build\msvc-12.0
common.mkdir bin.v2\libs\atomic\build\msvc-12.0\debug
common.mkdir bin.v2\libs\atomic\build\msvc-12.0\debug\threading-multi
compile-c-c++ bin.v2\libs\atomic\build\msvc-12.0\debug\threading-multi\lockpool.obj
lockpool.cpp
msvc.link.dll bin.v2\libs\atomic\build\msvc-12.0\debug\threading-multi\boost_atomic-vc120-mt-gd-1_57.dll
   Creating library bin.v2\libs\atomic\build\msvc-12.0\debug\threading-multi\boost_atomic-vc120-mt-gd-1_57.lib and object bin.v2\libs\atomic\build\msvc-12.0\debug\threading-multi\boost_atomic-vc120-mt-gd-1_57.exp
msvc.manifest.dll bin.v2\libs\atomic\build\msvc-12.0\debug\threading-multi\boost_atomic-vc120-mt-gd-1_57.dll
common.mkdir bin.v2\libs\system
common.mkdir bin.v2\libs\system\build
common.mkdir bin.v2\libs\system\build\msvc-12.0
common.mkdir bin.v2\libs\system\build\msvc-12.0\debug
common.mkdir bin.v2\libs\system\build\msvc-12.0\debug\threading-multi
compile-c-c++ bin.v2\libs\system\build\msvc-12.0\debug\threading-multi\error_code.obj
error_code.cpp
msvc.link.dll bin.v2\libs\system\build\msvc-12.0\debug\threading-multi\boost_system-vc120-mt-gd-1_57.dll
   Creating library bin.v2\libs\system\build\msvc-12.0\debug\threading-multi\boost_system-vc120-mt-gd-1_57.lib and object bin.v2\libs\system\build\msvc-12.0\debug\threading-multi\boost_system-vc120-mt-gd-1_57.exp
msvc.manifest.dll bin.v2\libs\system\build\msvc-12.0\debug\threading-multi\boost_system-vc120-mt-gd-1_57.dll
common.mkdir bin.v2\libs\filesystem
common.mkdir bin.v2\libs\filesystem\build
common.mkdir bin.v2\libs\filesystem\build\msvc-12.0
common.mkdir bin.v2\libs\filesystem\build\msvc-12.0\debug
common.mkdir bin.v2\libs\filesystem\build\msvc-12.0\debug\threading-multi
compile-c-c++ bin.v2\libs\filesystem\build\msvc-12.0\debug\threading-multi\codecvt_error_category.obj
codecvt_error_category.cpp
compile-c-c++ bin.v2\libs\filesystem\build\msvc-12.0\debug\threading-multi\operations.obj
operations.cpp
compile-c-c++ bin.v2\libs\filesystem\build\msvc-12.0\debug\threading-multi\path.obj
path.cpp
compile-c-c++ bin.v2\libs\filesystem\build\msvc-12.0\debug\threading-multi\path_traits.obj
path_traits.cpp
compile-c-c++ bin.v2\libs\filesystem\build\msvc-12.0\debug\threading-multi\portability.obj
portability.cpp
compile-c-c++ bin.v2\libs\filesystem\build\msvc-12.0\debug\threading-multi\unique_path.obj
unique_path.cpp
compile-c-c++ bin.v2\libs\filesystem\build\msvc-12.0\debug\threading-multi\utf8_codecvt_facet.obj
utf8_codecvt_facet.cpp
compile-c-c++ bin.v2\libs\filesystem\build\msvc-12.0\debug\threading-multi\windows_file_codecvt.obj
windows_file_codecvt.cpp
msvc.link.dll bin.v2\libs\filesystem\build\msvc-12.0\debug\threading-multi\boost_filesystem-vc120-mt-gd-1_57.dll
   Creating library bin.v2\libs\filesystem\build\msvc-12.0\debug\threading-multi\boost_filesystem-vc120-mt-gd-1_57.lib and object bin.v2\libs\filesystem\build\msvc-12.0\debug\threading-multi\boost_filesystem-vc120-mt-gd-1_57.exp
msvc.manifest.dll bin.v2\libs\filesystem\build\msvc-12.0\debug\threading-multi\boost_filesystem-vc120-mt-gd-1_57.dll
common.mkdir bin.v2\libs\chrono
common.mkdir bin.v2\libs\chrono\build
common.mkdir bin.v2\libs\chrono\build\msvc-12.0
common.mkdir bin.v2\libs\chrono\build\msvc-12.0\debug
common.mkdir bin.v2\libs\chrono\build\msvc-12.0\debug\threading-multi
compile-c-c++ bin.v2\libs\chrono\build\msvc-12.0\debug\threading-multi\chrono.obj
chrono.cpp
compile-c-c++ bin.v2\libs\chrono\build\msvc-12.0\debug\threading-multi\thread_clock.obj
thread_clock.cpp
compile-c-c++ bin.v2\libs\chrono\build\msvc-12.0\debug\threading-multi\process_cpu_clocks.obj
process_cpu_clocks.cpp
msvc.link.dll bin.v2\libs\chrono\build\msvc-12.0\debug\threading-multi\boost_chrono-vc120-mt-gd-1_57.dll
   Creating library bin.v2\libs\chrono\build\msvc-12.0\debug\threading-multi\boost_chrono-vc120-mt-gd-1_57.lib and object bin.v2\libs\chrono\build\msvc-12.0\debug\threading-multi\boost_chrono-vc120-mt-gd-1_57.exp
msvc.manifest.dll bin.v2\libs\chrono\build\msvc-12.0\debug\threading-multi\boost_chrono-vc120-mt-gd-1_57.dll
common.mkdir bin.v2\libs\thread
common.mkdir bin.v2\libs\thread\build
common.mkdir bin.v2\libs\thread\build\msvc-12.0
common.mkdir bin.v2\libs\thread\build\msvc-12.0\debug
common.mkdir bin.v2\libs\thread\build\msvc-12.0\debug\threading-multi
common.mkdir bin.v2\libs\thread\build\msvc-12.0\debug\threading-multi\win32
compile-c-c++ bin.v2\libs\thread\build\msvc-12.0\debug\threading-multi\win32\thread.obj
thread.cpp
compile-c-c++ bin.v2\libs\thread\build\msvc-12.0\debug\threading-multi\win32\tss_dll.obj
tss_dll.cpp
compile-c-c++ bin.v2\libs\thread\build\msvc-12.0\debug\threading-multi\win32\tss_pe.obj
tss_pe.cpp
compile-c-c++ bin.v2\libs\thread\build\msvc-12.0\debug\threading-multi\future.obj
future.cpp
msvc.link.dll bin.v2\libs\thread\build\msvc-12.0\debug\threading-multi\boost_thread-vc120-mt-gd-1_57.dll
   Creating library bin.v2\libs\thread\build\msvc-12.0\debug\threading-multi\boost_thread-vc120-mt-gd-1_57.lib and object bin.v2\libs\thread\build\msvc-12.0\debug\threading-multi\boost_thread-vc120-mt-gd-1_57.exp
msvc.manifest.dll bin.v2\libs\thread\build\msvc-12.0\debug\threading-multi\boost_thread-vc120-mt-gd-1_57.dll
...skipped <pbin.v2\libs\afio\build\msvc-12.0\debug\threading-multi>boost_afio-vc120-mt-gd-1_57.dll for lack of <pbin.v2\libs\afio\build\msvc-12.0\debug\threading-multi>afio.obj...
...skipped <pbin.v2\libs\afio\build\msvc-12.0\debug\threading-multi>boost_afio-vc120-mt-gd-1_57.lib for lack of <pbin.v2\libs\afio\build\msvc-12.0\debug\threading-multi>afio.obj...
...skipped <pbin.v2\libs\afio\build\msvc-12.0\debug\threading-multi>boost_afio-vc120-mt-gd-1_57.pdb for lack of <pbin.v2\libs\afio\build\msvc-12.0\debug\threading-multi>afio.obj...
...failed updating 1 target...
...skipped 3 targets...
...updated 64 targets...

C:\Users\Alexander Riccio\boost\boost_1_57_0>"C:\Users\Alexander Riccio\boostbuild_1_57\bin\b2.exe" libs/afio/build
warning: No toolsets are configured.
warning: Configuring default toolset "msvc".
warning: If the default is wrong, your build may not work correctly.
warning: Use the "toolset=xxxxx" option to override our guess.
warning: For more configuration options, please consult
warning: http://boost.org/boost-build2/doc/html/bbv2/advanced/configuration.html
Performing configuration checks

    - symlinks supported       : no  (cached)
    - junctions supported      : yes (cached)
    - hardlinks supported      : yes (cached)
...patience...
...patience...
...found 2560 targets...
...updating 4 targets...
compile-c-c++ bin.v2\libs\afio\build\msvc-12.0\debug\threading-multi\afio.obj
afio.cpp
c:\users\alexander riccio\boost\boost_1_57_0\boost\afio\config.hpp(58) : fatal error C1083: Cannot open include file: 'bindlib/include/import.h': No such file or directory

    call "C:\Users\ALEXAN~1\AppData\Local\Temp\b2_msvc_12.0_vcvarsall_x86.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\afio\build\msvc-12.0\debug\threading-multi\afio.obj.rsp"

...failed compile-c-c++ bin.v2\libs\afio\build\msvc-12.0\debug\threading-multi\afio.obj...
...skipped <pbin.v2\libs\afio\build\msvc-12.0\debug\threading-multi>boost_afio-vc120-mt-gd-1_57.dll for lack of <pbin.v2\libs\afio\build\msvc-12.0\debug\threading-multi>afio.obj...
...skipped <pbin.v2\libs\afio\build\msvc-12.0\debug\threading-multi>boost_afio-vc120-mt-gd-1_57.lib for lack of <pbin.v2\libs\afio\build\msvc-12.0\debug\threading-multi>afio.obj...
...skipped <pbin.v2\libs\afio\build\msvc-12.0\debug\threading-multi>boost_afio-vc120-mt-gd-1_57.pdb for lack of <pbin.v2\libs\afio\build\msvc-12.0\debug\threading-multi>afio.obj...
...failed updating 1 target...
...skipped 3 targets...

C:\Users\Alexander Riccio\boost\boost_1_57_0>"C:\Users\Alexander Riccio\boostbuild_1_57\bin\b2.exe" define=BOOST_AFIO_USE_BOOST_UNIT_TEST 1 libs/afio/build
warning: No toolsets are configured.
warning: Configuring default toolset "msvc".
warning: If the default is wrong, your build may not work correctly.
warning: Use the "toolset=xxxxx" option to override our guess.
warning: For more configuration options, please consult
warning: http://boost.org/boost-build2/doc/html/bbv2/advanced/configuration.html
notice: could not find main target 1
notice: assuming it is a name of file to create.
Performing configuration checks

    - symlinks supported       : no
    - junctions supported      : yes
    - hardlinks supported      : yes
don't know how to make <e>1
...found 1 target...
...can't find 1 target...

C:\Users\Alexander Riccio\boost\boost_1_57_0>"C:\Users\Alexander Riccio\boostbuild_1_57\bin\b2.exe" define=BOOST_AFIO_USE_BOOST_UNIT_TEST=1 libs/afio/build
warning: No toolsets are configured.
warning: Configuring default toolset "msvc".
warning: If the default is wrong, your build may not work correctly.
warning: Use the "toolset=xxxxx" option to override our guess.
warning: For more configuration options, please consult
warning: http://boost.org/boost-build2/doc/html/bbv2/advanced/configuration.html
Performing configuration checks

    - symlinks supported       : no
    - junctions supported      : yes
    - hardlinks supported      : yes
...patience...
...patience...
...found 2559 targets...
...updating 4 targets...
compile-c-c++ bin.v2\libs\afio\build\msvc-12.0\debug\threading-multi\afio.obj
afio.cpp
c:\users\alexander riccio\boost\boost_1_57_0\boost\afio\config.hpp(58) : fatal error C1083: Cannot open include file: 'bindlib/include/import.h': No such file or directory

    call "C:\Users\ALEXAN~1\AppData\Local\Temp\b2_msvc_12.0_vcvarsall_x86.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\afio\build\msvc-12.0\debug\threading-multi\afio.obj.rsp"

...failed compile-c-c++ bin.v2\libs\afio\build\msvc-12.0\debug\threading-multi\afio.obj...
...skipped <pbin.v2\libs\afio\build\msvc-12.0\debug\threading-multi>boost_afio-vc120-mt-gd-1_57.dll for lack of <pbin.v2\libs\afio\build\msvc-12.0\debug\threading-multi>afio.obj...
...skipped <pbin.v2\libs\afio\build\msvc-12.0\debug\threading-multi>boost_afio-vc120-mt-gd-1_57.lib for lack of <pbin.v2\libs\afio\build\msvc-12.0\debug\threading-multi>afio.obj...
...skipped <pbin.v2\libs\afio\build\msvc-12.0\debug\threading-multi>boost_afio-vc120-mt-gd-1_57.pdb for lack of <pbin.v2\libs\afio\build\msvc-12.0\debug\threading-multi>afio.obj...
...failed updating 1 target...
...skipped 3 targets...

C:\Users\Alexander Riccio\boost\boost_1_57_0>pushd libs\afio

C:\Users\Alexander Riccio\boost\boost_1_57_0\libs\afio>%grep% -r -n BOOST_AFIO_USE_BOOST_UNIT_TEST .
./doc/compiling.qbk:38:* `BOOST_AFIO_USE_BOOST_UNIT_TEST` (defaults to 0): Use __boost_test__ instead
./doc/release_notes.qbk:121:(BOOST_AFIO_USE_BOOST_UNIT_TEST=0) via BindLib.
./test/Jamfile.v2:152:      <define>BOOST_AFIO_USE_BOOST_UNIT_TEST=1
./test/test_all_multiabi.cpp:4:#define BOOST_AFIO_USE_BOOST_UNIT_TEST 0
./test/test_functions.hpp:64:#ifndef BOOST_AFIO_USE_BOOST_UNIT_TEST
./test/test_functions.hpp:65:# define BOOST_AFIO_USE_BOOST_UNIT_TEST 0
./test/test_functions.hpp:67:#if BOOST_AFIO_USE_BOOST_UNIT_TEST
./test/test_functions.hpp:154:#if BOOST_AFIO_USE_BOOST_UNIT_TEST
./test/test_functions.hpp:165:#if BOOST_AFIO_USE_BOOST_UNIT_TEST

C:\Users\Alexander Riccio\boost\boost_1_57_0\libs\afio>popd

C:\Users\Alexander Riccio\boost\boost_1_57_0>"C:\Users\Alexander Riccio\boostbuild_1_57\bin\b2.exe" headers

C:\Users\Alexander Riccio\boost\boost_1_57_0>"C:\Users\Alexander Riccio\boostbuild_1_57\bin\b2.exe" --build-dir=build-"C:\Users\Alexander Riccio\buildboost" toolset=msvc --build-type=complete -j 4 stage
C:/Users/Alexander Riccio/boost/boost_1_57_0/tools/build/src/util\path.jam:461: in makedirs from module path
error: Could not create directory 'build-C:'
C:/Users/Alexander Riccio/boost/boost_1_57_0/tools/build/src/util\path.jam:456: in makedirs from module path
C:/Users/Alexander Riccio/boost/boost_1_57_0/tools/build/src/util\path.jam:456: in makedirs from module path
C:/Users/Alexander Riccio/boost/boost_1_57_0/tools/build/src/util\path.jam:456: in makedirs from module path
C:/Users/Alexander Riccio/boost/boost_1_57_0/tools/build/src/util\path.jam:456: in makedirs from module path
C:/Users/Alexander Riccio/boost/boost_1_57_0/tools/build/src/util\path.jam:456: in path.makedirs from module path
C:/Users/Alexander Riccio/boost/boost_1_57_0/tools/build/src/build\configure.jam:244: in configure.set-log-file from module configure
C:/Users/Alexander Riccio/boost/boost_1_57_0/tools/build/src\build-system.jam:695: in load from module build-system
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src/kernel\modules.jam:289: in import from module modules
C:\Users\Alexander Riccio\boost\boost_1_57_0\tools\build\src/kernel/bootstrap.jam:139: in boost-build from module
C:\Users\Alexander Riccio\boost\boost_1_57_0\boost-build.jam:17: in module scope from module


C:\Users\Alexander Riccio\boost\boost_1_57_0>"C:\Users\Alexander Riccio\boostbuild_1_57\bin\b2.exe" --build-dir="C:\Users\Alexander Riccio\buildboost" toolset=msvc --build-type=complete -j 4 stage
...found 8 targets...
...updating 4 targets...
common.mkdir C:\Users\Alexander Riccio\buildboost\boost
common.mkdir C:\Users\Alexander Riccio\buildboost\boost\bin.v2
link.touch C:\Users\Alexander Riccio\buildboost\boost\bin.v2\test-symlink-source
link.mklink C:\Users\Alexander Riccio\buildboost\boost\bin.v2\test-symlink
You do not have sufficient privilege to perform this operation.

    if exist "C:\Users\Alexander Riccio\buildboost\boost\bin.v2\test-symlink" del "C:\Users\Alexander Riccio\buildboost\boost\bin.v2\test-symlink"
    mklink "C:\Users\Alexander Riccio\buildboost\boost\bin.v2\test-symlink" "test-symlink-source"

...failed link.mklink C:\Users\Alexander Riccio\buildboost\boost\bin.v2\test-symlink...
...failed updating 1 target...
...updated 3 targets...
Performing configuration checks

    - symlinks supported       : no
...found 2 targets...
...updating 2 targets...
common.mkdir C:\Users\Alexander Riccio\buildboost\boost\bin.v2\test-junction-source
link.junction C:\Users\Alexander Riccio\buildboost\boost\bin.v2\test-junction
Junction created for C:\Users\Alexander Riccio\buildboost\boost\bin.v2\test-junction <<===>> C:\Users\Alexander Riccio\buildboost\boost\bin.v2\test-junction-source
...updated 2 targets...
    - junctions supported      : yes
...found 3 targets...
...updating 3 targets...
common.mkdir C:\Users\Alexander Riccio\buildboost\boost\bin.v2\symlink
link.touch C:\Users\Alexander Riccio\buildboost\boost\bin.v2\test-hardlink-source
link.hardlink C:\Users\Alexander Riccio\buildboost\boost\bin.v2\symlink\test-hardlink
Hardlink created for C:\Users\Alexander Riccio\buildboost\boost\bin.v2\symlink\test-hardlink <<===>> C:\Users\Alexander Riccio\buildboost\boost\bin.v2\test-hardlink-source
...updated 3 targets...
    - hardlinks supported      : yes
...found 8 targets...
...updating 7 targets...
common.mkdir C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs
common.mkdir C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\context
common.mkdir C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\context\config
common.mkdir C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\context\config\msvc-12.0
common.mkdir C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\context\config\msvc-12.0\debug
common.mkdir C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\context\config\msvc-12.0\debug\threading-multi
compile-c-c++ C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\context\config\msvc-12.0\debug\threading-multi\32.obj
32.cpp
...updated 7 targets...
    - 32-bit                   : yes
...found 2 targets...
...updating 1 target...
compile-c-c++ C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\context\config\msvc-12.0\debug\threading-multi\arm.obj
arm.cpp
C:\Users\Alexander Riccio\boost\boost_1_57_0\libs\context\config\arm.cpp(12) : fatal error C1189: #error :  "Not ARM"

    call "C:\Users\ALEXAN~1\AppData\Local\Temp\b2_msvc_12.0_vcvarsall_x86.cmd" >nul
cl /Zm800 -nologo @"C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\context\config\msvc-12.0\debug\threading-multi\arm.obj.rsp"

...failed compile-c-c++ C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\context\config\msvc-12.0\debug\threading-multi\arm.obj...
...failed updating 1 target...
    - arm                      : no
...found 2 targets...
...updating 1 target...
compile-c-c++ C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\context\config\msvc-12.0\debug\threading-multi\mips1.obj
mips1.cpp
C:\Users\Alexander Riccio\boost\boost_1_57_0\libs\context\config\mips1.cpp(10) : fatal error C1189: #error :  "Not MIPS1"

    call "C:\Users\ALEXAN~1\AppData\Local\Temp\b2_msvc_12.0_vcvarsall_x86.cmd" >nul
cl /Zm800 -nologo @"C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\context\config\msvc-12.0\debug\threading-multi\mips1.obj.rsp"

...failed compile-c-c++ C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\context\config\msvc-12.0\debug\threading-multi\mips1.obj...
...failed updating 1 target...
    - mips1                    : no
...found 2 targets...
...updating 1 target...
compile-c-c++ C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\context\config\msvc-12.0\debug\threading-multi\power.obj
power.cpp
C:\Users\Alexander Riccio\boost\boost_1_57_0\libs\context\config\power.cpp(13) : fatal error C1189: #error :  "Not PPC"

    call "C:\Users\ALEXAN~1\AppData\Local\Temp\b2_msvc_12.0_vcvarsall_x86.cmd" >nul
cl /Zm800 -nologo @"C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\context\config\msvc-12.0\debug\threading-multi\power.obj.rsp"

...failed compile-c-c++ C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\context\config\msvc-12.0\debug\threading-multi\power.obj...
...failed updating 1 target...
    - power                    : no
...found 2 targets...
...updating 1 target...
compile-c-c++ C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\context\config\msvc-12.0\debug\threading-multi\sparc.obj
sparc.cpp
C:\Users\Alexander Riccio\boost\boost_1_57_0\libs\context\config\sparc.cpp(10) : fatal error C1189: #error :  "Not SPARC"

    call "C:\Users\ALEXAN~1\AppData\Local\Temp\b2_msvc_12.0_vcvarsall_x86.cmd" >nul
cl /Zm800 -nologo @"C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\context\config\msvc-12.0\debug\threading-multi\sparc.obj.rsp"

...failed compile-c-c++ C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\context\config\msvc-12.0\debug\threading-multi\sparc.obj...
...failed updating 1 target...
    - sparc                    : no
...found 2 targets...
...updating 1 target...
compile-c-c++ C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\context\config\msvc-12.0\debug\threading-multi\x86.obj
x86.cpp
...updated 1 target...
    - x86                      : yes
...found 13 targets...
...updating 8 targets...
common.mkdir C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\regex
common.mkdir C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\regex\build
common.mkdir C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\regex\build\msvc-12.0
common.mkdir C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\regex\build\msvc-12.0\debug
common.mkdir C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\regex\build\msvc-12.0\debug\threading-multi
compile-c-c++ C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\regex\build\msvc-12.0\debug\threading-multi\has_icu_test.obj
has_icu_test.cpp
libs\regex\build\has_icu_test.cpp(12) : fatal error C1083: Cannot open include file: 'unicode/uversion.h': No such file or directory

    call "C:\Users\ALEXAN~1\AppData\Local\Temp\b2_msvc_12.0_vcvarsall_x86.cmd" >nul
cl /Zm800 -nologo @"C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\regex\build\msvc-12.0\debug\threading-multi\has_icu_test.obj.rsp"

...failed compile-c-c++ C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\regex\build\msvc-12.0\debug\threading-multi\has_icu_test.obj...
...skipped <pC:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\regex\build\msvc-12.0\debug\threading-multi>has_icu.exe for lack of <pC:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\regex\build\msvc-12.0\debug\threading-multi>has_icu_test.obj...
...skipped <pC:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\regex\build\msvc-12.0\debug\threading-multi>has_icu.pdb for lack of <pC:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\regex\build\msvc-12.0\debug\threading-multi>has_icu_test.obj...
...failed updating 1 target...
...skipped 2 targets...
...updated 5 targets...
    - 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
...found 9 targets...
...updating 7 targets...
common.mkdir C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone
common.mkdir C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac
common.mkdir C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0
common.mkdir C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug
common.mkdir C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\threading-multi
compile-c-c++ C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\threading-multi\zlib.h.obj
zlib.h.cpp
C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\zlib.h.cpp(1) : fatal error C1083: Cannot open include file: 'zlib.h': No such file or directory

    call "C:\Users\ALEXAN~1\AppData\Local\Temp\b2_msvc_12.0_vcvarsall_x86.cmd" >nul
cl /Zm800 -nologo @"C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\threading-multi\zlib.h.obj.rsp"

...failed compile-c-c++ C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\threading-multi\zlib.h.obj...
...failed updating 1 target...
...updated 6 targets...
...found 6 targets...
...updating 4 targets...
compile-c-c++ C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\threading-multi\main.obj
main.cpp
msvc.link C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\threading-multi\z.exe
LINK : fatal error LNK1181: cannot open input file 'z.lib'

        call "C:\Users\ALEXAN~1\AppData\Local\Temp\b2_msvc_12.0_vcvarsall_x86.cmd" >nul
link /NOLOGO /INCREMENTAL:NO /DEBUG /MACHINE:X86 /MANIFEST /subsystem:console /out:"C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\threading-multi\z.exe"   @"C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debu
g\threading-multi\z.exe.rsp"
        if %ERRORLEVEL% NEQ 0 EXIT %ERRORLEVEL%

...failed msvc.link C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\threading-multi\z.exe C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\threading-multi\z.pdb...
...failed updating 2 targets...
...updated 2 targets...
...found 2 targets...
...updating 2 targets...
msvc.link C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\threading-multi\zlib.exe
LINK : fatal error LNK1181: cannot open input file 'zlib.lib'

        call "C:\Users\ALEXAN~1\AppData\Local\Temp\b2_msvc_12.0_vcvarsall_x86.cmd" >nul
link /NOLOGO /INCREMENTAL:NO /DEBUG /MACHINE:X86 /MANIFEST /subsystem:console /out:"C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\threading-multi\zlib.exe"   @"C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\d
ebug\threading-multi\zlib.exe.rsp"
        if %ERRORLEVEL% NEQ 0 EXIT %ERRORLEVEL%

...failed msvc.link C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\threading-multi\zlib.exe C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\threading-multi\zlib.pdb...
...failed updating 2 targets...
...found 2 targets...
...updating 2 targets...
msvc.link C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\threading-multi\zll.exe
LINK : fatal error LNK1181: cannot open input file 'zll.lib'

        call "C:\Users\ALEXAN~1\AppData\Local\Temp\b2_msvc_12.0_vcvarsall_x86.cmd" >nul
link /NOLOGO /INCREMENTAL:NO /DEBUG /MACHINE:X86 /MANIFEST /subsystem:console /out:"C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\threading-multi\zll.exe"   @"C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\de
bug\threading-multi\zll.exe.rsp"
        if %ERRORLEVEL% NEQ 0 EXIT %ERRORLEVEL%

...failed msvc.link C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\threading-multi\zll.exe C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\threading-multi\zll.pdb...
...failed updating 2 targets...
...found 2 targets...
...updating 2 targets...
msvc.link C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\threading-multi\zdll.exe
LINK : fatal error LNK1181: cannot open input file 'zdll.lib'

        call "C:\Users\ALEXAN~1\AppData\Local\Temp\b2_msvc_12.0_vcvarsall_x86.cmd" >nul
link /NOLOGO /INCREMENTAL:NO /DEBUG /MACHINE:X86 /MANIFEST /subsystem:console /out:"C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\threading-multi\zdll.exe"   @"C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\d
ebug\threading-multi\zdll.exe.rsp"
        if %ERRORLEVEL% NEQ 0 EXIT %ERRORLEVEL%

...failed msvc.link C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\threading-multi\zdll.exe C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\threading-multi\zdll.pdb...
...failed updating 2 targets...
...found 5 targets...
...updating 5 targets...
common.mkdir C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\link-static
common.mkdir C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\link-static\threading-multi
compile-c-c++ C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\link-static\threading-multi\main.obj
main.cpp
msvc.link C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\link-static\threading-multi\z.exe
LINK : fatal error LNK1181: cannot open input file 'z.lib'

        call "C:\Users\ALEXAN~1\AppData\Local\Temp\b2_msvc_12.0_vcvarsall_x86.cmd" >nul
link /NOLOGO /INCREMENTAL:NO /DEBUG /MACHINE:X86 /MANIFEST /subsystem:console /out:"C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\link-static\threading-multi\z.exe"   @"C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\ms
vc-12.0\debug\link-static\threading-multi\z.exe.rsp"
        if %ERRORLEVEL% NEQ 0 EXIT %ERRORLEVEL%

...failed msvc.link C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\link-static\threading-multi\z.exe C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\link-static\threading-multi\z.pdb...
...failed updating 2 targets...
...updated 3 targets...
...found 2 targets...
...updating 2 targets...
msvc.link C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\link-static\threading-multi\zlib.exe
LINK : fatal error LNK1181: cannot open input file 'zlib.lib'

        call "C:\Users\ALEXAN~1\AppData\Local\Temp\b2_msvc_12.0_vcvarsall_x86.cmd" >nul
link /NOLOGO /INCREMENTAL:NO /DEBUG /MACHINE:X86 /MANIFEST /subsystem:console /out:"C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\link-static\threading-multi\zlib.exe"   @"C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac
\msvc-12.0\debug\link-static\threading-multi\zlib.exe.rsp"
        if %ERRORLEVEL% NEQ 0 EXIT %ERRORLEVEL%

...failed msvc.link C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\link-static\threading-multi\zlib.exe C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\link-static\threading-multi\zlib.pdb...
...failed updating 2 targets...
...found 2 targets...
...updating 2 targets...
msvc.link C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\link-static\threading-multi\zll.exe
LINK : fatal error LNK1181: cannot open input file 'zll.lib'

        call "C:\Users\ALEXAN~1\AppData\Local\Temp\b2_msvc_12.0_vcvarsall_x86.cmd" >nul
link /NOLOGO /INCREMENTAL:NO /DEBUG /MACHINE:X86 /MANIFEST /subsystem:console /out:"C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\link-static\threading-multi\zll.exe"   @"C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\
msvc-12.0\debug\link-static\threading-multi\zll.exe.rsp"
        if %ERRORLEVEL% NEQ 0 EXIT %ERRORLEVEL%

...failed msvc.link C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\link-static\threading-multi\zll.exe C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\link-static\threading-multi\zll.pdb...
...failed updating 2 targets...
...found 2 targets...
...updating 2 targets...
msvc.link C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\link-static\threading-multi\zdll.exe
LINK : fatal error LNK1181: cannot open input file 'zdll.lib'

        call "C:\Users\ALEXAN~1\AppData\Local\Temp\b2_msvc_12.0_vcvarsall_x86.cmd" >nul
link /NOLOGO /INCREMENTAL:NO /DEBUG /MACHINE:X86 /MANIFEST /subsystem:console /out:"C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\link-static\threading-multi\zdll.exe"   @"C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac
\msvc-12.0\debug\link-static\threading-multi\zdll.exe.rsp"
        if %ERRORLEVEL% NEQ 0 EXIT %ERRORLEVEL%

...failed msvc.link C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\link-static\threading-multi\zdll.exe C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\link-static\threading-multi\zdll.pdb...
...failed updating 2 targets...
    - zlib                     : no
...found 10 targets...
...updating 8 targets...
common.mkdir C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\locale
common.mkdir C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\locale\build
common.mkdir C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\locale\build\msvc-12.0
common.mkdir C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\locale\build\msvc-12.0\debug
common.mkdir C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\locale\build\msvc-12.0\debug\threading-multi
compile-c-c++ C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\locale\build\msvc-12.0\debug\threading-multi\has_iconv_libc_obj.obj
has_iconv.cpp
libs\locale\src\..\build\has_iconv.cpp(8) : fatal error C1083: Cannot open include file: 'iconv.h': No such file or directory

    call "C:\Users\ALEXAN~1\AppData\Local\Temp\b2_msvc_12.0_vcvarsall_x86.cmd" >nul
cl /Zm800 -nologo @"C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\locale\build\msvc-12.0\debug\threading-multi\has_iconv_libc_obj.obj.rsp"

...failed compile-c-c++ C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\locale\build\msvc-12.0\debug\threading-multi\has_iconv_libc_obj.obj...
...skipped <pC:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\locale\build\msvc-12.0\debug\threading-multi>has_iconv.exe for lack of <pC:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\locale\build\msvc-12.0\debug\threading-multi>has_iconv_libc_obj.obj...
...skipped <pC:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\locale\build\msvc-12.0\debug\threading-multi>has_iconv.pdb for lack of <pC:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\locale\build\msvc-12.0\debug\threading-multi>has_iconv_libc_obj.obj...
...failed updating 1 target...
...skipped 2 targets...
...updated 5 targets...
    - iconv (libc)             : no
...found 3 targets...
...updating 3 targets...
compile-c-c++ C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\locale\build\msvc-12.0\debug\threading-multi\has_iconv_libc_ext.obj
has_iconv.cpp
libs\locale\src\..\build\has_iconv.cpp(8) : fatal error C1083: Cannot open include file: 'iconv.h': No such file or directory

    call "C:\Users\ALEXAN~1\AppData\Local\Temp\b2_msvc_12.0_vcvarsall_x86.cmd" >nul
cl /Zm800 -nologo @"C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\locale\build\msvc-12.0\debug\threading-multi\has_iconv_libc_ext.obj.rsp"

...failed compile-c-c++ C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\locale\build\msvc-12.0\debug\threading-multi\has_iconv_libc_ext.obj...
...skipped <pC:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\locale\build\msvc-12.0\debug\threading-multi>has_external_iconv.exe for lack of <pC:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\locale\build\msvc-12.0\debug\threading-multi>has_iconv_libc_ext.
obj...
...skipped <pC:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\locale\build\msvc-12.0\debug\threading-multi>has_external_iconv.pdb for lack of <pC:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\locale\build\msvc-12.0\debug\threading-multi>has_iconv_libc_ext.
obj...
...failed updating 1 target...
...skipped 2 targets...
    - iconv (separate)         : no
...found 5 targets...
...updating 3 targets...
compile-c-c++ C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\locale\build\msvc-12.0\debug\threading-multi\has_icu_obj.obj
has_icu_test.cpp
libs\locale\src\..\build\has_icu_test.cpp(12) : fatal error C1083: Cannot open include file: 'unicode/uversion.h': No such file or directory

    call "C:\Users\ALEXAN~1\AppData\Local\Temp\b2_msvc_12.0_vcvarsall_x86.cmd" >nul
cl /Zm800 -nologo @"C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\locale\build\msvc-12.0\debug\threading-multi\has_icu_obj.obj.rsp"

...failed compile-c-c++ C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\locale\build\msvc-12.0\debug\threading-multi\has_icu_obj.obj...
...skipped <pC:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\locale\build\msvc-12.0\debug\threading-multi>has_icu.exe for lack of <pC:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\locale\build\msvc-12.0\debug\threading-multi>has_icu_obj.obj...
...skipped <pC:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\locale\build\msvc-12.0\debug\threading-multi>has_icu.pdb for lack of <pC:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\locale\build\msvc-12.0\debug\threading-multi>has_icu_obj.obj...
...failed updating 1 target...
...skipped 2 targets...
    - icu                      : no
...found 3 targets...
...updating 3 targets...
compile-c-c++ C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\locale\build\msvc-12.0\debug\threading-multi\has_icu64_obj.obj
has_icu_test.cpp
libs\locale\src\..\build\has_icu_test.cpp(12) : fatal error C1083: Cannot open include file: 'unicode/uversion.h': No such file or directory

    call "C:\Users\ALEXAN~1\AppData\Local\Temp\b2_msvc_12.0_vcvarsall_x86.cmd" >nul
cl /Zm800 -nologo @"C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\locale\build\msvc-12.0\debug\threading-multi\has_icu64_obj.obj.rsp"

...failed compile-c-c++ C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\locale\build\msvc-12.0\debug\threading-multi\has_icu64_obj.obj...
...skipped <pC:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\locale\build\msvc-12.0\debug\threading-multi>has_icu64.exe for lack of <pC:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\locale\build\msvc-12.0\debug\threading-multi>has_icu64_obj.obj...
...skipped <pC:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\locale\build\msvc-12.0\debug\threading-multi>has_icu64.pdb for lack of <pC:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\locale\build\msvc-12.0\debug\threading-multi>has_icu64_obj.obj...
...failed updating 1 target...
...skipped 2 targets...
    - icu (lib64)              : no
...found 12 targets...
...updating 10 targets...
common.mkdir C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\log
common.mkdir C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\log\config
common.mkdir C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\log\config\message-compiler
common.mkdir C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\log\config\message-compiler\msvc-12.0
common.mkdir C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\log\config\message-compiler\msvc-12.0\debug
common.mkdir C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\log\config\message-compiler\msvc-12.0\debug\pch-off
common.mkdir C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\log\config\message-compiler\msvc-12.0\debug\pch-off\threading-multi
msvc.compile.mc C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\log\config\message-compiler\msvc-12.0\debug\pch-off\threading-multi\simple_event_log.h
MC: Compiling libs\log\src\simple_event_log.mc
msvc.compile.rc C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\log\config\message-compiler\msvc-12.0\debug\pch-off\threading-multi\simple_event_log_res.obj
Microsoft (R) Windows (R) Resource Compiler Version 6.3.9600.17298
Copyright (C) Microsoft Corporation.  All rights reserved.

...updated 10 targets...
    - message-compiler         : yes
...found 8 targets...
...updating 6 targets...
common.mkdir C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\log\config\x86-ext
common.mkdir C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\log\config\x86-ext\msvc-12.0
common.mkdir C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\log\config\x86-ext\msvc-12.0\debug
common.mkdir C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\log\config\x86-ext\msvc-12.0\debug\pch-off
common.mkdir C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\log\config\x86-ext\msvc-12.0\debug\pch-off\threading-multi
compile-c-c++ C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\log\config\x86-ext\msvc-12.0\debug\pch-off\threading-multi\ssse3.obj
ssse3.cpp
...updated 6 targets...
    - compiler-supports-ssse3  : yes
...found 3 targets...
...updating 1 target...
compile-c-c++ C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\log\config\x86-ext\msvc-12.0\debug\pch-off\threading-multi\avx2.obj
avx2.cpp
...updated 1 target...
    - compiler-supports-avx2   : yes
...found 7 targets...
...updating 6 targets...
common.mkdir C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\math
common.mkdir C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\math\config
common.mkdir C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\math\config\msvc-12.0
common.mkdir C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\math\config\msvc-12.0\debug
common.mkdir C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\math\config\msvc-12.0\debug\threading-multi
compile-c-c++ C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\math\config\msvc-12.0\debug\threading-multi\has_gcc_visibility.obj
has_gcc_visibility.cpp
libs\math\config\has_gcc_visibility.cpp(7) : fatal error C1189: #error :  "This is a GCC specific test case".

    call "C:\Users\ALEXAN~1\AppData\Local\Temp\b2_msvc_12.0_vcvarsall_x86.cmd" >nul
cl /Zm800 -nologo @"C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\math\config\msvc-12.0\debug\threading-multi\has_gcc_visibility.obj.rsp"

...failed compile-c-c++ C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\math\config\msvc-12.0\debug\threading-multi\has_gcc_visibility.obj...
...failed updating 1 target...
...updated 5 targets...
    - gcc visibility           : no
...patience...
...found 191 targets...
...updating 1 target...
compile-c-c++ C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\math\config\msvc-12.0\debug\threading-multi\has_long_double_support.obj
has_long_double_support.cpp
...updated 1 target...
    - long double support      : yes
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.
    - zlib                     : no  (cached)
...found 1 target...
...updating 1 target...
compile-c-c++ C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\link-static\threading-multi\zlib.h.obj
zlib.h.cpp
C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\zlib.h.cpp(1) : fatal error C1083: Cannot open include file: 'zlib.h': No such file or directory

    call "C:\Users\ALEXAN~1\AppData\Local\Temp\b2_msvc_12.0_vcvarsall_x86.cmd" >nul
cl /Zm800 -nologo @"C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\link-static\threading-multi\zlib.h.obj.rsp"

...failed compile-c-c++ C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\link-static\threading-multi\zlib.h.obj...
...failed updating 1 target...
    - zlib                     : no

C:\Users\Alexander Riccio\boost\boost_1_57_0>"C:\Users\Alexander Riccio\boostbuild_1_57\bin\b2.exe" --build-dir="C:\Users\Alexander Riccio\buildboost" toolset=msvc --build-type=complete -j 4 stage

C:\Users\Alexander Riccio\boost\boost_1_57_0>"C:\Users\Alexander Riccio\boostbuild_1_57\bin\b2.exe" --build-dir="C:\Users\Alexander Riccio\buildboost" --clean-all
warning: No toolsets are configured.
warning: Configuring default toolset "msvc".
warning: If the default is wrong, your build may not work correctly.
warning: Use the "toolset=xxxxx" option to override our guess.
warning: For more configuration options, please consult
warning: http://boost.org/boost-build2/doc/html/bbv2/advanced/configuration.html

Building the Boost C++ Libraries.


...found 8 targets...
...updating 1 target...
link.mklink C:\Users\Alexander Riccio\buildboost\boost\bin.v2\test-symlink
You do not have sufficient privilege to perform this operation.

    if exist "C:\Users\Alexander Riccio\buildboost\boost\bin.v2\test-symlink" del "C:\Users\Alexander Riccio\buildboost\boost\bin.v2\test-symlink"
    mklink "C:\Users\Alexander Riccio\buildboost\boost\bin.v2\test-symlink" "test-symlink-source"

...failed link.mklink C:\Users\Alexander Riccio\buildboost\boost\bin.v2\test-symlink...
...failed updating 1 target...
Performing configuration checks

    - symlinks supported       : no
...found 2 targets...
    - junctions supported      : yes
...found 3 targets...
    - hardlinks supported      : yes
...found 7 targets...
...updating 1 target...
compile-c-c++ C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\context\config\msvc-12.0\debug\32.obj
32.cpp
...updated 1 target...
    - 32-bit                   : yes
...found 2 targets...
...updating 1 target...
compile-c-c++ C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\context\config\msvc-12.0\debug\arm.obj
arm.cpp
C:\Users\Alexander Riccio\boost\boost_1_57_0\libs\context\config\arm.cpp(12) : fatal error C1189: #error :  "Not ARM"

    call "C:\Users\ALEXAN~1\AppData\Local\Temp\b2_msvc_12.0_vcvarsall_x86.cmd" >nul
cl /Zm800 -nologo @"C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\context\config\msvc-12.0\debug\arm.obj.rsp"

...failed compile-c-c++ C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\context\config\msvc-12.0\debug\arm.obj...
...failed updating 1 target...
    - arm                      : no
...found 2 targets...
...updating 1 target...
compile-c-c++ C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\context\config\msvc-12.0\debug\mips1.obj
mips1.cpp
C:\Users\Alexander Riccio\boost\boost_1_57_0\libs\context\config\mips1.cpp(10) : fatal error C1189: #error :  "Not MIPS1"

    call "C:\Users\ALEXAN~1\AppData\Local\Temp\b2_msvc_12.0_vcvarsall_x86.cmd" >nul
cl /Zm800 -nologo @"C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\context\config\msvc-12.0\debug\mips1.obj.rsp"

...failed compile-c-c++ C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\context\config\msvc-12.0\debug\mips1.obj...
...failed updating 1 target...
    - mips1                    : no
...found 2 targets...
...updating 1 target...
compile-c-c++ C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\context\config\msvc-12.0\debug\power.obj
power.cpp
C:\Users\Alexander Riccio\boost\boost_1_57_0\libs\context\config\power.cpp(13) : fatal error C1189: #error :  "Not PPC"

    call "C:\Users\ALEXAN~1\AppData\Local\Temp\b2_msvc_12.0_vcvarsall_x86.cmd" >nul
cl /Zm800 -nologo @"C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\context\config\msvc-12.0\debug\power.obj.rsp"

...failed compile-c-c++ C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\context\config\msvc-12.0\debug\power.obj...
...failed updating 1 target...
    - power                    : no
...found 2 targets...
...updating 1 target...
compile-c-c++ C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\context\config\msvc-12.0\debug\sparc.obj
sparc.cpp
C:\Users\Alexander Riccio\boost\boost_1_57_0\libs\context\config\sparc.cpp(10) : fatal error C1189: #error :  "Not SPARC"

    call "C:\Users\ALEXAN~1\AppData\Local\Temp\b2_msvc_12.0_vcvarsall_x86.cmd" >nul
cl /Zm800 -nologo @"C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\context\config\msvc-12.0\debug\sparc.obj.rsp"

...failed compile-c-c++ C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\context\config\msvc-12.0\debug\sparc.obj...
...failed updating 1 target...
    - sparc                    : no
...found 2 targets...
...updating 1 target...
compile-c-c++ C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\context\config\msvc-12.0\debug\x86.obj
x86.cpp
...updated 1 target...
    - x86                      : yes
...found 12 targets...
...updating 3 targets...
compile-c-c++ C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\regex\build\msvc-12.0\debug\has_icu_test.obj
has_icu_test.cpp
libs\regex\build\has_icu_test.cpp(12) : fatal error C1083: Cannot open include file: 'unicode/uversion.h': No such file or directory

    call "C:\Users\ALEXAN~1\AppData\Local\Temp\b2_msvc_12.0_vcvarsall_x86.cmd" >nul
cl /Zm800 -nologo @"C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\regex\build\msvc-12.0\debug\has_icu_test.obj.rsp"

...failed compile-c-c++ C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\regex\build\msvc-12.0\debug\has_icu_test.obj...
...skipped <pC:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\regex\build\msvc-12.0\debug>has_icu.exe for lack of <pC:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\regex\build\msvc-12.0\debug>has_icu_test.obj...
...skipped <pC:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\regex\build\msvc-12.0\debug>has_icu.pdb for lack of <pC:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\regex\build\msvc-12.0\debug>has_icu_test.obj...
...failed updating 1 target...
...skipped 2 targets...
    - 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
...found 11 targets...
...updating 1 target...
compile-c-c++ C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\link-static\threading-multi\zlib.h.obj
zlib.h.cpp
C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\zlib.h.cpp(1) : fatal error C1083: Cannot open include file: 'zlib.h': No such file or directory

    call "C:\Users\ALEXAN~1\AppData\Local\Temp\b2_msvc_12.0_vcvarsall_x86.cmd" >nul
cl /Zm800 -nologo @"C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\link-static\threading-multi\zlib.h.obj.rsp"

...failed compile-c-c++ C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\link-static\threading-multi\zlib.h.obj...
...failed updating 1 target...
...found 6 targets...
...updating 2 targets...
msvc.link C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\link-static\threading-multi\z.exe
LINK : fatal error LNK1181: cannot open input file 'z.lib'

        call "C:\Users\ALEXAN~1\AppData\Local\Temp\b2_msvc_12.0_vcvarsall_x86.cmd" >nul
link /NOLOGO /INCREMENTAL:NO /DEBUG /MACHINE:X86 /MANIFEST /subsystem:console /out:"C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\link-static\threading-multi\z.exe"   @"C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\ms
vc-12.0\debug\link-static\threading-multi\z.exe.rsp"
        if %ERRORLEVEL% NEQ 0 EXIT %ERRORLEVEL%

...failed msvc.link C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\link-static\threading-multi\z.exe C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\link-static\threading-multi\z.pdb...
...failed updating 2 targets...
...found 2 targets...
...updating 2 targets...
msvc.link C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\link-static\threading-multi\zlib.exe
LINK : fatal error LNK1181: cannot open input file 'zlib.lib'

        call "C:\Users\ALEXAN~1\AppData\Local\Temp\b2_msvc_12.0_vcvarsall_x86.cmd" >nul
link /NOLOGO /INCREMENTAL:NO /DEBUG /MACHINE:X86 /MANIFEST /subsystem:console /out:"C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\link-static\threading-multi\zlib.exe"   @"C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac
\msvc-12.0\debug\link-static\threading-multi\zlib.exe.rsp"
        if %ERRORLEVEL% NEQ 0 EXIT %ERRORLEVEL%

...failed msvc.link C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\link-static\threading-multi\zlib.exe C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\link-static\threading-multi\zlib.pdb...
...failed updating 2 targets...
...found 2 targets...
...updating 2 targets...
msvc.link C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\link-static\threading-multi\zll.exe
LINK : fatal error LNK1181: cannot open input file 'zll.lib'

        call "C:\Users\ALEXAN~1\AppData\Local\Temp\b2_msvc_12.0_vcvarsall_x86.cmd" >nul
link /NOLOGO /INCREMENTAL:NO /DEBUG /MACHINE:X86 /MANIFEST /subsystem:console /out:"C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\link-static\threading-multi\zll.exe"   @"C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\
msvc-12.0\debug\link-static\threading-multi\zll.exe.rsp"
        if %ERRORLEVEL% NEQ 0 EXIT %ERRORLEVEL%

...failed msvc.link C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\link-static\threading-multi\zll.exe C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\link-static\threading-multi\zll.pdb...
...failed updating 2 targets...
...found 2 targets...
...updating 2 targets...
msvc.link C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\link-static\threading-multi\zdll.exe
LINK : fatal error LNK1181: cannot open input file 'zdll.lib'

        call "C:\Users\ALEXAN~1\AppData\Local\Temp\b2_msvc_12.0_vcvarsall_x86.cmd" >nul
link /NOLOGO /INCREMENTAL:NO /DEBUG /MACHINE:X86 /MANIFEST /subsystem:console /out:"C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\link-static\threading-multi\zdll.exe"   @"C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac
\msvc-12.0\debug\link-static\threading-multi\zdll.exe.rsp"
        if %ERRORLEVEL% NEQ 0 EXIT %ERRORLEVEL%

...failed msvc.link C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\link-static\threading-multi\zdll.exe C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\link-static\threading-multi\zdll.pdb...
...failed updating 2 targets...
...found 4 targets...
...updating 2 targets...
msvc.link C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\threading-multi\z.exe
LINK : fatal error LNK1181: cannot open input file 'z.lib'

        call "C:\Users\ALEXAN~1\AppData\Local\Temp\b2_msvc_12.0_vcvarsall_x86.cmd" >nul
link /NOLOGO /INCREMENTAL:NO /DEBUG /MACHINE:X86 /MANIFEST /subsystem:console /out:"C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\threading-multi\z.exe"   @"C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debu
g\threading-multi\z.exe.rsp"
        if %ERRORLEVEL% NEQ 0 EXIT %ERRORLEVEL%

...failed msvc.link C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\threading-multi\z.exe C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\threading-multi\z.pdb...
...failed updating 2 targets...
...found 2 targets...
...updating 2 targets...
msvc.link C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\threading-multi\zlib.exe
LINK : fatal error LNK1181: cannot open input file 'zlib.lib'

        call "C:\Users\ALEXAN~1\AppData\Local\Temp\b2_msvc_12.0_vcvarsall_x86.cmd" >nul
link /NOLOGO /INCREMENTAL:NO /DEBUG /MACHINE:X86 /MANIFEST /subsystem:console /out:"C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\threading-multi\zlib.exe"   @"C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\d
ebug\threading-multi\zlib.exe.rsp"
        if %ERRORLEVEL% NEQ 0 EXIT %ERRORLEVEL%

...failed msvc.link C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\threading-multi\zlib.exe C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\threading-multi\zlib.pdb...
...failed updating 2 targets...
...found 2 targets...
...updating 2 targets...
msvc.link C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\threading-multi\zll.exe
LINK : fatal error LNK1181: cannot open input file 'zll.lib'

        call "C:\Users\ALEXAN~1\AppData\Local\Temp\b2_msvc_12.0_vcvarsall_x86.cmd" >nul
link /NOLOGO /INCREMENTAL:NO /DEBUG /MACHINE:X86 /MANIFEST /subsystem:console /out:"C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\threading-multi\zll.exe"   @"C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\de
bug\threading-multi\zll.exe.rsp"
        if %ERRORLEVEL% NEQ 0 EXIT %ERRORLEVEL%

...failed msvc.link C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\threading-multi\zll.exe C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\threading-multi\zll.pdb...
...failed updating 2 targets...
...found 2 targets...
...updating 2 targets...
msvc.link C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\threading-multi\zdll.exe
LINK : fatal error LNK1181: cannot open input file 'zdll.lib'

        call "C:\Users\ALEXAN~1\AppData\Local\Temp\b2_msvc_12.0_vcvarsall_x86.cmd" >nul
link /NOLOGO /INCREMENTAL:NO /DEBUG /MACHINE:X86 /MANIFEST /subsystem:console /out:"C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\threading-multi\zdll.exe"   @"C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\d
ebug\threading-multi\zdll.exe.rsp"
        if %ERRORLEVEL% NEQ 0 EXIT %ERRORLEVEL%

...failed msvc.link C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\threading-multi\zdll.exe C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\threading-multi\zdll.pdb...
...failed updating 2 targets...
    - zlib                     : no
...found 9 targets...
...updating 3 targets...
compile-c-c++ C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\locale\build\msvc-12.0\debug\has_iconv_libc_obj.obj
has_iconv.cpp
libs\locale\src\..\build\has_iconv.cpp(8) : fatal error C1083: Cannot open include file: 'iconv.h': No such file or directory

    call "C:\Users\ALEXAN~1\AppData\Local\Temp\b2_msvc_12.0_vcvarsall_x86.cmd" >nul
cl /Zm800 -nologo @"C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\locale\build\msvc-12.0\debug\has_iconv_libc_obj.obj.rsp"

...failed compile-c-c++ C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\locale\build\msvc-12.0\debug\has_iconv_libc_obj.obj...
...skipped <pC:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\locale\build\msvc-12.0\debug>has_iconv.exe for lack of <pC:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\locale\build\msvc-12.0\debug>has_iconv_libc_obj.obj...
...skipped <pC:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\locale\build\msvc-12.0\debug>has_iconv.pdb for lack of <pC:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\locale\build\msvc-12.0\debug>has_iconv_libc_obj.obj...
...failed updating 1 target...
...skipped 2 targets...
    - iconv (libc)             : no
...found 3 targets...
...updating 3 targets...
compile-c-c++ C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\locale\build\msvc-12.0\debug\has_iconv_libc_ext.obj
has_iconv.cpp
libs\locale\src\..\build\has_iconv.cpp(8) : fatal error C1083: Cannot open include file: 'iconv.h': No such file or directory

    call "C:\Users\ALEXAN~1\AppData\Local\Temp\b2_msvc_12.0_vcvarsall_x86.cmd" >nul
cl /Zm800 -nologo @"C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\locale\build\msvc-12.0\debug\has_iconv_libc_ext.obj.rsp"

...failed compile-c-c++ C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\locale\build\msvc-12.0\debug\has_iconv_libc_ext.obj...
...skipped <pC:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\locale\build\msvc-12.0\debug>has_external_iconv.exe for lack of <pC:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\locale\build\msvc-12.0\debug>has_iconv_libc_ext.obj...
...skipped <pC:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\locale\build\msvc-12.0\debug>has_external_iconv.pdb for lack of <pC:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\locale\build\msvc-12.0\debug>has_iconv_libc_ext.obj...
...failed updating 1 target...
...skipped 2 targets...
    - iconv (separate)         : no
...found 5 targets...
...updating 3 targets...
compile-c-c++ C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\locale\build\msvc-12.0\debug\has_icu_obj.obj
has_icu_test.cpp
libs\locale\src\..\build\has_icu_test.cpp(12) : fatal error C1083: Cannot open include file: 'unicode/uversion.h': No such file or directory

    call "C:\Users\ALEXAN~1\AppData\Local\Temp\b2_msvc_12.0_vcvarsall_x86.cmd" >nul
cl /Zm800 -nologo @"C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\locale\build\msvc-12.0\debug\has_icu_obj.obj.rsp"

...failed compile-c-c++ C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\locale\build\msvc-12.0\debug\has_icu_obj.obj...
...skipped <pC:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\locale\build\msvc-12.0\debug>has_icu.exe for lack of <pC:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\locale\build\msvc-12.0\debug>has_icu_obj.obj...
...skipped <pC:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\locale\build\msvc-12.0\debug>has_icu.pdb for lack of <pC:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\locale\build\msvc-12.0\debug>has_icu_obj.obj...
...failed updating 1 target...
...skipped 2 targets...
    - icu                      : no
...found 3 targets...
...updating 3 targets...
compile-c-c++ C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\locale\build\msvc-12.0\debug\has_icu64_obj.obj
has_icu_test.cpp
libs\locale\src\..\build\has_icu_test.cpp(12) : fatal error C1083: Cannot open include file: 'unicode/uversion.h': No such file or directory

    call "C:\Users\ALEXAN~1\AppData\Local\Temp\b2_msvc_12.0_vcvarsall_x86.cmd" >nul
cl /Zm800 -nologo @"C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\locale\build\msvc-12.0\debug\has_icu64_obj.obj.rsp"

...failed compile-c-c++ C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\locale\build\msvc-12.0\debug\has_icu64_obj.obj...
...skipped <pC:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\locale\build\msvc-12.0\debug>has_icu64.exe for lack of <pC:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\locale\build\msvc-12.0\debug>has_icu64_obj.obj...
...skipped <pC:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\locale\build\msvc-12.0\debug>has_icu64.pdb for lack of <pC:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\locale\build\msvc-12.0\debug>has_icu64_obj.obj...
...failed updating 1 target...
...skipped 2 targets...
    - icu (lib64)              : no
...found 11 targets...
...updating 3 targets...
msvc.compile.mc C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\log\config\message-compiler\msvc-12.0\debug\pch-off\simple_event_log.h
MC: Compiling libs\log\src\simple_event_log.mc
msvc.compile.rc C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\log\config\message-compiler\msvc-12.0\debug\pch-off\simple_event_log_res.obj
Microsoft (R) Windows (R) Resource Compiler Version 6.3.9600.17298
Copyright (C) Microsoft Corporation.  All rights reserved.

...updated 3 targets...
    - message-compiler         : yes
...found 7 targets...
...updating 1 target...
compile-c-c++ C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\log\config\x86-ext\msvc-12.0\debug\pch-off\ssse3.obj
ssse3.cpp
...updated 1 target...
    - compiler-supports-ssse3  : yes
...found 3 targets...
...updating 1 target...
compile-c-c++ C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\log\config\x86-ext\msvc-12.0\debug\pch-off\avx2.obj
avx2.cpp
...updated 1 target...
    - compiler-supports-avx2   : yes
...found 7 targets...
...updating 1 target...
compile-c-c++ C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\math\config\msvc-12.0\debug\threading-multi\has_gcc_visibility.obj
has_gcc_visibility.cpp
libs\math\config\has_gcc_visibility.cpp(7) : fatal error C1189: #error :  "This is a GCC specific test case".

    call "C:\Users\ALEXAN~1\AppData\Local\Temp\b2_msvc_12.0_vcvarsall_x86.cmd" >nul
cl /Zm800 -nologo @"C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\math\config\msvc-12.0\debug\threading-multi\has_gcc_visibility.obj.rsp"

...failed compile-c-c++ C:\Users\Alexander Riccio\buildboost\boost\bin.v2\libs\math\config\msvc-12.0\debug\threading-multi\has_gcc_visibility.obj...
...failed updating 1 target...
    - gcc visibility           : no
...patience...
...found 191 targets...
    - long double support      : yes
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.
    - zlib                     : no  (cached)
...found 1 target...
...updating 1 target...
config-cache.write C:\Users\Alexander Riccio\buildboost\boost\bin.v2\project-cache.jam
...updated 1 target...
...found 1 target...
...updating 1 target...
common.Clean clean-all
...updated 1 target...

C:\Users\Alexander Riccio\boost\boost_1_57_0>"C:\Users\Alexander Riccio\boostbuild_1_57\bin\b2.exe" --build-dir="C:\Users\Alexander Riccio\buildboost" toolset=msvc --build-type=complete -j 4 stage
...found 8 targets...
...updating 2 targets...
link.touch C:\Users\Alexander Riccio\buildboost\boost\bin.v2\test-symlink-source
link.mklink C:\Users\Alexander Riccio\buildboost\boost\bin.v2\test-symlink
You do not have sufficient privilege to perform this operation.

    if exist "C:\Users\Alexander Riccio\buildboost\boost\bin.v2\test-symlink" del "C:\Users\Alexander Riccio\buildboost\boost\bin.v2\test-symlink"
    mklink "C:\Users\Alexander Riccio\buildboost\boost\bin.v2\test-symlink" "test-symlink-source"

...failed link.mklink C:\Users\Alexander Riccio\buildboost\boost\bin.v2\test-symlink...
...failed updating 1 target...
...updated 1 target...
Performing configuration checks

    - symlinks supported       : no
...found 2 targets...
    - junctions supported      : yes
...found 3 targets...
...updating 2 targets...
link.touch C:\Users\Alexander Riccio\buildboost\boost\bin.v2\test-hardlink-source
link.hardlink C:\Users\Alexander Riccio\buildboost\boost\bin.v2\symlink\test-hardlink
Hardlink created for C:\Users\Alexander Riccio\buildboost\boost\bin.v2\symlink\test-hardlink <<===>> C:\Users\Alexander Riccio\buildboost\boost\bin.v2\test-hardlink-source
...updated 2 targets...
    - hardlinks supported      : yes
    - 32-bit                   : yes (cached)
    - arm                      : no  (cached)
    - mips1                    : no  (cached)
    - power                    : no  (cached)
    - sparc                    : no  (cached)
    - x86                      : yes (cached)
    - has_icu builds           : no  (cached)
warning: Graph library does not contain MPI-based parallel components.
note: to enable them, add "using mpi ;" to your user-config.jam
...found 9 targets...
...updating 2 targets...
compile-c-c++ C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\threading-multi\zlib.h.obj
zlib.h.cpp
C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\zlib.h.cpp(1) : fatal error C1083: Cannot open include file: 'zlib.h': No such file or directory

    call "C:\Users\ALEXAN~1\AppData\Local\Temp\b2_msvc_12.0_vcvarsall_x86.cmd" >nul
cl /Zm800 -nologo @"C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\threading-multi\zlib.h.obj.rsp"

...failed compile-c-c++ C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\threading-multi\zlib.h.obj...
...failed updating 1 target...
...updated 1 target...
...found 6 targets...
...updating 4 targets...
compile-c-c++ C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\threading-multi\main.obj
main.cpp
msvc.link C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\threading-multi\z.exe
LINK : fatal error LNK1181: cannot open input file 'z.lib'

        call "C:\Users\ALEXAN~1\AppData\Local\Temp\b2_msvc_12.0_vcvarsall_x86.cmd" >nul
link /NOLOGO /INCREMENTAL:NO /DEBUG /MACHINE:X86 /MANIFEST /subsystem:console /out:"C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\threading-multi\z.exe"   @"C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debu
g\threading-multi\z.exe.rsp"
        if %ERRORLEVEL% NEQ 0 EXIT %ERRORLEVEL%

...failed msvc.link C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\threading-multi\z.exe C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\threading-multi\z.pdb...
...failed updating 2 targets...
...updated 2 targets...
...found 2 targets...
...updating 2 targets...
msvc.link C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\threading-multi\zlib.exe
LINK : fatal error LNK1181: cannot open input file 'zlib.lib'

        call "C:\Users\ALEXAN~1\AppData\Local\Temp\b2_msvc_12.0_vcvarsall_x86.cmd" >nul
link /NOLOGO /INCREMENTAL:NO /DEBUG /MACHINE:X86 /MANIFEST /subsystem:console /out:"C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\threading-multi\zlib.exe"   @"C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\d
ebug\threading-multi\zlib.exe.rsp"
        if %ERRORLEVEL% NEQ 0 EXIT %ERRORLEVEL%

...failed msvc.link C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\threading-multi\zlib.exe C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\threading-multi\zlib.pdb...
...failed updating 2 targets...
...found 2 targets...
...updating 2 targets...
msvc.link C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\threading-multi\zll.exe
LINK : fatal error LNK1181: cannot open input file 'zll.lib'

        call "C:\Users\ALEXAN~1\AppData\Local\Temp\b2_msvc_12.0_vcvarsall_x86.cmd" >nul
link /NOLOGO /INCREMENTAL:NO /DEBUG /MACHINE:X86 /MANIFEST /subsystem:console /out:"C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\threading-multi\zll.exe"   @"C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\de
bug\threading-multi\zll.exe.rsp"
        if %ERRORLEVEL% NEQ 0 EXIT %ERRORLEVEL%

...failed msvc.link C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\threading-multi\zll.exe C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\threading-multi\zll.pdb...
...failed updating 2 targets...
...found 2 targets...
...updating 2 targets...
msvc.link C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\threading-multi\zdll.exe
LINK : fatal error LNK1181: cannot open input file 'zdll.lib'

        call "C:\Users\ALEXAN~1\AppData\Local\Temp\b2_msvc_12.0_vcvarsall_x86.cmd" >nul
link /NOLOGO /INCREMENTAL:NO /DEBUG /MACHINE:X86 /MANIFEST /subsystem:console /out:"C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\threading-multi\zdll.exe"   @"C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\d
ebug\threading-multi\zdll.exe.rsp"
        if %ERRORLEVEL% NEQ 0 EXIT %ERRORLEVEL%

...failed msvc.link C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\threading-multi\zdll.exe C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\threading-multi\zdll.pdb...
...failed updating 2 targets...
...found 5 targets...
...updating 3 targets...
compile-c-c++ C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\link-static\threading-multi\main.obj
main.cpp
msvc.link C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\link-static\threading-multi\z.exe
LINK : fatal error LNK1181: cannot open input file 'z.lib'

        call "C:\Users\ALEXAN~1\AppData\Local\Temp\b2_msvc_12.0_vcvarsall_x86.cmd" >nul
link /NOLOGO /INCREMENTAL:NO /DEBUG /MACHINE:X86 /MANIFEST /subsystem:console /out:"C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\link-static\threading-multi\z.exe"   @"C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\ms
vc-12.0\debug\link-static\threading-multi\z.exe.rsp"
        if %ERRORLEVEL% NEQ 0 EXIT %ERRORLEVEL%

...failed msvc.link C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\link-static\threading-multi\z.exe C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\link-static\threading-multi\z.pdb...
...failed updating 2 targets...
...updated 1 target...
...found 2 targets...
...updating 2 targets...
msvc.link C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\link-static\threading-multi\zlib.exe
LINK : fatal error LNK1181: cannot open input file 'zlib.lib'

        call "C:\Users\ALEXAN~1\AppData\Local\Temp\b2_msvc_12.0_vcvarsall_x86.cmd" >nul
link /NOLOGO /INCREMENTAL:NO /DEBUG /MACHINE:X86 /MANIFEST /subsystem:console /out:"C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\link-static\threading-multi\zlib.exe"   @"C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac
\msvc-12.0\debug\link-static\threading-multi\zlib.exe.rsp"
        if %ERRORLEVEL% NEQ 0 EXIT %ERRORLEVEL%

...failed msvc.link C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\link-static\threading-multi\zlib.exe C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\link-static\threading-multi\zlib.pdb...
...failed updating 2 targets...
...found 2 targets...
...updating 2 targets...
msvc.link C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\link-static\threading-multi\zll.exe
LINK : fatal error LNK1181: cannot open input file 'zll.lib'

        call "C:\Users\ALEXAN~1\AppData\Local\Temp\b2_msvc_12.0_vcvarsall_x86.cmd" >nul
link /NOLOGO /INCREMENTAL:NO /DEBUG /MACHINE:X86 /MANIFEST /subsystem:console /out:"C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\link-static\threading-multi\zll.exe"   @"C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\
msvc-12.0\debug\link-static\threading-multi\zll.exe.rsp"
        if %ERRORLEVEL% NEQ 0 EXIT %ERRORLEVEL%

...failed msvc.link C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\link-static\threading-multi\zll.exe C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\link-static\threading-multi\zll.pdb...
...failed updating 2 targets...
...found 2 targets...
...updating 2 targets...
msvc.link C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\link-static\threading-multi\zdll.exe
LINK : fatal error LNK1181: cannot open input file 'zdll.lib'

        call "C:\Users\ALEXAN~1\AppData\Local\Temp\b2_msvc_12.0_vcvarsall_x86.cmd" >nul
link /NOLOGO /INCREMENTAL:NO /DEBUG /MACHINE:X86 /MANIFEST /subsystem:console /out:"C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\link-static\threading-multi\zdll.exe"   @"C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac
\msvc-12.0\debug\link-static\threading-multi\zdll.exe.rsp"
        if %ERRORLEVEL% NEQ 0 EXIT %ERRORLEVEL%

...failed msvc.link C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\link-static\threading-multi\zdll.exe C:\Users\Alexander Riccio\buildboost\boost\bin.v2\standalone\ac\msvc-12.0\debug\link-static\threading-multi\zdll.pdb...
...failed updating 2 targets...
    - zlib                     : no
    - iconv (libc)             : no  (cached)
    - iconv (separate)         : no  (cached)
    - icu                      : no  (cached)
    - icu (lib64)              : no  (cached)
    - message-compiler         : yes (cached)
    - compiler-supports-ssse3  : yes (cached)
    - compiler-supports-avx2   : yes (cached)
    - gcc visibility           : no  (cached)
    - long double support      : yes (cached)
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.
    - zlib                     : no  (cached)
    - zlib                     : no  (cached)
    - zlib                     : no  (cached)
    - zlib                     : no  (cached)
    - zlib                     : no  (cached)
    - zlib                     : no  (cached)
    - zlib                     : no  (cached)
...found 1 target...
...updating 1 target...
config-cache.write C:\Users\Alexander Riccio\buildboost\boost\bin.v2\project-cache.jam
...updated 1 target...

Component configuration:

    - afio                     : building
    - atomic                   : building
    - chrono                   : building
    - container                : building
    - context                  : building
    - coroutine                : building
    - date_time                : building
    - exception                : building
    - filesystem               : building
    - graph                    : building
    - graph_parallel           : building
    - iostreams                : building
    - locale                   : building
    - log                      : building
    - math                     : building
    - mpi                      : building
    - program_options          : building
    - python                   : building
    - random                   : building
    - regex                    : building
    - serialization            : building
    - signals                  : building
    - system                   : building
    - test                     : building
    - thread                   : building
    - timer                    : building
    - wave                     : building

...patience...
...patience...
...patience...
...patience...
...patience...

C:\Users\Alexander Riccio\boost\boost_1_57_0>"C:\Users\Alexander Riccio\boostbuild_1_57\bin\b2.exe" --build-dir="C:\Users\Alexander Riccio\buildboost" toolset=msvc --build-type=complete -j 4 headers
Performing configuration checks

    - symlinks supported       : no  (cached)
    - junctions supported      : yes (cached)
    - hardlinks supported      : yes (cached)
...found 1 target...
...updating 1 target...
config-cache.write C:\Users\Alexander Riccio\buildboost\boost\bin.v2\project-cache.jam
...updated 1 target...
...found 6 targets...

C:\Users\Alexander Riccio\boost\boost_1_57_0>"C:\Users\Alexander Riccio\boostbuild_1_57\bin\b2.exe" libs/afio/build
warning: No toolsets are configured.
warning: Configuring default toolset "msvc".
warning: If the default is wrong, your build may not work correctly.
warning: Use the "toolset=xxxxx" option to override our guess.
warning: For more configuration options, please consult
warning: http://boost.org/boost-build2/doc/html/bbv2/advanced/configuration.html
Performing configuration checks

    - symlinks supported       : no  (cached)
    - junctions supported      : yes (cached)
    - hardlinks supported      : yes (cached)
...patience...
...patience...
...found 2560 targets...
...updating 4 targets...
compile-c-c++ bin.v2\libs\afio\build\msvc-12.0\debug\threading-multi\afio.obj
afio.cpp
c:\users\alexander riccio\boost\boost_1_57_0\boost\afio\config.hpp(58) : fatal error C1083: Cannot open include file: 'bindlib/include/import.h': No such file or directory

    call "C:\Users\ALEXAN~1\AppData\Local\Temp\b2_msvc_12.0_vcvarsall_x86.cmd" >nul
cl /Zm800 -nologo @"bin.v2\libs\afio\build\msvc-12.0\debug\threading-multi\afio.obj.rsp"

...failed compile-c-c++ bin.v2\libs\afio\build\msvc-12.0\debug\threading-multi\afio.obj...
...skipped <pbin.v2\libs\afio\build\msvc-12.0\debug\threading-multi>boost_afio-vc120-mt-gd-1_57.dll for lack of <pbin.v2\libs\afio\build\msvc-12.0\debug\threading-multi>afio.obj...
...skipped <pbin.v2\libs\afio\build\msvc-12.0\debug\threading-multi>boost_afio-vc120-mt-gd-1_57.lib for lack of <pbin.v2\libs\afio\build\msvc-12.0\debug\threading-multi>afio.obj...
...skipped <pbin.v2\libs\afio\build\msvc-12.0\debug\threading-multi>boost_afio-vc120-mt-gd-1_57.pdb for lack of <pbin.v2\libs\afio\build\msvc-12.0\debug\threading-multi>afio.obj...
...failed updating 1 target...
...skipped 3 targets...

from boost.afio.

ariccio avatar ariccio commented on August 26, 2024

Everything seems good now.

from boost.afio.

ilovepi avatar ilovepi commented on August 26, 2024

@ariccio I agree that boost.build is a barrier to entry/adoption. It would be nice to have a very simple install script that would work for everyone, but I'm not sure how feasible that is considering the number of platforms boost aims to support. Regardless, the current build system leaves something to be desired.

Additionally, are you using the MSVC command line tool to build, or the standard command line(ie. Developer Command Prompt for VS2012 instead of cmd)? If I recall correctly you have to do some kind of black magic to build boost properly from the standard command line rather than the MSVC version. I'm almost certain that standalone AFIO suffers from the same issue, since I believe its tied to boost.build.

Also choosing the proper 64/32-bit variant of the msvc tool and setting the build flags for the correct architecture has caused issues for me in the past. You may need to edit those too, but I was able to build without issue using the default flavor of the MSVC tool, rather than the x64 specific version.

from boost.afio.

ariccio avatar ariccio commented on August 26, 2024

Additionally, are you using the MSVC command line tool to build, or the standard command line(ie. Developer Command Prompt for VS2012 instead of cmd)?

I'm using cmd, but I run vcvarsall.bat before anything else.

If I recall correctly you have to do some kind of black magic to build boost properly from the standard command line rather than the MSVC version.

I always thought that that was (basically) what the developer command prompt did?

I think it's only partly the architecture of the build system itself - it's also the architecture of Boost. From my perspective (you can barely call me a "Boost user"), it seems like there's far too much intradependency in Boost.

_By the way, AFIO is a shining example of how a standalone boost library should work_

If I want to use Boost.Log on a modern compiler, I shouldn't have to compile the static libs for, Boost.Filesystem, Boost.System, Boost.DateTime, Boost.Thread, as (I think) most of these are supported by the standard library! I should be able to just:

#include <path_to_boost/boost/log/core/core.hpp>

like I can do for std::unique_ptr with `#include .

from boost.afio.

ned14 avatar ned14 commented on August 26, 2024

@ariccio An enormous amount of work went into making a generic standalone tool which could be reused for other Boost libraries. We'll see how that fares at C++ Now. With GCC 5.0 which provides Filesystem AFIO will no longer need Boost at all on POSIX, but for now it needs libboost_filesystem, which in turn needs System, though thankfully it seems happy with any preinstalled binaries right back to Boost 1.51 or so. But I agree about the hassle, most development and debugging of AFIO happens in the standalone build nowadays. It's easier!

from boost.afio.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.